* {}
body  
{
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif normal;
	text-align: left; 
	margin: 0;
	padding: 0;
}

td {padding:2px}   /* this will pad all 4 sides */

/* Masterpage Header Styles */

.tblMasterHeader
{
	height: 88px;
	width: 100%;
	background-image: url(../img/map-watermark.png);
	background-position: center;
	background-position:top;
	background-repeat: no-repeat;
}

/* Masterpage Content Styles */
.tblMasterContent
{
	background-color: White;
	width: 80%;
}


/* Masterpage Menu Styles */

.mnuTopDynamicMenuStyle
{
	color: white;
	border: solid 1px #eeeeee;
}

.mnuTopDynamicMenuItemStyle
{
	margin:  2px 0px 2px 0px;
	background-color: Transparent;	
	font-weight:bold;
	font-size:12px;
	text-align:left;
	border: solid 1px Transparent;
	white-space:nowrap;
}

.mnuTopDynamicHoverStyle
{
	margin:  2px 0px 2px 0px;
	background-color: #CCCCCC;
	border: solid 1px #AAAAAA;
	width:99%;
	text-align:left;
	white-space:nowrap;
}


.mnuTopLevelMenuItemStyles
{
 	margin:  2px 0px 2px 0px;
	background-color: Transparent;	
	font-weight:bold;
	font-size:12px;
	color: white;
	text-align:left;
}

.mnuTopLevelSubMenuStyles
{
	background-color: Transparent;
	font-weight:bold;
	font-size:12px;
	text-align:left;
}





/* Fly-Out Menu Styles */
.mnuEmbeddedDynamicMenuStyle
{
	border: solid 1px #AAAAAA;
}

.mnuEmbeddedDynamicMenuItemStyle
{
	
	margin:  2px 0px 2px 0px;
	border: solid 1px Transparent;
	background-color: White;
	font-weight:bold;
	font-size:10px;
	text-align:left;
	white-space:nowrap;
}

.mnuEmbeddedDynamicHoverStyle
{
	margin:  2px 0px 2px 0px;
	border: solid 1px #aaaaaa;
	background-color: #CCCCCC;
	text-align:left;
	font-size:10px;
	white-space:nowrap;
}

.mnuEmbeddedLevelSubMenuStyles
{
	background-color: Transparent;
	font-weight:bold;
	text-align:left;
}





/* Control Styles */

.blue-box
{
	font-size: larger;
	font-family: Verdana;
	font-weight: bold;
	height: 40px;
	text-indent: 5px;
	color:White;
}

.yellow-box
{
	margin-top: 0px;
	height: 10px;
}

.collapsePanelHeader{	
	width:99%;		
	height:10px;
	color: #444;
	background: Silver;
	font-weight:bold;
	padding:5px; 
	cursor: pointer; 
	vertical-align: middle;
	text-decoration:none;
}

.collapsePanel {
	width: 100%;
	height:0px;
	background:#444;
	overflow:hidden;
}

.CalloutExtender
{
}

.CalendarExtender .ajax__calendar_container 
 {
     border:1px solid #646464;
     background-color: #CCCCCC;
     color: black;
    width:200px;
    position:relative; z-index:10000; 
 }

 .CalendarExtender .ajax__calendar_body 
 {
    width:200px;
     height:150px;
 }

.Label_Normal
{
	vertical-align: middle;
	color:#333;
}

.Label_Required
{
	vertical-align: middle;
	color:#333;
	font-weight:bold;
}

 .Label_NormalBold
{
	font-weight: bold;
}

.Label_Normal_Black
{
	vertical-align: middle;
	color:#000;
}

 .Label_MediumBold
{
	font-size:15px;
	font-weight: bold;
}

.Label_LargeBold
{
	font-size:large;
	font-weight: bold;
}

.Label_Note
{
	border: thin solid #000000; 
	background-color: #FEFFB7;
	font-size: 12px;
	color: #000;
}

.Input_Normal
{	
	height: 21px;
	color: #333;
}

.Input_Small
{	
	height: 18px;
	color: #333;
	font-size:10px;
}


.Input_50
{
	height: 21;
	width: 50px;
	color: #333;
}

.Input_100
{
	height: 21;
	width: 100px;
	color: #333;
}

.Input_125
{
	height: 21;
	width: 125px;
	color: #333;
}

.Input_150
{
	height: 21;
	width: 150px;
	color: #333;
}

.Input_200
{
	height: 21;
	width: 200px;
	color: #333;
}

.Input_250
{
	height: 21;
	width: 250px;
	color: #333;
}

.Input_250_Disabled
{
	height: 21;
	width: 250px;
	color: #333;
	background-color: #DDDDDD;
}

.Input_300
{
	height: 21;
	width: 300px;
	color: #333;
}

.Input_300_Disabled
{
	height: 21;
	width: 300px;
	color: #333;
	background-color: #DDDDDD;
}

.Input_400
{
	height: 21;
	width: 400px;
	color: #333;
}

.Input_500
{
	height: 21;
	width: 500px;
	color: #333;
}

.Input_MultiLine
{
	height: 86px;
	width: 100%;
	color: #333;
}

.Button_Normal
{
	height: 21;
	width: 80px;
	margin: 5px 5px 5px 5px;
	vertical-align:middle;
	font-size:11px;
}

