body
{
	margin: 0px;
	padding: 0px 0px 0px 32px;
	background-color: #ffffff;
	font-family: Arial;
	font-size: 13px;
	color: #545454;
	behavior: url("csshover.htc");
	height:100%;
}

table
{
	font-size: 12px;
	color: #545454;
}

input.login
{
	border: none;
	background-color: #979792;
	font-family: Arial;
	font-size: 11px;
	color: #ffffff;
	width: 100px;
	height: 16px;
	padding: 2px 0px 0px 4px;
}

.main_panel_row
{
	background-color: #616261;
	font-weight: normal;
	font-size: 13px;
	color: #ffffff;
}

.main_panel_quote
{
	font-size: 14px;
	font-weight: bold;
	color: #e0f1f2;
	font-style: italic;
	padding: 20px;
}

a.breadcrumb_main
{
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}

.breadcrumb_level
{
	font-weight: bold;
	color: #a0a09c;
	font-size: 13px;
}

.title_row
{
	font-size: 14px;
	font-weight: bold;
	color: #f0f0ec;
	height: 21px;
	padding-left: 30px;
	background-color: #616261; /*#5b5e5e;*/
}

.main_body_row
{
	background-color: #616261;
	font-weight: normal;
	font-size: 13px;
	color: #ffffff;
	padding-left: 60px;
}

.main_body_text
{
	font-weight: bold;
	font-size: 14px;
	color: #ffffff;
	padding-left: 60px;
}

.main_body_simpletext
{
	font-size: 13px;
	color: #ffffff;
}

.panel_comment
{
	padding: 10px;
}

.portfolio_title
{
	color: #cfe7f1;
	font-weight: bold;
}

/*************************/
/* Portfolio Small Panel */

.portfolio_title_row
{
	background-color: #676766;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	height: 21px;
	padding-left: 10px;
}

.portfolio_title_row_end
{
	background-color: #787877;
}

.portfolio_body_row
{
	background-color: #979792;
	font-size: 12px;
	color: #ffffff;
	height: 160px;
}

.portfolio_body_row_end
{
	background-color: #d2d1cc;
}

.portfolio_button
{
	background-color: #6b6c6a;
	font-size: 11px;
	text-align: center;
	width: 125px;
	height: 18px;
	color: #ffffff;
	cursor: pointer;
}

/*************************/
/*   Forum Small Panel   */

.forum_title_row
{
	background-color: #5b5e5e;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	height: 250px;
	height: 21px;
	padding-left: 10px;
}

.forum_title_row_end
{
	background-color: #606363;
}

.forum_body_row
{
	background-color: #667677;
	font-size: 12px;
	color: #ffffff;
	height: 160px;
}

.forum_body_row_end
{
	background-color: #bececf;
}

.forum_button
{
	background-color: #2f6a6e;
	font-size: 11px;
	text-align: center;
	width: 125px;
	height: 18px;
	color: #ffffff;
	cursor: pointer;
}

/*************************/
/*  Request Small Panel  */
.request_title_row
{
	background-color: #535454;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	height: 21px;
	padding-left: 10px;
}

.request_title_row_end
{
	background-color: #747a7a;
}

.request_body_row
{
	background-color: #575858;
	font-size: 12px;
	color: #ffffff;
	height: 160px;
}

.request_body_row_end
{
	background-color: #888989;
}

.request_button
{
	background-color: #4a4c4c;
	font-size: 11px;
	text-align: center;
	width: 130px;
	height: 18px;
	color: #ffffff;
	cursor: pointer;
}

/*************************/
/*  Request Small Panel  */
a.footer_link{
	font-family: Arial;
	font-size: 13px;
	color: #FFFFFF;
}

/*************************/
/*  Request Small Panel  */
a.main_body_row_link{
	font-family: Arial;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}

/*************************/
/*     Request Form      */
.requestCompanyDetails {
	width: 300px;
}

.requestForm {
	padding: 0;
	float: left;
	width: 430px;
}
	
.requestForm h4 {
	font-size: 1em;
	color: #FFFFFF;
}
	
.requestServicesIntro {
	margin: 0 0 20px;
}

.requestForm legend {
	font-weight: bold;
	color: #88a40f;
}

.requestForm ol {
	list-style: none;
	margin: 0;
	padding: 0;
}

.requestForm li {
	list-style: none;
	vertical-align: middle;
	float: left;
	clear: both;
	padding: 6px 12px 2px 0;
	margin: 0;
	width: 410px;
}

.requestForm label {
	float: left;
	width: 100px;
	padding: 0 12px 0 0;
	margin-top: 2px;
	font-weight: normal;
	color: #FFFFFF;
}

.requestForm input, 
.requestForm textarea, 
.requestForm select {
	float: right;
	width: 300px;
	margin-bottom: 3px;
	border: 1px solid #ccc;
}
	
.requestForm .wideTextarea {
	display: block;
	width: 300px;
	height: 150px;
}

.requestForm .uploadLabel {
	width: 100%;
	margin-bottom: 12px;
}

.requestForm .btnBrowse {
	width: auto;
	margin-bottom: 5px;
	float: right;
}

.requestForm .submitButton {
	margin-right: 12px;
}

.portfolio_block {
	padding: 4px;
	width: 135px;
	height: 127px;
	background-color: #E0E0E0;
}

.portfolio_block:hover {
	background-color: #FFFFFF;
}

.portfolio_block .top_hr {
	background-color: #979792;
	height: 3px;
	width: 100%;
}

.portfolio_block .mid_hr {
	background-color: #6b6c6a;
	height: 1px;
	width: 100%;
}

.portfolio_block .portfolio_group {
	color: #5b5e5e;
}

.portfolio_block .portfolio_name {
	font-weight: bold;
	color: #5b5e5e;
}

.portfolio_block .portfolio_image {
	width: 135px;
	height: 90px;
}

.portfolio_paging {
	color: #B0AEAA;
	font-size: 10px;
}
.portfolio_paging a.portfolio_page {
	color: #B0AEAA;
	font-weight: normal;
	text-decoration: none;
}

.portfolio_paging span.current_page {
	color: #242322;
	font-weight: bold;
}
