body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #FFFFFF;
} 
a, a:link, a:visited, a:active, a:hover {
	color:#d82c28;
}
img {
	border:0px;
}
.message {
	color:navy;
	text-align:center;
}
.note {
	font-size:80%;
	font-style:italic;
	color:#555555;
}
.required {
	font-weight:bold;
}
.error-message {
	font-size:10px;
	color:navy;
	margin-left:155px;
	width:200px;
}
.tooltip {
	width:350px;
	text-align:justify;
	background-color:#fafafa;
	border: 0px;
	padding:5px 15px 5px 0px;
}

#outerWrapper {
	background-color:transparent;
}

#innerWrapper{
	left:50%;
	margin-left:-380px;
	width:760px;
	top:10px;
	position:absolute;
	z-index:0;
	background-color:#f7d5cc;
	visibility:visible;
}

#outerMain {
	bottom:0px;
	background-color:#fff;
	min-height:700px;
	margin-left:187px;
}

/* Hide from IE5-mac. Only IE-win sees this. \*/
* html #outerMain {
	height: 700px;
}
/* End Hide from IE5-mac. Only IE-win sees this. \*/

#frameBanner{
	width:573px;
	height:108px;
	position:relative;
}

#frameBanner #topLeft {
	width:33px;
	height:67px;
	position:relative;
	float:left;
	border:0px;
	background-color:#fff;
	background-image:url('../img/bannerTopLeft.jpg');
	background-repeat:no-repeat;
}
#frameBanner #topMiddle {
	width:376px;
	height:67px;
	position:relative;
	float:left;
	border:0px;
	background-color:#fff;
	background-image:url('../img/bannerTopMiddle.gif');
	background-repeat:no-repeat;
}
#frameBanner #topRight {
	width:164px;
	height:67px;
	float:left;
	position:relative;
	border:0px;
	background-color:#fff;
	background-image:url('../img/bannerTopRight.gif');
	background-repeat:no-repeat;
}
#frameBanner #bottomLeft {
	width:33px;
	height:41px;
	position:relative;
	float:left;
	border:0px;
	background-color:#fff;
	background-image:url('../img/bannerBottomLeft.jpg');
	background-repeat:no-repeat;
}
#frameBanner #bottomMiddle {
	width:300px;
	height:41px;
	position:relative;
	float:left;
	border:0px;
	background-color:#fff;
	background-image:url('../img/bannerBottomMiddle.gif');
	background-repeat:no-repeat;
}

#frameBanner #bottomMiddle #usernameinfo {
	padding-top:12px;
	color:#ffffff;
}

#frameBanner #bottomRight {
	width:240px;
	height:41px;
	position:relative;
	float:left;
	border:0px;
	background-color:#fff;
	background-image:url('../img/bannerBottomRight.jpg');
	background-repeat:repeat;
}

#frameBanner #bottomRight #menu {
	text-align:right;
	padding-top:12px;
	padding-right:10px;
}

#frameBanner #bottomRight #menu a {
	text-decoration:none;
	color:#ffffff;
	font-weight: bold;
	padding-right:10px;
	padding-left:10px;
}

#frameMenu{
	width:187px;
	position:absolute;
	top:0px;
	bottom:0px;
	left:0px;
	background-color:#f7d5cc;
	z-index:1;
} 

#frameMenu #imgLogo {
	width:100%;
	height:101px;
	text-align:center;
	padding-top:7px;
	background-color:#fff;
	border-bottom:1px solid #000;
}
#frameMenu .menuItem {
	width:187px;
}

#frameContent {
	width:573px;
	position:relative;
	border-top:1px solid #000;
	background-color:#fff;
	overflow:hidden;
}
#frameContent #title{
	width:573px;
	height:29px;
	color:#fff;
	background-color:#d82c28;
	background-image:url('../img/contentTop.jpg');
	background-repeat:no-repeat;
	background-position:right;
}
#frameContent #title div{
	padding-top:8px;
	padding-left:10px;
	font-weight:bold;
	font-size:120%;
}
#frameContent #body{
	width:553px;
	top:29px;
	padding:10px;
	text-align:justify;
}

