@import url('form.css');
@import url('header.css');
@import url('menu.css');
@import url('content.css');

body {
	background-color:#FFFFFF;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0px;
}

a {
	color: #0E2567;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;	
	text-decoration: underline;
}

a:hover {
	color: #891079;
}

table, td {
	border: 0px;
	padding: 0px;
	margin: 0px;
}

dd {
	display: none;	
}


/* TEMPLATE ELEMENTS ############################################################### */  

div#outer {
	width: 800px;
	margin: 5px auto;
	background-image: url('../images/bg.gif');
}


div#left {
	margin: 0px;
	padding: 0px;
	width: 146px;
	float: left;
}

div#content {
	padding: 0px;
	width: 482px;
	float: left;
	padding: 0px 5px;
	margin-bottom: 10px;
}

div#right {
	margin: 0px;
	padding: 0px;
	width: 162px;
	float: left;
}

div#footer {
	clear: both;
	padding: 0px 0px 5px 0px;
	font-size: 11px;
	color: #808080;
	display: block;
	text-align: center;
}

/* CONTENT ELEMENTS #################################################################### */
h1 {
	font-size: 11px;
	color: #ffffff;
	margin: 0px;
	padding: 3px;
	background-color: #7B8CA3;
	font-weight: normal;
	text-transform: uppercase;
	margin-bottom: 5px;
}

.preview {
	width: 130px;
	float: left;
	padding: 0px 0px 10px 25px;
	text-align: center;
}

.preview img {
	border: none;
	display: block;
}

.detailed {
	width: 130px;
	float: left;
	margin: 10px 0px 10px 22px;
}

.detailed img {
	margin: 0px 1px 5px 1px;
	display: block;
}

.detailed div {
	width: 130px;
	float: left;
	padding: 0px;
	padding-right: 5px;
	text-align: center;
}

a.gray {
	margin-top: 10px;
	color: #606060;
}

/* STD. BOX ###################################################################### */
table.box {
	width:450px;
	margin:0px auto 0px auto;
	border:none;
}

table.box td {
	padding: 2px;
}

table.box td.left, table.box td.left2 {
	font-weight: bold;
	text-align: right;
	vertical-align: top;
	width: 30%;
	padding-top:4px;
}

table.box td.left2 {
	width: auto;
}

table.box td.subtitle {
	font-weight: bold;
	color: #606060;
	font-size: 16px;
	border-bottom:1px solid #21284B;
	padding-top:10px;
}

table.box tr.high {
	background-color: #F0E9E1;
}

table.box tr.high td {
	padding: 3px;
	text-align: center;
	color: #606060;
	font-weight: bold;
}

div.line {
	margin: 0px;
	padding: 0px;
	border: none;
	border-top: 1px solid #C3D4D5;
	height: 1px;
	clear:both;
}

/* FORUM ############################################################################ */
table.forum {
	border: 1px solid #6C7789;
	width: 482px;
	border-collapse: separate;
	border-spacing: 2px;
	margin: 0px auto;
}

table.forum td {
	background-color: #E0E9F8;
	padding: 2px;
}

table.forum tr.title td {
	background-color: #21284B;
	color: #fff;
	font-weight: bold;
	text-align: center;
	padding: 4px;
}

table.forum td.center {
	text-align:center;
	vertical-align:middle;
}

table.forum tr.title td a {
	color: #fff;
}