.contentTextPadding
{
    PADDING-RIGHT: 16px;
    PADDING-LEFT: 16px;
    TEXT-ALIGN: left
}
.contentFormPadding
{
    MARGIN-LEFT: 6px;
    WIDTH: 740px;
    MARGIN-RIGHT: 6px;
    TEXT-ALIGN: left
}
.contentBulletPadding
{
    MARGIN-LEFT: 20px
}
.clsRequired
{
	padding-left:6px;
    COLOR: red
}
.clsShow
{
    VISIBILITY: visible
}
.clsHide
{
    DISPLAY: none;
    VISIBILITY: hidden;
    OVERFLOW: hidden
}
DIV#divCalendar
{
    BORDER-BOTTOM: 2px outset;
    BORDER-LEFT: 2px outset;
    BORDER-RIGHT: 2px outset;
    BORDER-TOP: 2px outset;
    HEIGHT: auto;
    POSITION: absolute;
    WIDTH: auto
}
DIV#divCalendar TABLE
{
    COLOR: #000082;
    FONT: 80% Arial
}
DIV#divCalendar TABLE TH.clsMonth
{
    BACKGROUND-COLOR: #000066;
    COLOR: white;
    FONT-WEIGHT: bold
}
DIV#divCalendar TABLE TH.clsDay
{
    BACKGROUND-COLOR: gray;
    COLOR: white;
    FONT-WEIGHT: bold
}
DIV#divCalendar TABLE TD
{
    BACKGROUND-COLOR: #e4e4e4;
    TEXT-ALIGN: center
}
IMG.clsShowCalendar
{

    BEHAVIOR: url(/eClaims/includes/controls/calendar.htc);
    CURSOR: hand
}
.clsTableFrame
{
    BORDER-RIGHT: #DDEBB9 1px solid;
    BORDER-TOP: #DDEBB9 1px solid;
    BORDER-LEFT: #DDEBB9 1px solid;
    BORDER-BOTTOM: #DDEBB9 1px solid
}

.bgRequired {
	background-color: #FFFFE0;
}

.btnGIS {
	background-repeat: no-repeat;
	background-position: right center;
	text-align: middle;
	padding-right: 1px;
	padding-left: 1px;
	border: 1px solid #B3B3B3;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	color: #0076CC;
	height: 17px;
	padding-top: 0px;
	padding-bottom: 0px;
	vertical-align: middle;
	filter:progid:DXImageTransform.Microsoft.Gradient
      (GradientType=0,StartColorStr='#ffffffff',EndColorStr='#ffcccccc');
}

.btnAction {
	background-color: #FFFFFF;
	border: 0px;
	padding-left: 4px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: normal;
	color: #0076cc;
	text-align: left;
	text-decoration: none;
	cursor: hand;
}

.btnPolicy {
	background-image: url(/nwimages/nav_btnArrow.gif);
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: right center;
	padding-left: 3px;
	text-align: left;
	border: 1px solid #B3B3B3;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	color: #000000;
	height: 17px;
	width: 170px;
	vertical-align: top;
}

.btnBRDI {
	background-image: url();
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: right center;
	padding-left: 3px;
	text-align: left;
	border: 1px solid #B3B3B3;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	color: #000000;
	height: 17px;
	width: 120px;
	vertical-align: top;
}

.clsProvidence
{
    COLOR: royalblue
}

.paulCalendarDiv {
	position: absolute;
	display: none;
	background-image:url(/eclaims/nwimages/calendarTop.gif);
	background-repeat:no-repeat;
	background-position: top;   
	font-family: Arial, Verdana, Helvetica, sans-serif;
	line-height:15px;
	padding:6px 9px 2px 9px;  
	font-size: 10px;
	height:150px;
	width:127px;
}

.paulCalendarTable {
	border-collapse: collapse;
	font-size: 10px;
}

.paulCalendarTable th {  
	cursor: default;
	text-align: center;
	text-transform: capitalize;
	font-weight:bold;  
	font-size:9px;
	padding:2px 3px 2px 3px;
	color: #666;  
}

.paulCalendarTable th.BF {
	cursor: pointer; color:#CC6633; font-size:10px; font-weight:bold;
}

.paulCalendarTable td {
	vertical-align:middle;
}


.paulCalendarTable td.day {
	color: #777777;
	text-align: center;
	cursor: pointer;
	padding:3px 2px 1px 1px;
}

.paulCalendarTable td.daySelected {
	background-color: #669933;
	text-align: center;
	font-weight: bold;
	color: white;
	cursor: pointer;
	padding:3px 5px 1px 5px; 
}

