﻿/* Default CSS Stylesheet for a new Web Application project */

html, body 
{
   height: 100%;
   background-color : #999999;
   background-image: url('../images/bodyBG2.gif');
   background-position: center;
   margin: 0px;
   padding: 0px;   
}
div:focus {
    outline: none;
}


.PageTitle
{
	border-left-color: #000000;
	border-bottom-color: #000000;
	font: bold large Arial;
	width: 100%;
	color: #4682b4;
	border-top-color: #000000;
	height: 16px;
	background-color: transparent;
	border-right-color: #000000;
}
.DataBase
{
	border-left-color: #000000;
	border-bottom-color: #000000;
	font: bold x-small Arial;
	width: 100%;
	color: #ff0066;
	border-top-color: #000000;
	height: 16px;
	background-color: transparent;
	border-right-color: #000000;
}
.MenuLink
{
	text-decoration:	none;
	color:	#284E98;
}
.MenuSelected
{
	text-decoration:	none;
	color:	#284E98;
}
.MenuActive
{
	text-decoration:	none;
	color:	#333399;
}
.MenuHover
{
	text-decoration:	none;
	color:	white;
}
.DataGrid
{
	font-size: x-small;
	font-family: Arial;
	color: #003366;
	border-right: #cccccc thin outset;
	border-top: #cccccc thin outset;
	border-left: #cccccc thin outset;
	border-bottom: #cccccc thin outset;
}
.DataGridAlternating
{
	background-color: #ffebcd;
}

.DataGridHeader
{
	font-weight: bold;
	font-size: small;
	color: #ffffff;
	font-family: Arial;
	text-decoration: none;
	border-right: #cccccc thin solid;
	border-top: #cccccc thin solid;
	border-left: #cccccc thin solid;
	border-bottom: #cccccc thin solid;
}
.DataGridItem
{
	font-size: small;
	font-family: Arial;
	text-decoration: none;
	border-right: #cccccc thin solid;
	border-top: #cccccc thin solid;
	border-left: #cccccc thin solid;
	border-bottom: #cccccc thin solid;
}
.DataGridItem
{
	font-size: small;
	font-family: Arial;
	text-decoration: none;
	border-right: #cccccc thin solid;
	border-top: #cccccc thin solid;
	border-left: #cccccc thin solid;
	border-bottom: #cccccc thin solid;
}
.DataGridItem
{
	font-size: small;
	font-family: Arial;
	text-decoration: none;
	border-right: #cccccc thin solid;
	border-top: #cccccc thin solid;
	border-left: #cccccc thin solid;
	border-bottom: #cccccc thin solid;
}
.DataGridItemHyperLink
{
	font-size: x-small;
	font-family: Arial;
	text-decoration: none;
}
.DataGridPager
{
	font-weight: bold;
	font-size: x-small;
	color: #000000;
	font-family: Arial;
	text-decoration: none;
	background-color: #ffffff;
	text-align: center;
}
.DataGridPagerLeft
{
	font-weight: bold;
	font-size: x-small;
	color: #000000;
	font-family: Arial;
	text-decoration: none;
	background-color: #ffffff;
	text-align: left;
	position: relative;
	left:auto;
}
.Link
{
	font-weight: normal;
	font-size: xx-small;
	color: #4682b4;
	font-family: Arial;
}

.LinkNav
{
	font-size: small;
	color: blue;
	font-family: Arial;
	text-decoration: underline;
}

