html { overflow-x: auto; } 

BODY {
    font-family: Arial, Verdana, Sans-Serif; 
    font-size : 12px; 
    color : #000000; 
    background-color : #ffffff; 
    margin : 0; 
} 

BR {
    font-size : 5px; 
    margin : 0; 
}

/********** LINKS ****************/

A:link {
    COLOR: #0000cc;
    font-size : 12px; 
    font-family: Arial, Verdana, Sans-Serif;
    text-decoration: none;
}

A:visited {
    COLOR: #0000cc;
    font-size : 12px; 
    font-family: Arial, Verdana, Sans-Serif;
    text-decoration: none;
}

A:hover {
    COLOR: #F56655;
    font-size : 12px; 
    font-family: Arial, Verdana, Sans-Serif;
    text-decoration: underline;
}

A:active {
    COLOR: #0000cc;
    font-size : 12px; 
    font-family: Arial, Verdana, Sans-Serif;
    text-decoration: none;
}

/********** LISTS ****************/ 

li.category_li {
    list-style: none;
    /*margin: 0px 0px 0px 0px;*/
    /*list-style-image: url('./images/point.gif');*/ 
    /* background: url('./images/point.gif') no-repeat 0 12px; */
    /*padding: 2px 2px 2px 20px;*/
    /*padding: 10px 2px 2px 16px;*/
    /*display:block;*/
    /*display:list-item;*/
    
    list-style-image: url('./images/point.gif'); 
    padding: 0px 0px 0px 0px; 
 
}

ul.category_ul {
    /*list-style-image: url('./images/point.gif');*/
    /*padding: 0px;
    margin: 0px 0px 0px 0px;*/
    /*margin: 2px 2px 2px 20px;*/
    /*padding: 2px 2px 2px 20px;*/
    margin-left: 20px; /* width for bullet.gif */ 
    padding-left: 0; 
}

li.sitemap_li {
}

ul.sitemap_ul {
    margin-left: 10px;
    padding-left: 1.0em;
    padding-top: 0.2em;
    list-style-image: url('./images/point.gif')
}

/* Status line row/font style */

.status_line {
    background-color:#dadfa2;
    color:#F56655;
    font-size: 12px;
    font-family: Arial, Verdana, Sans-Serif;
}
 
a.status_line:link {
    color: #F56655;
    font-size : 12px; 
    font-family: Arial, Verdana, Sans-Serif;
    text-decoration: none;
}

a.status_line:visited {
    color: #F56655;
    font-size : 12px; 
    font-family: Arial, Verdana, Sans-Serif;
    text-decoration: none;
}

a.status_line:hover {
    color: #F56655;
    font-size : 12px; 
    font-family: Arial, Verdana, Sans-Serif;
    text-decoration: none;
}

/* Company listings styles */

.company_default {
    font-family: Arial, Verdana, Sans-Serif;
    font-size: 12px;
	text-decoration : underline; 
    font-weight: bold;
	color: black;
}

.company4 {
    font-family: Arial, Verdana, Sans-Serif;
    font-size: 12px;
	text-decoration : none; 
    font-weight: bold;
	color: blue;
}

.company3 {
    font-family: Arial, Verdana, Sans-Serif;
    font-size: 12px;
	text-decoration : none;
    font-weight: bold; 
	color: blue;
}


.company2 {
    font-family: Arial, Verdana, Sans-Serif;
    font-size: 12px;
	text-decoration : none;
    font-weight: bold;
	color: blue;
}

.company1 {
    font-family: Arial, Verdana, Sans-Serif;
    font-size: 12px;
	text-decoration : underline; 
    font-weight: bold;
	color: blue;
}

.listing_hot {
    color: red;
    font-size: 9px;
}

.listing_new_updated {
    color: green;
    font-size: 9px;
}

.listing_marked {
    color:#5678A2;
    font-size: 9px;
}

/******* BOXES ***********/ 

div.greybox {
    background-color: #F7F7F9; 
    border-width: 1px; 
    border-color: #D6D5D6;
    border-style: solid; 
    padding: 4px 4px 4px 4px;
    -moz-border-radius: 4px;
}

div.whitebox {
    background-color: #FFFFFF; 
    border-width: 1px; 
    border-color: #D6D5D6;
    border-style: solid; 
    padding: 4px 4px 4px 4px;
    -moz-border-radius: 4px;
}


/******** TABLE STYLES ************/

table.list {
    border: 1px #F7F7F7 solid;
    border-collapse: collapse;
    border-spacing: 0px;
    margin: 0px 0px 0px 0px;
    border: 1px 1px 1px 1px;
    padding: 2px 2px 2px 2px;
}

td.table_header {
    border: 1px #FFFFFF solid;
    background-color: #DEDFDE;
    padding: 4px 4px 4px 4px;
    margin: 0px 0px 0px 0px;
    font-weight: bold;
    font-family: Arial, Verdana, Sans-Serif;
    font-size: 11px;
    color: #515151;
}
 
td.table_rows {
    background-color:#F1F1F1;
    color:#666666
}

td.table_row_highlight {
    font-weight: bold;
    border: 1px #FFFFFF solid;
    background-color: #fcff9f;
    padding: 4px 4px 4px 4px;
    margin: 0px 0px 0px 0px;
}

td.altrow1 {
    border: 1px #FFFFFF solid;
    background-color: #EFEFEF;
    padding: 4px 4px 4px 4px;
    margin: 0px 0px 0px 0px;
}

td.altrow2 {
    border: 1px #FFFFFF solid;
    background-color: #F6F6F6;
    padding: 4px 4px 4px 4px;
    margin: 0px 0px 0px 0px;
}

table.bodyborder {
    border-bottom : 0px;
    border-left : 0px;
    border-right : 0px;
    border-top : 0px;
}

td.border {
    border-bottom : 1px solid #c2c78f;
    border-left : 1px solid #c2c78f;
    border-right : 1px solid #c2c78f;
    border-top : 1px solid #c2c78f;
}

td.border2 {
    background-image: url(images/cell-background.gif);
    BACKGROUND-REPEAT: repeat-x;
    border-left : 1px solid #DADADA;
    border-right : 1px solid #DADADA;
    border-top : 1px solid #DADADA;
    padding : 5;
}
td.border3 {
    background-color: #dadfa2; /*********Was #003300 ***/
    BACKGROUND-REPEAT: repeat-x;
    border-left : 1px solid #dadfa2;
    border-right : 1px solid #dadfa2;
    border-top : 1px solid #dadfa2;
    border-top : 1px solid #c2c78f;
    padding : 5;
}

/********** FORMS STYLES ************************/
form {
    border-width : 0; 
    padding : 0; 
    margin : 0; 
    display:inline;
} 

INPUT.button { 
    font-family: Arial, Verdana, Sans-Serif; 
    font-size : 12px; 
    color : #000000;
    border: 1px solid #C0C0C0;
    background-color:#E9E9E9; 
}

.textarea_default {
    width: 300;
    height: 100;
    border: 1px solid #C0C0C0;
    padding: 1px 3px 1px 3px;
    background-color : #FFFFFF; 
    font-family: Arial, Verdana, Sans-Serif; 
    font-size : 12px; 
    color : #000000;
}

.textarea_tall {
    width: 300;
    height: 300;
    border: 1px solid #C0C0C0;
    padding: 1px 3px 1px 3px;
    background-color : #FFFFFF; 
    font-family: Arial, Verdana, Sans-Serif; 
    font-size : 12px; 
    color : #000000;
}

.input_default {
    width: 250;
    background-color : #FFFFFF; 
    font-family: Arial, Verdana, Sans-Serif; 
    font-size : 12px; 
    color : #000000;
    border: 1px solid #C0C0C0;
    padding: 1px 3px 1px 3px;
}

.input_seamless {
    width: 300;
    background-color : #FFFFFF; 
    font-family: Arial, Verdana, Sans-Serif; 
    font-size : 12px; 
    color : #000000;
    border: 0px;
    padding: 1px 3px 1px 3px;
}

.input_small {
    width: 150;
    background-color : #FFFFFF; 
    font-family: Arial, Verdana, Sans-Serif;
    font-size : 12px; 
    color : #000000;
    border: 1px solid #C0C0C0;
    padding: 1px 3px 1px 3px;
}

.input_small2 {
    width: 60;
    background-color : #FFFFFF; 
    font-family: Arial, Verdana, Sans-Serif;
    font-size : 12px; 
    color : #000000;
    border: 1px solid #C0C0C0;
    padding: 1px 3px 1px 3px;
}

.input_small3 {
    width: 40;
    background-color : #FFFFFF; 
    font-family: Arial, Verdana, Sans-Serif; 
    font-size : 12px; 
    color : #000000;
    border: 1px solid #C0C0C0;
    padding: 1px 3px 1px 3px;
}

.input_multiple {
    width: 300;
    height: 200;
    background-color : #FFFFFF; 
    font-family: Verdana, Arial, Sans-Serif; 
    font-size : 12px; 
    color : #000000;
    border: 1px solid #C0C0C0;
    padding: 1px 3px 1px 3px;
}


radio { BORDER-STYLE: none; }

checkbox { BORDER-STYLE: none; }

INPUT , SELECT {
    background-color : #FFFFFF; 
    font-family : tahoma, verdana, arial, helvetica; 
    font-size : 12px; 
    color : #000000;
} 

TEXTAREA {
    background-color : #FFFFFF; 
    color : #000000; 
    font-family : tahoma, verdana, arial, helvetica; 
    font-size : 12px; 
} 

.required_star {
    font-size: 12px;
    color:#ff0000;
}

/********** TEXT STYLES *************************/
span.text_header {
/**********    color: #FFFFFF;
    font-size: 12px;
    font-weight: bold;
	text-decoration : underline;
    font-family: Verdana, Arial, Sans-Serif;
}
*/
    color: #0000cc;
    font-size: 12px;
    font-weight: none;
    font-family: Arial, Verdana, Sans-Serif;
}
span.text_no_link_header {
 /*   color: #FFFFFF;
    font-size: 12px;
    font-weight: bold;
    font-family: Verdana, Arial, Sans-Serif;
} */
    color: #575F00;
    font-size: 12px;
    font-weight: bold;
    font-family: Arial, Verdana, Sans-Serif;
}

