﻿BODY {
	text-align: center;
	font-family: Arial;
	font-size: 10pt;
	background-color: #EEEEEE;
}

TD {
	font-size: 10pt;
}

FORM {
	margin: 0px 0px 0px 0px;
}


DIV.Main {
	background-color: white;
	text-align: left;
	padding: 3px 3px 3px 3px;
	width: 840px;
}

DIV.PageTitle {
	position: relative;
	margin-bottom: 5px;
}
DIV.PageTitle SPAN {
	position: absolute;
	text-align: right;
	right: 15px;
	top: 2px;
	font-size: 14pt;
	font-weight: bold;
	color: #FFFFFF;
}
DIV.PageTitle SPAN.Ludo {
	position: absolute;
	text-align: right;
	right: 15px;
	top: 12px;
	font-size: 14pt;
	font-weight: bold;
	color: #20698C;
}
/*----------------------------------------------
DIV.PageHeader {
	font-size: 14pt;
	font-weight: bold;
	text-align: right;
	margin: -27px 15px 15px 0px;
	color: #304E91;
}*/

DIV.BoxHeader {
	text-align: center;
	background-color: #536D9D;
	font-size: 11pt;
	font-weight: bold;
	color: white;
	padding: 5px 5px 5px 5px;
	border: 1px solid #536D9D;
}

DIV.BoxBody {
	background-color: #E8EBF7;
	border: 1px solid #536D9D;
	font-size: 10pt;
	padding: 5px 5px 5px 5px;
	margin-bottom: 15px;
}
H1 {
	font-size: 13pt;
	font-weight: bold;
	color: #20698C;
	border-bottom: 2px solid #20698C;
	margin-bottom: 15px;
}

/* **************************************************************************************** HANDCRAFTED STUFF */
H1.HCItemHeader {
	border-bottom: 2px solid #536D9D;
	font-size: 13pt;
	font-weight: bold;
	color: #536D9D;
	margin: 8px 0px 5px 0px;
	padding-right: 15px;
	text-align:right;
}

TD.ItemDetail1 {
	background-color: #ECF2F8;
}
TD.ItemDetail2 {
	background-color: #E0EBF5;
}
IMG.HCPhoto {
	border: 1px solid #B1C4E4;
}

/* **************************************************************************************** DOWNLOADS */
TABLE.DLItem {
	border-bottom: 1px solid #B1C4E4;
	border-top: 1px solid #B1C4E4;
	width: 620px;
	margin-bottom: 18px;
}
TD.DLButton {
	background-color: #B1C4E4;
	vertical-align: top;
	text-align: center;
	padding-top: 5px;
}
TD.DLSmall {
	font-size: 8pt;
	padding: 1px 1px 1px 1px;
	vertical-align: top;
	background-color: #DFE9F4;
}
H2.DL {
	font-size: 12pt;
	font-weight: bold;
	color: #4F78B9;
	margin-bottom: 4px;
	text-decoration: none;
	display: inherit;
}

/* **************************************************************************************** BEARBROS */
DIV.BBrosMain {
	background-color: #F5F4D8;
	width: 640px;
	border-bottom: 3px solid #E4CB00;
}
DIV.BBrosPageHeader {
	font-size: 14pt;
	font-weight: bold;
	text-align: right;
	margin: -45px 20px 20px 0px;
	color: #E4CB00;
}
H1.BBros {
	border-bottom: 2px solid #E4CB00;
	font-size: 13pt;
	font-weight: bold;
	color: #A12C25;
	margin-bottom: 5px;
	margin-top: 8px;
}
TD.BBTreeHeader {
	vertical-align: baseline;
	font-weight: bold;
	color: #A12C25
}
TD.BBTreeItem {
	vertical-align: baseline;
}
TD.BBTreeValue {
	vertical-align: middle;
	padding-left: 20px;
	font-style: italic;
}
IMG.BBTree {
	margin: 0px 0px 0px 0px;
	border: none;
	float: left;
}
A.BBros {
	color: #A03323;
}

A:HOVER.BBros {
	color: #CFA31B;
	text-decoration: underline;
}

SPAN.BBrosEM {
	color: #A12C25;
	font-weight: bold;
}
/* **************************************************************************************** LUDOTHEK NEW LIST ITEM */
DIV.LudoGameBox {
	position: relative;
	width: 620px;
	background-color: #E4ECF0;
	padding: 3px 3px 3px 3px;
	height: 135px;
	margin-bottom: 20px;
}
DIV.LudoGameBox SPAN.C_TL {
	position: absolute;
	left: 0px; top: 0px;
	width: 15px; height: 15px;
	display: block;
	background: url('ludothek/lboxc_tl.gif') no-repeat;
}
DIV.LudoGameBox SPAN.C_TR {
	position: absolute;
	right: 0px; top: 0px;
	width: 15px; height: 15px;
	display: block;
	background: url('ludothek/lboxc_tr.gif') no-repeat;
}
DIV.LudoGameBox SPAN.C_BL {
	position: absolute;
	left: 0px; bottom: -1px;
	width: 15px; height: 15px;
	display: block;
	background: url('ludothek/lboxc_bl.gif') no-repeat;
}
DIV.LudoGameBox SPAN.C_BR {
	position: absolute;
	right: 0px; bottom: -1px;
	width: 15px; height: 15px;
	display: block;
	background: url('ludothek/lboxc_br.gif') no-repeat;
}
DIV.LudoGameBox SPAN.IPlay {
	position: absolute;
	left: 10px; top: 97px;
	width: 25px; height: 25px;
	display: block;
}
DIV.LudoGameBox IMG.Header {
	position: absolute;
	left: 125px; top: 6px;
	height: 25px; width: 286px;
	opacity: 0.65;
	filter:alpha(opacity=65); 
}

