/* =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-*/
/* MAIN PROPERTIES */
/* =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-*/

* {
	font-family:Verdana, Arial;
	font-size:11px;
}

body {
	background-color:#FCFBE7;
	margin:0;
	
}

table.main td.logocontent {
	width:245px;
	padding-right:16px;
}

table.main td.menucontent {
	width:462px;
	padding-left:16px;
	padding-right:22px;
}

table.main td.leftcontent {
	width:200px;
	padding-right:16px;
}

table.main td.rightcontent {
	width:440px;
	padding-left:16px;
}


/* =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=--=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-*/
/* TEXT PROPERTIES */
/* =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-*/

.italic {
	font-style:italic;
}

.small {
	font-size:10px;
	font-weight:normal;
	line-height:13px;
}

.bold {
	font-weight:bold;
}

.white {
	color:#ffffff;
}

h1, h2, h3, p, ul, table.formcontainer {
	margin:0;
	padding:0;
	margin-bottom:14px;
}



h1 {
	font-size:17px;
	font-weight:bold;
}

h2 {
	font-size:13px;
	font-weight:bold;
}

h3 {
	font-size:11px;
	font-weight:bold;
}


td.leftcontent h1 {
	color:#ffffff;
	background-color:#8B0000;
	font-size:11px;
	padding:0 0 1px 7px;
	text-transform:uppercase;
	letter-spacing:2px;
	line-height:15px;
}

p {
	line-height:15px;
}

ul {
	line-height:15px;
	list-style-type:square;
}

li {
	margin-left:16px;
}

ul.small li {
	margin-bottom:5px;
}

ul.wide li {
	margin-bottom:12px;
}

div.divider {
	font-size:1px;
	line-height:1px;
	background-image:url(../../images/dotted.gif);
	background-repeat:repeat-x;
	height:1px;
	width:100%;
	margin:0;
	padding:0;
	margin-bottom:16px;
	margin-top:16px;
}

.dark {
	#E9E8D4;
}

/* =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-*/
/* LINK PROPERTIES */
/* =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-*/

a {
	font-weight:bold;
	color:#8B0000;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

a.mainlink {
	text-transform:uppercase;
	background-image:url(../../images/bullet.gif);
	background-repeat:no-repeat;
	background-position:0 5px;
	padding-left:11px
}

a.mainlink:hover {
	text-decoration:none;
	color:#000000;
}


/* =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-*/
/* FORM & BUTTON PROPERTIES */
/* =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-*/

form {
	margin:0;
}

table.formcontainer {
	width:370px;
	table-layout:fixed;
	margin:0;
}

table.formcontainer td {
	padding:4px
}

input.full, textarea.full, select.full {
	width:100%;
}

ul.error {
	background-color:#D5D3C1;
	color:#000000;
	padding:4px;
	border-top:2px solid #8B0000;
	border-bottom:2px solid #8B0000;
}

input.button, button {
}




/* =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-*/
/* MAIN MENU */
/* =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-*/

table.mainmenu {
	width:100%;
}

table.mainmenu td.top {
	background-color:#8B0000;
	height:34px;
	text-align:right;
	padding-right:7px;
}
table.mainmenu td.bottom {
	height:32px;
	border-bottom:1px solid #8B0000;
}

table.mainmenu td.bottom a {
	font-size:12px;
	line-height:32px;
	padding:9px 8px 9px 8px;
}

table.mainmenu td.bottom a:hover {
	text-decoration:none;
	background-color:#000000;
	color:#ffffff;
}

table.mainmenu td.bottom a.selected {
	text-decoration:none;
	background-color:#8B0000;
	color:#ffffff;
}

table.mainmenu td.bottom a.selected:hover {
	text-decoration:none;
	background-color:#8B0000;
	color:#ffffff;
}


/* =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-*/
/* MISC */
/* =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-*/

.indent {
	margin-left:7px;
}

.scrolls { 
	width:100%;
	height:200px;
        overflow:auto; 
		
	scrollbar-3dlight-color: #CCCCCC;
	scrollbar-face-color: #C3C2AE;
        scrollbar-base-color: #E2E1CD;
        padding-right:4px;
}
a.print {
	display:block;
	width:99px;
	height:18px;
	background-image: url(/images/print.gif);
	background-repeat:no-repeat;
	outline:none;
}

a.print:hover {
	background-position:left -18px;
}

/* =========== */
/* = agb box = */
/* =========== */

#agb {
	display:none;
}

.agb_box {
	border:1px solid #8B0000;
	padding:12px;
}