﻿.bodyzz
{
    font-family: Microsoft Sans Serif, Arial, Helvetica, sans-serif;
    font-size: 12px;
}

.leftMenu 
{
    color: Black;
    background-color: #ffffff;
    width: 75px;
    font-size: 12px;
}

.red 
{
	color: Red;
}

.txt12 
{
    font-size: 12px;
    font-family: Microsoft Sans Serif, Arial, Helvetica, sans-serif;
}

.txt14
{
    font-size: 14px;
    font-family: Microsoft Sans Serif, Arial, Helvetica, sans-serif;
}

.txt10Upper {
	font-family: Microsoft Sans Serif, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
}


.txt12Upper 
{
    font-size: 12px;
    font-family: Microsoft Sans Serif, Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    background-color: #C2C2C2;
}


.upper
{
    text-transform: uppercase;
    background-color: #C2C2C2;
}

.gv-upper
{
    text-transform: uppercase;
}

.GrayBG 
{
	background-color: #C2C2C2;
}

.Green14 
{
	background-color: #336633;
	font-size: 18px;
	font-weight: bold;
}

.GreenText 
{
	color: #336633;
}

.btnGreen {
	font-family: Microsoft Sans Serif, Arial, Helvetica, sans-serif;
	/*font-size: .7em;*/
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	background-color: #C2C2C2;
	/*line-height: .9em;*/
	/*line-height: 20px; 
	padding-top: 2px; padding-bottom: 2px;
	padding-left: 2px; padding-right: 2px;
	margin-bottom: 0px; margin-top: 0px;*/
	text-decoration: none;

}

.btnRed {
	font-family: Microsoft Sans Serif, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	background-color: red;
	/*background-color: #354431;*/
	text-decoration: none;
}

.btnRed11 {
	font-family: Microsoft Sans Serif, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: red;
}


.btnYellow {
	font-family: Microsoft Sans Serif, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	background-color: yellow;
	/*background-color: #354431;*/
	text-decoration: none;
}

.btnGreenText {
	font-family: Microsoft Sans Serif, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: green;
	/*background-color: yellow;*/
	/*background-color: #354431;*/
	text-decoration: none;
}

.LinkToButton {
  font: normal 11px Arial;
  text-decoration: none;
  background-color: #EEEEEE;
  color: green;
  padding: 2px 6px 2px 6px;
  border-top: 1px solid #CCCCCC;
  border-right: 1px solid #333333;
  border-bottom: 1px solid #333333;
  border-left: 1px solid #CCCCCC;
  vertical-align: top;
}

.btnRedLetter 
{
	color: Red;
}

.RoundedPanel 
{
	background-color: #4F4F2F;
	/*background-color: #354431;*/
}

.FormTD {
	font-size: 12px;
	font-weight: normal;
	/*background-color: #32402F;*/
	background-color: #4F4F2F;
	font-family: Microsoft Sans Serif, Arial, Helvetica, sans-serif;
	vertical-align: top;
}

.RPOFormTD {
    font-size: 14px;
	font-weight: normal;
	/*background-color: #32402F;*/
	background-color: #4F4F2F;
	font-family: Microsoft Sans Serif, Arial, Helvetica, sans-serif;
	vertical-align: top;
}

.RPOFormTDNoBackground {
    font-size: 14px;
	font-weight: normal;
	font-family: Microsoft Sans Serif, Arial, Helvetica, sans-serif;
	vertical-align: top;
}

.FormDataTD span {
    white-space: pre;
    font-size: 12px;
	font-weight: normal;
	font-family: Microsoft Sans Serif, Arial, Helvetica, sans-serif;
	vertical-align: middle;
}

.FormTDBlack {
	font-size: 12px;
	font-weight: normal;
	background-color: #000;
	font-family: Microsoft Sans Serif, Arial, Helvetica, sans-serif;
	vertical-align: top;
}

.popupControl
        {
            background-color: #AAD4FF;
            position: absolute;
            visibility: hidden;
            border-style: solid;
            border-color: black;
            border-width: 2px;
        }


