body{
	background: url(/images/gradient-blue.jpe);
	background-repeat: repeat-x;
	/*background-color:#f6f6e5;*/
	background-color:#fff;
	COLOR: black;
    FONT-FAMILY: verdana, arial, sans-serif;
    FONT-SIZE: 9pt;    
}


legend{
	font-weight:bold;
	color:blue;
}

fieldset{
	text-align:center;
	padding:5px;
	border:1px solid black;
}

fieldset table{
	margin-top:5px;
	background-color:#e0e0e0;
	width:90%;
	text-align:left;
}



TH{
	text-align:right;	
	vertical-align:center;
	padding-right:5px;
	font-size:8pt;
	color:#fff;
	background-color:#a0a0a0;	
}

.blue_background A
{
	COLOR: #fa9a00;
	font-size:x-small;
    FONT-WEIGHT: bold;
    TEXT-DECORATION: none
}
.blue_background A:hover{
	COLOR: white;
    FONT-WEIGHT: bold;
    TEXT-DECORATION: none
}

.hi_lite{	
	border:2px solid #ffffcc;
	margin:2px;
}

p{
    TEXT-ALIGN: left
}

a{
	
	color:blue;	
	font-weight:normal;
	text-decoration:none;
	font-size:9pt;
	
}
a:hover{
	color:black;	
	font-weight:normal;
	background-color:#ffffcc;
	text-decoration:underline;	
	
}
a:visited{
	text-decoration:none;
	color:Blue;
}

.top-right-menu a{
	font-size:8pt;
}

/*
.top-right-menu a:hover{
	color:blue;	
	font-weight:normal;
	background-color:orange;
	text-decoration:underline;
}
A{
    COLOR: #0000FF;
    FONT-FAMILY: verdana, arial, sans-serif;
    FONT-SIZE: 9pt;
    FONT-WEIGHT: bold;
    TEXT-DECORATION: none
}
A:hover
{
    COLOR: #fa9a00;
    FONT-WEIGHT: bold;
    TEXT-DECORATION: none
}


.top-right-menu a{
	color:blue;
	font-size:8pt;
	font-weight:normal;
}
.top-right-menu a:hover{
	color:blue;	
	font-weight:normal;
	background-color:orange;
	text-decoration:underline;
}
.menu A
{
	background-color:none;
    COLOR: #4b5a71;
    FONT-FAMILY: verdana, arial, sans-serif;
    FONT-SIZE: 8pt;
    TEXT-DECORATION: none
}
.menu A:hover
{
    COLOR: white;
    TEXT-DECORATION: none;   
}
.submenu A
{
    COLOR: #476aad;
    FONT-FAMILY: verdana, arial, sans-serif;
    FONT-SIZE: 8pt;
    TEXT-DECORATION: none
}
.submenu A:hover
{
    COLOR: #ffffff;
    TEXT-DECORATION: none
}
.menu2 A
{
    COLOR: white;
    FONT-FAMILY: verdana, arial, sans-serif;
    FONT-SIZE: 8pt;
    TEXT-DECORATION: none
}
.menu2 A:hover
{
    COLOR: #ffffcc;
    TEXT-DECORATION: none
}


*/


H1
{
    COLOR: #4b5a71;
    FONT-FAMILY: verdana, arial, sans-serif;
    FONT-SIZE: 12pt;
    FONT-WEIGHT: bold
}
HR{
	color:#ffcf9c;
	font-size:small;
	
		
}
H2{
    COLOR: #4b5a71;
    FONT-FAMILY: verdana, arial, sans-serif;
    FONT-SIZE: 12pt;
    FONT-WEIGHT: bold
}
.bb{
    COLOR: #4b5a71;
    FONT-FAMILY: verdana, arial, sans-serif;
    FONT-SIZE: 10pt;
    FONT-WEIGHT: bold
}
.button{
    
    border:1px solid black;
    FONT-FAMILY: Verdana;
    font-size:8pt;
	color:black;
    font-weight:bold;
}
.price, .rtxt{
    color : #ED1C24;
    FONT-FAMILY: verdana, arial;
    FONT-SIZE: 12pt;
    FONT-WEIGHT: bold
}
.footer{
    COLOR: #4b5a71;
    FONT-FAMILY: verdana, arial;
    FONT-SIZE: 8pt;
    FONT-WEIGHT: normal
}