A.Cover IMG {
	border: 1px solid #E4ECF0;
}

A:hover.Cover IMG {
	border: 1px solid #729BB0;
	opacity: 0.85;
	filter:alpha(opacity=85); 
}

DIV.LudoGameBox IMG.CoverPosAbs {
	position: absolute;
	left: 12px;	top: 20px;
	height: 100px; width: 100px;
}


DIV.LudoGameBox DIV.Title {
	width: 280px;
	position: absolute;
	top: 10px; left: 135px;
	font-weight: bold; font-size: 13pt;
	color: #3E536A;	
}

DIV.LudoGameBox DIV.Type {
	width: 180px;
	position: absolute;
	top: 6px; right: 13px;
	color: #3E536A;	
	text-align: right;
	color: #347C9E;
	font-weight: bold;
}

DIV.LudoGameBox DIV.Author {
	width: 286px;
	position: absolute;
	top: 35px; left: 130px;
	font-size: 8pt;
}
DIV.LudoGameBox DIV.Keys {
	width: 195px;
	position: absolute;
	text-align: right;
	color: #347C9E;
	top: 23px; right: 13px;
	font-size: 8pt;
}
DIV.LudoGameBox DIV.Table {
	width: 484px;
	position: absolute;
	top: 52px; left: 130px;
}


/* **************************************************************************************** LUDOTHEK */

DIV.LudoInfoBox {
	padding: 5px 3px 5px 3px;
	margin-bottom: 15px;
	margin-left: 8px;
	background: #EAF0F7;
	position: relative;
}

DIV.LudoAdminHeader {
	background-color: #7193CA;
	color: white;
	font-weight: bold;
	padding: 2px 2px 2px 2px;
	text-align: left;
}

DIV.LudoGameNote {
	margin: 4px 4px 8px 4px;
	padding: 4px 4px 4px 4px;
	border-top: 2px solid #BFD2E7;
	border-bottom: 2px solid #BFD2E7;
	background-color: #EAF0F7;
	font-style: italic;
}

TH.Ludo {
	font-size: 10pt;
	font-weight: bold;
	border-bottom: 1px solid #536D9D;
}

A.IndexLink {
	font-family: monospace;
	color: #4D5F75;
	background-color: #BBD6E3;
	border-right: 1px solid #80B3CA;
	border-bottom: 1px solid #80B3CA;
	border-left: 1px solid #DAEAEC;
	border-top: 1px solid #DAEAEC;
	padding: 2px 2px 2px 2px;
}
A:Hover.IndexLink {
	color: #F6F8FD;
	text-decoration: none;
}

SPAN.LudoNote {
	background-color: #E3C1C2;
	padding: 1px 5px 1px 5px;
}


TD.TagList {
	width: 122px;
	color: #3D553F;
	padding-bottom: 4px;
}

DIV.LudoVar {
	color: #1C5479;
	letter-spacing: 1px;
	text-decoration: underline;
	margin-bottom: 3px;
	font-weight: bold;
	font-size: 11pt;
}

DIV.LudoExSearchHdr {
	text-align: center;
	background-color: #B1C4E4;
	font-size: 11pt;
	font-weight: bold;
	color: #1C5479;
	padding: 2px 5px 2px 5px;
	border: 1px solid #B1C4E4;
	margin-top: 10px;
}
DIV.LudoExSearchBox {
	background-color: #E8EBEF;
	border: 1px solid #B1C4E4;
	font-size: 10pt;
	padding: 5px 5px 5px 5px;
	display: none;
}
/* **************************************************************************************** ANCHORS */
A {
	font-family : "Arial";
	color : #0C769E;
	text-decoration : none;
}

A:HOVER {
	color : #0A0A4B;
	text-decoration: underline;
}

A.MainMenuItem {
	font: 10pt verdana,sans-serif;
	color: #707070;
	text-decoration: none;
}

A.MainMenuItem:HOVER {
	color: black;
	text-decoration: none;
}

DIV.MainMenuItem A {
	padding: 2px 2px;
	border-top: 1px solid #D0D0D0;
	border-bottom: 1px solid #D0D0D0;
	width: 175px;
	margin-top: 2px;
	display: block;
}

DIV.MainMenuItem A:LINK {
  text-decoration: none;
}

DIV.MainMenuItem A:HOVER {
	background-color: #E0ECF5;
	border-top: 1px solid #265478;
	border-bottom: 1px solid #265478;
}

DIV.ActiveMainNav {
	color: #254861;
	text-decoration: none;
	font-weight: bold;
	margin-left: 12px;
}

HR.Menu {
	border: 0px;
	color: #E0E9F5;
	background-color: #E0E9F5;
	height: 2px;
	margin-top: 3px;
	margin-bottom: 3px;
}
IMG.IconRight {
	vertical-align: middle;
	border: 0;
	float:right;
	margin-right: 7px;
}
