@import url("/main.css");
html, body{
	margin: 0;
	padding: 0;
}
#wrapper{
	display: block;
/*
	padding-left: 50px;
	padding-right: 50px;
*/
}
table{
	border-collapse: collapse;
	width: 100%;
}
.look_link{
	text-decoration: underline;
	color: #00c;
	cursor: pointer;
}
#top_l{ 
	float: left; 
	background-image: url("/img/top_left.png");
	background-position: bottom right;
	background-repeat: no-repeat; 
}
#top_r{ 
	float: right; 
	background-image: url("/img/top_right.png");
	background-position: bottom left;
	background-repeat: no-repeat;
}
#top #top_c{
	width: 90%;
	background-image: url("/img/center.png");
	background-repeat: repeat-x;
	background-position: bottom left;
}
#top #top_l, #top #top_r{
	display: block;
	width: 5%;
}
#top_l, #top_c, #top_r{ 
	float: left; 
	display: block;
	height: 35px;
}
#body{
	padding-left: 50px;
	padding-right: 50px;
	clear: both;
}
hr.clear{
	clear: both;
	margin-bottom: -.1em;
	visibility: hidden;
}
#login_top{
	margin-top: -1px;
}
#login_top td{
	width: 50%;
	font-size: 8pt;
	vertical-align: bottom;	
}
td, div, span{
	font-family: tahoma, arial, sans-serif;
}
a#top_logo{
	display: block;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

#footer{
	position: fixed;
	width: 100%;
	bottom: 0;
}
#footer a{ 
	color: #00f;
	text-decoration: none;
}
#footer a:hover {
	color: #009;
}
#footer_l{ 
	float: left; 
	background-image: url("/img/footer_left.png");
	background-position: top right;
	background-repeat: no-repeat; 
}
#footer_r{ 
	float: right; 
	background-image: url("/img/footer_right.png");
	background-position: top left;
	background-repeat: no-repeat;
}
#footer_c{
	background-image: url("/img/footer_center.png");
	background-repeat: repeat-x;
	width: 90%;
}
#footer_l, #footer_r{
	display: block;
	width: 5%;
}
#footer_l, #footer_c, #footer_r{ 
	float: left; 
	display: block;
	height: 20px;
}
#footer_t td{
	font-size: 9pt;
	font-weight: bold;
}
#main_center{
	margin-top: 10px;
}
#top_menu_left{ 
	float: left; 
	width: 400px;
}
#top_menu_left, #top_menu_right{
	border-collapse: collapse;
}
#top_menu_left td, #top_menu_right td{
	padding: 0;
	margin: 0;
	font-size: 9pt;
} 
#top_menu_left td a, #top_menu_right td a{
	text-decoration: none;
	display: block;
	padding-top: 5px;
	height: 27px;
	text-align: center;
}
#top_menu_right{ 
	float: right; 
	width: 430px;
}
#top_menu_right a:hover, #top_menu_left a:hover {
	background-color: #999;
	color: #fff;
}
#top_menu_left td a, #top_menu_right a{
	color: #00c;
}
#fclue{
	font-size: 11pt;
	height: 23px;
	color: #999;
}
#top_menu_left td ul, #top_menu_right td ul{
	position: absolute;
	left: -999em;
	border: 1px #000 solid;
	width: 160px;
}
#top_menu_left td:hover ul, #top_menu_left td.sfhover ul, #top_menu_right td:hover ul, #top_menu_right td.sfhover ul{
	left: auto;
	text-align: left;
}
ul.team_list_menu li a{
	display: block;
	width: 150px;
	margin: 0;
	padding: 0;
	padding-left: 10px;
	text-align: left;
	height: 27px;
}
ul.team_list_menu li{
	float: left;
	text-align: left;
}
ul.team_list_menu li, ul.team_list_menu{
	background-color: #ccc;
	list-style: none;
	padding: 0;
	margin: 0;
	text-align: left;
}
#wrapper #top #top_c #top_menu_left table td ul.team_list_menu li a{
	text-align: justify;
}
#mail{
	border-collapse: collapse;
}
#mail td{
	border-top: 1px #ccc solid;
}
#mail tr.unread{
	background-color: rgb(244, 248, 252);
}
#mail td{
	padding-top: 5px;
	padding-bottom: 5px;
}
#mail tr.read{
	background-color: #fff;
}
#ifteam {
   display     : none;
   visibility  : hidden;
   height      : 1px;
 }
#members, #pic{
	display: block;
	width: 200px;
	height: 150px;
	overflow: auto;
}
#norms td{
	font-size: 10pt;
}
#norms th{
	text-align: left;
	border-bottom: 2px #000 solid;
}
.b{
	font-weight: bold;
}
table#overview{
	clear: none;
}
