﻿/* CSS Document */
.smalltxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #666666;
	text-decoration: none;
}
.smalltxtred{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #990000;
	text-decoration: none;
}
.bigtxtred{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-style: normal;
	color: #990000;
	text-decoration: none;
}
.maintxt{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	text-decoration: none;
	color: #666666;
}
.maintxtblck{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	text-decoration: none;
	color: #333333;
	line-height: 20px;
}
a.maintxtblck{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	text-decoration: none;
	color: #990000;
	line-height: 20px;
}
a.maintxtblck:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	text-decoration: underline;
	color: #990000;
	line-height: 20px;
}
.txtheadred {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight:bold;
	text-decoration: none;
	color: #990000;
}
.maintxtheadred {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight:bold;
	text-decoration: none;
	color: #990000;
	padding-top:20px;
}
/*----------------------------------------------------------------------------------------------------*/

.leftshade {
	background-image: url(images/leftsideshade.jpg);
	background-repeat: repeat-y;
	background-position: right top;
}
.rightshade {
	background-image: url(images/rightsideshade.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}
.bottomshade {
	background-image: url(images/bottomshade.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
.cornerleftdownshade {
	background-image: url(images/downleftcornershade.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
.cornerrightdownshade {
	background-image: url(images/downrightcornershade.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
/* ---------------------------------------------------------------------------------------------- */
.bodybgtop {
	background-image:url(images/leftpaneltop.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	width:15px;
	height:65px;
}
/* ---------------------------------------------------------------------------------------------- */
.boxtopshade {
	background-image: url(images/box_top.jpg);
	background-repeat: repeat-x;
	background-position: top;
	height:20px;
}
.boxleftshade {
	background-image: url(images/box_left.jpg);
	background-repeat: repeat-y;
	background-position: right top;
	height:20px;
}
.boxrightshade {
	background-image: url(images/box_right.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	height:20px;
}
.boxbottomshade {
	background-image: url(images/box_bottom.jpg);
	background-repeat: repeat-x;
	background-position: top;
	height:20px;
}
.boxcornerleftdownshade {
	background-image: url(images/box_bottom_left.jpg);
	background-repeat: no-repeat;
	background-position: top;
	width:20px;
	height:20px;
}
.boxcornerlefttopshade {
	background-image: url(images/box_top_left.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	width:20px;
	height:20px;
}
.boxcornerrightdownshade {
	background-image: url(images/box_bottom_right.jpg);
	background-repeat: no-repeat;
	background-position: top;
	width:20px;
	height:20px;
}
.boxcornerrighttopshade {
	background-image: url(images/box_top_right.jpg);
	background-repeat: no-repeat;
	background-position: top;
	width:20px;
	height:20px;
}
/*----------------------------------------------------------------------------*/


.sideboxRght {
	background-image: url(images/sidebox_r1_c3.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 20px;
	width: 20px;
}
.sideboxLftbtm {
	background-image: url(images/sidebox_r4_c1.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 20px;
	width: 20px;
}
.sideboxRghtbtm {
	background-image: url(images/sidebox_r4_c3.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 20px;
	width: 20px;
}
.sideboxLftop {
	background-image: url(images/sidebox_r1_c1.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 20px;
	width: 20px;
}


/* ---------------------------------------------------------------------------------------------- */
.linedotted {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #000000;
}
#signinform {
	margin: 50px 0px 0 50px;
}
.signinformrow {
	float: left;
	width: 100%;
	clear: both;
	margin-top:5px;
	margin-bottom:5px;
	font-family:Arial, Helvetica, sans-serif;
}
.signinformtxt {
	float:left;
	width:110px;
	color:#9C1013;
	font-size:16px;
}
.signinformtxtbox {
	float: left;
}
.signinformbutton {
	float: left;
	margin-left: 160px;
}
.signinformbutton input {
	padding: 1px 20px 1px 20px;
}
#loginformmsg{
	background-color:teal;
	color:white;
	font: inherit;
	width:500px;
	padding:3px 3px 3px 10px;
}
.prbdoc {
	margin: 10px 0 5px 20px;
	float:left;
	clear: both;
}

.prbdoc a:link{
	text-decoration:none;
	color:maroon;	
}
.prbdoc a:hover {
	color:navy;
}
.prbdoc a:visited {
	text-decoration:none;
}
.myprbmessage h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color:maroon;
	margin-top:-40px;
	text-align:right;
}
.myprbmessage {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	padding-top:10px;
	color:black;
}

