/* -------------------------------------------------------- BEGIN: GENERIC STYLES -----------------------------------------------*/
A:Link
{
	color: #003D97;
	font-family: Verdana;
	font-size: 11px;
	text-decoration: none;
}

A:Visited
{
	color: #003D97;
	font-family: Verdana;
	font-size: 11px;
	text-decoration: none;
}

A:Hover
{
	color: #970009;
	font-family: Verdana;
	font-size: 11px;
	text-decoration: underline;
}

A:Active
{
	color: #003D97;
	font-family: Verdana;
	font-size: 11px;
	text-decoration: none;	
}

A.PrintLink:Link
{
	color: white;
	font-family: Verdana;
	font-size: 12px;
	text-decoration: none;
}

A.PrintLink:Visited
{
	color: white;
	font-family: Verdana;
	font-size: 12px;
	text-decoration: none;
}

A.PrintLink:Hover
{
	color: white;
	font-family: Verdana;
	font-size: 12px;
	text-decoration: underline;
}

A.PrintLink:Active
{
	color: white;
	font-family: Verdana;
	font-size: 12px;
	text-decoration: none;	
}

.BodyHeader
{
	font-family: Verdana;
	font-size: 15px;
	font-weight: bold;	
}

.BodyHeaderWhite
{
	font-family: Verdana;
	font-size: 15px;
	font-weight: bold;	
	color: White;
}

.BodyHeaderBlue
{
	font-family: Verdana;
	font-size: 15px;
	font-weight: bold;	
	color: #003D97;
}

.BodyText
{
	font-family: Verdana;
	font-size: 12px;	
}

.BodyTextJustify
{
	font-family: Verdana;
	font-size: 12px;
	text-align: justify;
}

.BodyTextBold
{
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
}

.BodyTextBoldWhite
{
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	color: White;
}

.BodyTextSmallBoldOrange
{
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #FFA500;
}

.BodyTextItalic
{
	font-family: Verdana;
	font-style: italic;
	font-size: 12px;	
}

.BodyTextLarge
{
	font-family: Verdana;
	font-size: 13px;	
}

.BodyTextLargeBold
{
	font-family: Verdana;
	font-weight: bold;
	font-size: 13px;
}

.BodyTextLargeBoldUnderline
{
	font-family: Verdana;
	font-weight: bold;
	font-size: 13px;	
	text-decoration: underline;		
}

.BodyTextSmall
{
	font-family: Verdana;
	font-size: 11px;	
}


.BodyTextSmallBold
{
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;	
}

.BodyTextSmallBoldWhite
{
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	color: White;
}

.BodyTextSmallerBold
{
	font-family: Verdana;
	font-size: 9px;
	font-weight: bold;	
}
.BodyTextSmaller
{
	font-family: Verdana;
	font-size: 10px;	
}

.ErrorMsg
{
	color: #970009;
	font-family: Verdana;
	font-size: 13px;	
	font-weight: bold;
}

.LoginErrorMsg
{
	color: red;
	font-family: Verdana;
	font-size: 11px;	
	font-weight: bold;
}

.Notes
{
	font-family:Verdana;
	font-size:11px;
	font-weight: bold;
	font-style:italic;
}

.NotesSmall
{
	font-family:Verdana;
	font-size:9px;
	font-style:italic;
}

.SuccessfulMsg
{
	color: darkgreen;
	font-family: Verdana;
	font-size: 13px;	
	font-weight: bold;
}

/* -------------------------------------------------------- END: GENERIC STYLES -----------------------------------------------*/

/* -------------------------------------------------------- BEGIN: CALENDAR STYLES -----------------------------------------------*/

A.CalendarLink:Link
{
	font-family: Verdana;
	font-weight: bold;
	font-size: 8px;
	color: White;
	text-decoration: underline;
}

A.CalendarLink:Visited
{
	font-family: Verdana;
	font-weight: bold;
	font-size: 8px;
	color: White;
	text-decoration: none;
}

A.CalendarLink:Hover
{
	font-family: Verdana;
	font-weight: bold;
	font-size: 8px;
	color: White;
	text-decoration: underline;
}

A.CalendarLink:Active
{
	font-family: Verdana;
	font-weight: bold;
	font-size: 8px;
	color: White;
	text-decoration: none;
}

.CalendarHeader
{	
	color: White;
	font-size: 11px;
	font-weight: bold;
}

/* -------------------------------------------------------- END: CALENDAR STYLES -----------------------------------------------*/

/* -------------------------------------------------------- BEGIN: DATAGRID STYLES -----------------------------------------------*/

.DatagridColumnHeader A:Link
{
	font-family: Verdana;
	font-weight: bold;
	font-size: 11px;
	color: White;
	text-decoration: none;
}

.DatagridColumnHeader A:Visited
{
	font-family: Verdana;
	font-weight: bold;
	font-size: 11px;
	color: White;
	text-decoration: none;
}

.DatagridColumnHeader A:Hover
{
	font-family: Verdana;
	font-weight: bold;
	font-size: 11px;
	color: White;
	text-decoration: underline;
}

.DatagridColumnHeader A:Active
{
	font-family: Verdana;
	font-weight: bold;
	font-size: 11px;
	color: White;
	text-decoration: none;
}

