/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	background-color: white;
	color: #7d7d7d;
	line-height: 1.166;
	font-size: 11px;	
	margin: 0 5px 5px 5px;
	padding: 0;
}

td{
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	color: #7d7d7d;
	line-height: 1.166;
	font-size: 11px;
	vertical-align: top;	
}

a{
	color: #006699;
	text-decoration: none;
}

a:link{
	color: #006699;
	text-decoration: none;
}

a:visited{
	color: #006699;
	text-decoration: none;
}

a:hover{
	color: #006699;
	text-decoration: underline;
}

h1{
 font-family: Verdana, Arial, Helvetica, Sans-Serif;
 font-size: 24px;
 font-weight: normal;
 color: Navy;
 margin: 0;
 padding: 0;
}

h2{
 font-family: Verdana, Arial, Helvetica, Sans-Serif;
 font-size: 16px;
 font-weight: normal;
 color: Navy;
 /*margin: 0 0 -0.75em 0;*/
 padding: 0;
}

h3{
 font-family: Verdana, Arial, Helvetica, Sans-Serif;
 font-size: 100%;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h4{
 font-family: Verdana, Arial, Helvetica, Sans-Serif;
 font-size: 100%;
 font-weight: normal;
 color: #333333;
 margin: 0px;
 padding: 0px;
}

h5{
 font-family: Verdana, Arial, Helvetica, Sans-Serif;
 font-size: 100%;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
 font-family: Verdana, Arial, Helvetica, Sans-Serif;
 font-size: 11px;
 font-weight: normal;
 color: #7d7d7d;
}

p{
 color: #7d7d7d;
}

hr{
	width: 100%;
	height: 1px;
	color: #dddddd;
}

blockquote{
    margin-top: 5px;
    margin-bottom: 5px;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#popupArea{
	position: absolute;
	left: 0;
	top: 0;
	width: 425px;
	background-color: white;
}
#pageArea{
	position: absolute;
	left: 50%;
	margin-left: -380px;
	width: 760px;
	background-color: white;
}

#masthead{
	width: 100%;
	background-color: white;
}

#mastheadLogo{
	float: left;
	width: 100%;
	padding: 0 0 0 0;
	background-color: white;
}

#mastheadNavbar{
	float: left;
	width: 627px;
	padding: 0 0 3px 0;
	background-color: white;
}

#mastheadInfo{
	float: right;
	width: 127px;
	text-align: right;
	padding: 5px 3px 5px 0;
	background-color: white;
}

#mastheadLogin{
	float: left;
	width: 100%;
	padding: 0 0 5px 0;
	background-color: white;
}

#contentArea{
	width: 100%;
	background-color: white;
}

#contentAreaFull{
	float: left;
	width: 100%;
	padding: 0 5px 0 3px;
	background-color: white;
	border-left: #cccccc 1px solid; 
	background: #fff url(../Images/bg2.jpg) no-repeat;
}

#contentAreaFull a{
	color: #006699;
	text-decoration: none;
}

#contentAreaFull a:link{
	color: #006699;
	text-decoration: none;
}

#contentAreaFull a:visited{
	color: #006699;
	text-decoration: none;
}

#contentAreaFull a:hover{
	color: #006699;
	text-decoration: underline;
}

#contentAreaLeft{
	float: left;
	width: 258px;
	padding: 0 5px 0 3px;
	background-color: white;
}

#contentAreaRight{
	float: left;
	width: 485px;
	padding: 0 3px 0 5px;
	border-left: #cccccc 1px solid; 
	background: #fff url(../Images/bg2.jpg) no-repeat;
}

#contentAreaRight a{
	color: #006699;
	text-decoration: none;
}

#contentAreaRight a:link{
	color: #006699;
	text-decoration: none;
}

#contentAreaRight a:visited{
	color: #006699;
	text-decoration: none;
}

#contentAreaRight a:hover{
	color: #006699;
	text-decoration: underline;
}

#footerArea{
	width: 100%;
	background-color: white;
}

#footerAreaLeft{
	float: left;
	width: 556px;
	height: 20px;
	padding: 3px 5px 5px 3px;
	background-color: white;
}

