﻿/*THIS SHEET CONTROLS THE GSS STYLE OF THE PAGES*/
body
{
	/*width: 950px;
	margin-left: auto;
	margin-right: auto;
	background-color: #CC0000;*/
}
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/*                                 Headers                               */
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

#PageHeader
{
	/*border: thin solid #00FF00;*/
	position: static;	
	height: 20px;
	/*background-color: #007cc3;*/
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/*                                 HOME PAGE AND PAGE CONTENT            */
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */


#PageContent
{
	margin-top: 6px;
	width: 100%;
	height: 800px;
	/*background-color: #FFFFFF;*/
	/*border: thin solid #00FF00;*/
}




.submitOn
{
color: #2b333c;
text-align: center;
font-weight: bold;
font-size: 12px;
border: 3px double;
border-color: #aedf9a #94da78 #6ab94b #94da78;
background: #fefefe url(/images/background_form_element.gif) repeat-x;
}
.submit
{
	color: #2b333c;
	text-align: center;
	font-weight: bold;
	font-size: 12px;
	text-decoration:none;
	background: #fefefe url(/images/background_form_element.gif) repeat-x;
}
.submit,
.submit-disabled {
border: 3px double;
border-color: #c4cccc #acb5b5 #6f7777 #acb5b5;
}
.submit:hover,
.submit:focus {
border: 3px double;
border-color: #aedf9a #94da78 #6ab94b #94da78;
color: #94da78;
}
.submit:visited {
color: #2b333c;
}
.submitHot
{
	color: #2b333c;
	text-align: center;
	font-weight: bold;
	font-size: 12px;
	text-decoration:none;
	background: #fefefe url(/images/background_form_element.gif) repeat-x;
}
.submitHot,
.submitHot-disabled {
background: #fefefe url(/images/background_form_element.gif) repeat-x;
border: 3px double;
border-color: #c4cccc #acb5b5 #6f7777 #acb5b5;
}
.submitHot:hover,
.submitHot:focus {
border: 3px double;
border-color: #DEB399 #D99D77 #BA764C #D99D77;
color: #D99D77;
}
.submitHot:visited {
color: #2b333c;
}
.submitSelect
{
	text-align: center;
	font-weight: bold;
	font-size: 12px;
	background: #fefefe url(/images/background_form_element.gif) repeat-x;
	border: 3px double;
	border-color: #DEB399 #D99D77 #BA764C #D99D77;
	color: #D99D77;
}

.qeError()
{
color: Red;
text-align: left;
font-size: 10px;
font-family: Sans-Serif;
}


.test
{
	color: #FFFFFF;
}