/*
.Banner {border:0; padding:0; height:8px; margin-top:0px; color:#ffffff; filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=1,StartColorStr='#336633',EndColorStr='#FFFFFF');}
.BannerTextCompany {font:bold; font-size:18pt; color:#cecece; font-family:Tahoma; height:0px; margin-top:0; margin-left:8px; margin-bottom:0; padding:0px; white-space:nowrap; filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=2,OffY=2,Color='black',Positive='true');}
.BannerTextApplication {font:bold; font-size:18pt; font-family:Tahoma; height:0px; margin-top:0; margin-left:8px; margin-bottom:0; padding:0px; white-space:nowrap; filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=2,OffY=2,Color='black',Positive='true');}
.BannerText {font:bold; font-size:18pt; font-family:Tahoma; height:0px; margin-top:0; margin-left:8px; margin-bottom:0; padding:0px; filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=2,OffY=2,Color='black',Positive='true');}
*/

body {
	/*background-color: #ffffff;*/
	background-image: url(Graphics/background.gif);
	/*background-repeat: no-repeat;*/
}
a:link {
    color: #f5deb3;
	text-decoration: none;
}
a:visited 
{
	color: #f5deb3;
	/*color: #CCCCCC;*/
	text-decoration: none;
}
a:hover {
	color: Red;
	text-decoration: none;
}
a:active {
	text-decoration: none;
}

.style18 
{
	color: #CCCCCC;
}
.style19 {
	font-size: 14px;
	font-weight: bold;
    font-family: Microsoft Sans Serif, Arial, Helvetica, sans-serif;
}

.style19Yellow {
	font-size: 14px;
	font-weight: bold;
    font-family: Microsoft Sans Serif, Arial, Helvetica, sans-serif;
    color: yellow;
}

.style19Yellow1 {
	font-size: 14px;
	font-weight: bold;
    font-family: Microsoft Sans Serif, Arial, Helvetica, sans-serif;
    color: #f5deb3;
}

.style20 
{
	color: #FFFFFF;
}

.style21 {
	font-size: 24px;
	font-family: Microsoft Sans Serif, Arial, Helvetica, sans-serif;
	color: #0033CC;
}

.style24 {
	font-weight: bold;
	font-size: 18px;
	font-family: Microsoft Sans Serif, Arial, Helvetica, sans-serif;
	color: #d8cd8d;
}

