/* CSS Document - General Styles*/
@import url("ppForms2.css") screen,projection;
@import url("ppMessages2.css") screen,projection;

body {
	margin-left: 0px;
	margin-top: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

#mainBody {
	position:relative;
	left:10px;
	top:45px;
	z-index:0;
	width:98%;	
}

#breadcrumbs {
	position:relative;
	height:25px;
	left:5px;
	top:55px;
	z-index:0;
	width:95%;	
}

#menuItems {
	position:relative;
	left:10px;
	top:50px;
	z-index:1;
	width:90%;		
}

#mainHeading {
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:50px;
	z-index:1;
	background-color: #CCCC99;	
}

#mainFooting {
	position:fixed;
	left:0px;
	bottom:0px;
	width:100%;
	height:20px;
	z-index:1;
	background-color: #CCCC99;
}

#loginForm {
	position:inherit;
	top:50px;
	width:370px;
	z-index:1;
	-moz-border-radius: 8px;
	border-radius: 8px;
	border-width: 1px;
	border-style: solid;
	left: 28%;
	min-height: 130px;
}

td.heading {
	background-color: #93B3C7;
	color: #FFFFFF;
	font-weight: bold;
}

/*.....*/
.standard_test_bold {
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
}
.standard_text {font-size: 12px; font-weight: normal; color: #000000; text-decoration: none; font-family: Arial, Helvetica, sans-serif;}


.menutextoff {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #330099;
	text-decoration: none;
}
.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #330066;
	text-decoration: none;
}
.maintabletext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #CCCCCC;
	text-decoration: none;
}
.tabletitles {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.tabletext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
.tabletexthighlight {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
a {
	text-decoration: none;
}
.menutexton {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #F5A01A;
	text-decoration: none;
}
.menutabon {
	color: #F5A01A;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
}
.menutaboff {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #330099;
}


.tablecell_main {
	background-color: #F5A01A;
}
.tablecell_highlight {
	background-color: #330099;
}
.tablecell_distingusish {


	background-color: #E5E5E5;
}
a:hover {
	text-decoration: underline;
}
.errortext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #FF0000;
	text-decoration: none;
}

.notice {
	color: #000099;
}