#footerAreaRight{
	float: right;
	width: 188px;
	height: 20px;
	padding: 3px 5px 5px 3px;
	text-align: right;
	background-color: white;
}

/***********************************************/
/* Tooltip Styles                              */
/***********************************************/
#dhtmltooltip{
    position: absolute;
    color: #333333;
    left: -300px;
    width: 150px;
    border: 1px solid black;
    padding: 5px;
    background-color: lightyellow;
    visibility: hidden;
    z-index: 100;
    /*Remove below line to remove shadow. Below line should always appear last within this style*/
    filter: progid:DXImageTransform.Microsoft.Shadow(color=silver,direction=135);
}

#dhtmlpointer{
    position: absolute;
    left: -300px;
    z-index: 101;
    visibility: hidden;
}

/***********************************************/
/* Classes                                     */
/***********************************************/
.formPanel 
{
    width: 100%;
    background-color: #F5F7FD;
    border: 1px solid #99CCFF;
    padding: 8px 8px 8px 8px;
    margin-bottom: 10px;
}

.highImpactPanel 
{
    background-color: #ffe0e9;
    border: 1px solid #990000;
    padding: 3px 3px 3px 3px;
    margin-bottom: 5px;
}

.hiddenText
{
    display:none;
}

.invisibleButton
{
    background-color: #F5F7FD;
    border: 0;
    width: 1px;
    height: 1px;
}

.reqFieldInd 
{
	font-family: 'Courier New', Courier, mono;
    font-size: 12pt;
    font-weight: bold;
}

.SmallText
{
    font-size: 9px;
    line-height: 1.3;
}

.SmallTextCallout
{
    border: solid 1px #eeeeee;
    padding: 5px;
    background-color: #f9f9f9;
    font-size: 9px;
}

.CautionCallout
{
    border: solid 1px #990000;
    padding: 5px;
    background-color: #f9f9f9;
    font-size: 9px;
}

.ErrorText
{
    color: #990000;
}

.InfoText
{
    color: navy;
    font-weight: bold;
}

.InfoTextLarge
{
    color: navy;
	font-size: 14px;
    font-weight: bold;
}

.SuccessText
{
    color: green;
    font-weight: bold;
}

.GuestBookComment
{
    color: #666666;
	font-size: 14px;
	font-style: italic; 
}

.lightline{
	background-color:#dddddd;
}

.pageMarkerMonospace{
	font-family: 'Courier New', Courier, mono;
}

.titleCallout{
	font-size: 16px;
}

.quickBox{
    width:100%;
    border: solid 1px #c5d8fb;
}

.quickBoxHead{
    font-family: Verdana, Arial, Helvetica, Sans-Serif;
    line-height: 1.166;
    font-size: 10px;	
    background-color: #c5d8fb;
    color: #000099; 
    padding: 4px 4px 4px 7px;
}

.quickBoxRow td{
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	color: #7d7d7d;
	line-height: 1.166;
    font-size: 10px;	
    padding: 4px 4px 4px 7px;
}

.GoText
{
    color: green;
    font-weight: bold;
}

.StopText
{
    color: #990000;
    font-weight: bold;
}

/* Text style used for textboxes */
.validation
{
  color: green;
}

/* Text style used for textboxes, dropdowns */
.NormalTextBox
{
  font-family: Verdana, Arial, Helvetica, Sans-Serif;
  font-size: 10px;
  color: #333333;
  font-weight: normal;
  background-color: #ffffff;
  border : 1px solid #7F9DB9;
}

.SmallTextBox
{
  font-family: Verdana, Arial, Helvetica, Sans-Serif;
  font-size: 9px;
  color: #333333;
  font-weight: normal;
  background-color: #ffffff;
  border: 1px solid #7F9DB9;
}

.SmallTextBoxRight
{
  font-family: Verdana, Arial, Helvetica, Sans-Serif;
  font-size: 9px;
  color: #333333;
  font-weight: normal;
  background-color: #ffffff;
  border: 1px solid #7F9DB9;
  text-align: right;
}