span.text_green {
    color: #575F00;
    font-size: 12px;
    font-weight: bold;
    font-family: Arial, Verdana, Sans-Serif;
}

span.contentsubtitle {
    color: #000000;
    font-size: 12px;
    font-weight: bold;
    font-family: Arial, Verdana, Sans-Serif;
}


span.text {
    color: #000000; /* was #525163 */
    font-size: 14px;
    font-family: Arial, Verdana, Sans-Serif;
}

span.text_desc {
    color: #000000; /* was #525163 */
    font-size: 14px;
    font-family: Arial, Verdana, Sans-Serif;
}


span.text_black {
    color: #000000;
    font-size: 12px;
    font-family: Arial, Verdana, Sans-Serif;
}

span.text_bold {
    color: #000000;
    font-weight: bold;
    font-size: 12px;
    font-family: Arial, Verdana, Sans-Serif;
}

span.text_soft {
    color: #959598;
    font-size: 12px;
    font-family: Arial, Verdana, Sans-Serif;
}

span.text_soft_bold {
    color: #959598;
    font-weight: bold;
    font-size: 12px;
    font-family: Arial, Verdana, Sans-Serif;
}

span.text_large_bold {
    font-size: 14px;
    font-weight: bold;
    text-decoration : none;
    font-family: Arial, Verdana, Sans-Serif; 
}

span.text_community_name {
    font-size: 18px;
    font-weight: BOLD;
    text-decoration : underline;
    font-family: Arial, Verdana, Sans-Serif; 
}

span.text_small_no_underline {
    font-size: 11px;
    text-decoration : none;
    font-family: Verdana, Arial, Sans-Serif; 
}

span.text_small {
    font-size: 11px;
    text-decoration : underline;
    font-family: Verdana, Arial, Sans-Serif; 
}

span.text_large_bold_grey {
    font-family: Arial, Verdana, Sans-Serif;
    font-size: 14px;
    font-weight: bold;
    text-decoration : none; 
    color: 888888;
}

span.text_small_grey {
    font-family: Arial, Verdana, Sans-Serif;
    font-size: 11px;
    text-decoration : none; 
    color: #000000; /*****Was 888888*****/
}

span.error {
    font-weight: bold;
    color:#ff0000;
    font-size: 12px;
    font-family: Arial, Verdana, Sans-Serif;
}

span.success {
    font-weight: bold;
    color:#006600;
    font-size: 12px;
    font-family: Arial, Verdana, Sans-Serif;
}


div.response_error {
    background-color: #ffeaea; 
    border-width: 1px; 
    border-color: #e82a2a;
    border-style: solid; 
    padding: 2px 2px 2px 2px;
    -moz-border-radius: 4px;
}

div.response_success {
    background-color: #eaffea; 
    border-width: 1px; 
    border-color: #4dda2c;
    border-style: solid; 
    padding: 2px 2px 2px 2px;
    -moz-border-radius: 4px;
}

/********** COMPARE CHART STYLES ****************/