.SearchText
{
	font-size: xx-small;
	color: #000000;
	font-family: Arial;
	height: 16px;
}
.SearchButton
{
	border-right: darkgray thin groove;
	border-top: darkgray thin groove;
	font-size: xx-small;
	border-left: darkgray thin groove;
	width: 40px;
	color: #000000;
	border-bottom: darkgray thin groove;
	font-family: Arial;
	height: 8px;
	background-color: white;
}
.CH1
{
	font-weight: bold;
	font-size: x-large;
	color: #4682b4;
	font-family: Arial;
	background-color: transparent;
}
.CH2
{
	font-weight: bold;
	font-size: large;
	color: #4682b4;
	font-family: Arial;
	background-color: transparent;
}
.CH3
{
	font-weight: bold;
	font-size: medium;
	color: #4682b4;
	font-family: Arial;
	background-color: transparent;
}
.CH4
{
	font-weight: bold;
	font-size: small;
	color: #4682b4;
	font-family: Arial;
	background-color: transparent;
}
.CH5
{
	font-weight: bold;
	font-size: x-small;
	color: #4682b4;
	font-family: Arial;
	background-color: transparent;
}
.CH6
{
	font-size: xx-small;
	color: #006699;
	font-family: Verdana;
	background-color: transparent;
}
.CH7
{
	font-weight: bold;
	font-size: xx-small;
	color: blue;
	font-family: Arial;
	background-color: transparent;
	text-decoration: underline;
}
.EH3
{
	font-size: medium;
	font-weight: bold; 
	color: red;
	font-family: Arial;
}
.EH4
{
	font-size: small;
	color: red;
	font-family: Arial;
}

.EH5
{
	font-size: x-small;
	color: red;
	font-family: Arial;
}
.EH6
{
	font-size: xx-small;
	color: red;
	font-family: Arial;
}
.H1
{
	font-size: x-large;
	color: #000000;
	font-family: Arial;
	background-color: transparent;
}
.WhiteH1
{
	font-size: xx-large;
	color: White;
	font-family: Times New Roman;
	background-color: transparent;
}
.H2
{
	font-size: large;
	color: #000000;
	font-family: Arial;
	background-color: transparent;
}
.WhiteH2
{
	font-size: larger;
	color: White;
	font-family: Times New Roman;
	background-color: transparent;
}
.H3
{
	font-size: medium;
	color: #000000;
	font-family: Arial;
	background-color: transparent;
}
.WhiteH3
{
	font-size: smaller;
	color: White;
	font-family: Times New Roman;
	background-color: transparent;
}
.H4
{
	font-size: medium;
	color: #000000;
	font-family: Arial;
	background-color: transparent;
}
.WhiteH4
{
	font-size: small;
	color: White;
	font-family: Arial;
	background-color: transparent;
}
.AdvancedSearchH4
{
	font-size: small;
	font-style:normal;
	font-weight: bold;
	color: White;
	font-family: Arial;
	background-color: transparent;
}
.H5
{
	font-size: small;
	color: #000000;
	font-family: Arial;
	/*background-color: transparent;*/
}
.H5Gray
{
	font-size: small;
	color: #666666;
	font-family: Arial;
	/*background-color: transparent;*/
}
.H6
{
	font-size: xx-small;
	color: #000000;
	font-family: Arial;
	background-color: transparent;
}
.H7
{
	font-weight: bold;
	font-size: large;
	color: #000000;
	font-family: Arial;
	background-color: transparent;
}
.H8
{
	font-weight: bold;
	font-size: small;
	color: #000000;
	font-family: Arial;
	background-color: transparent;
}
.AdvancedSearchH5
{
	font-size: x-small;
	color: #000000;
	font-family: Arial;
	/*background-color: transparent;*/
}
.H5READONLY
{
	font-weight: bold;
	font-size: x-small;
	color: #000000;
	font-family: Arial;
	background-color: #dcdcdc;
}
.H6READONLY
{
	font-weight: bold;
	font-size: xx-small;
	color: #000000;
	font-family: Arial;
	background-color: #dcdcdc;
}
.H5COMBO
{
	font-size: x-small;
	color: #000000;
	font-family: Arial;
	background-color: #ffffff;
}
.H6COMBO
{
	font-size: xx-small;
	color: #000000;
	font-family: Arial;
	background-color: #ffffff;
}
.H6COMBOM
{
	font-size: xx-small;
	color: #000000;
	font-family: Arial;
	background-color: #ffff99;
}
.H5BCOMBO
{
	font-weight: bold;
	font-size: x-small;
	color: #000000;
	font-family: Arial;
	background-color: #ffffff;
}
.H5COMBOM
{
	font-size: x-small;
	color: #000000;
	font-family: Arial;
	background-color: #ffff99;
}
.H6BCOMBO
{
	font-weight: bold;
	font-size: xx-small;
	color: #000000;
	font-family: Arial;
	background-color: #ffffff;
}
.H5B
{
	font-weight: bold;
	font-size: x-small;
	color: #000000;
	font-family: Arial;
	background-color: transparent;
}
.H6B
{
	font-weight: bold;
	font-size: xx-small;
	color: #000000;
	font-family: Arial;
}