#frameContent #admintitle{
	width:423px;
	height:29px;
	color:#fff;
	background-color:#d82c28;
	background-image:url('../img/contentTop.jpg');
	background-repeat:no-repeat;
	background-position:right;
}
#frameContent #admintitle div{
	padding-top:8px;
	padding-left:10px;
	font-weight:bold;
	font-size:120%;
}
#frameContent #adminbody{
	width:403px;
	top:29px;
	padding:10px;
	text-align:justify;
}

#adminmenu {
	position:absolute;
	top:108px;
	bottom:0px;
	width: 140px;
	margin-left:423px;
	padding: 5px;
	background-color:#f7d5cc;
	border-top:1px solid;
}
/* Hide from IE5-mac. Only IE-win sees this. \*/
* html #adminmenu {
	height: 550px;
}
/* End Hide from IE5-mac. Only IE-win sees this. \*/

#adminmenu p{
	margin-left:10px;
}
#adminmenu .menutitle{
	text-align:center;
	text-decoration:underline;
	font-weight:bold;
}
#adminmenu ul {
	color:#d82c28;
	list-style-type:none;
	font-weight:bold;
	font-size: 12px;
	margin-left: 0px;
	margin-top: 4px;
	padding-left: 10px;
	padding-bottom: 10px;
	padding-top: 0px;
}
#adminmenu ul li {
	padding-top:1px;
	padding-bottom:1px;
}
#adminmenu ul li ul{
	list-style: circle outside;
	color:#d82c28;
	margin-left: 10px;
	margin-top: 0px;
	padding-left: 10px;
}
#adminmenu ul li ul a{
	font-weight:normal;
	text-decoration:none;
	color:#000;
	font-size: 12px;
}

#frameFooter {
	background-color:#fff;
	position:absolute;
	width:760px;
	z-index:2;
	height:40px;
}
#frameFooter #bar {
	background-color:#d82c28;
	width:100%;
	height:20px;
	margin-top:20px;
}

.news {
	padding:15px 0 15px 0;
}
.news .date {
	font-size: 12px;
	font-weight: bold;
	padding-bottom:5px;
}
.news .title {
	font-size: 12px;
	font-weight: bold;
	color:#d82c28;
	padding-bottom:5px;
}

/*** VIEWS ***/
.view {	
	margin:0px;
	padding: 0px;
	width: 100%;
	border:#bcbec0 solid 1px;
	border-bottom: #bcbec0 solid 1px;
	background-color:#fafafa;
}
.viewHeaders {
	background-color: #e4e5e6;
	margin-bottom: 1px;
}
.viewHeaders th {
	font-size: 10px;
	font-weight: bold;
	background-color:#e1e1e1;
	border-bottom: #bcbec0 solid 1px;
	padding-top: 3px;
	padding-bottom: 4px;
	text-decoration: none;
}

.view .viewRight {
	width: 85px;
	text-align:right;
}
.view .viewActionIcon {
	border: 0;
	width:16px;
	height:16px;
	margin:0px 2px 0px 0px;
	vertical-align:bottom;
}
.view td {
	padding-top: 2px;
	padding-bottom: 2px;
}
/*** END VIEWS ***/

/*** LOGIN FORM ***/
#formlogin {
	margin-left:150px;
}
#formlogin #logintitle {
	font-size: 16px;
	font-weight: bold;
}
#formlogin #subtitle {
	font-weight:normal;
}
#formlogin p {}
#formlogin a {}