.YES { 
    font-family: Arial, Verdana, Sans-Serif; 
    font-size: 12px; 
    font-weight: bold; 
    color: #006600
} 
.NO { 
    font-family: Arial, Verdana, Sans-Serif; 
    font-size: 12px; 
    font-weight: bold; 
    color: #FF0000
}















		/*this is the css for the vertical version*/
		.vertical ul{
			margin: 0;
			list-style-type: none;
			padding: 0px;
			border-top: 0px solid;
			width: 204px;
		}
		.vertical li a{
			display: block;
			width: 200px;
			text-decoration: none;
			height: 1.2em;
			padding: .1em 1px;
			border: 0px solid;
			border-top: 0px;
		}
		.vertical li{
			/*Needed for IE. Don't ask me why, It was a lucky guess.*/
			display: inline;
		}
		.vertical li ul{
			position: absolute;
			margin-top: -1.3em;
			margin-left: 200px;
		}
		/*this is the css for the horizontal version*/
		.horizontal ul{
			list-style-type: none;
			padding: 0px;
			border-left: 1px solid;
			display: block;
			height: 1.4em;
		}
		.horizontal li{
			float: left;
			display: inline;
		}
		.horizontal li a{
			text-decoration: none;
			height: 1.2em;
			float: left;
			display: block;
			width: 125px;
			padding: .1em 1px;
			border: 1px solid;
			border-left: none;
		}
		.horizontal li li a{
			border-top: none;
			border-left: 1px solid;
		}
		.horizontal li ul{
			position: absolute; 
			margin-top: 1.3em;
			margin-left: -1px;
			width: 129px;
			border: none;
			display: block;
			height: auto;
			border-top: 1px solid;
		}
		.horizontal li li ul{
			position: absolute;
			margin-top: .1em;
			margin-left: 125px;
		}
		.horizontal li ul li a{
		width: 125px;
		}
		/*This section makes the menu not work in non-javascript enabled browsers by not showing the menu by default-This can be worked around by making top level links point to a sitemap*/
		/*Not sure if I recommend this or not*/
		.inaccesible li ul{
			display: none;
		}
		/*Arrow code - looks like <a class="haschild" href="#">Text <span>Arrow</span></a> can be turned on/off with arrow class*/
		.arrow a span{
		padding-left: 1em;
		font-size: 85%;  
		}
		.arrow a:hover span{
		padding-left: 2em;
		}
		.arrow a span.noshow{
			visibility: hidden;
		}
		/*Plus code*/
		.plus a span{
			padding-left: .5em;
		}
		/*colors for menu*/
		.blackwhite li a{
			background-color: white;
			color: black;
			border-color: black;
		}
		.blackwhite li a:hover{
			background-color: black;
			color: white;
			border-color: black;
		}
		.blackwhite ul{
			border-color: black;
		}
		.bluewhite li a{
			background-color: white;
			color: #000033;
			border-color: #000033;
		}
		.bluewhite li a:hover{
			background-color: #000033;
			color: white;
			border-color: #000033;
		}
		.bluewhite ul{
			border-color: #000033;
		}
		
		
		
		
		
		
		/* GOV CSS*/
		
		.normalNetscape
{
    FONT-SIZE: 10pt;
    FONT-FAMILY: Arial, Verdana, Helvetica, sans-serif
}
TABLE.oopctabledata
{
    BORDER-RIGHT: black thin double;
    BORDER-TOP: black thin double;
    BORDER-LEFT: black thin double;
    BORDER-BOTTOM: black thin double;
    BACKGROUND-COLOR: #ffffff
}
TD.oopborder
{
    BORDER-RIGHT: black 1px solid;
    BORDER-TOP: black 1px solid;
    BORDER-LEFT: black 1px solid;
    BORDER-BOTTOM: black 1px solid;
    BACKGROUND-COLOR: #ffffcc
}
TD.oopcborder
{
    BORDER-RIGHT: black 1px solid;
    BORDER-TOP: black 1px solid;
    BORDER-LEFT: black 1px solid;
    BORDER-BOTTOM: black 1px solid
}
TD.oopcHeader
{
    BORDER-RIGHT: black 1px solid;
    BORDER-TOP: black 1px solid;
    FONT-WEIGHT: 600;
    BORDER-LEFT: black 1px solid;
    COLOR: black;
    BORDER-BOTTOM: black 1px solid;
    FONT-FAMILY: Arial, Verdana, Helvetica, sans-serif;
    BACKGROUND-COLOR: #cccccc
}
TH.oopcHeader
{
    BORDER-RIGHT: black 1px solid;
    BORDER-TOP: black 1px solid;
    FONT-WEIGHT: 600;
    BORDER-LEFT: black 1px solid;
    COLOR: black;
    BORDER-BOTTOM: black 1px solid;
    FONT-FAMILY: Arial, Verdana, Helvetica, sans-serif;
    BACKGROUND-COLOR: #cccccc
}
TD.oopcSubHeader
{
    BORDER-RIGHT: black 1px solid;
    BORDER-TOP: black 1px solid;
    FONT-WEIGHT: normal;
    BORDER-LEFT: black 1px solid;
    COLOR: black;
    BORDER-BOTTOM: black 1px solid;
    FONT-FAMILY: Arial, Verdana, Helvetica, sans-serif;
    BACKGROUND-COLOR: #cccccc
}
TH.oopcSubHeader
{
    BORDER-RIGHT: black 1px solid;
    BORDER-TOP: black 1px solid;
    FONT-WEIGHT: normal;
    BORDER-LEFT: black 1px solid;
    COLOR: black;
    BORDER-BOTTOM: black 1px solid;
    FONT-FAMILY: Arial, Verdana, Helvetica, sans-serif;
    BACKGROUND-COLOR: #cccccc
}
UL UL LI
{
    FONT-SIZE: 10pt;
    FONT-FAMILY: Arial, Verdana, Helvetica, sans-serif
    LIST-STYLE-TYPE: circle
}
UL
{
    FONT-SIZE: 10pt;
    FONT-FAMILY: Arial, Verdana, Helvetica, sans-serif
    LIST-STYLE-TYPE: circle
}
TABLE.SearchBox
{
    BORDER-LEFT-COLOR: white;
    BORDER-BOTTOM-COLOR: white;
    BORDER-TOP-COLOR: white;
    BACKGROUND-COLOR: #ffffcc;
    BORDER-RIGHT-COLOR: white
}
P.SearchStep
{
    FONT-WEIGHT: normal;
    FONT-SIZE: 11.5pt;
    COLOR: #660000;
    FONT-FAMILY: Arial, Verdana, Helvetica, sans-serif
}
SPAN.SearchOption
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 10pt;
    FONT-FAMILY: Arial, Verdana, Helvetica, sans-serif
}
SPAN.SearchResultCount
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 10pt;
    FONT-FAMILY: Arial, Verdana, Helvetica, sans-serif
}
SPAN.SearchGeography
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 10pt;
    FONT-FAMILY: Arial, Verdana, Helvetica, sans-serif
}
SPAN.CSRReadAll
{
	FONT-WEIGHT: bold;
}
SPAN.CSRHint
{
	FONT-STYLE: italic;
}
SPAN.CSROptScript
{
}
SPAN.ProgressTextOn
{
    FONT-WEIGHT: bold;
    COLOR: black;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif
}
SPAN.ProgressTextOff
{
    FONT-WEIGHT: bold;
    COLOR: #B6D7F1;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif
}
SPAN.GeneralQuestions
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 8pt;
    COLOR: #000000;
}
DIV.GeneralQuestions
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 8pt;
    COLOR: #000000;
}
H3.ResultGeographyCaption
{
    FONT-WEIGHT: normal;
    FONT-SIZE: 10pt;
    COLOR: #000000;
    FONT-FAMILY: Arial, Verdana, Helvetica, sans-serif
}
H3.ResultGeographyCaption SPAN.SearchGeography
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 11.5pt
}
TD.TableHeader
{
    FONT-WEIGHT: 600;
    COLOR: black;
    FONT-FAMILY: Arial, Verdana, Helvetica, sans-serif;
    BACKGROUND-COLOR: #cccccc
}
TH.TableHeader
{
    FONT-WEIGHT: 600;
    COLOR: black;
    FONT-FAMILY: Arial, Verdana, Helvetica, sans-serif;
    BACKGROUND-COLOR: #cccccc
}
TD.TableSubHeader
{
    FONT-WEIGHT: bold;
    BACKGROUND-COLOR: #ffffcc
}
TABLE.RightToolBar
{
    none: 
}
TH.RightToolBar
{
    BACKGROUND-COLOR: #3366cc
}
TD.RightToolBar
{
    BACKGROUND-COLOR: #ffffcc
}
A.RightToolBarPrinterFriendly:link
{
    FONT-SIZE: 10pt;
    COLOR: white
}
A.RightToolBarPrinterFriendly:visited
{
    FONT-SIZE: 10pt;
    COLOR: white
}
A.RightToolBar:link
{
    FONT-WEIGHT: normal;
    FONT-SIZE: 10pt
}
A.RightToolBar:visited
{
    FONT-WEIGHT: normal;
    FONT-SIZE: 10pt
}
A.CompareToolBar:link
{
    COLOR: white
}
A.CompareToolBar:visited
{
    COLOR: black
}
SPAN.CompareToolBar
{
    FONT-WEIGHT: bold;
    COLOR: black
}
TD.CompareToolBar
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 10pt;
    COLOR: black;
    BACKGROUND-COLOR: #DEEAF6;
}
BODY
{
    FONT-SIZE: 10pt;
    MARGIN: 0px 5px;
    FONT-FAMILY: Arial, Verdana, Helvetica, sans-serif
}
.LeftToolBar
{
    FONT-WEIGHT: normal;
    FONT-SIZE: 10pt;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif
}
.SearchToolBar
{
    FONT-SIZE: 10pt
}
.BottomToolBar
{
    FONT-SIZE: 10pt
}
A.TopToolBar:link
{
    COLOR: white
}
A.TopToolBar:visited
{
    COLOR: white
}
A.TopToolBar:hover
{
    COLOR: red
}
TD.TopToolBar
{
    FONT-SIZE: 10pt;
    COLOR: white
}
SPAN.Tagline
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 12pt;
    COLOR: white;
    FONT-STYLE: italic;
    FONT-FAMILY: Times New Roman, Times, serif
}
BLOCKQUOTE
{
    FONT-SIZE: 10pt;
    FONT-FAMILY: Arial, Verdana, Helvetica, sans-serif
}
P
{
    FONT-SIZE: 10pt;
    FONT-FAMILY: Arial, Verdana, Helvetica, sans-serif
}
DIV
{
    FONT-SIZE: 10pt;
    FONT-FAMILY: Arial, Verdana, Helvetica, sans-serif
}
DIV.header
{
    BORDER-RIGHT: 1px solid;
    BORDER-TOP: 1px solid;
    BORDER-LEFT: 1px solid;
    BORDER-BOTTOM: 1px solid;
    BACKGROUND-COLOR: #ffffcc
}
/*A:link
{
    FONT-WEIGHT: bold;
    COLOR: #660000;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
    TEXT-DECORATION: underline
}*/
A:visited
{
    FONT-WEIGHT: None;
    COLOR: #3333ff;
    /*FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;*/
    TEXT-DECORATION: underline
}
A.Calendar:link
{
    FONT-WEIGHT: normal;
    COLOR: #ffffff;
    FONT-FAMILY: Arial, Verdana, Helvetica, sans-serif;
    TEXT-DECORATION: underline
}
A.Calendar:visited
{
    FONT-WEIGHT: normal;
    COLOR: #ffffff;
    FONT-FAMILY: Arial, Verdana, Helvetica, sans-serif;
    TEXT-DECORATION: underline
}
TD
{
    FONT-SIZE: 10pt;
    FONT-FAMILY: Arial, Verdana, Helvetica, sans-serif
}
TH
{
    FONT-SIZE: 10pt;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif
}
H1
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 16pt;
    COLOR: #660000;
    FONT-FAMILY: Arial, Verdana, Helvetica, sans-serif
}
H2
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 14.5pt;
    COLOR: #660000;
    FONT-FAMILY: Arial, Verdana, Helvetica, sans-serif
}
H3
{
    FONT-WEIGHT: normal;
    FONT-SIZE: 11.5pt;
    COLOR: #660000;
    FONT-FAMILY: Arial, Verdana, Helvetica, sans-serif
}
H4
{
    FONT-SIZE: 11pt;
    COLOR: #660000;
    FONT-FAMILY: Arial, Verdana, Helvetica, sans-serif
}
.Emphatic
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 10pt;
    FONT-FAMILY: Arial, Verdana, Helvetica, sans-serif
}
.Underlined
{
    FONT-SIZE: 10pt;
    FONT-FAMILY: Arial, Verdana, Helvetica, sans-serif;
    TEXT-DECORATION: underline
}
.Note
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 10pt;
    FONT-FAMILY: Arial, Verdana, Helvetica, sans-serif
}
.Title
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 12pt;
    COLOR: #660000;
    FONT-FAMILY: Arial, Verdana, Helvetica, sans-serif
}
.SubTitle
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 10pt;
    FONT-FAMILY: Arial, Verdana, Helvetica, sans-serif;
    TEXT-DECORATION: none
}
A.Type2:link
{
    FONT-WEIGHT: normal;
    COLOR: #660000;
    FONT-FAMILY: Arial, Verdana, Helvetica, sans-serif;
    TEXT-DECORATION: underline
}
A.Type2:visited
{
    FONT-WEIGHT: normal;
    COLOR: #660000;
    FONT-FAMILY: Arial, Verdana, Helvetica, sans-serif;
    TEXT-DECORATION: underline
}
A.TTBData1:link
{
    COLOR: white
}
A.TTBData1:visited
{
    COLOR: white
}
.TTBData1
{
    FONT-SIZE: 10pt;
    COLOR: white;
    FONT-FAMILY: Arial, Verdana, Helvetica, sans-serif
}
.TTBData2
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 14pt;
    COLOR: white;
    FONT-STYLE: italic;
    FONT-FAMILY: Times New Roman, Times, serif
}
.RTBData1
{
    FONT-SIZE: 10pt;
    FONT-FAMILY: Arial, Verdana, Helvetica, sans-serif;
    BACKGROUND-COLOR: #ffffcc
}
A.RTBData1:link
{
    FONT-WEIGHT: normal;
    FONT-SIZE: 10pt;
    FONT-FAMILY: Arial, Verdana, Helvetica, sans-serif;
    TEXT-DECORATION: underline
}
A.RTBData1:visited
{
    FONT-WEIGHT: normal;
    FONT-SIZE: 10pt;
    FONT-FAMILY: Arial, Verdana, Helvetica, sans-serif;
    TEXT-DECORATION: underline
}
A.RTBData2:link
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 10pt;
    COLOR: white;
    FONT-FAMILY: Arial, Verdana, Helvetica, sans-serif;
    TEXT-DECORATION: underline
}
A.RTBData2:visited
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 10pt;
    COLOR: white;
    FONT-FAMILY: Arial, Verdana, Helvetica, sans-serif;
    TEXT-DECORATION: underline
}
.ChartLabel
{
    FONT-WEIGHT: normal;
    FONT-SIZE: 9pt;
    FONT-FAMILY: Arial, Verdana, Helvetica, sans-serif
}
.RTBData2
{
    BACKGROUND-COLOR: #3366cc
}
.PRDate
{
    FONT-SIZE: 10pt;
    COLOR: #660000;
    FONT-FAMILY: Arial, Verdana, Helvetica, sans-serif
}
.PRContact
{
    FONT-SIZE: 10pt;
    COLOR: #660000;
    FONT-FAMILY: Arial, Verdana, Helvetica, sans-serif
}
.PRTitle
{
    FONT-WEIGHT: 900;
    FONT-SIZE: 10pt;
    COLOR: #660000
}
.PRHeading
{
    FONT-WEIGHT: 900;
    FONT-SIZE: 15pt;
    COLOR: #660000;
    FONT-FAMILY: Arial, Verdana, sans-serif, Helvetica
}
.PRForImmediateReleaseHeading
{
    FONT-SIZE: 10pt;
    COLOR: #660000;
    FONT-FAMILY: Arial, Verdana, Helvetica, sans-serif
}
.PRSubHeading
{
    FONT-WEIGHT: 900;
    FONT-SIZE: 10pt;
    COLOR: black;
    FONT-FAMILY: Arial, Verdana, Helvetica, sans-serif
}
.PRLink
{
    FONT-WEIGHT: 900;
    FONT-SIZE: 10pt;
    COLOR: #660000;
    FONT-FAMILY: Arial, Verdana, Helvetica, sans-serif
}
.SearchForm
{
    BORDER-RIGHT: #660000 1px solid;
    BORDER-TOP: #660000 1px solid;
    BORDER-LEFT: #660000 1px solid;
    BORDER-BOTTOM: #660000 1px solid;
    BACKGROUND-COLOR: #ffffcc
}
.SearchFormButtons
{
    BORDER-RIGHT: 1px;
    BORDER-TOP: 1px;
    BORDER-LEFT: 1px;
    BORDER-BOTTOM: 1px;
    BACKGROUND-COLOR: #660000
}
.SelectTable
{
    BACKGROUND-COLOR: #ffffff
}
.SelectDelimiter
{
    FONT-WEIGHT: normal;
    FONT-SIZE: 10pt;
    FONT-FAMILY: Arial, Verdana, Helvetica, sans-serif;
    BACKGROUND-COLOR: #ffffcc
}
.CompareColumnHighlight
{
    BACKGROUND-COLOR: #ffffcc
}
.FootNote
{
    FONT-WEIGHT: normal;
    FONT-SIZE: 8pt;
    FONT-FAMILY: Arial, Verdana, Helvetica, san-serif
}
.MCGUL
{
    FONT-SIZE: 10pt;
    FONT-FAMILY: Arial, Verdana, Helvetica, sans-serif
}
.MCGHR
{
    COLOR: #660000;

    HEIGHT: 2pt;
    TEXT-ALIGN: center;
    ALIGN: center
}
.MCGPipes
{
    FONT-WEIGHT: bold;
    COLOR: #660000
}
.LittleRed
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 9pt;
    COLOR: #660000;
    FONT-FAMILY: Arial, Verdana, sans-serif, Helvetica
}
.RojoPequeno
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 9pt;
    COLOR: #660000;
    FONT-FAMILY: Arial, Verdana, Helvetica, sans-serif
}
OL
{
    FONT-SIZE: 10pt;
    FONT-FAMILY: Arial, Verdana, Helvetica, sans-serif
}
.Geo
{
    FONT-SIZE: 16pt;
    FONT-FAMILY: Arial, Verdana, Helvetica, sans-serif
}
.ChartTitle
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 10pt;
    FONT-FAMILY: Arial, Verdana, Helvetica, sans-serif
}
.SubTitleBig
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 11.5pt;
    FONT-FAMILY: Arial, Verdana, Helvetica, sans-serif
}
.SearchFormHeader
{
    FONT-WEIGHT: normal;
    FONT-SIZE: 11.5pt;
    COLOR: #660000;
    FONT-FAMILY: Arial, Verdana,Helvetica, sans-serif
}
.SearchGeo
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 11.5pt;
    COLOR: black;
    FONT-FAMILY: Arial, Verdana, Helvetica, sans-serif
}
.ResultsGeo
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 16pt;
    COLOR: #660000;
    FONT-FAMILY: Arial, Verdana, Helvetica, sans-serif
}
H3.Black
{
    COLOR: black
}
.RedHeader
{
    FONT-WEIGHT: 600;
    COLOR: white;
    FONT-FAMILY: Arial, Verdana, Helvetica, sans-serif;
    BACKGROUND-COLOR: #660000
}
.SelectHeader
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 12pt;
    FONT-FAMILY: Arial, Verdana, Helvetica, sans-serif;
    BACKGROUND-COLOR: #cccccc
}
.SearchFormTD
{
    PADDING-RIGHT: 2px;
    PADDING-LEFT: 2px;
    MARGIN-LEFT: 2px;
    MARGIN-RIGHT: 2px
}
.GoToLink
{
    FONT-WEIGHT: 600;
    FONT-SIZE: 14px
}
.NewResultsGeo
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 11.5pt;
    COLOR: #660000;
    FONT-FAMILY: Arial, Verdana
}
.OTBData1
{
    FONT-SIZE: 10pt;
    FONT-FAMILY: Arial, Verdana, Helvetica, sans-serif
}
SPAN.Accesskey
{
    TEXT-DECORATION: underline
}
TR.HighlightRow
{
    COLOR: black;
    BACKGROUND-COLOR: #ccccff
}
.InstructionBox
{
    BACKGROUND-COLOR: #dcdcdc
}
FIELDSET
{
    PADDING-RIGHT: 10px;
    PADDING-LEFT: 10px;
    PADDING-BOTTOM: 5px;
    MARGIN-LEFT: auto;
    WIDTH: 95%;
    MARGIN-RIGHT: auto;
    PADDING-TOP: 5px;
    BACKGROUND-COLOR: white
}
LEGEND
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 10pt;
    COLOR: #660000;
    FONT-STYLE: italic;
    FONT-FAMILY: Arial, Verdana, Helvetica, 'sans serif'
}
A:hover
{
    COLOR: red
}
.Toolbar
{
    BORDER-RIGHT: buttonshadow 1px solid;
    PADDING-RIGHT: 2px;
    BORDER-TOP: buttonhighlight 1px solid;
    PADDING-LEFT: 2px;
    BACKGROUND: buttonface;
    PADDING-BOTTOM: 2px;
    BORDER-LEFT: buttonhighlight 1px solid;
    PADDING-TOP: 2px;
    BORDER-BOTTOM: buttonshadow 1px solid
}
.Toolbar .ToolbarButton
{
    BORDER-RIGHT: buttonface 1px solid;
    PADDING-RIGHT: 1px;
    BORDER-TOP: buttonface 1px solid;
    PADDING-LEFT: 1px;
    PADDING-BOTTOM: 1px;
    BORDER-LEFT: buttonface 1px solid;
    CURSOR: hand;
    PADDING-TOP: 1px;
    BORDER-BOTTOM: buttonface 1px solid;
    TEXT-ALIGN: center
}
DIV.menu
{
    BORDER-RIGHT: #ffffff 1px outset;
    BORDER-TOP: #ffffff 1px outset;
    VISIBILITY: hidden;
    BORDER-LEFT: #ffffff 1px outset;
    BORDER-BOTTOM: #ffffff 1px outset;
    POSITION: absolute;
    BACKGROUND-COLOR: buttonface
}
TD.HighlightColumn
{
    BACKGROUND-COLOR: #ccccff
}
DIV.menu .menuItem
{
    BORDER-RIGHT: #660000 1px inset;
    PADDING-RIGHT: 0em;
    BORDER-TOP: #660000 1px inset;
    DISPLAY: block;
    PADDING-LEFT: 0em;
    FONT-SIZE: 75%;
    PADDING-BOTTOM: 0px;
    BORDER-LEFT: #660000 1px inset;
    CURSOR: default;
    COLOR: #000000;
    PADDING-TOP: 0px;
    BORDER-BOTTOM: #660000 1px inset;
    TEXT-DECORATION: none
}
LABEL
{
    CURSOR: hand
}
SPAN.SearchResultCountLarge
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 20pt;
    FONT-FAMILY: Arial, Verdana, Helvetica, sans-serif
}
.TabBody
{
    BORDER-RIGHT: black 1px solid;
    PADDING-RIGHT: 2%;
    BORDER-TOP: black 1px solid;
    PADDING-LEFT: 2%;
    PADDING-BOTTOM: 2%;
    BORDER-LEFT: black 1px solid;
    WIDTH: 100%;
    PADDING-TOP: 2%;
    BORDER-BOTTOM: black 1px solid
}
SPAN.TabTextOn
{
    FONT-WEIGHT: bold;
    COLOR: white;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif
}
A.TabTextOff
{
    COLOR: #660000;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif
}
A.TabTextOff:hover
{
    COLOR: red;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif
}
SPAN.SubToolbarTextOn
{
    FONT-WEIGHT: bold;
    COLOR: white;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif
}
A.SubToolbarTextOff
{
    COLOR: white;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif
}
A.SubToolbarTextOff:visited
{
    COLOR: white;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif
}
A.SubToolbarTextOff:hover
{
    COLOR: red;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif
}
SPAN.SubToolbarTextOff
{
    COLOR: white;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif
}
SPAN.BreadcrumbTextOn
{
    FONT-WEIGHT: bold;
    COLOR: black;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif
}
A.BreadcrumbTextOff
{
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif
}
SPAN.BreadcrumbTextOff
{
    FONT-WEIGHT: bold;
    COLOR: black;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif
}
A.NGCA:link
{
    FONT-WEIGHT: normal;
    COLOR: #660000;
    FONT-FAMILY: Arial, Verdana, Helvetica, sans-serif;
    TEXT-DECORATION: none
}
A.NGCA:visited
{
    FONT-WEIGHT: normal;
    COLOR: #660000;
    FONT-FAMILY: Arial, Verdana, Helvetica, sans-serif;
    TEXT-DECORATION: none
}
A.NGCA:hover
{
    FONT-WEIGHT: normal;
    COLOR: red;
    FONT-FAMILY: Arial, Verdana, Helvetica, sans-serif;
    TEXT-DECORATION: underline
}
TR.NGCTR
{
    BACKGROUND-COLOR: #93bee2
}
TH.NGCTH
{
    BACKGROUND-COLOR: #93bee2
}
TABLE.NGCTable
{
    BORDER-LEFT-COLOR: #3165ce;
    BORDER-BOTTOM-COLOR: #3165ce;
    BORDER-TOP-COLOR: #3165ce;
    BACKGROUND-COLOR: #ffffcc;
    BORDER-RIGHT-COLOR: #3165ce
}
TD.NGCTD
{
    BORDER-LEFT-COLOR: #3165ce;
    BORDER-BOTTOM-COLOR: #3165ce;
    BORDER-TOP-COLOR: #3165ce;
    BACKGROUND-COLOR: white;
    BORDER-RIGHT-COLOR: #3165ce
}
TD.NGCTDAltColor
{
    BORDER-LEFT-COLOR: #3165ce;
    BORDER-BOTTOM-COLOR: #3165ce;
    BORDER-TOP-COLOR: #3165ce;
    BACKGROUND-COLOR: #93bee2;
    BORDER-RIGHT-COLOR: #3165ce
}
TD.NGCTDHighlight
{
    BORDER-LEFT-COLOR: #3165ce;
    BORDER-BOTTOM-COLOR: #3165ce;
    BORDER-TOP-COLOR: #3165ce;
    BACKGROUND-COLOR: #ccccff;
    BORDER-RIGHT-COLOR: #3165ce
}
TD.NGCTDForBorderOnly
{
    BORDER-LEFT-COLOR: #3165ce;
    BORDER-BOTTOM-COLOR: #3165ce;
    BORDER-TOP-COLOR: #3165ce;
    BORDER-RIGHT-COLOR: #3165ce
}
.red
{
    FONT-WEIGHT: normal;
    BACKGROUND-IMAGE: none;
    COLOR: #ff0000;
    BACKGROUND-COLOR: transparent
}
.PageUpdateInfo
{
    FONT-SIZE: 10pt
}
.NewSpotlight
{
    FONT-WEIGHT: 900;
    FONT-SIZE: 12pt;
    COLOR: #ff0000
}
.smallred 
{
	background-color : transparent;
	background-image : none;
	color : #ff0000;
	font-weight : bold;
	FONT-SIZE: 9pt;
	FONT-FAMILY: Verdana, Arial, sans-serif, Helvetica	
}
.boldred 
{
	background-color : transparent;
	background-image : none;
	color : #ff0000;
	FONT-SIZE: 11pt;
	FONT-FAMILY: Verdana, Arial, sans-serif, Helvetica	
}
div.opened 
{
	display: block; padding-left:2em;
}
div.closed 
{
	display: none; padding-left:2em;
}