.footer A
{
    COLOR: #4b5a71;
    FONT-FAMILY: verdana, arial, sans-serif;
    FONT-SIZE: 8pt;
    FONT-WEIGHT: bold;
    TEXT-DECORATION: none
}
.footer A:hover{
    COLOR: #5578ba;
    FONT-WEIGHT: bold;
    TEXT-DECORATION: none
}

.display_container
{
	background-color:#eeeeee;
	border:1px solid black;
	margin:5px;
	padding:5px;
	margin-bottom: 30px;
}


.display_content{	
	margin:5px;	
}

.display_title, .highlight{	
	/*background-color:#ffd100;	*/
	background-color:#ffcc33;	
	border-bottom:1px solid black;	
	border-left:2px solid black;
	color:black;
	margin-bottom:15px;
	text-align:left;
	font-weight:bold;
	
}

.display_title h1
{
	color:Black;
	margin:15px;
	
}


.announcement {
	background-color: #ffc;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 5px;
    padding-left: 60px;
    border: 2px orange solid;    
}

.warning, .error {
    background: #ffc url(/images/warning.gif);
    background-position: 10px center;
    background-repeat: no-repeat;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 5px;
    padding-left: 60px;
    border: 1px #ccc solid;
    color : #f00;
}

.information {
    background: #ffc url(/images/information.gif);
    background-position: 10px center;
    background-repeat: no-repeat;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 5px;
    padding-left: 60px;
    border: 1px #ccc solid;
    font-weight: bold;
    margin:10px;
}

.information H1{
	color:Blue;
	font-weight:bold;
}

#page_top
{
	/*background-color:#5487bc;*/
	/*background-color:white;*/
	background-color:#f6f6e5;
	/*background: url(/images/gradient-blue.jpe);*/
	background-repeat: repeat-x;

}
#page_top_wrapper
{
	
	margin:10px;		
	
}

#top_left
{
	float:left;
}

#top_right
{
	float:right;
}

#top_menu
{
	background-color:#a8bed7;
	text-align:center;
	border-bottom:1px solid black;
}

#page_main_wrapper
{
	margin: 0px 2% 0px 2%;
	background-color:#f6f6e5;		
	border-bottom:2px solid #e3e3e3;
	border-right:1px solid #e3e3e3;
	/*border-top:2px solid black;*/
	border-left:1px solid #e3e3e3;
		
}

#page_main_content
{
	/*background-color:#e3e3e3;*/
	margin:10px;
}

#main_content
{
	/*page main content wrapper*/	
	margin:20px;
	
}

#quiz_main_content
{
	margin:0 10% 0 10%;	
}

#page_footer
{
	background-color:#f6f6e5;
	text-align:center;
}

.subscription_options H1
{
	color:Blue;
	border-bottom:1px dashed blue;	
}

/*  formatting for account-type-details page */
.account_compare tr
{
	text-align:center;	
}

.feature
{
	font-weight:bold;
	border-bottom:1px dashed black;
	text-align:left;
	background-color:#f6f6e5;
}

.feature_area
{
	border-bottom:1px dashed black;
	background-color:#fae29c;	
	font-weight:bold;
}

		
.bmr_basic_col
{
	background-color:#ffffcc;
	border-bottom:1px dashed black;
}

.pmk_basic_col
{
	background-color:#a8bed7;
	border-bottom:1px dashed black;
}

.pmk_career_col
{
	background-color:#1a53d3;
	border-bottom:1px dashed black;
	color:White;
}

.pmk_command_col
{
	background-color:#e78628;
	border-bottom:1px dashed black;
}

TABLE.grid_view, TABLE.ctl_pnl_display{
	background-color:#f6f6e5;
}

TABLE.grid_view TH, TABLE.ctl_pnl_display TH{
	text-align:center;
	vertical-align:bottom;
	color:#fff;
	background-color:#a0a0a0;	
}

.ctl_pnl_display{
	/*
	border-left:1px solid black;
	border-top:1px solid black;
	border-right:2px solid black;
	border-bottom:2px solid black;
	*/
	border:none:
	background-color:#f6f6e5;
	width:95%;
	text-align:center;		
}

