/* ===== FONTS ===== */
body, div, span, td, input, select, optgroup, font{
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #4F4F4F;
}
div.c{
	margin: 0px auto 0px auto;
	text-align: center;
	width: 740px;
}

.small{
	font-size: 10px;
}
.red{
	color: #E25110;
	font-weight: bold;
}

/* ===== LINKS ===== */
a{
	color: #4F4F4F;
	text-decoration: underline;
}
a:hover{
	color: #CD3110;
}
a.m{
	font-size: 10px;
	text-decoration: none;
}
a.m:hover{
	font-size: 10px;
	text-decoration: none;
}
a.nav{
	font: 9px Verdana;
	color: #999999;
	text-decoration: none;
}
a.nav:hover{
	color: #999999;
	text-decoration: underline;
}
a.white{
	color: #FFFFFF;
}
a.white:hover{
	color: #F2F2F2;
}

/* ===== TABLES ===== */
table{
	border-width: 0px; 
	border-collapse: collapse;
}

/* ===== TD ===== */
td{
	padding: 0 0 0 0;
	text-align: left;
}

/* ===== DIV ===== */
div.in{
	display: inline; 
}
div.top{
	display: inline; 
	float: left;
	height: 187px;
	vertical-align: bottom;
	background-repeat: no-repeat;
	background-position: bottom;
}
div.logo{
	width: 230px;
	background-image: url(images/logo_bottom.jpg);
}
div.search{
	width: 400px;
	background-image: url(images/search_background.jpg);
}
div.figures{
	width: 105px;
	background-image: url(images/logo_figures.jpg);
}
div.search_lft{
	width: 168px;
	height: 20px; 
	background-image: url(images/search_left.jpg);
	background-repeat: no-repeat; 
}
div.search_btm{
	width: 194px; 
	height: 20px; 
	background-image: url(images/search_bottom.jpg);
}
div.search_box{
	position: relative; 
	top: 110px; 
	left: 180px; 
	width:200px;
}
.sc{
	height: 10px;
	line-height: 10px;
	vertical-align: middle;
}
.sc1{
	padding-bottom: 1px;
	font: 9px Verdana;
	letter-spacing: 1px;
}

div.nav_box{
	position: relative; 
	top: 70px; 
	width:100%;
	text-align: right;
}
span.nav{
	height: 14px;
	line-height: 14px;
	vertical-align: top;
	padding-right: 10px;
}
span.nav_icon{
	height: 14px;
	line-height: 14px;
	vertical-align: middle;
	padding-right: 1px;
}
div.errorBox{
	background-color: white; 
	text-align: center;
	padding: 3px; 
	border: 1px dotted #E25110; 
	margin: 10px;
}

/* ===== MENU ===== */
div.mc{
	display: inline; 
	float: left;
	height: 75px; 
	text-align: left;
}
div.mb{
	display: inline; 
	float: left;
	width: 1px;
	height: 75px; 
	background-color: #CCCCCC;
}
/* Menu Borders */
div.mb1{
}
div.mb2{
	margin-right: 1px;
}
div.mb3{
	width: 1px;
	height: 55px; 
	background-color: #CCCCCC;
}
/* Menu Columns */
div.mc1{
	width: 45px; 
}
div.mc2{
	width: 158px; 
	background-image: url(images/menu_background.jpg);
	border-bottom: 1px solid #CCCCCC;
}
div.mc3{
	width: 163px; 
	background-image: url(images/menu_background.jpg); 
	border-bottom: 1px solid #CCCCCC;
}
div.mc4{
	width: 168px; 
	background-image: url(images/menu_background.jpg); 
	border-bottom: 1px solid #CCCCCC;
}

div.msp{
	background-image: url(images/menu_sep.jpg); 
	background-repeat: no-repeat; 
	width: 100%; 
	height: 3px;
	font-size: 0px;
}
div.m{
	height: 22px;
	line-height: 22px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 1px 0px 0px 20px;
	background-image: url(images/menu_arrow.gif); 
	background-position: left center;
	background-repeat: no-repeat; 
}

div.content{
	display: inline; 
	float: left;
	padding: 10px;
	width: 475px;
	min-height: 400px; 
}
div.content_right{
	width: 191px; 
	clear: both;
}

td.c1{
	width: 541px;
	background-image: url(images/border_left.gif); 
	background-repeat: repeat-y;
}
td.c2{
	width: 199px;
	background-image: url(images/border_right.gif); 
	background-repeat: repeat-y;
}

div.copyright{
	display: inline; 
	float: left;
	width: 475px;
	height: 40px;
	line-height: 16px;
	font-size: 11px;
	text-align: center;
	padding: 10px;
}

td.tTD{
	padding: 3px; 
	border-right: 1px solid #999999; 
	text-align: center; 
	border-bottom: 1px solid #999999;
}
div.tTTL{
	font-size: 13px; 
	padding: 5px; 
	font-weight: bold;
	text-align: center;
}

/* ===== IMAGES ===== */
img{
	border: 0px;
}
img.border{
	border: 1px solid #888888;
}
img.pieces{
	border: 0px;
	/*
	border-right: 1px solid #A64313;
	border-top: 1px solid #A64313;
	*/
}
img.piecesSel{
	background-color: #000000;
}

/* ===== FORMS ===== */
form{
	margin: 0px 0px 0px 0px;
}
input{
	border: 1px solid #888888;
}
input.dark{
	background-color: #CCCCCC;
}
.submit{
	border: 1px solid #404040;
	background-color: #E25110;
	padding: 0px;
	color: #FFFFFF;
	font-weight: bold;
}
.search_btn{
	width: 20px; 
	height: 20px; 
	border: 0px;
}
.search_txt{
	width: 100px;
	height: 14px;
	font-size: 9px; 
}
