:link,:visited { text-decoration:none }
ul,ol { list-style:none }
h1,h2,h3,h4,h5,h6,pre,code { font-family: Arial, Helvetica, sans-serif; font-size:1em; }
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input,dt,dd
{ margin:0; padding:0 }
a img,:link img,:visited img { border:none }
address { font-style:normal }
fieldset { border: none;}
legend { display:none; }

/* Overall styles */

body
{
	font-family: Arial;
	background: #777777;
	color: #FFFFFF;
	margin: 0px;
}

a
{
	color: #FFFFFF;
}

a:Hover
{
	text-decoration: underline;
}

img
{
	border: none;
}

p
{
	margin-bottom: 10px;
}

table
{
	width: 100%;
	color:Gray;
}

th
{
	text-align: left;
	color: #ed852d;
	font-weight: bold;
}

h1
{
	padding: 5px 8px;
	background: url("../gfx/header.jpg") top left repeat-x #ed8b38;
	color: #1d1d1d;
	font-weight: bold;
	border-bottom: 1px solid #4f4f4f;
}

h2
{
	margin-bottom: 10px;
}

.pageContainer
{
	background: url("../gfx/bground.jpg") top left repeat-y;
	width: 860px;
	margin: 0 auto;
	padding: 24px;
	min-height: 830px;
	height: auto !important;
	height: 830px;
}

.systemName
{
	float: right;
	margin-top: 80px;
}

.logo
{
	float: left;
	margin-bottom: 15px;
}

.clear
{
	clear: both;
	height: 10px;
}

.mainNavigation
{
	height: 20px;
	margin-bottom: 40px;
}

.mainNavigation li
{
	float: left;
	list-style-type: none;
	margin-right: 25px;
}

.mainNavigation li#currentItem a
{
	color: #ed852d;
}

.contentArea
{
	background: url("../gfx/contentAreaBground.png") bottom left no-repeat !important;
	background: #343434;
	margin-bottom: 15px;
	padding: 10px;
	line-height: 140%;
}

/* Form styles START */
.generalForm li
{
	margin-bottom: 15px;
	clear: both;
	min-height: 25px;
}

.generalForm .generalQuestion input
{
	float: left;
	width: 150px;
	margin-right: 10px;
	padding: 2px;
}

.generalForm .generalQuestion select
{
	float: left;
	width: 158px;
	margin-right: 10px;
}

.generalForm .generalQuestion textarea
{
	float: left;
	width: 400px;
	height: 100px;
	margin-right: 10px;
	font-family: Arial;
}

.generalForm .generalQuestion label
{
	float: left;
	width: 170px;
	padding-right: 40px;
}

.generalForm .checkboxQuestion input
{
	margin-right: 2px;
}

.submitButton
{
	margin-bottom: 20px;
}

.submitButton input
{
	border: none;
	background: url("../gfx/submitButtonBground.png") top right  no-repeat;
	padding: 4px 3px 7px 3px;
	
	/* IE7 */
	*padding: 4px 0px 7px 0px;
	/* END */
	
	font-weight: bold;
	color: #1d1d1d;
	font-size: 13px;
}

.submitButton .left
{
	position: absolute;
	width: 7px;
	height: 27px;
	background: url("../gfx/submitButtonLeft.png") top left  no-repeat;
}
/* Form styles END */

.footerNavigation
{
	float: right;
}

.footerNavigation li
{
	float: left;
	list-style-type: none;
	margin-right: 20px;
}

li.lastItem
{
	margin: 0px;
}

table.generalTable a
{
	color: #ed852d;
}

table.generalTable tr td, table.generalTable tr th
{
	padding: 5px;
}

table.generalTable tr.row1
{
	background-color: #383838;
	vertical-align: top;
}

table.generalTable tr.row2
{
	background-color: #3E3E3E;
	vertical-align: top;
}

table.generalTable tr.row1:hover td, table.generalTable tr.row2:hover td
{
	background-color: #1B1B1B;
	cursor: pointer;
}

.chartOne
{
	width: 670px;
	margin: 0px auto 20px auto;
}

.chartTwo
{
	width: 670px;
	margin: 0px auto 20px auto;
}

.generalForm
{
	display:none;
}