.DatagridColumnHeader
{
	color: White;
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	background-color: #003D97;
}

.DatagridColumnHeaderSmall
{
	color: White;	
	font-family: Verdana;
	font-weight: bold;
	font-size: 9px;
	background-color: #003D97;
}

.DatagridBodyTextBoldWhite
{
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	color: White;
	background-color: #003D97;
}

.DatagridBodyHeader
{
	font-family: Verdana;
	font-size: 14px;
	font-weight: bold;
	background-color: #003D97;
	color: White;
}

.DatagridBodyText
{	
	color: Black;	
	font-family: Verdana;	
	font-size: 11px;
	background-color: White;
}

.DatagridAlternatingBodyText
{	
	color: Black;	
	font-family: Verdana;	
	font-size: 11px;
	background-color: #C8E1FF;
}


/* -------------------------------------------------------- END: DATAGRID STYLES -----------------------------------------------*/

/* -------------------------------------------------------- BEGIN: HEADER STYLES -----------------------------------------------*/
A.HeaderLink:Link
{
	font-family: Verdana;
	font-weight: bold;
	font-size: 10px;
	color: White;
	text-decoration: none;
}

A.HeaderLink:Visited
{
	font-family: Verdana;
	font-weight: bold;
	font-size: 10px;
	color: White;
	text-decoration: none;
}

A.HeaderLink:Hover
{
	font-family: Verdana;
	font-weight: bold;
	font-size: 10px;
	color: White;
	text-decoration: underline;
}

A.HeaderLink:Active
{
	font-family: Verdana;
	font-weight: bold;
	font-size: 10px;
	color: White;
	text-decoration: none;
}
/* -------------------------------------------------------- END: HEADER STYLES -----------------------------------------------*/

/* -------------------------------------------------------- BEGIN: FOOTER STYLES -----------------------------------------------*/
A.FooterLink:Link
{
	font-family: Verdana;
	font-weight: bold;
	font-size: 10px;
	color: White;
	text-decoration: none;
}

A.FooterLink:Visited
{
	font-family: Verdana;
	font-weight: bold;
	font-size: 10px;
	color: White;
	text-decoration: none;
}

A.FooterLink:Hover
{
	font-family: Verdana;
	font-weight: bold;
	font-size: 10px;
	color: White;
	text-decoration: underline;
}

A.FooterLink:Active
{
	font-family: Verdana;
	font-weight: bold;
	font-size: 10px;
	color: White;
	text-decoration: none;
}

.FooterText
{
	font-family: verdana;
	font-size: 9px;	
	color: White;
}
A.FooterText:Link
{
	font-family: verdana;
	font-size: 9px;	
	color: White;
}
A.FooterText:Visited
{
	font-family: verdana;
	font-size: 9px;	
	color: White;
}
A.FooterText:Hover
{
	font-family: verdana;
	font-size: 9px;	
	color: White;
}
A.FooterText:Active
{
	font-family: verdana;
	font-size: 9px;	
	color: White;
}
/* -------------------------------------------------------- END: FOOTER STYLES -----------------------------------------------*/

/* -------------------------------------------------------- BEGIN: REPORTS DETAIL STYLES -----------------------------------------------*/
.ReportsDetailColumnHeader
{
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	color: White;
}

.ReportsDetailBodyText
{	
	font-family: Verdana;
	font-size: 11px;	
}

.ReportsDetailBodyTextBold
{	
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
}
/* -------------------------------------------------------- END: REPORTS DETAIL STYLES -----------------------------------------------*/



/* -------------------------------------------------------- BEGIN: REPORTS POPUP Map View -----------------------------------------------*/
#popupMask {
	position: absolute;
	z-index: 200;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	opacity: .4;
	filter: alpha(opacity=40);
	/* this hack is so it works in IE
	 * I find setting the color in the css gives me more flexibility 
	 * than the PNG solution.
	 */
	background-color:transparent !important;
	background-color: #333333;
	/* this hack is for opera support
	 * you can uncomment the background-image if you don't care about opera.
	 * this gives you the flexibility to use any bg color that you want, instead of the png
	 */
	background-image:none;
	background-repeat: repeat;
	display:none;
}
#popupContainer {
	position: absolute;
	z-index: 201;
	top: 0px;
	left: 0px;
	display:none;
	padding: 0px;
}
#popupInner {
	border: 2px solid #000000;
	background-color: #ffffff;
}

#popupFrame {
	margin: 0px;
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 202;
}
#popupTitleBar {
	background-color: #486CAE;
	color: #ffffff;
	font-weight: bold;
	height: 1.3em;
	padding: 5px;
	border-bottom: 2px solid #000000;
	border-top: 1px solid #78A3F2;
	border-left: 1px solid #78A3F2;
	border-right: 1px solid #204095;
	position: relative;
	z-index: 203;
}
#popupTitle {
	float:left;
	font-size: 1.1em;
	font-family: Verdana;
}
#popupControls {
	float: right;
	cursor: pointer;
	cursor: hand;
}



/* -------------------------------------------------------- END: REPORTS Map View -----------------------------------------------*/