#formlogin form fieldset {
	width:200px;
	margin-top:10px;
	padding: 15px 5px 15px 5px;
	background-color:#fafafa;
	border: 1px solid #eeeeee;
}
#formlogin form fieldset label {
	display: block;
	float: left;
	width: 60px; 
	padding: 0; 
	margin: 5px 5px 0 0;
	text-align: right;
}
#formlogin #buttons {
	margin-left:10px;
}
#formlogin #buttons input {
	padding: 0px 5px 0px 5px;
	margin-left:10px;
	border: 1px solid #d82c28;
	background: #f7d5cc;
	color:#eeeeeee;
	font-family: Arial, Helvetica, sans-serif;
	cursor: pointer;
	height: 20px;
}

/*** END LOGIN FORM ***/

/*** FORMS AND DOWNLOADS ***/
#form #gauge {
	clear:both;
	position:relative;
	text-align:center;
	margin-top:10px;
	width:252px;
	height:23px;
	margin-left:161px;
	padding-bottom:1px;
}
#form #gauge #gaugebody {
	margin-left:161px;
	position:relative;
	border: 1px solid #aaaaaa;
	width:250px;
	height:10px;
	margin:0px;
	padding:0px;
	text-align:left;
}
#form #gauge #gaugebody #gauge1,
#form #gauge #gaugebody #gauge2,
#form #gauge #gaugebody #gauge3,
#form #gauge #gaugebody #gauge4,
#form #gauge #gaugebody #gauge5,
#form #gauge #gaugebody #gauge6,
#form #gauge #gaugebody #gauge7,
#form #gauge #gaugebody #gauge8,
#form #gauge #gaugebody #gauge9,
#form #gauge #gaugebody #gauge10 {
	position:relative;
	margin:0px;
	padding:0px;
	width:25px;
	height:10px;
	background-color:#fff;
	float:left;
	overflow:hidden;
}

#form #gaugesmall {
	clear:both;
	position:relative;
	text-align:center;
	margin-top:10px;
	width:247px;
	height:23px;
	margin-left:163px;
	padding-bottom:1px;
}
#form #gaugesmall #gaugebody {
	margin-left:162px;
	position:relative;
	border: 1px solid #aaaaaa;
	width:245px;
	height:10px;
	margin:0px;
	padding:0px;
	text-align:left;
}
#form #gaugesmall #gaugebody #gauge1,
#form #gaugesmall #gaugebody #gauge2,
#form #gaugesmall #gaugebody #gauge3,
#form #gaugesmall #gaugebody #gauge4,
#form #gaugesmall #gaugebody #gauge5,
#form #gaugesmall #gaugebody #gauge6,
#form #gaugesmall #gaugebody #gauge7,
#form #gaugesmall #gaugebody #gauge8,
#form #gaugesmall #gaugebody #gauge9,
#form #gaugesmall #gaugebody #gauge10 {
	position:relative;
	margin:0px;
	padding:0px;
	width:35px;
	height:10px;
	background-color:#fff;
	float:left;
	overflow:hidden;
}

#form .title {
	font-size: 16px;
	font-weight: bold;
	color:#d82c28;
	text-align:center;
}
#form #introduction #to label {
	width: 40px;
	padding: 0; 
	margin: 1px 5px 0 0;
	text-align: left;
}
#form #introduction #details .input label {
	float: left;
	width: 100px;
	padding: 0; 
	margin: 1px 5px 0 0;
	text-align: left;
}
#form #introduction #details .inputread label {
	float: left;
	width: 100px;
	padding: 0; 
	margin: 0px 5px 0 0;
	text-align: left;
}
#form #introduction #to {
	float:left;
}
#form #introduction #details {
	float:right;
}
#form #introduction #note {
	clear:both;
}
#form #tabs span {
	font-size:11px;
	color:#888888;
}
#form #tabs ul {
	border-bottom: 1px solid #f7d5cc;
	list-style-type: none;
	margin: 15px 0px 0px 0px;
	padding: 5px;
}			
#form #tabs li {
	margin: 0px;
	display: inline;
}						
#form #tabs li div:hover {
	background-color: silver;
	cursor: pointer;
}
#form #tabs li div {
	display: inline;
	padding: 5px;
	color:#888888;
	font-weight: bold;	
	background-color: #e2e2e2;
	border-top: 1px solid #f7d5cc;
	border-left: 1px solid #f7d5cc;
	border-right: 1px solid #f7d5cc;				
	border-bottom: none;
	margin-right: 4px;
}
#form #tabs li div.selected:hover,
#form #tabs li div.selected {			
	border-bottom: 1px solid white;	
	background-color: white;
	cursor: default;			
}
#form .tabcontent {
	position:relative;
	border-bottom: 1px solid #f7d5cc;
	border-left: 1px solid #f7d5cc;
	border-right: 1px solid #f7d5cc;				
	border-top: 0px;	
	padding: 10px;
	margin:0px;
	width:531px;
}