.H6BM
{
	font-weight: bold;
	font-size: xx-small;
	color: #000000;
	font-family: Arial;
	background-color: #ffff99;
}

.H6M
{
	font-weight: normal;
	font-size: xx-small;
	color: #000000;
	font-family: Arial;
	background-color: #ffff99;
}
.H5M
{
	font-weight: normal;
	font-size: x-small;
	color: #000000;
	font-family: Arial;
	background-color: #ffff99;
}
.Breadcrumb
{
	font-size: x-small;
	color: #000000;
	font-family: Arial;
	text-align: left;
	padding-left: 10px
}
.MenuButton
{
	
	font-weight: bold;
	font-size: x-small;
	word-spacing: normal;
	text-transform: none;
	color: #ffffff;
	border-top-style: none;
	font-family: Arial;
	border-right-style: none;
	border-left-style: none;
	letter-spacing: normal;
	background-color: #4682b4;
	text-align: center;
	text-decoration: underline;
	border-bottom-style: none;
}
.SubMenuButton
{
	font-weight: bold;
	font-size: x-small;
	word-spacing: normal;
	text-transform: none;
	color: #4682b4;
	border-top-style: none;
	font-family: Arial;
	border-right-style: none;
	border-left-style: none;
	letter-spacing: normal;
	background-color: orange;
	text-align: center;
	border-bottom-style: none;
}
.SearchLabelX
{
	font-weight: bold;
	font-size: x-small;
	color: #4682b4;
	font-family: Arial;
	text-align: right;
}

.LabelInfoX
{
	font-weight: bold;
	font-size: x-small;
	color: #000000;
	font-family: Arial;
	text-align: left;
}

.LabelInfoXX
{
	font-weight: bold;
	font-size: xx-small;
	color: #000000;
	font-family: Arial;
	text-align: left;
}

.TextLabelX
{
	font-weight: bold;
	font-size: x-small;
	color: #4682b4;
	font-family: Arial;
	text-align: right;
}

.TextLabelXX
{
	font-weight: bold;
	font-size: xx-small;
	color: #4682b4;
	font-family: Arial;
	text-align: right;
}

.TextInputX
{
	font-weight: bold;
	font-size: x-small;
	color: #4682b4;
	font-family: Arial;
	text-align: left;
}

.TextInputXX
{
	font-weight: bold;
	font-size: xx-small;
	color: #4682b4;
	font-family: Arial;
	text-align: left;
}

.RequestHeader
{
	font-weight: bold;
	font-size: large;
	color: #000000;
	font-family: Arial;
	text-align: left;
}
.RequestHeaderBLUE
{
	font-weight: bold;
	font-size: large;
	color: blue;
	font-family: Arial;
	text-align: left;
}
.RequestHeaderGRAY
{
	font-weight: bold;
	font-size: large;
	color: gray;
	font-family: Arial;
	text-align: left;
}
.RequestLabel
{
	font-weight: bold;
	font-size: xx-small;
	color: #000000;
	font-family: Arial;
	text-align: right;
}

.RequestText
{
	font-weight: bold;
	font-size: xx-small;
	color: #000000;
	font-family: Arial;
	text-align: left;
}
.NavigationLink
{
	font-size: xx-small;
	color: #4682b4;
	font-family: Arial;
}
.NavigationLinkBLUE
{
	font-size: xx-small;
	color: blue;
	font-family: Arial;
}
.SmallLink
{
	font-size: xx-small;
	color: #4682b4;
	font-family: Arial;
}

.LargeLink
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.58em;
	font-weight:	500;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	color: #4682b4;
}