.dashedImageHorizontal
{
	background-image: url(/MPDPF/images/dash.gif); 
	background-repeat: repeat-x;
}

.dashedImageVertical
{
	background-image: url(/MPDPF/images/dash_vertical.gif); 
	background-repeat: repeat-y;
}

.progressBar
{
	border: #808080 thin solid;
	width: 100%;
	height: 52px;
}

.progressBarStep
{
	font-weight: bold; 
	color: #ffa500;
	white-space: nowrap;
}

.progressBarActiveStep
{
	font-weight: bold; 
}

.blueText
{
	color: #00529c;
}


.blueTextHeading
{
	color: #00529c;
	font-weight: bold;
	font-size: 120%;	
}

.orangeText
{	
	color: #660000;
}

UL.listStyleSquare
{
	LIST-STYLE-POSITION: inside; 
	LIST-STYLE-TYPE: square;
	margin-left: 0%;
	padding-left: 0px;	
}

Table.NGC2Table
{
	BORDER-LEFT: 1px solid black;
	BORDER-TOP: 1px solid black;
}

TH.NGC2TH
{
	BORDER-RIGHT: 1px solid black;
	BORDER-BOTTOM: 1px solid black;
	BACKGROUND-COLOR: #93bee2;
}

TD.NGC2TDWHITE
{
	BORDER-RIGHT: 1px solid black;
	BORDER-BOTTOM: 1px solid black;
	BACKGROUND-COLOR: WHITE;	
}

