﻿@media print{
    .noPrint
    {
	    display: none;
    }
}

html, body
{
    padding: 0px;
    background-color: white;
    font-family: Verdana;
    font-size: 11px;
    margin: 0px 10px 10px 10px;
    height: 100%;
    color: #000066;
    
    /*
    scrollbar-3dlight-color : #999999;
	scrollbar-arrow-color : #999999;
	scrollbar-base-color : #666666;
	scrollbar-darkshadow-color : Black;
	scrollbar-face-color : #666666;
	scrollbar-highlight-color : #999999;
	scrollbar-shadow-color : #999999;
	scrollbar-track-color : #8B8B8B;
	*/
	/*
	scrollbar-3dlight-color : #083f99;
	scrollbar-arrow-color : #FFFFFF;
	scrollbar-base-color : #5583d3;
	scrollbar-darkshadow-color : 3768bc;
	scrollbar-face-color : #5583d3;
	scrollbar-highlight-color : #083f99;
	scrollbar-shadow-color : #3768be;
	scrollbar-track-color : #EFEFEF;
*/
}


.TableMaster
{
    background-position: center center;
    width: 900px;
  /*  background-image: url(../Images/EsicMount_background.jpg);
    background-repeat: no-repeat; */
    
}
.TableMasterWithBacground
{
    background-position: center center;
    background-image: url(../Images/MountainTopBlue.gif);
    background-repeat: no-repeat;
    background-color: #E7ECF2;
}
 .TableWithBorder
{
	font-family: Verdana;
	color: #00025C;
	font-size: 11px;
	border-collapse: collapse;
	border-right: silver 1px solid;
	border-top: silver 1px solid;
	border-left: silver 1px solid;
	border-bottom: silver 1px solid;
}
.TextWithBottomBorder
{
	padding: 8px;
	background-color: #F6F6F6;
	border-bottom: silver 1px solid;
}
.transparent50
{
    filter: alpha(opacity=30);
    -moz-opacity: 0.3;
    -khtml-opacity: 0.3;
    opacity: 0.3;
    background-color: #FFFFFF;
   
}

.HR_dots
{
    border-bottom: #000066 1px dotted;
    padding-bottom: 5px;
    padding-top: 5px;
    border-style: none none dashed none;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-width: 1px;
}
.HeaderInsured
{
    padding-bottom: 5px;
    padding-left: 5px;
    display: block;
    font-size: 12px;
}

 .PopupItem
{
    border: 1px solid #000000;
    visibility: hidden;
    background-color: #F0F1FF;
    font-size: 9px;
    font-family: Arial;
    text-align: left;
    vertical-align: top;
    padding-right: 0px;
    padding-left: 10px;
    width: 150px;
    height: 200px;
    margin-top: 15px;
    margin-left: 10px;
   
}
.PopupItemEmpty
{

}
.PopupX
{
    font-family: Arial;
    font-size: 11px;
    cursor: pointer;
    padding-right: 5px;
}

.InfoTitle
{
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
}

.H1
{
	font-family: Verdana;
    font-size: 18px;
    font-weight: bold;
}

.H2
{
	font-family: Verdana;
    font-size: 16px;
    font-weight: bold;
}

.H3
{
	font-family: Verdana;
   font-size: 14px;
    font-weight: bold;
}

.H4
{
	font-family: Verdana;
    font-size: 12px;
    font-weight: bold;
}

.H5
{
	font-family: Verdana;
   font-size: 11px;
    font-weight: bold;
}

.H6
{
	font-family: Verdana;
    font-size: 10px;
    font-weight: bold;
}

.H7
{
   font-family: Verdana;
   font-size: 9px;
   font-weight: bold;
}

.H8
{
	font-family: Arial Black;
    font-size: 20px;
    font-weight: bold;
}


.TipImage
{
    margin-left: 10px;
}

#CopyRight
{
    font-size: 10px;
    display: block;
    text-align: center;
}
.MyCalendar .ajax__calendar_container
{
	border: 1px solid #646464;
	background-color: #FFFFFF;
	color: #000066;
}
.MyCalendar .ajax__calendar_other .ajax__calendar_day, .MyCalendar .ajax__calendar_other .ajax__calendar_year
{
	color: #808080;
}
.MyCalendar .ajax__calendar_hover .ajax__calendar_day
{
	background-color: #FFFFCC;
}
.MyCalendar .ajax__calendar_hover .ajax__calendar_month,
.MyCalendar .ajax__calendar_hover .ajax__calendar_year {
    color: black;
}
.MyCalendar .ajax__calendar_active .ajax__calendar_day
{
	background-color: #CCFFCC;
}
.MyCalendar .ajax__calendar_active .ajax__calendar_month,
.MyCalendar .ajax__calendar_active .ajax__calendar_year {
    color: black;
    font-weight:bold;
}


.textNT
{
 filter: alpha(opacity=0);
    -moz-opacity: 0.0;
    -khtml-opacity: 0.0;
    opacity: 0.0;
}


div.transbox
{
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    border: 1px solid #3366CC; /* for IE */
    filter: alpha(opacity=80); /* CSS3 standard */
    opacity: 0.8;
}
 div.transbox p
{
    font-weight: bold;
    color: #000066;
}

.ViewTable
{
    margin: 20px 10px 20px 10px;
    min-height: 200px;
    width: 100%;
}


.Error
{
    color: #FF0000;
}
.Confirmation
{
    color: #006600;
}

.ddl_Large
{
    width: 300px;
}

.ddl_medium
{
    width: 200px;
}

.ddl_small
{
    width: 150px;
}

.Disabled
{
}

 .UpdateProgress
{
	position: absolute;
	z-index: 10;
	left: expression((this.offsetParent.clientWidth/2)-(this.clientWidth/2)+this.offsetParent.scrollLeft);
	top: expression((this.offsetParent.clientHeight/2)-(this.clientHeight/2)+this.offsetParent.scrollTop);
	background-color: #FFFFFF;
	border: solid 1px black;
	text-align: center;
	vertical-align: middle;
}

.UpdateProgressTable
{
	width: 300px;
	height: 200px;	
}
.TextJustified
{
    text-align: justify;
    padding: 5px;
}

.HtmlButton
{
    font-weight: bold;
    font-size: 9pt;
    color: #FFFFFF;
    background-color: #003399;
    border-right: darkgray 1px solid;
    border-top: darkgray 1px solid;
    border-left: darkgray 1px solid;
    border-bottom: darkgray 1px solid;
    background-image: url(../Images/BlueDarkGrad2.gif);
    border-color: #0099FF;
    font-family: Arial, Helvetica, sans-serif;
}