body
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #333333;
	line-height: 16px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.normal 
{
    color: black;
    font-style: normal;
}
    
    
td 
{
	font-size: 9pt;
	line-height: 13px;
}

A
{
	color: #006699;
}
A:hover
{
	color: #3399CC;
	text-decoration: none;
}
A.HeaderLink
{
	color: #B5E29F;
	font-weight: bold;
	text-decoration: none;
}
A.HeaderLink:hover
{
	color: #FFFFFF;
	text-decoration: underline;
}
A.LeftLinkListItem
{
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
A.LeftLinkListItem:hover
{
	color: #FFFFFF;
	text-decoration: underline;
}

.cellborder
{
	border: 1px solid #000000;
	clip:   rect(5px 5px 5px 5px);
	left: 5px;
	top: 5px;
	right: 5px;
	bottom: 5px;
	text-align: left;
}
.LeftLinkList
{
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left:0px;
	padding-left:23px;
	list-style-image: url(fw/leftlinklistbullet.gif);
	list-style-type: square;
	font-size: 10px;
	line-height: 10px;
	font-weight: bold;
	color: #FFFFFF;
}

H1
{
	font-size: 20px;
	font-weight: normal;
	color: #006699;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 0px;
	line-height: 25px;
}
H2
{
	font-size: 16px;
	font-weight: bold;
	color: #339900;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 0px;
	line-height: 21px;
}

.mbnav
{
    color: #CCCCFF;
    text-decoration: none;
}
.mbnav:hover
{
    color: #CCCCFF;
    text-decoration: underline;
}

/* Data Web Control Styles */

.DataWebControlStyle
{
    font-size: 90%;
}

.HeaderStyle
{
    background-color: #003399;
    color: #CCCCFF;
    font-weight: bold;
}

.HeaderStyle a, .HeaderStyle a:visited
{
    color: White;
}

.FooterStyle
{
    background-color: #003399;
    color: #CCCCFF;
    text-align: center;
}

.AlternatingRowStyle
{
    background-color: #CCCCFF;
}

.RowStyle
{
}

.SelectedRowStyle
{
    background-color: Yellow;
}

.PagerRowStyle
{
    background-color: #CCCCFF;
    text-align: right;
}

.SortHeaderRowStyle
{
    background-color: #c00;
    text-align: left;
    font-weight: bold;
    color: White;
}

.bordered
{
    border: 1px #000000 inset;
    font-family: Verdana, Arial, Helvetica, sans-serif; 
    font-size: 8pt;
}
.noleft
{
    border-top: 1px solid #000000;
    border-bottom: 1px solid #000000;
    border-right: 1px solid #000000;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 8pt;
}
.noright
{
      border-top: 1px solid #000000;
      border-bottom: 1px solid #000000;
      border-left: 1px solid #000000;
      font-family: Verdana, Arial, Helvetica, sans-serif;
      font-size: 8pt;
}
.noleftright 
{  
    border-top: 1px solid #000000;
    border-bottom: 1px solid #000000;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 8pt;
}
.smallheadline
{
      font-family: Verdana, Arial, Helvetica, sans-serif;
      font-size: 8pt;
}
.normalheadline
{ 
     font-family: Verdana, Arial, Helvetica, sans-serif;
     font-size: 10px;
}
.bigheadline
{
      font-family: Verdana, Arial, Helvetica, sans-serif;
      font-size: 14px;
}
.topborder
{
    border-top: 2px solid #000000;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 8pt;
}
.topleftborder
{
      border-top: 2px solid #000000;
      border-left: 2px solid #000000;
      font-family: Verdana, Arial, Helvetica, sans-serif;
      font-size: 8pt;
}
.leftborder
{  
    border-left: 2px solid #000000;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 8pt;
}
.whitebutton
{
     font-family: Verdana, Arial, Helvetica, sans-serif;
     font-size: 8pt;
     color: #000000;
     font-weight: bold;
     background: #CCCCCC;
}

.buttonsmall
{
    background: url(/images/background_button_small.gif) repeat-x;
    border: none;
    color: #FFFFFF;
    text-decoration: none;
    height: 22px;
    font-weight: normal;
    font-size: 9px;
    padding-bottom: 9px;
    padding-left: 5px;
    padding-right: 5px;
    cursor: pointer;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}
.buttonsmall:hover
{
    background: url(/images/background_button_small-ovr.gif) repeat-x;
    text-decoration: underline;
    color: #CCCCFF;
}

.weatherDropDown
{
    border: solid 1px #a3d869;
    background-color: #fff;
    font-size: 14px;
}

/*Textbox Watermark*/

.unwatermarked {
	height:18px;
	width:148px;
	font-weight:bold;
}

.headerStyle
{
    font-size:14px;
    background-color: #4A3C8C;
    color: #F7F7F7;
}

.watermarked {
	height:20px;
	width:150px;
	padding:2px 0 0 2px;
	border:1px solid #BEBEBE;
	background-color:#F0F8FF;
	color:gray;
}

/*Modal Popup*/
.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.modalPopup {
	background-color:#ffffdd;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width:250px;
}