TD.NGC2TDGREY
{
	BORDER-RIGHT: 1px solid black;
	BORDER-BOTTOM: 1px solid black;
	BACKGROUND-COLOR: lightgrey;	
}

#CSSRedesign * { margin: 0; padding:0; font-family:verdana;}
#tab-box SPAN.TabTextOn {
	text-decoration:none;
	color:#000000;
	font-weight:normal;
}
#tab-box A.TabTextOff
{
    font-weight:normal;
    COLOR: #000000;
    text-decoration:none;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif
}
#tab-box A.TabTextOff:hover
{
    text-decoration:underline;
    COLOR: black;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif
}
#CSSRedesign body {
	font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
	background: #fff;
}

#CSSRedesign .clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
#CSSRedesign .clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

#CSSRedesign a { 
	color: #25489c; 
	font-weight: normal;
	font-family: verdana;
}

#CSSRedesign #container { width: 100%; }

#CSSRedesign #global-header {
	/*background: url(../images/global-header-bg.gif) 0 4px repeat-x;*/
	height: 25px;
}
#CSSRedesign #global-header img { float: left; display: none;}
#CSSRedesign #global-header #hhs-url { float: right; }
#CSSRedesign #global-nav {
	height: 25px;
	background: #25489c;
	width: 100%;
	clear: both;
}
#CSSRedesign #global-nav img { float: right;	display:block !important; }
#CSSRedesign #header {
	border-top: 1px solid #fff;
	width: 100%;
	clear: both;
	background: #3366cb;
	height: 104px;
}
#CSSRedesign #nav {
	height: 30px;
	background: #ffc;
	width: 100%;
	clear: both;
}
#CSSRedesign #nav h1 {
	color: #25489c;
	font: bold 18px arial;
	float: left;
	padding: 5px 0 0 10px;
	font-weight: bold;
}
#CSSRedesign #nav ul {
	float: right;
	list-style: none;
	padding: 7px 0 0;
}
#CSSRedesign #nav ul li {
	padding: 0 10px 0 0;
	font-size: 11px;
	float: left;
	list-style: none;
}
#CSSRedesign #nav ul li a {
	display: block;
	height: 25px;
	float: left;
}
#CSSRedesign #nav a#home {
	padding: 0 0 0 20px;
	/****
	background: url(/images/NextGenV2/home-icon_a.gif) 0 0 no-repeat; ****/
}
#CSSRedesign #nav a#help {
	padding: 0 0 0 20px;
/****	background: url(/images/NextGenV2/help-icon_b.gif) 0 0 no-repeat; ****/
}
#CSSRedesign #nav a#glossary {
	padding: 0 0 0 20px;
/****	background: url(/images/NextGenV2/glossary-icon_c.gif) 0 0 no-repeat; ****/
}
#CSSRedesign #nav a#plans {
	padding: 0 0 0 20px;
/****	background: url(/images/NextGenV2/info-icon_d.gif) 0 0 no-repeat; ****/
}
#CSSRedesign #tools {
	font-size: 11px;
	padding: 5px 10px 0 10px;
}
#CSSRedesign #tools p { float: left; }
#CSSRedesign #tools ul {
	float: right;
	list-style: none;
}
#CSSRedesign #tools ul li {
	display: inline;
	padding: 0 3px 0 2px;
}
#CSSRedesign #tools ul li a { padding: 0 5px 0 0; }

#CSSRedesign #content-wrap {
	padding: 0 10px;
}
#CSSRedesign #content-wrap h2 {
	clear: both;
	padding: 5px 0 5px 0;	
	color: #000;
	font: bold 18px arial;
	margin: 0;
	border-bottom: 2px solid #c2ced9;
}



/* ================== Classes ================= */
#CSSRedesign #content-wrap strong.bold-blue {
	color: #000;
}
#CSSRedesign h3 {
	color: #000000;
}
#CSSRedesign h4 {
	color: #000000;
}
#CSSRedesign #content-wrap h2.subh {
	color: #000000;
	font-size: 16px;
	padding: 5px 0 0 0;
	margin:0;
	border: 0;
}
#CSSRedesign #content-wrap h3.informationHeading {
	font-weight: bold;
	FONT-FAMILY: verdana;
	border-top: 2px solid #0076a3;
	background: #0076a3;
	padding: 5px 15px 7px;
	color: #fff;
	font-size: 13px;
	border-bottom: 2px solid #fff;
}
#CSSRedesign #content-wrap h3.BACKUPinformationHeading {
	font-weight: bold;
	FONT-FAMILY: verdana;
	border-top: 2px solid #005b7f;
	background: #0076a3;
	padding: 5px 15px 7px;
	color: #fff;
	font-size: 13px;
	border-bottom: 2px solid #fff;
}
#CSSRedesign #content-wrap h3.getDrugCostHeading {
	font-weight: bold;
	FONT-FAMILY: verdana;
	border-top: 2px solid #CF8440;
	background: #CF8440;
	padding: 5px 15px 7px;
	color: #fff;
	font-size: 13px;
	border-bottom: 2px solid #fff;
}
#CSSRedesign hr.NewDivider {
	border: 1px solid #607B90;
	color: #607B90;
	background-color: #607B90;
	margin:5px 0 5px 0;
}

#CSSRedesign #content-wrap h3.actionHeading {
	font-weight: bold;
	FONT-FAMILY: verdana;
	border-top: 2px solid #004a80;
	background: #004a80;
	padding: 5px 15px 7px;
	color: #fff;
	font-size: 13px;
	border-bottom: 2px solid #fff;
	margin: 0 0 0px 0px;
}
#CSSRedesign #content-wrap h2.otherHeading {
	color: #004a80;
	FONT-FAMILY: verdana;
}
#CSSRedesign #content-wrap h3.oldInformationHeading {
	font-weight: bold;
	FONT-FAMILY: verdana;
	border-top: 2px solid #005825;
	border-bottom: 2px solid #fff;
	background-color: #007236;
	padding: 5px 15px 7px;
	color: #fff;
	font-size: 13px;
	margin: 0px 0 0px 0px;
}
#CSSRedesign #content-wrap div.AlertMessageLarge {
	font-weight: bold;
	FONT-FAMILY: verdana;
	padding: 5px 10px 7px;
	color: red;
	font-size: 14px;
	margin: 0px 0 0px 0px;
}
#CSSRedesign #content-wrap div.AlertMessageMedium {
	font-weight: bold;
	FONT-FAMILY: verdana;
	padding: 5px 15px 7px;
	color: red;
	font-size: 12px;
	margin: 0px 0 0px 0px;
}
#CSSRedesign #content-wrap div.AlertMessageSmall {
	font-weight: bold;
	FONT-FAMILY: verdana;
	padding: 5px 15px 5px;
	color: red;
	font-size: 10px;
	margin: 0px 0 0px 0px;
}

#CSSRedesign #content-wrap div.block {
	width: 100%;
	clear: both;
	margin: 0 0 15px;
	background: #cee6f7;
	padding: 10px 0px 15px;
}
#CSSRedesign #content-wrap div.regular {
	margin-top: 10px;
	padding-top: 15px;
	border-top: 2px solid #6eafdb;
	font-size: 11px;
}
#CSSRedesign #content-wrap div.importantDuplicate {
	background: #f6f6f6;
}
#CSSRedesign #content-wrap div.block ul.nobullet {
	list-style: none;
	color: #3366cb;
}
#CSSRedesign #content-wrap div.block ul.nobullet li {
	padding: 0 0 10px;
}
#CSSRedesign #content-wrap div.block ul.nobullet li a {
	padding: 0 0 0 3px;
	font-weight: normal;
}
#CSSRedesign #content-wrap div.important {
	background-color: #f6f6f6;
}
#CSSRedesign #content-wrap div.block ul,
#CSSRedesign #content-wrap div.block ol {
	background: #cee6f7;
	padding: 10px 10px 10px 30px;
}
#CSSRedesign #content-wrap div.block.important ul,
#CSSRedesign #content-wrap div.block.important ol {
	background: #f6f6f6;
	padding: 10px 10px 10px 30px;
}
#CSSRedesign #content-wrap div.block ul li,
#CSSRedesign #content-wrap div.block ol li {
	padding: 0 10px 3px 0;
	font-size: 11px;
}
#CSSRedesign #content-wrap div.block h4 {
	padding: 0 15px;
	color: #000000
	font-size: 13px;
}
#CSSRedesign #content-wrap p.expand {
	padding: 15px 0;
	clear: both;
}
#CSSRedesign #content-wrap p.expand a {
	padding: 0 0 0 15px;
	/****background: url(../images/expand-icon_e.gif) 0 3px no-repeat; ****/
	display: block;
	font-size: 11px;
	font-weight: normal;
}
/* ============================================== */
#CSSRedesign h5 {
	font-size:11px;
	color: #000;
