﻿body 
{
	background-color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	margin-left: 40px;
}

h1
{
	color: #2C2A85;
	font-size: 0.9em;
}

#header
{
	height: 120px;
	width: 600px;
}

#loginstatus
{
	display: none;
}


#logo
{
	top: 15px;
	padding-right: 20px;
	height: 98px;
	width: 295px;
	position: relative;
	background-image: url(images/logo.png);
	background-repeat:no-repeat;
	float: left;
	margin: auto;
	overflow: visible;
}

#company_right
{
	display: none;	
}

#company_left
{
	
}

#content
{
	margin-top: 30px;
	float: left;
	height: auto;
}

#footer
{
	background-color: #2C2A85;
	font-size: 0.7em;
	height: 25px;
	color: #fff;
	padding-top: 7px;
	padding-left: 10px;
	float: left;
	width: 100%;
	margin-top: 30px;
}

#footer a
{
	color: #fff;
}


div.input_submit input
	{
		background-color: #2C2A85;
		color:#FFFFFF;
		font-style: normal;
		font-weight: bold;
		font-size: 1.0em%;	
		border: solid 1px #000000;
		cursor: pointer;
		width: 60px;
	}
	
	div.input_text_required,
	div.input_text
		{
			margin: 0;
		}
		
		div.input_text_required input,
		div.input_text
		{
			color: #000;
			margin-bottom: 3px;
		}
		
		div.input_text_required label,
		div.input_text label
		{
			float: left;
			width: 135px;
			margin-right: 5px;
			text-align: right;
			font-weight: normal;
			font-size: 0.9em;
			position:relative;
			top:4px;
			margin-bottom: 0px;		
		}
		
		input[type="text"]
		{
			width:180px;
		}
		
		.tabnormalblue,
		.tabselectedblue,
		.tabnormalbronze,
		.tabselectedbronze,
		.tabnormalgreen,
		.tabselectedgreen,
		.tabnormalred,
		.tabselectedred,
		.tabnormalpurple,
		.tabselectedpurple {
		 display: none;
		}
		
div.Grid table 
{
	font: 11px/24px Verdana, Arial, Helvetica, sans-serif;
	border-collapse: collapse;
	background-color: Transparent;
	width: 100%;	
	line-height: 13px;
	border: solid 0px #000000;
}

		
		div.Grid tbody a
		{
			color:#FF8C00;
		}
		
		div.Grid tbody div a
		{
			text-decoration: none;
		}

		
	div.Grid thead th 
	{
		text-align: left;
		background-image: url(images/charcoal_grid_header.gif);
		border: solid 0px #000000;
		border-bottom: solid 1px #cccccc;
		height: 25px;
	}
		
	div.Grid th 
	{
		padding: 0 0.5em;
		text-align: left;
		border-top: 1px solid #CCC;
		border-bottom: 1px solid #CCC;
	}
		
	div.Grid th+th
	{
		border: solid 0px #000000;
		border-bottom: solid 1px #cccccc;
	}
	
	div.Grid td+td 
	{
		border: solid 0px #000000;
		border-bottom: solid 1px #cccccc;
	}
	
	div.Grid td 
	{
		border: solid 0px #000000;
		padding: 0 0.5em;
		border-bottom: solid 1px #cccccc;
	}
		

	div.Grid thead
	{
		background-color: Transparent;
		color: #ffffff;
		padding: 5px 0px 5px 0px;
	}
	
	div.Grid thead td
	{
		border-bottom: solid 0px #000000;
	}
	
	div.Grid thead a
	{
			color: #FFFFFF;
	}

div.Grid td
{
	padding: 5px;
}

div.gridTitle
{
	float:left;
	color: #e3e3e3;
	font-size: 110%;
}

.underfield_text
{
	display: none;
}

.column_left legend,
.column_right legend
{
	font-weight: bold;
	color: #2C2A85;
}

.column_left fieldset,
.column_right fieldset
{
	height: auto;
	min-height: 300px;
	min-width: 400px;
}

.column_left
	{
		float: left;
		width: 48%;	
		height: 100%;	
	}
	.column_right
	{
		float: left;
		width: 48%;	
		height: 100%;	
	}
	
	.column_centre
	{		
		float: left;
		width: 25px;	
		height: 100%;	
	}

#columnWrapper
{
	height: auto !important;
	width: 100%;
}
