@CHARSET "UTF-8";

	
	body
	{
		width: 695px;
		min-width: 600px;
		background: transparent;
		font: 10pt Arial;
	}
	
	h1
	{
	display: none;
	}
	
	div.menubar img
	{
		display: none;
	}
	
	div.page_header
	{
		background: none;
		padding-top: 0px;
		margin-bottom: 0px;
	}
	    table.report tr.title
        {
                background: #003876;
        }
	
	table.report
	{
		width: 680px;
	}

     
	table.report tr.title td
	{
		width: 165px;
		background: #003876 !important;
	}

		table.report td.title td.none 
	{
		background: #ccc !important;
	}

	
	table.report tr.top td.none
	{
		background: #919191 url(../images/boxes/report_top_165_gray.gif) no-repeat top left !important;
	}
	
	table.report tr.top td
	{
		background: #003876 url(../images/boxes/report_top_165.gif) no-repeat top left !important;
	}
		
	table.report tr.top td#best
	{
		background: #003876 url(../images/boxes/report_top_165_best.gif) no-repeat top left !important;
	}
	
	table.report tr.bottom td
	{
		color: white;
		background: #003876 url(../images/boxes/blue_bottom_165.gif) no-repeat bottom left !important;
	}
	
	table.report tr.bottom td.none
	{
		background: #919191 url(../images/boxes/gray_bottom_165.gif) no-repeat bottom left !important;
	}
	
	
	
	table.report td
	{
		background: #ebf0f6;
	}
	
    table.report tr
    {
		background: #BAEAFF !important;
	}


        table.report tr.important td.basic,
        table.report tr.important td.choice,
        table.report tr.important td.gold
        {
                background: #faab53 !important;
        }
                      
        table.report td.none
        {
                background: #ccc  !important;
        }
        
        div.input_form_outer
        {

                background: #ebf0f6;
                border: 1px solid #002664;      
        }

        div.input_form_inner
        {
                background: #ebf0f6;
                color: black;
        }

        div.form_container
        {
                border: 1px solid #002664;
        }

        div.form_box_top
        {
                background: #ebf0f6;
                color: black;
                /*border-bottom: 1px solid #002664;*/
        }
        
        div.form_box_body
        {
        	border: none;
        }

        div.form_box_bottom
        {
			background: none;
        }
        
        div.summary_inner_wide
        {
        	background: #ebf0f6 url(../images/boxes/blue_bottom_680.gif) no-repeat bottom;
        }
        
        div.green div.summary_inner_wide
        {
        	background: #E7EEDF url(../images/boxes/blue_bottom_680.gif) no-repeat bottom;
        }
        
        div.placeholder
        {
        	color: black;
        }
        a.cms-button
        {
        	padding-top: 10px;
        	width: auto;
        	border: 1px solid #002664;
        	height: 45px;
        	display: block;
        	background: url(../images/buttons/button_bg.gif) repeat-x;
        	font: 24px Arial;
        	color: black;
        	text-decoration: none;
        }
        
        #licform
        {
        	display: none !important;
        }
	
		div.menubar a
		{
			display: none;
		}
		
		.leading_text
		{
			background: #ebf0f6 !important;
		}
		
		div.summary_inner
		{
			background: #ebf0f6 !important;
		}
		
		tr.summary
		{
			background: #ebf0f6 !important;
		}
		
		tr.summary td
		{
			font-weight: 800;
		}
		
		#summary_login_link 
		{
			float: right;
		}
		
		#summary_login_link a 
		{
			color: white;
		}
		
		
		table.prior_auths
		{
			width: 100%;
		}

		table.prior_auths th
		{
			background: #aaa;
			color: #003876;
			font-weight: bold;
		}

		table.prior_auths td 
		{
			margin-left: 10px;
			margin-right: 10px;
		}