.style25 {
	font-weight: bold;
	font-size: 18px;
	font-family: Microsoft Sans Serif, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
.style26 
{
	font-size: 10px; 
	font-family: Microsoft Sans Serif, Arial, Helvetica, sans-serif;
}
	
.style28 
{
	font-size: 12px; 
	font-family: Microsoft Sans Serif, Arial, Helvetica, sans-serif;
	color: #d8cd8d; 
}

.style28Black
{
	font-size: 12px; 
	font-family: Microsoft Sans Serif, Arial, Helvetica, sans-serif;
	color: black; 
}

.style28Red 
{
	font-size: 12px; 
	font-family: Microsoft Sans Serif, Arial, Helvetica, sans-serif;
	color: red; 
}

.style28Blue
{
	font-size: 12px; 
	font-family: Microsoft Sans Serif, Arial, Helvetica, sans-serif;
	color: blue; 
}

.style28White
{
	font-size: 12px; 
	font-family: Microsoft Sans Serif, Arial, Helvetica, sans-serif;
	color: white; 
}

p.WhenToUseMultipleAffidavits
{
	font-size: 12px; 
	font-family: Microsoft Sans Serif, Arial, Helvetica, sans-serif;
	color: white; 
}

.style29
{
	font-size: 11px; 
	font-family: Microsoft Sans Serif, Arial, Helvetica, sans-serif;
	color: #d8cd8d; 
}

.style30
{
	font-size: 10px; 
	font-family: Microsoft Sans Serif, Arial, Helvetica, sans-serif;
	color: #d8cd8d; 
}

.style31 
{
	color: #999999;
}

.style40 
{
	font-size: 12px; 
	font-weight: bold; 
	font-family: Microsoft Sans Serif, Arial, Helvetica, sans-serif;
	color: #CCCCCC; 
}

.style42 {
	color: #0033CC;
	font-size: 14px;
}

.style47 
{
	color: #FFFFFF; 
	font-size: 6pt; 
	font-family: Microsoft Sans Serif, Arial, Helvetica, sans-serif;
}

.style48 
{
	font-family: Microsoft Sans Serif, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

a {
	font-family: Microsoft Sans Serif, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.style57 
{
	font-family: Microsoft Sans Serif, Arial, Helvetica, sans-serif;
	font-size: 14px; 
	color: #CCCCCC; 
	text-decoration: underline;
}

.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.pnlBackGround {
    border:solid 3px black;
    overflow:scroll;
}

.pnlBackGround1 {
    border:solid 3px black;
}

.modalPopup-text {
	background-color:#ffffdd;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width:320px;
}

.modalPopup-text1
{
    display:block;
    color:#000;
    /*background-color:#fff;*/
    text-align:center;
    border:solid 2px #000;
    padding:10px;
    font-family: Microsoft Sans Serif, Arial, Helvetica, sans-serif;
}

.modalBackground1 {
    background-color:#000;
    filter:alpha(opacity=80);
    opacity:0.8;
}


/********************** Main ***************************/
#main {
	background-image:url(Graphics/main_bg.gif);
	background-repeat: repeat-y;
	display:block;
	width:700px;
	height:auto;
}
#content {
	background-image:url(Graphics/content_bg.gif);
	background-repeat: repeat-y repeat-x;
	width:800px;
}

/********************** Footer ***************************/
#footer {
	background-image:url(Graphics/footer_bg.jpg);
	background-repeat:no-repeat;
	width:768px;
	height:97px;
	text-align:center;
	float:left;
	clear:both;
}
#footer ul{

}
#footer li{
	display:inline;
	float:none;
	text-align:center;
	padding: 0px 10px 0px 10px;
	border-right: solid 1px #908a68;
}
.lastchild{
	border-right: 0px none !important;
}
#footer a{
	font-family: Microsoft Sans Serif, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-transform:uppercase;
	color: #908a68;
	text-decoration: none;
}
#footer a:hover{text-decoration: underline;}
#footer span{
	font-size: 9px;
	font-weight: bold;
	color: #18160e;
	margin:10px;
	display:block;
}

/********************** Left - Text ***************************/
#left {
	float:left;
	width:490px;
}
#left p{
	padding: 5px 10px 10px 30px;
}
#left a:hover{color:#d8cd8d;}

/********************** Right - Team ***************************/
#right {
	float:right;
	width:230px;
}
.member {
	display:inline;
	float:left;
	margin-left:10px;
}
.member a{
	font-size: 12px;
	font-weight: bold;
	color: #f5f1d1;
	text-decoration: none;
}
.member img{
	border: none 0px;
}
.member span{
	display:block;
	text-align:center;
	padding: 2px 0px 13px 0px;
	text-transform: uppercase;

}
.member span a{}

.tdAltRow 
{
    font-family: Microsoft Sans Serif, Arial, Helvetica, sans-serif;
    font-size:10px;
    color: #000000;
    font-weight: normal;
    background-color: LightGray;
}

.tdHeader 
{
    font-family: Microsoft Sans Serif, Arial, Helvetica, sans-serif;
    font-size:12px;
    color: #FFFFFF;
    /*background-color: #507CD1;*/
   /* background-color: #0E4220;*/
    font-weight: Bold;
}

.tdRow 
{
    font-family: Microsoft Sans Serif, Arial, Helvetica, sans-serif;
    font-size:10px;
    color: #000000;
    background-color: #EFF3FB;
    font-weight: normal;
}

 .DragHandleClass
 {
 width: 12px;
 height: 12px;
 background-color: red;
 cursor:move;
 }

.ajaxOrderedList li
{
    list-style:none;
}
div.checkboxlist ul li { margin: 7px 0px; }  
div.checkboxlist ul li input { width: 15px; display: block; float:left;}  
div.checkboxlist ul li label { padding-left: 28px; display: block; }  
div.checkboxlist ul li div { margin-left: 28px; clear: both; font-size: .9em; }  


a.modalLink 
{
	color: Black;
    font-weight: normal;
}
a.modalLink:visited 
{
	color: Black;
    font-weight: normal;
}
a.modalLink:hover
{
	color:  Red; 
}


