/********** GENERAL **********/

*{
	margin:0;
	padding:0;
	list-style:none;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	color:#333;
	}
	
html, body{
	height:100%;
	}
	
body{
	background:url(/img/background.gif) top left repeat-x #fff;
	}
	
body.quickscreen{
	background:url(/img/background_2.gif) top left repeat;
	}
	
/********** CONTENT **********/

div#apendix{
	float:left;
	width:360px;
	padding:27px 20px 0 0;
	text-align:right;
	}
	
div#apendix_home{
	float:left;
	width:360px;
	padding:19px 20px 0 0;
	text-align:right;
	}
	
div#breadcrumb{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#ccc;
	font-size:12px;
	font-weight:normal;
	float:left;
	width:350px;
	}
	
div#breadcrumb a{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#ccc;
	font-size:12px;
	text-decoration:none;
	}
	
div#bread_label{
	margin:0 0 20px 0;
	clear:both;
	margin:0 auto 3px auto;
	width:992px;
	}
	
div#content{
	padding:21px 52px 0 0;
	float:right;
	width:540px;
	line-height:1.4em;
	}
	
div#content_home{
	padding:16px 52px 0 0;
	float:right;
	width:540px;
	line-height:1.4em;
	}
	
div#footer{
	margin:0 auto;
	width:956px;
	padding:8px 18px 10px 18px;
	background:#ccc;
	clear:both;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#666;
	}
	
div#menu{
	float:right;
	width:622px;
	text-align:right;
	margin:0 20px 0 0;
	}
	
div.structure{
	margin:0 auto;
	width:992px;
	clear:both;
	background:#fff;
	padding:0 0 30px 0;
	}
	
div.structure_top{
	margin:0 auto;
	width:992px;
	clear:both;
	}
	
div#top{
	height:130px; 
	}
	
div#wrap{
	padding:0 0 20px 0;
	}
	
.clear_both{
	clear:both;
	}
	
.float_left_top{
	float:left;
	width:194px;
	}
	
.float_right_top{
	float:right;
	width:575px;
	text-align:right;
	/*margin:0 9px 0 0;*/
	}
	
.loading_hidden{
	visibility:hidden;
	}

.loading_visible{
	visibility:visible;
	}
	
.margin_1{
	margin:30px 0 0 0;
	}
	
.margin_2{
	margin:28px 0 0 0;
	}
	
/*********** TABLES ***********/

td.manage_title{
	padding:0 0 5px 0;
	border-bottom:1px #999 solid;
	color:#039;
	font-weight:bold;
	}
	
td.manage_title_2{
	padding:5px 0 0 0;
	border-top:1px #999 solid;
	color:#039;
	font-weight:bold;
	}
	
td.manage_title_2 a{
	font-weight:normal;
	}
	
td.manage_item{
	padding:10px 0 10px 0;
	}

td.pagination_left{
	font-size:10px;
	color:#7c8083;
	}
	
td.pagination_right{
	font-size:10px;
	color:#a9aeb2;
	}
	
td.pagination_right a{
	font-weight:bold;
	font-size:10px;
	text-decoration:none;
	}
	
/************ FONTS ************/

.bold{
	font-weight:bold;
	}
	
.caption{
	width:134px;
	font-size:11px;
	margin:0 0 17px 0;
	float:right;
	}
	
p.list_item{
	display:table-cell; 
	*display:inline-block;
	}

.title_large{
	font-size:18px;
	color:#039;
	margin:6px 0 0 0;
	}
	
.title_margin{
	font-size:18px;
	color:#039;
	padding:17px 0 18px 0;
	margin:19px 0 0 0;
	border-top:1px solid #999;
	}
	
.title_medium{
	font-size:16px;
	}
	
.title_small{
	font-size:14px;
	font-weight:bold;
	text-transform:uppercase;
	line-height:20px;
	}
	
/************ LINKS ************/

a:link, a:visited{
	color:#999;
	text-decoration:none;
	}
	
a:hover, a:visited:hover{
	color:#999;
	text-decoration:underline;
	}
	
a.management:link, a.management:visited{
	color:#fff;
	font-size:10px;
	font-weight:bold;
	text-decoration:none;
	}
	
a.management:hover, a.management:visited:hover{
	color:#fff;
	font-size:10px;
	font-weight:bold;
	text-decoration:underline;
	}
	
a.management_2:link, a.management_2:visited{
	color:#666;
	font-size:10px;
	text-decoration:none;
	}
	
a.management_2:hover, a.management_2:visited:hover{
	color:#666;
	font-size:10px;
	text-decoration:underline;
	}

/********** CLEARFIX **********/

.clearfix:after{
	content:"."; 
	display:block; 
	height:0; 
	clear:both; 
	visibility:hidden;
	}

.clearfix{
	display:inline-block;
	}

/* Hides from IE-mac \*/
* html .clearfix{
	height:1%;
	}
.clearfix{
	display:block;
	}
/* End hide from IE-mac */