#form .tabcontent p.tabtitle {
	font-size:110%;
	font-weight:bold;
	text-decoration:underline;
	padding-bottom:10px;
}

#form p {
}

#form fieldset {
	margin-top:10px;
	padding: 0px 5px 15px 5px;
	background-color:#fafafa;
	border: 1px solid #eeeeee;
}
#form fieldset legend {
	padding-left:5px;
	padding-right:5px;
	padding-bottom:10px;
	font-size:120%;
	color:#256fb6;
}
#form fieldset .input label {
	display: block;
	float: left;
	width: 150px; 
	padding: 0; 
	margin: 3px 5px 0 0;
	text-align: right;
	clear:left;
}

#form fieldset .inputread label {
	display: block;
	float: left;
	width: 150px; 
	padding: 0; 
	margin: 0px 5px 0 0;
	text-align: right;
	clear:left;
}
#form fieldset .input textarea {
	margin: 5px 5px 0 0;
	width:340px;
	height: 50px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#form fieldset .input input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#form #buttons {
	text-align:right;
}
#form #buttons .submit {
	display:inline;
}
#form #buttons input {
	margin-left:5px;
	border: 1px solid #d82c28;
	background: #f7d5cc;
	color:#eeeeeee;
	font-family: Arial, Helvetica, sans-serif;
	cursor: pointer;
	height: 20px;
}
/*** END FORM AND DOWNLOADS ***/

/*** FORMS GENERAL ***/
#dataentry form fieldset {
	margin-top:10px;
	padding: 15px 5px 15px 5px;
	background-color:#fafafa;
	border: 1px solid #eeeeee;
}
#dataentry form label { 
	display: block;
	float: left;
	width: 150px; 
	padding: 0; 
	margin: 5px 5px 0 0;
	text-align: right;
	clear:left;
}
#dataentry form fieldset .input {
	clear:both;
}
#dataentry form fieldset .inputread {
	padding: 2px 0px 2px 0px;
}
#dataentry form fieldset .inputread label {
	display: block;
	float: left;
	width: 100px; 
	margin: 0px 15px 0 0;
	text-align: right;
	font-weight:bold;
}
#dataentry form input,
#dataentry form textarea,
#dataentry form select
#dataentry form radio {
	width:auto;
	margin:2px;
}
#dataentry textarea {
	overflow: auto;
}
#dataentry .submit {
	display:inline;
}
#dataentry .button {
	margin-left:5px;
	border: 1px solid #d82c28;
	background: #f7d5cc;
	color:#eeeeeee;
	font-family: Arial, Helvetica, sans-serif;
	cursor: pointer;
	height: 20px;
}
/*** END FORMS GENERAL ***/
#dashboard {
	padding-top:40px;
}
#dashboard div.mainblock {
	padding: 0 20px 20px 20px;
}
#dashboard div.title {
	padding-bottom:10px;
}
#dashboard div {
	vertical-align:center;
}
#dashboard a {
	color:#d82c28;
	text-decoration:none;
	display:block;
	padding-bottom:5px;
}
#dashboard hr {
	color:#d82c28;
}
#dashboard img {
	vertical-align:middle;
}