//	padding: 5px 15px 0;
	margin: 5px 0 5px 0;
}
#CSSRedesign ul {
	list-style: square;
	padding: 0 10px 10px 30px;
	font-size:11px;
	font-family:verdana;
}
#CSSRedesign p {
	padding: 5px 15px 0;
	font-size:11px;
	font-family:verdana;
}
#CSSRedesign table {
	margin-bottom: 20px;
}
#CSSRedesign table td {
	vertical-align: top;
	padding-bottom: 10px;
	padding-left: 3px;
	padding-right: 3px;
}

#CSSRedesign #box1 {
	width: 49%;
	float: left;
	clear: left;
}
#CSSRedesign #box1 p {
	padding: 10px 15px;
	line-height: 150%;
	background: #f6f6f6;
	border-bottom: 2px solid #fff;
}
#CSSRedesign #box1 p strong {
	font-size: 11px;
	display: block;
	margin: 0 0 -10px 0;
}
#CSSRedesign #box2 {
	width: 49%;
	float: right;
	margin: 0 0 0 10px;
}
#CSSRedesign #box2 h4 {
	padding: 0 15px;
	font-size: 11px;
	color: #000;
	margin: 0 0 5px;
}
#CSSRedesign #box2 p input {
	width: 170px;
}
#CSSRedesign .category,
#CSSRedesign .odd,
#CSSRedesign .even,
#CSSRedesign .even2,
#CSSRedesign .odd2   {
	width: 25%;
}
#CSSRedesign .even2 {
	background: #e6f2fb;
}
#CSSRedesign .even {
	background: #cee6f7;
}
#CSSRedesign .odd {
	background: #e6f2fb;
}
#CSSRedesign p.buttons {
	text-align: center;
	padding: 20px 0 0;
}
#CSSRedesign p.buttons input {
	width: 140px;
}
#CSSRedesign #main-content {
	float: left;
	width: 80%;
}
#CSSRedesign #main-content #printThis {
	position: absolute;
	float: right;
	right: 21%;
	margin: 10px 0 0 0;
}
#CSSRedesign #main-content table {
	border-top: 2px solid #4087b5;
}	
#CSSRedesign #main-content table th {
	text-align: left;
	vertical-align: top;
	padding: 5px 8px;
	font-size: 11px;
}
#CSSRedesign #main-content table th.section-title {
	border-top: 2px solid #4087b5;
	border-bottom: 1px solid #6eafdb;
	padding: 5px 0 8px 22px;
	color: #25489c;
	font-size: 11px;
	/**** background: url(../images/minus.gif) 0 6px no-repeat; ****/
}
#CSSRedesign #main-content table th span.number {
	display: block;
	float: left;
	width: 20%
}
#CSSRedesign #main-content table th span.ttext {
	display: block;
	float: right;
	width: 80%
}
#CSSRedesign #main-content table td.division {
	border-top: 1px solid #6eafdb;
	padding:0;
	height: 0;
	font-size: 0;
}
#CSSRedesign #main-content table td {
	padding: 5px 0;
	padding-left: 3px;
	padding-right: 3px;
	vertical-align: top;
	font-size: 11px;
}
#CSSRedesign #main-content table td.plans {
	font-size: 1em;
}
#CSSRedesign #main-content table td p {
	margin: 0 0 5px;
}
#CSSRedesign #main-content table td h4 {
	font-size: 13px;
	margin: 0 0 10px;
	padding: 0 15px;
	color: #000000
}
#CSSRedesign #main-content table td h4 span {
	display: block;
	width: 100%;
	font-weight: normal;
}
#CSSRedesign #main-content table td h5 {
//	padding: 2px 15px;
	margin:0;
}
#CSSRedesign #main-content table ul {
	padding: 0 20px 0 30px;
	list-style: square;
}
#CSSRedesign #main-content table ul li {
	padding: 0 0 5px;
}
#CSSRedesign #main-content h3 {
	font-size: 16px;
	padding: 5px 0 0 10px;
}
#CSSRedesign #main-content-right {
	float: right;
	width: 80%;
}
#CSSRedesign #main-content-right #printThis {
	position: absolute;
	float: right;
	right: 21%;
	margin: 10px 0 0 0;
}
#CSSRedesign #main-content-right table {
	border-top: 2px solid #4087b5;
}	
#CSSRedesign #main-content-right table th {
	text-align: left;
	vertical-align: top;
	padding: 5px 8px;
	font-size: 11px;
}
#CSSRedesign #main-content-right table th.section-title {
	border-top: 2px solid #4087b5;
	border-bottom: 1px solid #6eafdb;
	padding: 5px 0 8px 22px;
	color: #25489c;
	font-size: 13px;
	background: url(../images/minus.gif) 0 6px no-repeat;
}
#CSSRedesign #main-content-right table th span.number {
	display: block;
	float: left;
	width: 20%
}
#CSSRedesign #main-content-right table th span.ttext {
	display: block;
	float: right;
	width: 80%
}
#CSSRedesign #main-content-right table td.division {
	border-top: 1px solid #6eafdb;
	padding:0;
	height: 0;
	font-size: 0;
}
#CSSRedesign #main-content-right table td {
	padding: 5px 0;
	padding-left: 3px;
	padding-right: 3px;
	vertical-align: top;
	font-size: 11px;
}
#CSSRedesign #main-content-right table td.plans {
	font-size: 1em;
}
#CSSRedesign #main-content-right table td p {
	margin: 0 0 5px;
}
#CSSRedesign #main-content-right table td h4 {
	font-size: 13px;
	margin: 0 0 10px;
	padding: 0 15px;
}
#CSSRedesign #main-content-right table td h4 span {
	display: block;
	width: 100%;
	font-weight: normal;
}
#CSSRedesign #main-content-right table td h5 {
//	padding: 2px 15px;
	margin:0;
}
#CSSRedesign #main-content-right table ul {
	padding: 0 20px 0 30px;
	list-style: square;
}
#CSSRedesign #main-content-right table ul li {
	padding: 0 0 5px;
}
#CSSRedesign #main-content-right h3 {
	font-size: 16px;
	padding: 5px 0 0 10px;
}
#CSSRedesign #sidebar {
	float: right;
	width: 19%;
	margin: 0px 0 0 0;
	font-size: 11px;
	padding: 5px 0 20px;
}
#CSSRedesign #sidebar div.box {
	padding: 10px 5px 15px;
	background: #f6f6f6;
	margin: 0 0 15px;
}
#CSSRedesign #sidebar h3 {
	font-weight: bold;
	border-top: 2px solid #005825;
	padding: 5px 15px 7px;
	font-size: 13px;
	background: #007236;
	color: #fff;
	margin: 0 0 10px;
}
#CSSRedesign #sidebar ul {
	list-style: none;
	padding: 5px 10px;
}
#CSSRedesign #sidebar ul li {
	padding: 0 0 12px 10px;
	list-style: none;
	background: url(/images/sidebar-li-bullet.gif) 0 6px no-repeat;
}
#CSSRedesign #sidebar h4 {
	padding: 0 10px;
	font-size: 11px;
}
#CSSRedesign #sidebar p {
	padding: 5px 10px;
}
#CSSRedesign #sidebar-left {
	float: left;
	width: 19%;
	margin: 45px 0 0 0;
	font-size: 11px;
	padding: 5px 0 20px;
}
#CSSRedesign #sidebar-left div.box {
	padding: 0 0 20px;
	background: #f6f6f6;
	margin: 0 0 10px;
}
#CSSRedesign #sidebar-left h3 {
	font-weight: bold;
	border-top: 2px solid #005825;
	padding: 5px 10px;
	font-size: 13px;
	background: #007236;
	color: #fff;
	margin: 0 0 10px;
}
#CSSRedesign #sidebar-left ul {
	padding-top: 5px;
	list-style-image: url(../images/sidebar-li-bullet.gif);
}
#CSSRedesign #sidebar-left h4 {
	padding: 0 10px;
	font-size: 11px;
}
#CSSRedesign #sidebar-left p {
	padding: 5px 10px;
}
#CSSRedesign #footer {
	width: 100%;
	clear: both;
	text-align: center;
	font-size: 11px;
	padding: 20px 0 0 0;
}
#CSSRedesign #footer ul#f1 {
	list-style: none;
	background: #ffffcc;
	padding: 10px 0;
}
#CSSRedesign #footer ul#f2 {
	list-style: none;
	background: #25489c;
	padding: 8px 0;
	color: #3366cb;
}
#CSSRedesign #footer ul#f1 li,
#CSSRedesign #footer ul#f2 li {
	display: inline;
}
#CSSRedesign #footer ul#f2 li a {
	color: #fff;
}
#CSSRedesign 		div.block {
			margin-bottom:2px !important;
		}
		
#CSSRedesign 		#box1_new
		{
		    CLEAR: left;
		    FLOAT: right;
		    WIDTH: 49%
		    
		}
#CSSRedesign 		#box1_new P
		{
		    PADDING-RIGHT: 15px;
		    PADDING-LEFT: 15px;
		    BACKGROUND: #f6f6f6;
		    PADDING-BOTTOM: 10px;
		    LINE-HEIGHT: 150%;
		    PADDING-TOP: 10px;
		    BORDER-BOTTOM: #fff 2px solid
		}
