﻿/* Default CSS Stylesheet for a new Web Application project */
Span.DirectorText
{
	font-size:16px;
	font-family:Arial;
	font-weight:bold;
	color:Black;
}

Span.DirectorPosition
{
	font-size:10px;
	font-family:Arial;
	font-style:italic;
	color:Black;
}

Span.LogInID
{
	font-size:14px;
	color:Red;
}

DIV.Welcome
{
	font-family:Times New Roman;
	color:Blue;
	font-size:24px;
	font-weight:bold;
	background-color:#b0e0e6;
	font-style:italic;
}

DIV.Copyright
{
	font-family:Times New Roman;
	font-size:10px;
	font-style:italic;
	color:Black;
}

TD.hdrLabel
{
	font-family:Arial;
	font-size:20px;
}

.hdrlabel1
{
	font-family:Arial;
	font-size:14px;
	color:White;
}

TD.hdrLabel2
{
	font-family:Arial;
	font-size:12px;
	color:White;
}

td.D1
{
	font-family:Arial;
	font-size:10px;
	color:White;
}

td.a.D1
{
	font-family:Arial;
	font-size:10px;
	color:Aqua;
}

TR.HelpDate
{
	font-family:Arial;
	font-size:10px;
	BACKGROUND-COLOR: #0000cc;
}

.Where
{
	font-size: 20px;
	color: #000000;
	font-family: Arial;
}

Table.ARList
{
	font-family:Times New Roman;
	font-size:18px;
	color:Maroon;
}
  
 Table.XRList
{
	font-family:Times New Roman;
	font-size:18px;
	color:Maroon;
}

.DataGrid
{
	font-family:Times New Roman;
	font-size:12px;
}

A:link,A:visited{	
	text-decoration:none;
	color:	#3333cc;
	font-size:14px;
	}	
		
		
A:hover,A:active{	
	text-decoration:underline;
	color:	Red;
	font-size:14px;
	}	
	
A#LabelLink:link,A#LabelLink:visited{	
	text-decoration:underline;
	color:	white;
	font-size:14px;
	}	
		
		
A#LabelLink:hover,A#LabelLink:active{	
	text-decoration:underline;
	color:	Red;
	font-size:14px;
	}		
	
A:LinkButton
{	
	text-decoration:	none;
	color:	#3333cc;
	font-size:14px;
	}	
	
td.D1
{
	font-family:Arial;
	font-size:8px;
}

TR.HELPLINKS
{
	font-family:Arial;
	font-size:8px;
}

tr.MISDescription
{
	font-size:12px;
}

TD.ADMIN
{
	font-family:Arial;
	font-size:12px;
}

TABLE.HelpFile
{
	font-family:Times New Roman;
	font-size:12px;
}

td.TopOfPage
{
	font-family:Arial;
	font-size:12px;
}

A.TopOfPage
{
	font-family:Arial;
	font-size:12px;
}

DIV.TopOfPage
{
	font-family:Arial;
	font-size:18px;
}

TD.DateAsOf
{
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	background-color:none;
}

TD.DateAsOfResult
{
	font-family:Times New Roman;
	font-size:12px;
}

td.ARList
{
	text-decoration:	none;
	color:	#3333cc;
	font-size:10px;
}

Datagrid.Description
{
	border-bottom-color:Blue;
}

div#DIVDG
{
	FONT-SIZE: 12pt;
	VERTICAL-ALIGN: top;
	OVERFLOW: auto;
	WIDTH: 100%;
	HEIGHT: 240px;
	scrollbar-3dlight-color: #DBE7F7;
    scrollbar-arrow-color:#003399;
    scrollbar-base-color:#A2B6D0;
    scrollbar-darkshadow-color:#6D6F70;
    scrollbar-face-color:#B0C4DE;
    scrollbar-highlight-color: #DBE7F7;
    scrollbar-shadow-color:#D3D5D7;
}
#D3D5D7
.Grid
{ 
	border-bottom-color:Blue;
	font-family:Times New Roman ;
	border-Width:1px; 
	border-Color:#3366CC;
    background-color :White;	
    behavior:url(rowover.htc); 
	Width:100%; 
	font-size:12pt;
	text-Align:Center;
	border-Style:Inset;
	Height:225px;
	
	
}

.Grid td
{
	border-width: 1px;
	font-family: Arial;
	text-align: Left;
}

.GridHeader
{
	
	
}

