@charset "utf-8";
/* CSS Document */

body{
	background-color:#FFFFFF;
	text-align:center;
	background-image:url(/images/body_bg.gif);
	background-repeat:repeat-x;
	margin:auto;
	display:block;
	margin-top:10px;
	margin-bottom:10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	margin-bottom:10px;
}

h1 {
	font:Arial, Helvetica, sans-serif;
	font-size:20px;
	margin-top:0px;
	margin-bottom:10px;
	color:#0055AA;
	text-transform:capitalize;
}

h2 {
	font:Arial, Helvetica, sans-serif;
	font-size:16px;
	margin-top:15px;
	margin-bottom:5px;
	color:#0055AA;
}

#wrapper{
	width:910px;
	margin:auto;
	font-size:0px;
}

#top_corners {
	background-image:url(/images/rounded_corners_top.gif);
	background-repeat:no-repeat;
	height:5px;
	float:left;
	width:910px;
	font-size:0px;
}
#bottom_corners {
	background-image:url(/images/rounded_corners_bottom.gif);
	background-repeat:no-repeat;
	height:7px;
	width:910px;
	font-size:0px;
	clear:both;
}

#cols_container{
	background-color:#FFFFFF;
	text-align:left;
	margin:auto;
	background-image:url(/images/wrapper_bg.gif);
	background-repeat:repeat-y;
	float:left;
	width:910px;
	padding-top:5px;
	padding-bottom:5px;
	margin-top:0px;
	margin-bottom:0px;
	font-size:0px;
}

#left_col {	
	width:200px;
	float:left;
	padding:10px;
	text-align:left;
	padding-top:0px;
	padding-bottom:0px;
	font-size:12px;
	overflow:hidden;
}

#main_col {
	width:550px;
	display:block;
	overflow:hidden;
	float:left;
	background-color:#FFFFFF;
	padding:10px;
	padding-top:0px;
	padding-bottom:0px;
	font-size:13px;

}

#right_col {
	width:100px;
	float:left;
	padding:8px;
	overflow:hidden;
	text-align:center;
	padding-top:0px;
	padding-bottom:0px;
	font-size:12px;
}

#top_menu {
	width:910px;
	height:42px;
	margin-bottom:10px;
	text-align:left;
	float:left;
	background-image:url(images/top_bar_bg.gif);
	background-repeat:no-repeat;
}


#top_menu a:link, #top_menu a:visited {
	color:#FFFFFF;
	text-decoration:none;
	padding-left:12px;
	padding-right:12px;
	display:block;
	float:left;
	font-weight:bold;
	margin-right:1px;
	font-size:13px;
	line-height:40px;
}

#top_menu a:hover {
	background-image:url(/images/menu_rollover.jpg);
	background-repeat:no-repeat;
	background-position:center;
}

#footer {
	margin-top:3px;
	color:#999999;
	font-size:11px;
}
#footer a:link, #footer a:visited {
	color:#999999;
	text-decoration:none;
}
#footer a:hover {
	color:#333333;
	text-decoration:underline;
}

.message_success {
	padding:4px;
	background-color:#009900;
	border:1px solid #006600;
	color:#FFFFFF;
	margin-top:0px;
	margin-bottom:10px;
}

.message_error {
	padding:4px;
	background-color:#CE0000;
	border:1px solid #990000;
	color:#FFFFFF;
	margin-top:0px;
	margin-bottom:10px;
}


.message_info {
	padding:4px;
	background-color:#FFFFCC;
	border:1px solid #993300;
	color:#990000;
	margin-top:0px;
	margin-bottom:10px;
}

a:link, a:visited {
	color:#0055AA;
}
a:hover{
	color:#FF0000;
}

.breadcrumb {
	color:#999999;
	font-size:11px;
	margin-top:-10px;
	margin-bottom:20px;
	padding:0px;
	letter-spacing:1px;
}
.breadcrumb a:link, .breadcrumb a:visited {
	color:#999999;
}
.breadcrumb a:hover {
	color:#333333;
}

.red_text {
	color:#FF0000;
}

.browse_files_title {
	font-family:Verdana, Arial, sans-serif;
	font-size:11px;
	line-height:14px;
	font-weight:bold;
	text-transform:capitalize;
	text-decoration:underline;
}
.browse_files_description {
	font-family:Verdana, Arial, sans-serif;
	font-size:10px;
	line-height:13px;		
}



.pagination_table {
	clear:both;
	margin-top:10px;
}
.pagination_table a:link, .pagination_table a:visited {
	text-decoration:none;
}


.listing_actions {
	font-size:13px;
	margin-top:10px;
	padding-top:0px;
}

.listing_actions a:link, .listing_actions a:visited{
	/*background-image:url(/images/actions_btn_bg.gif);*/
	background-repeat:repeat-x;
	vertical-align:bottom;
	border:1px solid #CCCCCC;
	background-color:#FAFAFA;
	text-decoration:none;
	padding:2px;
	padding-bottom:2px;
	line-height:23px;
	padding-left:2px;
	padding-right:6px;
	color:#000000;
}
.listing_actions a:hover{
	/*background-image:url(/images/actions_btn_rollover.gif);*/
	background-repeat:repeat-x;
	border:1px solid #FDBE00;
	background-color:#FFFF00;
}

.action_links_icon {
	vertical-align:middle; 
	line-height:16px; 
	height:16px;
	margin-right:3px;
}

.categories_list{
}
.categories_list a:link, .categories_list a:visited  {
	text-decoration:none;
}

.text_link_sponsors{
}

.text_link_sponsors a:link, .text_link_sponsors a:visited {
	padding:5px;
	margin-top:15px;
	margin-bottom:15px;
	border:1px solid #CCCCCC;
	display:block;
	text-decoration:none;
	background-color:#FAFAFA;
	color:#0055AA;
}
.text_link_sponsors a:hover {
	background-color:#0055AA;
	color:#FFFFFF;
	border:1px solid #003366;
}

.left_col_categories{
	margin-top:10px;
	border:1px solid #EBEBEB;
	border-bottom:none;
}
.left_col_categories a:link, .left_col_categories a:visited{
	font-size:13px;
	color:#999999;
	text-decoration:none;
	line-height:20px;
	padding-left:5px;
	display:block;
	width:193px;
	border-bottom:1px solid #EBEBEB;
}
.left_col_categories a:hover{
	color:#0055AA;
	background-color:#FAFAFA;
}
.left_col_categories .active_cat a:link, .left_col_categories .active_cat a:visited{
	color:#0055AA;
	background-color:#FAFAFA;
}
.left_col_categories .active_cat a:hover{
	color:#0055AA;
	background-color:#FAFAFA;
}