.Button_100
{
	height: 21;
	width: 100px;
	margin: 5px 5px 5px 5px;
	vertical-align:middle;
	font-size:11px;
}

.Button_150
{
	width: 150px;
	vertical-align:middle;
	font-size:11px;
    height: 22px;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 5px;
}

.Button_200
{
	height: 21;
	width: 200px;
	margin: 5px 5px 5px 5px;
	vertical-align:middle;
	font-size:11px;
}

.DataGrid_Normal
{
	color: #333;
	width:100%;
}


.DataGrid_Normal_HeaderStyle
{
	font-weight:bold;
}

.DataGrid_Normal_FooterStyle
{
	background-color: #99CCCC;
	color: #003399;
}

.DataGrid_Normal_ItemStyle
{
	background-color: White;
}

.DataGrid_Normal_ItemStyle TD
{
	padding: 5px 5px 5px 5px;
}

.DataGrid_Normal_ItemStyle TR:Hover
{
	padding: 5px 5px 5px 5px;
	background-color: #CCCCCC;
}

.DataGrid_Normal_AlternatingItemStyle
{
	background-color: #DCDCDC;
}

.DataGrid_Normal_AlternatingItemStyle TD
{
	padding: 5px 5px 5px 5px;
}

.DataGrid_Normal_PagerStyle
{
	background-color: white;
	color: #003399;
}

.DataGrid_Normal_PagerStyle A
{
	color: #003399;
}

.DataGrid_Normal_PagerStyle A:Visited
{
	color: #003399;
}

.DataGrid_Normal_PagerStyle TD
{
	padding: 5px 5px 5px 5px;
}

.DataGrid_Normal A
{
	 color: blue;
}

.DataGrid_Normal A:Visited
{
	 color: Purple;
}

	
	
.Div_100Percent_Gray
{
	border:solid 1px transparent;
	margin-top:5px;
	width: 100%;
	background-color: #C3C3C3;
	height: 13px;
	color:#444;
	margin-left: 1px;
	padding-right: 7px;
	font-weight:bold;
}


.modalBackground
{
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity: 0.7;
}
	        
	         
.accordionHeader
{
    border: 1px solid #2F4F4F;
    color: white;
    background: Silver;
    padding: 5px 5px 5px 5px;
    cursor: pointer;
}

.accordionContent
{
    background: White;
    border: none 1px #2F4F4F;
    border-top: none;
    padding: 0px 0px 0px 0px;
    padding-top: 10px;
}

/*
.accordionContent
{
    background: White;
    border: 1px dashed #2F4F4F;
    border-top: none;
    padding: 0px 0px 0px 0px;
    padding-top: 10px;
}
*/

.accordionLink
{
    color:#444; font-weight:bold; text-decoration:none;
}

.CalendarSpecialDay {background-color:#DDD;}


        .itemTemplate
        {
            width: 198px;
            height: 56px;
            margin-top: 4px;
            margin-bottom: 4px;
            cursor: pointer;
        }
        .backElement
        {
            background-image: url('IMAGES/main_back.jpg');
            width: 569px;
            height: 242px;
            margin-left: auto;
            margin-right: auto;
        }
        .titleText
        {
            width: 314px;
            float: right;
            margin-right: 30px;
            padding-top: 10px;
        }
        .rotator
        {
            margin-left: 1px;
            margin-top: 1px;
            width: 198px;
            height: 350px;
        }
        .dateTime
        {
            width: 100px;
            height: 56px;
            float: left;
        }
        .title
        {
            width: 198px;
            margin-top: 1px;
            float: left;
        }
        .date
        {
            margin-top: 10px;
            color: White;
            float: right;
        }
        .time
        {
            margin-top: 5px;
            text-align: right;
            font-size: 20px;
        }

.DataGrid_NormalX
{
	color: #333;
	width:100%;
}


.DataGrid_NormalX_HeaderStyle
{
	font-weight:bold;
}

.DataGrid_NormalX_FooterStyle
{
	background-color: #99CCCC;
	color: #003399;
}

.DataGrid_NormalX_ItemStyle
{
	background-color: #DCDCDC;
}

.DataGrid_NormalX_ItemStyle TD
{
	padding: 5px 5px 5px 5px;
}

.DataGrid_NormalX_ItemStyle TR:Hover
{
	padding: 5px 5px 5px 5px;
	background-color: #CCCCCC;
}

.DataGrid_NormalX_AlternatingItemStyle
{
	background-color: White;
}

.DataGrid_NormalX_AlternatingItemStyle TD
{
	padding: 5px 5px 5px 5px;
}

.DataGrid_NormalX_PagerStyle
{
	background-color: white;
	color: #003399;
}

.DataGrid_NormalX_PagerStyle A
{
	color: #003399;
}

.DataGrid_NormalX_PagerStyle A:Visited
{
	color: #003399;
}

.DataGrid_NormalX_PagerStyle TD
{
	padding: 5px 5px 5px 5px;
}

.DataGrid_NormalX A
{
	 color: blue;
}

.DataGrid_NormalX A:Visited
{
	 color: Purple;
}


.invalid-message {
	color: #B00;
	font-size: 24px;
	width: 100%;
	text-align: center;
	display: block;
	margin-bottom: 10px;

}

.error-page-button {
	height: 36px;
	padding: 0.5rem 1rem;
	background: #004080;
	color: #fff;
	border: none;
	border-radius: 8px;
	font-size:14px;
}