#CSSRedesign 		#box1_new P STRONG
		{
		    DISPLAY: block;
		    FONT-SIZE: 13px;
		    FONT-WEIGHT: bold;
		    MARGIN: 0px 0px -10px
		}
#CSSRedesign 		#box1_new P STRONG A
		{
		    FONT-WEIGHT: bold;
		}
		
		
#CSSRedesign 		#box2_new
		{
		    FLOAT: LEFT;
		    MARGIN: 0px 10px 0px 0px;
		    WIDTH: 49%
		}
#CSSRedesign 		#box2_new H4
		{
		    PADDING-RIGHT: 15px;
		    PADDING-LEFT: 15px;
		    FONT-SIZE: 11px;
		    PADDING-BOTTOM: 0px;
		    MARGIN: 0px 0px 5px;
		    COLOR: #000;
		    PADDING-TOP: 0px
		}
#CSSRedesign 		#box2_new P INPUT
		{
		    WIDTH: 170px
		}


/*<![CDATA[*/
#CSSRedesign tr.s1 td { border:1px solid #6EAFDB; border-top-style:none; padding:5px; background-color:#E6F2FB; }
#CSSRedesign tr.s1 td table.noborders, tr.s1 td table.noborders td { border-style:none; padding:0; margin:0; }
/*]]>*/

#CSSRedesign #page-content
{
    FLOAT: left;
    WIDTH: 80%
}
#CSSRedesign #page-content #printThis
{
    RIGHT: 21%;
    FLOAT: right;
    MARGIN: 10px 0px 0px;
    POSITION: absolute
}
#CSSRedesign #page-content TABLE
{
    BORDER-TOP: #4087b5 2px solid
}
#CSSRedesign #page-content TABLE TH
{
    PADDING-RIGHT: 8px;
    PADDING-LEFT: 8px;
    FONT-SIZE: 15px;
    PADDING-BOTTOM: 5px;
    VERTICAL-ALIGN: top;
    PADDING-TOP: 5px;
    TEXT-ALIGN: left
}
#CSSRedesign #page-content TABLE TH.section-title
{
    PADDING-RIGHT: 0px;
    BORDER-TOP: #4087b5 2px solid;
    PADDING-LEFT: 22px;
    FONT-SIZE: 13px;
    BACKGROUND: url(_res/images/plus.gif) no-repeat 0px 6px;
    PADDING-BOTTOM: 8px;
    COLOR: #25489c;
    PADDING-TOP: 5px;
    BORDER-BOTTOM: #6eafdb 1px solid
}
#CSSRedesign #main-content TABLE TD.section-header
{
    PADDING-RIGHT: 0px;
    BORDER-TOP: #4087b5 2px solid;
    PADDING-LEFT: 2px;
    FONT-SIZE: 13px;
    BACKGROUND: #FFFFFF;
    Font-Weight: bolder;
    PADDING-BOTTOM: 8px;
    COLOR: #25489c;
    PADDING-TOP: 5px;
    BORDER-BOTTOM: #6eafdb 1px solid
}
#CSSRedesign #main-content TABLE a.section-header
{
    text-decoration: none;
    font-size:13px;
    Font-Weight: bolder;
}
#CSSRedesign #page-content TABLE TH SPAN.number
{
    DISPLAY: block;
    FLOAT: left;
    WIDTH: 20%
}
#CSSRedesign #page-content TABLE TH SPAN.ttext
{
    DISPLAY: block;
    FLOAT: right;
    WIDTH: 80%
}
#CSSRedesign #page-content TABLE TD.division
{
    PADDING-RIGHT: 0px;
    BORDER-TOP: #6eafdb 1px solid;
    PADDING-LEFT: 0px;
    FONT-SIZE: 0px;
    PADDING-BOTTOM: 0px;
    PADDING-TOP: 0px;
    HEIGHT: 0px
}
#CSSRedesign #page-content TABLE TD
{
    PADDING-RIGHT: 0px;
    PADDING-LEFT: 0px;
    FONT-SIZE: 11px;
    PADDING-BOTTOM: 5px;
    VERTICAL-ALIGN: top;
    PADDING-TOP: 5px
}
#CSSRedesign #page-content TABLE TD.plans
{
    FONT-SIZE: 1em
}
#CSSRedesign #page-content TABLE TD P
{
    MARGIN: 0px 0px 5px
}
#CSSRedesign #page-content TABLE TD H4
{
    PADDING-RIGHT: 15px;
    PADDING-LEFT: 15px;
    FONT-SIZE: 13px;
    PADDING-BOTTOM: 0px;
    MARGIN: 0px 0px 10px;
    PADDING-TOP: 0px
}
#CSSRedesign #page-content TABLE TD H4 SPAN
{
    DISPLAY: block;
    FONT-WEIGHT: normal;
    WIDTH: 100%
}
#CSSRedesign #page-content TABLE TD H5
{
    MARGIN: 0px;
}
#CSSRedesign #page-content TABLE UL
{
    PADDING-RIGHT: 20px;
    PADDING-LEFT: 30px;
    PADDING-BOTTOM: 0px;
    PADDING-TOP: 0px;
    LIST-STYLE-TYPE: square
}
#CSSRedesign #page-content TABLE UL LI
{
    PADDING-RIGHT: 0px;
    PADDING-LEFT: 0px;
    PADDING-BOTTOM: 5px;
    PADDING-TOP: 0px
}
#CSSRedesign form#compareform { display:block; padding:10px 0 0; margin:0; clear:left; }
#CSSRedesign button { font-size:11px; }
#CSSRedesign ol { padding:0.5em 0 0 35px; background-color:#transparent; font-size:11px; }
#CSSRedesign ol li { list-style-type:decimal; background-color:transparent; font-size:inherit; margin-bottom:5px;font-size:11px; }
#CSSRedesign ul li { list-style-type:square; background-color:transparent; font-size:inherit; margin-bottom:5px;font-size:11px; }
#CSSRedesign #box2 table.selectors,#box2f table.selectors { margin:0 auto; width:90%; }
#CSSRedesign #box2 table.selectors td, #box2f table.selectors td { padding:0 0 0.3em; vertical-align:top; }
#CSSRedesign #box2 table.selectors td.pl5, #box2f table.selectors td.pl5 { padding-left:5px; }
#CSSRedesign table#compareplans { clear:both; /* border-top:3px solid #004C84; */ border-spacing:0px; border-collapse:collapse; margin-bottom:2em; }
#CSSRedesign table#compareplans th { font-size:11px; border-right:1px solid white; border-bottom:1px solid white; padding:6px 6px 3px 6px; }
#CSSRedesign table#compareplans tr td { font-size:11px; border-right:1px solid white; border-bottom:1px solid white; padding:6px 3px 6px 6px; }
#CSSRedesign table#compareplans.clicktoadd { width:50px; text-align:center; }
#CSSRedesign table#compareplans .addbutton { width:50px; text-align:center; }
#CSSRedesign table#compareplans .plansummary-type,
#CSSRedesign table#compareplans .plansummary-coverage,
#CSSRedesign table#compareplans .plansummary-premium,
#CSSRedesign table#compareplans .plansummary-deductible,
#CSSRedesign table#compareplans .plansummary-costsharing,
#CSSRedesign table#compareplans .planbenefits-doctor,
#CSSRedesign table#compareplans .planbenefits-vision,
#CSSRedesign table#compareplans .planbenefits-dental,
#CSSRedesign table#compareplans .planbenefits-physical,
#CSSRedesign table#compareplans .planbenefits-percent
	{ width:8%; }
#CSSRedesign th.c1 { background-color:#9FC3DB; color:#000; text-align:center; }
#CSSRedesign th.c2 { background-color:#004A80;border:1px solid #fff; }
#CSSRedesign th.c3 { background-color:#004A80	; }
#CSSRedesign table#compareplans th.heading { text-align:left; font-size:15px; color:#fff; border:1px solid #fff; }
#CSSRedesign th { background-color:#0076A3; vertical-align:top; }
#CSSRedesign th a { font-size:13px;font-weight:bold;color:#FFFFFF}
#CSSRedesign table#compareplans .fff { background-color:#9FC3DB; border-color:#fff; }
#CSSRedesign table#compareplans .fff2 { background-color:#fff; border-color:#fff; }
#CSSRedesign tbody tr.alt td { background-color:#CFE6F6; }
#CSSRedesign table#compareplans tbody tr.active td { background-color:#00A54F; color:#fff; padding:6px 6px 6px 3px}
#CSSRedesign table#compareplans tbody tr.active td a { color:#fff; }
#CSSRedesign table#compareplans thead .balign { vertical-align:bottom; }
#CSSRedesign .ps-n, .ps-t, .ps-c, .ps-p, .ps-d, .ps-c, .pb-d, .pb-v, .pb-e, .pb-p, .pb-r
	{ /* these are just utilities for hooking into with jQ */ }

#CSSRedesign #box1f {
	width: 49%;
	float: left;
	clear: left;
}
#CSSRedesign #box1f h3 {
	border-top: 2px solid #4087b5;
	background: #6eafdb;
	padding: 5px 15px 7px;
	color: #fff;
	border-bottom: 2px solid #fff;
}
#CSSRedesign #box1f p {
	padding: 10px 15px;
	line-height: 150%;
	background: #f6f6f6;
	border-bottom: 2px solid #fff;
}
#CSSRedesign #box1f p strong {
	display: block;
	margin: 0 0 -10px 0;
}
#CSSRedesign #box2f {
	width: 49%;
	float: right;
	margin: 0 0 0 10px;
}
#CSSRedesign #box2f h3 {
	border-top: 2px solid #6eafdb;
	background: #004a80;
	padding: 5px 15px 7px;
	color: #fff;
	font-size: 1.1em;
	border-bottom: 2px solid #fff;
	margin: 0 0 10px;
}
#CSSRedesign #box2f h4 {
	padding: 0 15px;
	color: #3366cb;
	margin: 0 0 5px;
}
#CSSRedesign #box2f ul {
	list-style: square;
	padding: 0 10px 10px 30px;
}
#CSSRedesign #box2f p {
	padding: 5px 15px;
}
#CSSRedesign #box2f p input {
	width: 170px;
}
#CSSRedesign #box2f div.block {
	width: 100%;
	clear: both;
	margin: 0 0 15px;
	background: #cee6f7;
	padding: 0 0 10px;
}
#CSSRedesign #box2f div.block ul.nobullet {
	list-style: none;
	color: #3366cb;
	text-decoration:none;
	font-size:11px
}
#CSSRedesign #box2f div.block ul.nobullet li {
	padding: 0 0 10px;
}
#CSSRedesign #box2f div.block ul.nobullet li a {
	padding: 0 0 0 3px;
}
#CSSRedesign #box2f div.important {
	background-color: #f6f6f6;
}
#CSSRedesign #box2f div.important h3 {
	border-top-color: #007236;
	background-color: #00a650;
}
/*#CSSRedesign  td { border:1px solid red; } */
/*Popup Begin*/

