@charset "utf-8";

/* style 	font-family: "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-style: normal;
	font-weight: normal;
	color: #333333;*/
	
body {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	margin: 0 0;
	padding: 0;
	background-color: #FFFFFF;
	font-weight: normal;
}

a {
	color: #990000;
	text-decoration:none;
}
a:hover {
	color: #FFFFFF;
	background-color: #990000;
	text-decoration:none;
}
.admin {
	border: 1px solid #CC0000;
	padding: 3px;
}
#mainPanel {
	border-style:none;
	border-color: #666666;
	border-width:1px;
}
#headerPanel {
	font-weight: bold;
	color: #333333;
	background-color: #e0e0e0;
	border-bottom: 1px solid #666666;
}
#loginPanel {
	font-weight: bold;
	color: #990000;
	background-color: #ffe0e0;
	border-bottom: 1px solid #666666;
}
#contentPanel {
	font-size: 10pt;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.contentHeading {
	font-weight: bold;
	color: #000000;
	font-size: 10pt;
	border-bottom-width: 1px;
	border-bottom-style: none;
	border-bottom-color: #CCCCCC;
}
.content {
}
.rowBlock { }
.rowBlockAlt { background-color: #f0f0ff; }

.contentFooter {
	border-top-width: 1px;
	border-top-style: none;
	border-top-color: #CCCCCC;
	font-style: italic;
	font-size: 8pt;
	color: #666;

}

#footerPanel {
	color: #666666;
	background-color: #e0e0e0;
	border-top: 1px solid #666666;
	font-size: 8pt;
}


/* ----------- FORM ----------- */
#stylized{
border:solid 2px #b7ddf2;
background:#ebf4fb;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	text-transform: capitalize;
	color: #FF0033;
	text-align: center;
	margin: 0 0 18px;
}

#stylized h1 {
	font-size:14px;
	font-weight:bold;
}
#stylized p{
	font-size:9pt;
}
#stylized label{
	font-weight:bold;
	font-size: 9pt;
	color: #4A5E82;
}
#stylized .small{
	font-size:8pt;
	font-weight:normal;
}
#stylized input{
	font-size:9pt;
	border:solid 1px #aacfe4;
	color: #4A5E82;
	font-family: "Courier New", Courier, mono;
}
#stylized button{
background:#666666 url(img/button.png) no-repeat;
text-align:center;
line-height:31px;
color:#FFFFFF;
font-size:11px;
font-weight:bold;
}
#headerContent li {
	font-size: 9pt;
}
#headerContent h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #333333;
}
.deletedRow {
	background-color: #ffccee;
}
.deleted {
	background-color:#FFB3B3;
}#errorPanel {
	font-weight: bold;
	color: #990000;
	background-color: #FFBBBB;
	border-bottom: 1px solid #666666;
}
.fieldError {
	background-color: #FFBBBB;
}
blockquote {
	float: none;
	display: block;
	margin: 0px 0px 16px 0px;
	width: 411px;
	font-size: 11px;
	padding: 0px 32px 0px 32px;
	line-height: 13px;
	font-weight: normal;
	border: 1px solid #CCC;
	background: #FFFBCF url(images/ltgrayonltyellowleft_quote.gif) top left no-repeat;
	color: #000;
}
cite {
	color: #666;
	display: block;
	text-align: right;
	margin-right: -28px;
	margin-bottom: -20px;
	padding: 0 28px 24px 0;
	background-color: transparent;
	background-image: url(images/ltgrayonltyellowright_quote.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}

.blockQuoteClose {
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: right bottom;
}
.adminContent {
	background-color: #FFCECE !important;
}