html,
body
{
	margin:0px;
	padding:0px;
	background-color:#A0BFFA;
	font-size:12px;
}

#root_panel
{
	position:relative;
	width:800px;
	left:50%;
	margin-left:-400px;
	background-color:white;
	z-index:2;
}

#menu
{
	background-color:#ffffff;
	padding-left:16px;
	padding-right:16px;
	height:16px;
	font-size:12px;
	
}

#menu div.t_l
{
	position:absolute;
	left:0px;
	top:0px;
	width:16px;
	height:16px;
	background-color:#A0BFFA;
	background-image:url(/images/site/c_tl_16.png);
}

#menu div.t_r
{
	position:absolute;
	right:0px;
	top:0px;
	width:16px;
	height:16px;
	background-color:#A0BFFA;
	background-image:url(/images/site/c_tr_16.png);
}

#site_bottom
{
	position:relative;
	height:32px;
	text-align:center;
}

#site_bottom div.b_l
{
	position:absolute;
	left:0px;
	bottom:0px;
	width:16px;
	height:16px;
	background-color:#A0BFFA;
	background-image:url(/images/site/c_bl_16.png);
}

#site_bottom div.b_r
{
	position:absolute;
	right:0px;
	bottom:0px;
	width:16px;
	height:16px;
	background-color:#A0BFFA;
	background-image:url(/images/site/c_br_16.png);
}

#site_top div#logo
{
	float:left;
	height:50px;
	width:325px;
	background-image:url(/images/site/logo.jpg);
	background-repeat:no-repeat;
	background-position:center center;
	background-color:white;
}

#site_top div#login
{
	float:right;
	height:50px;
	width:325px;
	background-color:white;
}

#menu a:link,
#menu a:hover,
#menu a:visited,
#menu a:active
{
	text-decoration: none;
	color:#0A47BA;
}

#man_content div.sep
{
	/*
	top:3px;
	margin-bottom:3px;
	*/
	padding:0px;
	margin-top:3px;
	margin-bottom:3px;
	height:1px;
	width:100%;
	overflow:hidden;
	background-color:#7AA7FA;
}

#man_content div.header
{
	font-size:18px;
	font-weight:bold;
}

#man_content div.smaller
{
	font-size:10px;
}

#tracker
{
	position:relative;
}


div.download_index_item
{
	width:180px;
	height:1.0em;
	float:left;
	margin:0px;
	padding:0px;
	overflow:hidden;
}

.download_item_box
{
	cursor:pointer;
	position:relative;
	width:128px;
	height:140px;
	padding:0px;
	margin:3px;
	text-align:center;
	float:left;
	background-color:transparent;
}

.download_item_picture
{
	position:relative;
	width:128px;
	height:108px;
	padding:0px;
	margin:0px;
	background-repeat:no-repeat;
	background-position:center center;
	float:left;
}

.download_item_text
{
	position:relative;
	width:128px;
	padding:0px;
	margin:0px;
	font-size:80%;
	overflow:hidden;
	float:left;
}

a.download_click_area:link,
a.download_item_picture:link,
a.download_category_picture:link
{
color: #000000;
background-color: #ffffff;
}

/*
a.download_click_area.download_top_text:active,
a.download_click_area.:visited,
*/

a.download_click_area:hover .download_top_picture,
a.download_click_area:hover .download_top_text,
a.download_click_area:hover .download_top_count,
a.download_click_area:hover .download_item_picture,
a.download_click_area:hover .download_item_text,
a.download_click_area:hover .download_category_picture
{
color: #000000;
background-color: #8AC4F2;
}


a.download_click_area:link,
a.download_item_picture:link,
a.download_category_picture:link
{
color: #000000;
background-color: #ffffff;
}

a.download_click_area:hover .download_top_picture,
a.download_click_area:hover .download_top_text,
a.download_click_area:hover .download_top_count,
a.download_click_area:hover .download_item_picture,
a.download_click_area:hover .download_item_text,
a.download_click_area:hover .download_category_picture
{
color: #000000;
background-color: #8AC4F2;
}

.download_category_picture
{
	position:relative;
	width:192px;
	height:192px;
	
	background-color:transparent;
	
	padding:0px;
	margin:0px;
	
	background-repeat:no-repeat;
	background-position:top center;
	
	float:left;
}

div#login div.row .username,
div#login div.row .password,
div#login div.row .submit
{
	position:relative;
	float:left;
	width:85px;
	padding:0px;
	margin:0px;
	font-size:10px;
}

div#login div.row .submit
{
	width:50px;
	height:15px;
	font-size:8px;
}
