@charset "utf-8";
/* CSS Document */
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 17px;
}
body {
	background-color: #000000;
	background-image: url(../_images/layout/bg.jpg);
	background-repeat: no-repeat;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-attachment: scroll;
	background-position: center top;
}

h1 {
	font-size: 18px;
	color: #000000;
}
h2 {
	font-size: 16px;
	color: #333333;
}
h3 {
	font-size: 14px;
	color: #666666;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}

a:link {
	color: #CC6600;
}
a:visited {
	color: #CC6600;
}
a:hover {
	color: #CC6600;
}
a:active {
	color: #CC6600;
}
#footer {
	font-size: 10px;
	color: #999999;
	line-height: 11px;
}
/** BOXES ******************************************/
.box_1third, .box_2thirds, .box_full {
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 15px;
	margin-right: 0px;
	margin-left: 0px;
	position: relative;
	display: block;
}
.box_1third { width: 300px; }
.box_2thirds { width: 615px; }
.box_full { width: 930px; }
/*  
   HEADINGS   
*/
.box_1third th, .box_2thirds th, .box_full th {
	background-repeat: no-repeat;
	font-weight: normal;
	color: #FFFFFF;
	text-align: left;
	font-size: 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-top: 6px;
	padding-right: 5px;
	padding-bottom: 6px;
	padding-left: 10px;
	margin: 0px;
}
.box_1third th { background-image: url(../_images/layout/blocks/1-third_th_bg.jpg); }
.box_2thirds th { background-image: url(../_images/layout/blocks/2-thirds_th_bg.jpg); }
.box_full th { background-image: url(../_images/layout/blocks/full_th_bg.jpg); }
/*  
   CELLS  
*/
.box_1third td, .box_2thirds td, .box_full td {
	background-repeat: no-repeat;
	padding: 10px;
	height: 50px;
	margin: 0px;	
}
.box_1third td { background-image: url(../_images/layout/blocks/1-third_cell_bg.jpg); }
.box_2thirds td { background-image: url(../_images/layout/blocks/2-thirds_cell_bg.jpg); }
.box_full td { background-image: url(../_images/layout/blocks/full_cell_bg.jpg); }
/*  
   ALL - table, headings, cells
*/
.box_1third,
.box_2thirds, 
.box_full,
.box_1third th, 
.box_2thirds th, 
.box_full th,
.box_1third td,
.box_2thirds td, 
.box_full td {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

.box_admin {
	border: thin solid #CCCCCC;
}
.box_admin th {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #FF6600;
	text-align: left;
}
.box_admin th a {
	color: #FFFF00;
}
.box_admin td {
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;	
}

/**********************************************************/

.PageTitle {
	font-size: 24px;
	color: #333333;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FF9900;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	font-weight: bold;
}
.tbl {
	margin: 0px;
	padding: 0px;
	background-image: none;
}
.tbl td {
	margin: 0px;
	padding: 5px;
	background-image: none;
	height: 25px;
}
#feature img {
	margin-right: 5px;
	margin-bottom: 5px;
	float: left;
}
.profile_lbl {
	color: #CC9933;
	font-size: 11px;
}
.profile_bio {
	color: #333333;
	font-size: 13px;
	line-height: 15px;
}

.profile_list {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}
.profile_list .title {
	color: #000000;
	font-size: 13px;
	font-weight: bold;
}
.profile_list .body {

}
.profile_list .date_added {
	color: #CC9933;
	font-size: 11px;
}