.Grid th
{
	font-weight: bold;
	background-color: #003399;
	color:#CCCCFF;
	vertical-align: middle;
	text-align:left; 
	position: relative;
	cursor:default;
	top: expression(document.getElementById("DIVDG").scrollTop-2);
	z-index:10; 
}

.Grid th.Locked
{
	z-index:99;
}

.CRGrid
{ 
	border-bottom-color:Blue;
	font-family:Times New Roman ;
	border-Width:1px; 
	border-Color:#3366CC;
    background-color :White;	
    behavior:url(rowover.htc); 
	Width:100%; 
	text-Align:Center;
	border-Style:Inset;
	Height:225px;
}

.CRGrid td
{
	border-width: 1px;
	font-family: Arial;
	text-align: Center;
	font-size:12pt;
}

.CRGrid th
{
	font-weight: bold;
	background-color: #003399;
	color:#CCCCFF;
	vertical-align: middle;
	text-align:Center;
	font-size:14pt; 
	position: relative;
	cursor:default;
	top: expression(document.getElementById("DIVDG").scrollTop-2);
	z-index:10; 
}

.CRGrid th.Locked
{
	z-index:99;
}

.GridItem, .GridAltItem
{
	font-size: 10pt;
    font-family: Times New Roman;
    text-align:left;
    vertical-align : middle ;
    color: #003399;    
}

.GridItem
{
	background-color: White;
}

.GridAltItem
{
	background-color: White;
}

.GridFooter
{
	background-color: #B0C4DE;
	color:#003399; 
	font-weight: bold;
	width:100%;
	border-Color:#3366CC;
	Border-Style:InSet; 
	text-align:center;
    border-width :1px;
}

.GridSelItem
{
	background-color:lightgrey;
	color:#003399;
	font-size:10pt; 
}

.GridPager
{
	font-size: 12pt;
	font-weight: bold;
	text-align: center;
	vertical-align: middle; 
	color: #003399;
    background-color: #B0C4DE; 
}

.CustomHeader
{
	font-size:12pt;
	font-weight: bold;
	background-color: #003399;
	color:#CCCCFF;	 
}

.CustomPager
{
	font-weight:bold;
	font-size:10pt;
}
 
.CustomPagerLabel
{
	font-weight:bold;
	font-size:12pt;
}   

.TotalRowsResult
{
	text-align: left;
}	

.HeaderLabels
{
	text-align:left;
}

.NoRecLB
{
	vertical-align: top;
	text-align: center;
	font-size:20pt;
	color:Red;
	font-weight:bold;
}

.Pcov1Labels
{
 font-family: Times New Roman;
 font-size: 12pt;
}

.Pcov1LabelInfo
{
 font-family:Bookman Old Style;
 font-size: 12pt;
 color:Navy;
 font-weight:900;  
}

.Pcov1TopLabel
{
	font-size : 13pt;
	font-weight:bold;
	font-style:italic;
	font-family: Times New Roman;
} 

.vldSummary
{
	font-size: 12pt;
	font-weight: bold;
}

.PcovPrintLabel
{
	font-size:12pt;
	font-weight:bold;
	font-family:Times New Roman;
}
.PcovIndivDescript
{
	font-size:14pt;
	font-family:Arial;
	color:darkBlue;
}

.PcovIndivDescriptBold
{
	font-size:14pt;
	font-family:Arial;
	color:darkBlue;
	font-weight:bold;
}
.PcovIndivLabels
{
	font-size:12pt;
	font-family:Arial;
	color:darkBlue;
}

.PcovIndivLabelsBold
{
	font-size:12pt;
	font-family:Arial;
	color:darkBlue;
	font-weight:bold;
	background-color:lightGrey;  
	
}


.dgNewsClass
{
	font-family:Arial;
	font-size:8pt;
	color:Green;
}

.dgNewsItem, .dgNewsAltItem
{
	font-family:Arial;
	font-size:10pt;
	color:Black;
}

.dgNewsHeader
{
	font-family:Arial;
	font-size:12pt;
	color:#f7f7f7;
	background-color:#4A3C8C;
}

#WeatherTable
{
	width:340pt;
	border-top-style:outset;
	border-right-style:outset;
	border-left-style:outset;
	height:200pt;
	border-bottom-style:outset;
	background-color:#f7f7f7;
}

