

* { font-family: Tahoma, Arial, sans-serif; }

html { height: 100%; }

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	height: 100%;
	
	background: #CCC url(/images/portal/portal-bg.jpg) repeat-y;
	

}
.style1 {color: #FFFFFF}


a.bold { font-weight: bold; }

small { color: #000; font-size: 10px; }


ul {
 padding: 0px;
 margin: 4px 10px;
 text-align: right;
}

li {
 margin-left: 35px;
 padding: 0px;
 
 list-style-image: url(/images/portal/list-arrow.gif);
 
 float: right;
 font-family: Tahoma;
}

#div_outer {
	width: 762px; 
	padding: 0px; 
	height: 100%; 
}

#div_content {
	width: 700px; 
	border-right: 1px solid #000; 
	height: 100%;
	background-color: #2A3A6E;
}

#div_sytheader {
	
	background-image: url(/images/portal/sytyk_header.gif); 
	
	width: 100%; 
	height: 37px; 
	text-align: right; 
	color: #FFF; 
	font-family: Tahoma; 
	font-size: 12px;
}

#img_topicheader {
	float: left; 
	width: 700px; 
	height:130px; 
	background-color: #999;
}

#div_topmenu {
	float: left; 
	width: 700px; 
	height: 25px; 
	
	background-image: url(/images/portal/navigation.gif); 
	
	text-align: right;
}

#div_topmenu a, #div_topmenu a:hover, #div_topmenu a:visited, #div_topmenu a:active {
	color: #FFF;
}

#table_maincontent {
	width: 700px; 
	height: 450px; 
	float: left; 
	background-color: #FFF;
}

#td_portallinks {
	width: 160px; 
	background-color: #6580B4; 
	color: #FFF;
	vertical-align: top;
}

#td_portallinks a {
	display: block;
	color: #FFF;
	font-size: 11px; 
	padding: 2px 0px;
}

#td_headertext {
	height: 100px; 
	background-color: #FFF; 
	vertical-align:top;
}

#td_headertext h1, #td_headertext h2, #td_headertext h3, #td_headertext p {
	color: #000;
}

#td_headertext h1, #td_headertext h2 {
	font-size: 14px;
	display: inline;
}

#td_headertext span.h1 {
	font-size: 14px;
	font-weight: bold;
	color: #000;
}

#td_headertext h3 {
	font-size: 12px;
}

#td_quizad {
	height: 200px; 
	width: 270px; 
	background-color: #FFF;
}

#td_newsfeed * {
	color: #000 !important; 
}
#td_newsfeed a {
	color: #0000FF !important;
}


#div_footer {
	text-align: center; 
	background-color:#2A3A6E; 
	color: #FFF;
	margin-top: 10px;
}

#div_footer a, #div_footer a:hover, #div_footer a:visited, #div_footer a:active {
	color: #FFF;
}

input {
	font-size: 11px;
	font-family: Tahoma, Arial, sans-serif;
}

table.portal_leaderboard tr.header th {
	font-size: 13px; 
	font-family: Tahoma;
}

table.portal_leaderboard th {
	font-family: Tahoma;
	background-color: #89AB66;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}

table.portal_leaderboard td {
	font-family: Tahoma;
	background-color: #2B5105;
	font-size: 12px;
	text-align: left;
}

table.portal_leaderboard a {
	font-family: Tahoma;
	color: #FFF;
} 