body {
	background-color: #ffffff;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	color: #5C5C5C;
}

.header {height: 50px; background-color: #ffffff;}
.header_site_name { display: inline; padding-top: 20px; padding-left: 10px; color: white; font-size: 36px; font-weight: bold; }
.header_text { display: inline; padding-top: 10px; padding-left: 10px; padding-bottom: 20px; color: orange; font-size: 18px; font-weight: bold; }
.header_menu_bar{
	background-color: white;
	color : Black;
}
.footer { color:black;}
.portfolio_main_label{}
.portfolio_main_area {text-align: center;}
.portfolio_category_title{font-size: 18px; font-weight:bold; color: black; padding-top: 20px; padding-bottom: 20px;}
.portfolio_showcase_image_block{float: right;  padding: 30px;}
.portfolio_showcase_image{border: 1px solid black;}
.portfolio_text_title{padding-left: 30px; padding-top: 20px; font-size: 16px; font-weight: bold; }
.portfolio_text{padding-left: 30px; padding-top: 20px; font-size: 12px;}
.portfolio_category_name{text-align: center; padding-top: 20px; padding-bottom: 20px; font-size: 16px; font-weight: bold; color:maroon;}
.portfolio_table{}
.portfolio_categories_table{}
.portfolio_thumbnail_cat_label {font-size: 14px; font-weight: bold; padding-top: 20px; text-decoration: none;}
.portfolio_thumbnail{border: 1px solid black;}
.portfolio_thumbnail_cell{background-color: black; text-align: center;}
.portfolio_thumbnail_details_cell{background-color: #cccccc; font-size: 11px;}
.portfolio_image_info{color: silver; font-size: 11px;}
body.popup_body{background-color: #333333;}
.popup_title {}
.popup_caption{}
.popup_date{}
.main_content_box{padding: 30px 0 0 0;}
.news_content_box{
	padding: 30px;
	float : right;
}
.content_heading{font-weight: bold;}
.left_sidebar{}
.right_sidebar{}
.copyright_notice{ font-size: 10px; color: white; }

#main {
		background:#fffff;
		}

	#main #menu {
		border-left:1px solid #fff; 
		border-bottom:1px solid #000;
		float:right;
		width:200px;
		background:#8fbc8f;
		margin:0px 0px 10px 10px;
		}
		
		#main #menu2 {
		float:right;
		width:200px;
		margin:0px 0px 0px 0px;
		}



.sidebar {
width: 190px;
margin:35px 0 0 15px;
}

/*******************************************
 ADMIN
********************************************/

.admin_section_title{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 14px;
	font-weight : bold;
}

.admin_table_header 
{font-family: arial, helvetica, sans-serif; font-weight: bold; font-size: 12px;
    background-color: rgb(68,67,115); color: gold;}

.admin_form_box 
{
	background-color: #FFFFCC;
	border: #000000;
	border-style: solid;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
}

.admin_form_header{
	background-color: Blue;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 14px;
	font-weight : bold;
	padding-left : 5px;
	color : White;
	text-decoration : none;
}

.admin_form_label{font-family: arial, helvetica, sans-serif; font-weight: bold; font-size: 12px;
    color: black;}

.admin_cat_list_col 
{font-family: arial, helvetica, sans-serif; font-weight: bold; font-size: 12px;
    background-color: silver; color: black;}

.admin_manage_links, .admin_manage_links a:link, .admin_manage_links a:visited, .admin_manage_links {
	text-decoration: none;
	font-family: arial, helvetica, sans-serif;
	font-weight: bolder;
	font-size:12px;
	color:blue;
	padding-left:5px;
	padding-right: 5px;
	border-color:black;
}

p {
color: rgb(51, 51, 51);
}

A:link {
	color : #5C5C5C;
	text-decoration: none;
}
A:visited {
	color : #7D7D7D;
}
A:active {
	color : #5C5C5C;
}
A:hover {
	font-weight:bold;
	color: #3A3A3A;
}
/*******************************************
 MENU
********************************************/

.menu_pdb {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 16px;
	font-weight : bold;
	color : #336633;
	text-decoration : none;
	padding-right: 10px;
	padding-left: 10px;
}

A.menu_pdb_admin {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : bold;
	color : White;
	text-decoration : none;

}

/*../images/menu_divider.gif'*/
.menu_divider {
	background-image: url('../images/bug.gif');
	background-repeat: no-repeat;
	background-position: 5px 5px;
	display:inline;
	padding-left: 15px;
	padding-right: 15px;
	width: 10px;
}

.header_menu_bar {
	padding-left: 10px;
	padding-right: 10px;
}
img {
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}


/*******************************************
 FORMS
********************************************/

.form_label {font-family: arial, helvetica, sans-serif; font-weight: bold; font-size: 12px;}
    
/*******************************************
 ERRORS
********************************************/

.error_indicator {  padding: 3px; border: #FF0000; border-style: solid}
.error_mark {  font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; color: #FF0000}
.admin_error_mark {  font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; color: #FF0000}
.error_box_header { background-color: gold; }
.error_box {background-color: #000000; }