#pop-close {
	width: 400px;
	float: right;
	position: relative;
}

	#pop-close form {
		position: absolute;
		right: 0;
	}
	
	#pop-close form p {
		margin: 0;
		padding: 0;
	}
	
#tab-box {
	position: relative;
	height: 21px;
	margin: 10px 0 0;
	padding: 0;

}

#tab-set {
	position: absolute;
	top: 1px;
	cursor: hand;
	cursor: pointer;
}
#pop-box {
    BORDER-RIGHT: #a1abac 1px solid;
    PADDING-RIGHT: 15px;
    BORDER-TOP: #a1abac 1px solid;
    PADDING-LEFT: 15px;
    PADDING-BOTTOM: 15px;
    MARGIN: 12px 0px 50px;
    BORDER-LEFT: #a1abac 1px solid;
    PADDING-TOP: 15px;
    BORDER-BOTTOM: #a1abac 1px solid
}

	body #pop-box h2 {
		margin: 3px 0 15px;
		padding: 0;
		font-weight: bold;
		font-size: 18px;
		color: #3366cb;
	}
	
body.tab-pop h1 {
	font-size: 20px;
	font-family:Arial, Helvetica, sans-serif;
}
/*Popup End  */
#CSSRedesign .greenHeader
{
    FONT-WEIGHT: bolder;
    BACKGROUND-COLOR: #00a650
}
#CSSRedesign .greenHeaderRow
{
    FONT-WEIGHT: bolder;
    BORDER-BOTTOM: #6eafdb 1px solid;
    BACKGROUND-COLOR: #00a650
}
#CSSRedesign TH.section-expanded
{
    PADDING-RIGHT: 0px;
    BORDER-TOP: #4087b5 2px solid;
    PADDING-LEFT: 22px;
    FONT-SIZE: 13px;
    BACKGROUND: url(/images/hide_reg.png) no-repeat 0px 6px;
    PADDING-BOTTOM: 8px;
    CURSOR: pointer;
    COLOR: #25489c;
    PADDING-TOP: 5px;
    BORDER-BOTTOM: #6eafdb 1px solid
}
#CSSRedesign TH.section-expanded-esp
{
    PADDING-RIGHT: 0px;
    BORDER-TOP: #4087b5 2px solid;
    PADDING-LEFT: 22px;
    FONT-SIZE: 13px;
    BACKGROUND: url(/images/hide_reg_esp.png) no-repeat 0px 6px;
    PADDING-BOTTOM: 8px;
    CURSOR: pointer;
    COLOR: #25489c;
    PADDING-TOP: 5px;
    BORDER-BOTTOM: #6eafdb 1px solid
}
#CSSRedesign TH.section-collapsed
{
    PADDING-RIGHT: 0px;
    BORDER-TOP: #4087b5 2px solid;
    PADDING-LEFT: 22px;
    FONT-SIZE: 13px;
    BACKGROUND: url(/images/show_reg.png) no-repeat 0px 6px;
    PADDING-BOTTOM: 8px;
    CURSOR: pointer;
    COLOR: #25489c;
    PADDING-TOP: 5px;
    BORDER-BOTTOM: #6eafdb 1px solid
}
#CSSRedesign TH.section-collapsed-esp
{
    PADDING-RIGHT: 0px;
    BORDER-TOP: #4087b5 2px solid;
    PADDING-LEFT: 22px;
    FONT-SIZE: 13px;
    BACKGROUND: url(/images/show_reg_esp.png) no-repeat 0px 6px;
    PADDING-BOTTOM: 8px;
    CURSOR: pointer;
    COLOR: #25489c;
    PADDING-TOP: 5px;
    BORDER-BOTTOM: #6eafdb 1px solid
}
.MeasureNameText
{
    FONT-SIZE: 11px
}

#CSSRedesign table.chart {
	padding: 5px 0;
	padding-left: 3px;
	padding-right: 3px;
	vertical-align: top;
	font-size: 11px;
	border-collapse:collapse;
	font-family:verdana;
}
#CSSRedesign table.chart th.primary {
	border: 1px solid;
	border-color: #FFFFFF;
	padding: 5px 5px 8px 5px;
	color: #FFFFFF;
	background-color: #004A80;
	font-size: 15px;
	text-align: left;
	font-family:verdana;
}
#CSSRedesign table.chart th.secondary {
	border: 1px solid;
	border-color: #FFFFFF;
	padding: 5px 5px 8px 5px;
	color: #FFFFFF;
	background-color: #0076A3;
	font-size: 13px;
	text-align: left;
	font-family:verdana;
}
#CSSRedesign table.chart td.even {
	border: 1px solid;
	padding: 5px 5px 8px 5px;
	border-color: #FFFFFF;
	text-align: left;
	background: #e6f2fb;
	font-family:verdana;
}
#CSSRedesign table.chart td.odd {
	border: 1px solid;
	padding: 5px 5px 8px 5px;
	border-color: #FFFFFF;
	text-align: left;
	background: #cee6f7;
	font-family:verdana;
}
#CSSRedesign table.chart td {
	border: 1px solid;
	padding: 5px 5px 8px 5px;
	border-color: #FFFFFF;
	text-align: left;
	font-family:verdana;
	font-size: 11px;
}
#CSSRedesign table.chart tr.active td { 
	background-color:#00A54F; 
	color:#fff; 
	padding:6px 6px 6px 3px;
	border: 1px solid;
	border-color:#FFFFFF;}
#CSSRedesign table.chart tbody tr.active td a { color:#fff; }
#CSSRedesign table.chart tr.active th { 
	background-color:#00A54F; 
	color:#fff; 
	padding:6px 6px 6px 3px;
	border: 1px solid;
	border-color:#FFFFFF;}
#CSSRedesign table.chart tbody tr.active th a { color:#fff; }
#CSSRedesign p.RedirectionText { 
	color:#660000;
	font-size: 26pt;
	font-family: ariel;
	text-align: center;
    font-weight: bold;
}
#CSSRedesign #content-wrap div.CSRScript {
	FONT-FAMILY: verdana;
	border: 1px solid #000000;
	background: #FFFF80;
	padding: 5px 15px 7px;
	color: #000000;
	font-size: 10px;
}

#CSSRedesign #content-wrap h3.PODHeading {
	font-weight: bold;
	FONT-FAMILY: verdana;
	background: #CF8440;
	padding: 5px 15px 7px;
	margin-bottom: 0px;
	color: #fff;
	font-size: 13px;
	border: 1px solid #000000;
}

#CSSRedesign #content-wrap div.borderbox {
	padding: 5px;
	background: #f6f6f6;
	margin: 0px;
	border-left: 1px solid #000000;
	border-top: 0px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
}
#CSSRedesign #content-wrap h3.CSRGuideHeading {
	font-weight: bold;
	FONT-FAMILY: verdana;
	background: #014478;
	padding: 5px 15px 7px;
	color: #fff;
	margin-bottom: 0px;
	font-size: 13px;
	border: 1px solid #000000;
}

#CSSRedesign #content-wrap h3.Message {
	font-weight: bold;
	FONT-FAMILY: verdana;
	background: #77bbcc;
	padding:5px;
	color: #000000;
	margin: 5px 0 0 0;
	font-size: 13px;
	border: 1px solid #000000;
}
#CSSRedesign #content-wrap div.borderbox1 {
	padding: 5px;
	margin: 0px;
	background-color:#fff;
	border-left: 1px solid #000000;
	border-top: 0px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
}

.adrectangleleft {
	text-align:left;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	margin-left: 10px;
	margin-right: 15px;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #A9A9A9;
	text-indent: 10px;
	font-size: 10px;
}

.adrectangleright {
	text-align:left;
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	margin-left: 15px;
	margin-right: 15px;
	margin-top: 15px;
	margin-bottom: 15px;
	color: #A9A9A9;
	text-indent: 10px;
	font-size: 10px;
}


/* For new box */ 
.post_box {
	clear: left;
	margin-top: 10px;
	background: #FFFFFF;
	color: #000000;
	border: 1px solid #DDDDDD;
	behavior: url(PIE.htc);
}
.text_area {
	padding-top: 10px;
	padding-bottom: 10px;
	behavior: url(PIE.htc);
}
.post_text_area {
	padding: 10px;
	behavior: url(PIE.htc);
}
.post_title {
	padding: 6px;
	padding-left: 10px;
	background: #EFEFEF url(images/gradient_top.gif) repeat-x;
	font-size: 14px;
	font-weight: bold;
	color: #666666;
	behavior: url(PIE.htc);
}
.publish_date {
	clear: both;
	padding: 3px;
	padding-left: 10px;
	color: #999999;
	font-size: 11px;
	font-weight: bold;
	background: #EFEFEF  url(images/gradient_bot.gif) repeat-x bottom;
	behavior: url(PIE.htc);
}
.title {
	padding-bottom: 12px;
	font-size: 18px;
	font-weight: bold;
	color: #666666;
	behavior: url(PIE.htc);
}

.section_box {
	margin: 10px;
	margin-right: 0px;
	padding: 10px;
	border: 1px solid #DDDDDD;
	background: url(/gradient_top.gif) repeat-x;
	behavior: url(PIE.htc);
}

.subtitle {
	padding-bottom: 8px;
	font-size: 14px;
	font-weight: bold;
	color: #AA0000;
	behavior: url(PIE.htc);
}