.Button
{
	border-style: outset;
	border-width: thin;
	background-color: #006699;
	font-size: medium;
	word-spacing: normal;
	text-transform: none;
	font-family: Calibri;
	letter-spacing: normal;
	text-align: center;
	color: #FFFFFF;
	font-weight: normal;
}
.ReceiptButton
{
	border-style: outset;
	border-width: thin;
	background-color: #006699;
	font-size: large;
	word-spacing: normal;
	text-transform: none;
	font-family: Calibri;
	letter-spacing: normal;
	text-align: center;
	color: white;
	font-weight: normal;
}
table.default 
{
	/*position: relative;*/
	position: inherit;
	width: 100%;
	/*padding-left: 23px;*/
}
table.mastertop
{ background-image: url(../images/dllrbackground.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100%;
     /*background-image: url('../images/dllrbackground.jpg');
    background-repeat: no-repeat;
    background-position: top center;
    width: 100%;
    height: 140px;*/
   /* background-image: url('../images/bannerforcentral.jpg');
	border-bottom: thin solid #000000;
    background-image: url('../images/dllrbackground.jpg');
	background-color: #006699; 
	margin-bottom: 77px;*/
}
table.mastermiddle
{
	width: 100%; 
	height: 275px; 
	background-color: #CCCCCC; 
	border-right-style: solid; 
	border-right-width: thin; 
	border-right-color: #999999; 
	border-left-style: solid; 
	border-left-width: thin; 
	border-left-color: #999999;
}
table.masterfooter
{
	border-top-style: solid; 
	border-top-width: thin; 
	border-top-color: #000000; 
	/*background-color: #006699;*/ 
	background-color: #3D0C02;
	width: 100%;
}
table.masterbottom
{
	width: 100%;
}
div.master
{
	width: 1000px;
	height: 100%;
	position: relative;  
	margin-right: auto; 
	margin-left: auto;
	font-size: medium;
/*	background-image: url(../images/agencyHeaderBg-generic.jpg);*/
    width: 1000px;
    background-repeat: no-repeat;	
}
td.content
{
	height: 475px; 
	vertical-align: top;
}
td.menu
{
	width: 10%;
	border-right-style: solid;
	border-right-width: thin;
	border-right-color: #999999;
	text-align: left;
	vertical-align: top;
}
td.default
{
	text-align: left;
	padding: 5px 2px 5px 2px;
}
/*
H1, H2, H3, H4, H5, TH, THEAD, TFOOT
{
    COLOR: #003366;
}
*/
H1	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	2em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H2	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.75em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H3	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.58em;
	font-weight:	500;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H4	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.33em;
	font-weight:	500;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H5, DT	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
	
H6	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	.8em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
/*	
TFOOT, THEAD	{	
	font-size:	1em;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
	}	
*/		
TH	{	
	vertical-align:	baseline;
	font-size:	1em;
	font-weight:	bold;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
	}	
.PageHeader
{
	padding: 5px;
	border-style: solid;
	border-color: #000000;
	border-width: 1px;
	color: #333300;
	background-color: #E3EAEB;
	font-size: small;
	font-family: Arial;
	font-weight: bold;
	/*background-image: url(../images/agencyHeaderBg-generic.jpg);*/
    width: 100%;
    background-repeat: no-repeat;
}
.ValidationSummary
{
	color: red;
	padding: 5px;
	border-style: solid;
	border-color: #000000;
	border-width: 1px;
	background-color: #E3EAEB;
	font-size: small;
	font-family: Arial;
	font-weight: bold;
}
.NoDisplay
{
    display: none;
}

/*	
A.link	{	
	text-decoration:	none;
	color:	#284E98;
	}	
		
A:visited	{	
	text-decoration:	none;
	color:	#284E98;
	}	
		
A:active	{	
	text-decoration:	none;
	color:	#333399;
	}	

A:hover
{
	text-decoration: none;
	color: #284E98;
}
*/			
SMALL	{	
	font-size:	.7em;
	}	

BIG	{	
	font-size:	1.17em;
	}	

BLOCKQUOTE, PRE	{	
	font-family:	Courier New, monospace;
	}	
	

UL LI	{	
	list-style-type:	square ;
	}	

UL LI LI	{	
	list-style-type:	disc;
	}	

UL LI LI LI	{	
	list-style-type:	circle;
	}	
	
OL LI	{	
	list-style-type:	decimal;
	}	

OL OL LI	{	
	list-style-type:	lower-alpha;
	}	

OL OL OL LI	{	
	list-style-type:	lower-roman;
	}	

IMG {
	margin-top: 5px;
	margin-left: 10px;
	margin-right: 10px;
	}
.label4checkbox
   {
	font-weight: normal;
	font-size: small;
	font-family: Arial;
    display: block;
    }