.WeatherLabelHeader
{
	font-family:Arial;
	font-size:14pt;
	font-weight:bold;
	color:Blue;
	width:auto;
}

.LastUpdated
{
	font-family:Arial;
	font-size:12pt;
	font-weight:bold;
}

.CurrTempHead
{
	font-family:Arial;
	font-weight:bold;
	font-size:12pt;
}

.lblCurrTemp
{
	font-family:Arial;
	font-size:12pt;
	font-weight:bold;
	color:Blue;
	background-color:Transparent;
}

.MPH
{
	font-family:Arial;
	font-size:9pt;
}

.CloudCond
{
	color:Blue;
	background-color:Transparent;
	font-family:Arial;
	font-style:italic;
	font-size:13pt;
	font-weight:bold;
}

.tdWeatherCom
{
	font-family:Arial;
	font-size:10pt;
	font-style:italic;
	background-color:Transparent;
}

.tdWarning
{
	font-family:Times New Roman;
	font-size:10pt;
}

.Welcome
{
	font-family:Arial;
	font-style:italic;
	font-size:14pt;
	color:Green;
}

.HomeCopyRight
{
	font-family:Arial;
	font-style:italic;
	font-size:8pt;
}

.BureauNews
{
	font-family:Arial;
	font-size:16pt;
	color:Blue;
}

.HomeDiv
{
	VERTICAL-ALIGN: top;
	font-size:10pt;
	overflow:auto;
	HEIGHT: 200pt;
}

.WhereFrom
{
	font-family:Times New Roman;
	font-size:13pt;
	font-weight:bold;
	color:Black;
}

.InnerLabel
{
	font-family:Times New Roman;
	font-size:12pt;
	color:Black;
	font-weight:bold;
}

.InnerSmallLabel
{
	font-family:Arial;
	font-size:10pt;
	color:Black;
}

.DateSize
{
	font-family:Arial;
	font-size:10pt;
	color:Black;
}

.PDFSearch
{
	font-family:Arial;
	font-size:11pt;
	font-weight:bold;
	border-bottom-style:groove;
}

#DateSize
{
	font-family:Arial;
	font-size:10pt;
	color:Black;
}

.CurrTempHeader
{
	font-family:Arial;
	font-size:16pt;
	color:Blue;
}

.GridLabels
{
	background-color:Transparent;
	font-family:Arial;
	font-size:11pt;
	font-weight:bold;
}

.divColorForDefault
{
	background-color:Transparent;
}

.UserLogIN
{
	font-family:Times New Roman;
	font-size:12pt;
	font-weight:bold;
}

.UserPass
{
	font-family:Times New Roman;
	font-size:12pt;
	color:Blue;
}

.LogInEnter
{
	font-family:Arial;
	font-size:14pt;
	color:Navy;
}

.LogInError
{
	font-family:Arial;
	font-size:18pt;
	font-weight:bold;
	color:Red;
}
					
						
.InnerSmallLabelBold
{
	font-family:Arial;
	font-size:10pt;
	color:Black;
	font-weight:bold;
}

.InnerMediumLabelBold
{
	font-family:Arial;
	font-size:12pt;
	color:Black;
	font-weight:bold;
}
.OuterSmallLabelNavy
{
	font-family:Arial;
	font-size:10pt;
	color:Navy;
}

.OuterSmallLabelBlue
{
	font-family:Arial;
	font-size:10pt;
	color:Blue;
}

.OuterSmallLabelNavyBold
{
	font-family:Arial;
	font-size:10pt;
	color:Navy;
	font-weight:bold;
}

.InnerSmallLabelBoldClassCode
{
	font-family:Arial;
	font-weight:bold;
	font-size:10pt;
	width:85pt;
}

.InternetPolicy A#IntPolLink:Link
{
	font-family:Arial;
	font-size:10pt;
	color:Blue;
}

.MaintPage
{
	font-size:13pt;
	font-weight:bold;
	font-family:Arial;
	color:Blue;
}

/* Pcov validator styles */

#rqdName
{
	z-index:110;
	left:376px;
	position:absolute ;
	top:16px;
}

#rqdDate
{
	z-index:111;
	left:376px;
	position:absolute ;
	top:56px;
}

#rglrDate
{
	z-index:112;
	left:392px;
	position:absolute ;
	top:56px;
}

#rglrEffDate
{
	z-index:113;
	left:408px;
	position:absolute ;
	top:56px;
}
