﻿
/* 
---------------------------------------------------------------------
	Reset browser defaults	
---------------------------------------------------------------------
	Creates a common baseline style (or lack thereof) across
	browsers by eliminating browser specific defaults.

	(Based on work by Eric Meyer (meyerweb.com)
---------------------------------------------------------------------
*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td
{
    margin: 0;
    padding: 0;
}
fieldset, img
{
    border: 0;
}
address, caption, cite, code, dfn, em, th, var
{
    font-style: normal;
    font-weight: normal;
}
ol, ul
{
    list-style: none;
}
caption, th
{
    text-align: left;
}
h1, h2, h3, h4, h5, h6
{
    font-size: 100%;
    font-weight: normal;
}
q:before, q:after
{
    content: '';
}
abbr, acronym
{
    border: 0;
}



/*
---------------------------------------------------------------------
	SHARED
---------------------------------------------------------------------
*/


body, html
{
    font: normal 12px Verdana;
}

body
{
    background: #E0E0E0;
}

.page_shadow_top
{
    position: absolute;
    width: 100%;
    height: 26px;
    top: 0px;
    background: transparent URL(img/page/page_shadow_top.png) repeat-x scroll top left;
}
.page_shadow_btm
{
    background: transparent URL(img/page/page_shadow_btm.png) repeat-x scroll bottom left;
    height: 26px;
    position: absolute;
    bottom: 0px;
    width: 100%;
}
.page_center_pnt
{
    position: absolute;
    height: 1px;
    width: 1px;
    overflow: visible;
    left: 50%;
    top: 50%;
}
.hidden
{
    display: none !important;
}
.spinner
{
    position: absolute;
    opacity: 0.20;
    filter: alpha(opacity=20);
    z-index: 999;
    background: #fff;
}
.spinner-msg
{
    text-align: center;
    font-weight: bold;
    color: #404040;
}
.spinner-img
{
    background: url(img/misc/spinner.gif) no-repeat;
    width: 24px;
    height: 24px;
    margin: 0 auto;
}
.clear
{
    clear: both;
}
.overTxtLabel
{
    color: #999999;
}


/*
---------------------------------------------------------------------
	PAGE HEADER AND MENUS
---------------------------------------------------------------------
*/

.page_header
{
    height: 60px;
    background: transparent URL(img/page/page_header_bg.png) repeat-x 0 0;
    padding: 5px 10px 5px 10px;
    line-height: 30px;
}
.page_header .logo
{
    height: 35px;
    padding: 5px;
    vertical-align: middle;
    float: left;
    margin-top: 10px;
    display: block;
}
.page_header .logo img
{
    background: transparent URL(img/page/HIP_horiz_25h_white.png) no-repeat 0 0;
    width: 210px;
    height: 25px;
    vertical-align: middle;
}

.session_menu
{
    position: absolute;
    right: 10px;
    top: 5px;
    height: 50px;
    padding: 5px 0px 5px 10px;
    background: transparent URL(img/page/left_inset.png) repeat-y 0 0;
    display: block;
    width: 225px;
    z-index: 10;
}
.session_menu .user_name
{
    position: absolute;
    bottom: 10px;
    right: 0px;
    color: #DDDDDD;
    font: normal 11px Tahoma;
}
.session_menu .user_menu
{
    float: right;
    padding-top: 6px;
    color: #DDDDDD;
    font: bold 14px Arial;
}
.user_menu a
{
    text-decoration: none;
    color: #DDDDDD;
    float: right;
    padding: 3px;
    margin-left: 5px;
}
.user_menu a:hover
{
    color: White;
}




.no_auth .site_menu
{
    background: none;
    margin-left: 220px;
    margin-right: 70px;
}
.no_auth .site_menu .primary
{
    height: 30px;
}
.no_auth .session_menu
{
    width: 60px;
    background: none;
}
.no_auth .session_menu .user_menu
{
    bottom: 15px;
    font: bold 18px Arial;
}


.page_footer
{
    position: absolute;
    bottom: 0px;
    height: 26px;
    background: #333;
    left: 0px;
    right: 0px;
}
.no_nav .page_footer
{
    background: none;
}


.page_footer_links
{
    float: right;
    font: normal 11px Tahoma;
    color: #C0C0C0;
    padding-right: 5px;
}
.page_footer_links li
{
    float: right;
    padding: 5px 0px 0px 10px;
}
.page_footer_links a
{
    color: #C0C0C0;
    text-decoration: none;
}
.copyright
{
    position: absolute;
    bottom: 10px;
    left: 10px;
    color: #C0C0C0;
    font-size: 10px;
}
.customer_service_phone_out
{
    float: right;
    position: relative;
    left: -50%;
}
.customer_service_phone_in
{
    position: relative;
    left: 50%;
    color: #C0C0C0;
    font-size: 10px;
    top: 5px;
}

.page_content_container
{
    background: #E0E0E0;
    position: absolute;
    width: 100%;
    height: 100%;
}
.page_content_container.no_border
{
    padding: 0px;
}
.page_content_container.popup
{
    bottom: 0px;
    top: 0px;
}


.site_search
{
    float: left;
    margin-left: -204px;
}
#site_search_input
{
    -moz-border-radius: 7px 7px 7px 7px;
    -webkit-border-radius: 7px 7px 7px 7px;
    float: left;
    font-size: 12px;
    height: 20px;
    margin-top: -2px;
    padding: 1px 4px;
    width: 154px;
}
#site_search_button
{
    height: 24px;
    width: 24px;
    margin: -2px 0px 0px 3px;
    background: transparent URL(img/buttons/search.png) no-repeat;
}



/*
---------------------------------------------------------------------
	FORMS AND FIELDS
---------------------------------------------------------------------
*/

.user_input
{
    background: url("img/misc/textshadow.gif") repeat-x scroll left top white;
    border-color: #50718F #7F9DB9 #7F9DB9 #50718F;
    border-style: solid;
    border-width: 1px;
    clear: left;
    color: black;
    display: block;
    font: 13px Verdana;
    margin-bottom: 1px;
    margin-top: 2px;
    padding: 2px;
}

.hideCalendarDates {
    display: none;
}

.user_input.radio
{
    height: 24px;
    line-height: 18px;
    vertical-align: middle;
    padding: 0px 6px 0px 0px;
    float: left;
    margin-right: 4px;
}

.input-validation-error.user_input
{
    border-color: #C70000;
}
.hint
{
    clear: both;
    color: #4F5953;
    display: block;
    font-size: 10px;
    line-height: normal;
    text-align: left;
    text-transform: capitalize;
}
.data_entry li
{
    line-height: 16px;
    padding-bottom: 8px;
}
.data_entry li.misc_text
{
    color: #717074;
    font-size: 11px;
    padding-bottom: 24px;
}
.data_entry li.misc_text ol
{
    list-style-type: square;
    list-style-position: outside;
    padding-left: 24px;
}
.data_entry li.misc_text ol li
{
    padding-bottom: 0px;
}
.data_entry li.field
{
    padding-left: 8px;
    padding-right: 8px;
}
.data_entry li.button_group
{
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 8px;
}
.data_entry .field-validation-error
{
    color: #B5121B;
    float: right;
}




.validation-summary-errors
{
    position: absolute;
    bottom: 30px;
    right: 10px;
    width: 250px;
    background: black;
    border: solid 1px white;
    padding: 16px 16px 16px 30px;
    color: White;
    font: bold 11px Tahoma;
    line-height: 16px;
    -moz-box-shadow: #202020 5px 5px 5px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    -webkit-box-shadow: #202020 5px 5px 5px;
    visibility: hidden;
}
.validation-summary-errors li
{
    list-style: disc outside;
}
.validation-summary-errors #btnCloseError
{
    position: absolute;
    background: black;
    height: 20px;
    width: 20px;
    text-align: center;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    border: solid 2px white;
    font: bold 14px Arial;
    top: -5px;
    right: -5px;
    list-style: none;
    vertical-align: middle;
}
.validation-summary-errors #btnCloseError a
{
    text-decoration: none;
    color: White;
    line-height: 19px;
}

a.main
{
    color: #EBEBEB;
    font: bold 18px Arial;
    margin: 0px 5px;
    padding: 2px 10px;
    height: 24px;
    text-decoration: none;
    z-index: 100;
    background-color: #333333;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border: transparent 1px #000000;
}

input.button.primary
{
    -moz-border-radius: 4px 4px 4px 4px;
    -webkit-border-radius: 4px 4px 4px 4px;
    background: url(img/buttons/redrep.png) repeat-x scroll 0 0 transparent;
    border: 1px solid #C70000;
    color: #FFFFFF;
    display: inline;
    height: 24px;
    margin-right: 6px;
    padding: 1px 4px 4px;
    vertical-align: middle;
    cursor: pointer;
}

.button.secondary
{
    color: #717074;
}


#logon_window_frame
{
    background: #F0f0f0;
    border: solid 1px #404040;
    position: absolute;
    height: 400px;
    width: 700px;
    top: -200px;
    left: -350px;
    -moz-box-shadow: #202020 5px 5px 5px;
    -moz-border-radius: 15px;
    -webkit-box-shadow: #202020 5px 5px 5px;
    -webkit-border-radius: 15px;
}
#logon_window_frame .frame_container
{
    border: solid 1px #A0A0A0;
    background: #FAFAFA;
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    font: normal 12px Verdana;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    padding: 12px;
}
body.logon .page_footer
{
    background: none;
}

#logon_logo
{
}
#slinstall
{
    border: solid 1px #90BAD4;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    background: white;
    position: absolute;
    width: 235px;
    height: 115px;
    bottom: 60px;
    left: 58px;
    padding: 8px;
    text-align: center;
}
#slinstall a
{
    text-decoration: none;
    color: #3561B4;
    font-size: 11px;
}
#slinstall .tagline
{
    margin-bottom: 10px;
}
.logon_form_container
{
    border-left: dashed 1px #C0C0C0;
    position: absolute;
    right: 12px;
    top: 12px;
    width: 286px;
    bottom: 12px;
    padding-left: 12px;
}
.logon_form_container h1
{
    font: bold 18px Arial;
    color: #B5121B;
    margin-bottom: 6px;
}

#logon_legal_notice
{
    padding-top: 24px;
}
.logon_form_container input.user_input
{
    width: 263px;
}

.information_page_frame
{
    border: solid 1px #A0A0A0;
    background: #FAFAFA;
    font: normal 12px Verdana;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    padding: 10px;
}
.information_page_frame.fixed
{
    position: absolute;
    top: 10px;
    left: 10px;
    bottom: 10px;
    right: 10px;
}
.information_page_frame.title_only
{
    padding: 5px 10px 5px 10px;
}

.information_page_frame.fixed .content
{
    overflow-x: hidden;
    overflow-y: auto;
    position: relative;
    height: 100%;
    width: 100%;
}
.information_page_frame h1
{
    font: bold 20px Arial;
    color: #B5121B;
    margin-bottom: 5px;
}
.information_page_frame h2
{
    font: bold 15px Arial;
    margin-bottom: 5px;
}

.information_page_frame p
{
    margin-bottom: 15px;
}
.information_page_frame .sub
{
    padding-left: 32px;
}
.information_page_frame .date_list
{
    font: normal 14px Arial;
    line-height: 24px;
}

.header_menu
{
    height: 60px;
    padding: 0px 5px 0px 5px;
    background: transparent URL(img/page/left_inset.png) repeat-y 0 0;
    margin-left: 250px;
    margin-right: 232px;
    position: relative;
}

#site_menu
{
    padding-bottom: 5px;
    border-bottom: 1px dotted #707070;
    color: White;
    height: 30px;
    padding-left: 5px;
    padding-bottom: 1px;
    vertical-align: middle;
    display: block;
    text-align: center;
    background: URL(img/page/page_bg01.jpg) repeat;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: bold;
}

#site_menu a
{
    background: #E1E1E1;
    color: #000;
    font-size: 9pt;
    margin: 0px 5px;
    padding: 2px 10px;
    height: 30px;
    text-decoration: none;
    z-index: 100;
    width: 140px;
}

#site_menu li
{
    margin-top: 8px;
    float: left;
    display: block;
}

#site_menu a:hover{
    background: #E00000;
    color: #FFF;
    border: transparent 1px #000000;
} 
#site_menu a:focus, 
#site_menu a.current{
    background: #A8A8A8;
    color: #000;
    border: transparent 1px #000000;
}


#site_menu.showing_menu a.current
{
    background: none;
    border: none;
}

#site_menu li span 
{
    color: #d9d9d9;
	float: left;
	padding: 0px 0;
	position: absolute;
	left: 0;
	display: none; /*--Hide by default--*/
	/*--Bottom right rounded corner--*/
	-moz-border-radius-bottomright: 5px;
	-khtml-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	/*--Bottom left rounded corner--*/
	-moz-border-radius-bottomleft: 5px;
	-khtml-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
}

#site_menu li span a  
{
    display: inline;
} /*--Since we declared a link style on the parent list link, we will correct it back to its original state--*/

/*
---------------------------------------------------------------------------------------------------
	SILVERLIGHT CONTAINERS
---------------------------------------------------------------------------------------------------
*/

.silverlight_object
{
    height: 100%;
    width: 100%;
    padding-top: 2px;
    outline: none;
    background: #C0C0C0;
}

/*
---------------------------------------------------------------------------------------------------
	TELERIK CONTROL OVERRIDES
---------------------------------------------------------------------------------------------------
*/

.telerik_container .t-widget, .telerik_container .t-tabstrip, .telerik_container .t-header
{
    background: none;
    border: none;
    font: normal 11px Verdana;
}

.telerik_container .t-tabstrip .t-reset
{
    padding: 0px;
}

.telerik_container
{
    bottom: 8px;
    left: 8px;
    position: absolute;
    right: 8px;
    top: 60px;
}
.telerik_container .telerik_fixed
{
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
}

/*
---------------------------------------------------------------------------------------------------
	LEFT NAVIGATION PANEL
---------------------------------------------------------------------------------------------------
*/


.left_nav_panel
{
    background: url("img/page/left_inset.png") repeat-y scroll right top #E0E0E0;
    bottom: 0;
    left: 0;
    padding: 10px;
    position: absolute;
    top: 0;
    width: 243px;
}
.left_nav_panel h3
{
    font: bold 16px Arial;
    color: #000000;
    padding-top: 8px;
}
.left_nav_panel select.user_input
{
    width: 242px;
}
.left_nav_panel .hint
{
    display: inline;
    padding-left: 4px;
    vertical-align: middle;
}
.left_nav_panel .disabled
{
    color: #707070;
    font-size: smaller;
}
.left_nav_panel .nav_footer
{
    position: absolute;
    bottom: 4px;
    text-align: center;
}
.left_nav_panel #view_all_reports
{
    float: left;
    margin-right: 4px;
    margin-top: 1px;
}
/*
---------------------------------------------------------------------------------------------------
	HOMEPAGE / DASHBOARD
---------------------------------------------------------------------------------------------------
*/

.dashboard
{
    table-layout: fixed;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
}
.dashboard .left
{
    border-right: dotted 1px #c0c0c0;
    width: 250px;
}
.dashboard .right
{
    border-left: dotted 1px #c0c0c0;
    width: 250px;
}
.dashboard td
{
    padding: 15px;
    vertical-align: top;
    overflow: hidden;
}
.dashboard td.center
{
    padding: 15px 30px;
}


.lead_story
{
    padding-top: 10px;
    font: normal 13px Verdana;
}
.lead_story h3
{
    color: #B5121B;
    font: bold 20px Arial;
    margin-bottom: 4px;
    margin-top: 12px;
}

.lead_story h4
{
    color: #000000;
    font: bold 15px Arial;
    margin-bottom: 4px;
    margin-top: 12px;
}

.lead_story ul, ul.bulleted
{
    list-style: disc inside;
    padding-left: 15px;
}
.lead_story p b, .lead_story a
{
    color: #B5121B;
    font-weight: bold;
}

.dashboard .rss .title
{
    color: #B5121B;
    font: bold 18px Arial;
    border-bottom: solid 1px #c0c0c0;
    padding: 0px;
}
.dashboard .rss li
{
    padding: 8px 0px;
}





.image_container
{
    position: relative;
    height: 201px;
    width: 240px;
    border: solid 1px #7F9DB9;
}
#state_image_container
{
    background: white URL(img/maps/us_map_alt.png) no-repeat scroll 0 0;
    position: absolute;
    top: 0px;
    left: 0px;
    height: 201px;
    width: 240px;
}

area.highlighted
{
    background: red;
    opacity: 0.5;
}
.services_reports .page_content_container
{
    background: white;
}
.report_list
{
    height: 100%;
}

#report_list_containereeee
{
    background: white;
    position: absolute;
    top: 10px;
    bottom: 10px;
    right: 10px;
    left: 272px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 10px;
    border: solid 1px #404040;
}


#report_list_container .report_card
{
    display: block;
    float: left;
    height: 250px;
    width: 210px;
    border: solid 1px #D9D9D9;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    margin-bottom: 20px;
    margin-right: 20px;
    padding: 10px; /* overflow: hidden; */
    position: relative;
    text-align: center;
    background: #F2F2F0;
}

.report_card.noAccess .report_link
{
    -moz-opacity: .60;
    opacity: .60;
    filter: alpha(opacity=60);
}

.report_card .watermark
{
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    display: none;
    position: absolute;
    z-index: 0;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
}
.report_card.coming_soon .watermark
{
    background: rgba(240,240,240,.40) URL(img/misc/coming_soon.png) no-repeat center center;
    display: block;
    z-index: 30;
}
.report_card.badge_new .watermark, .report_card.badge_beta .watermark
{
    top: -10px;
    right: -10px;
    left: auto;
    width: 48px;
    height: 48px;
    background: transparent URL(img/misc/badge_new.png) no-repeat top left;
    display: block;
    z-index: 70;
}
.report_card.badge_beta .watermark
{
    background: transparent URL(img/misc/badge_beta.png) no-repeat top left;
}

.report_card .title
{
    height: 34px;
    vertical-align: middle;
    padding: 0px 12px 0px 12px;
}
.report_card h4
{
    font: bold 12px Verdana;
    color: black;
    display: block;
    padding-top: 4px;
    margin-bottom: 12px;
    height: 34px;
    text-align: left;
}
.report_card .info, .report_card .descr .close_link
{
    position: absolute;
    bottom: 4px;
    right: 4px;
    font: normal 10px Tahoma;
    text-decoration: none;
    color: White;
    width: 22px;
    font-weight: bold;
}
.report_card .descr .close_link
{
    color: #505050;
    bottom: 3px;
    right: 6px;
}

.report_card .report_link
{
    bottom: 6px;
    left: 6px;
    position: absolute;
    right: 6px;
    text-decoration: none;
    top: 6px;
}

.report_card .descr
{
    position: absolute;
    visibility: hidden;
    opacity: 0.0;
    background: #D9D9D9;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border: solid 1px #D9D9D9;
    z-index: 50;
    color: #707070;
    padding: 5px;
    text-align: left;
    font: normal 11px Verdana;
}
.report_card .descr h4
{
    color: #505050;
    height: 20px;
}


.report_card .descr_link
{
    position: absolute;
    bottom: -1px;
    right: -1px;
    width: 46px;
    height: 36px;
    background: transparent URL(img/misc/page_curl.png) no-repeat top left;
    -moz-border-radius: 0px 0px 8px 0px;
    -webkit-border-radius: 0px 0px 8px 0px;
    border-bottom: solid 1px #D9D9D9;
    border-right: solid 1px #D9D9D9;
    text-align: right;
    z-index: 40;
}

.report_options
{
	height: 100%;
    margin: 10px 10px 0px 10px;
	overflow: auto;
}

.report_options.info
{
    background: transparent URL(img/misc/info.png) no-repeat bottom right;
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
}

.report_options h3
{
    color: #B5121B;
    font: bold 16px Arial;
    padding-bottom: 6px;
    border-bottom: solid 1px #C0C0C0;
}
.report_button
{
    -webkit-border-radius: 8px 8px 8px 8px;
    -moz-border-radius: 8px 8px 8px 8px;
    background: url("img/buttons/redrep.png") repeat-x scroll 0 0 #942600;
    border: 1px solid #C70000;
    color: #FFFFFF;
    display: inline-block;
    font-weight: bold;
    height: 32px;
    line-height: 30px;
    margin-right: 6px;
    padding: 4px;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    width: 130px;
}
.report_button img
{
    float: left;
    margin-left: 6px;
    vertical-align: middle;
}
.option_group
{
    margin-top: 30px;
    text-align: center;
}

/*
 * FancyBox - jQuery Plugin
 * Simple and fancy lightbox alternative
 *
 * Copyright (c) 20010 Janis Skarnelis
 * Examples and documentation at: http://fancybox.net
 *
 * Version: 1.3.0 (02/02/2010)
 * Requires: jQuery v1.3+
 *
 * Dual licensed under the MIT and GPL licenses:
 *   http://www.opensource.org/licenses/mit-license.php
 *   http://www.gnu.org/licenses/gpl.html
 */

/*
#fancybox-loading
{
    position: fixed;
    top: 50%;
    left: 50%;
    height: 40px;
    width: 40px;
    margin-top: -20px;
    margin-left: -20px;
    cursor: pointer;
    overflow: hidden;
    background: transparent;
    z-index: 1104;
    display: none;
}

* html #fancybox-loading
{
    <!-- IE6 -->
    position: absolute;
    margin-top: 0;
}

#fancybox-loading div
{
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 480px;
    background: transparent url('img/lightbox/fancy_loading.png') no-repeat;
}

#fancybox-overlay
{
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #000;
    z-index: 1100;
    display: none;
}

* html #fancybox-overlay
{
    <!-- IE6 -->
    position: absolute;
    width: 100%;
}

#fancybox-tmp
{
    padding: 0;
    margin: 0;
    border: 0;
    overflow: auto;
    display: none;
}

#fancybox-wrap
{
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    padding: 20px;
    z-index: 1101;
    display: none;
}

#fancybox-outer
{
    position: relative;
    width: 100%;
    height: 100%;
    background: #FFF;
}

#fancybox-inner
{
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: 0;
    outline: none;
    overflow: hidden;
    border-color: #50718F #7F9DB9 #7F9DB9 #50718F;
    border-style: solid;
    border-width: 1px;
    overflow: hidden !important;
}

#fancybox-hide-sel-frame
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent;
}

#fancybox-close
{
    position: absolute;
    top: -15px;
    right: -15px;
    width: 32px;
    height: 32px;
    background: url('img/lightbox/fancy_close.png') top left no-repeat;
    cursor: pointer;
    z-index: 1103;
    display: none;
}

#fancybox_error
{
    color: #444;
    font: normal 12px/20px Arial;
}

#fancybox-content
{
    height: auto;
    width: auto;
    padding: 0;
    margin: 0;
}

#fancybox-img
{
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    border: none;
    outline: none;
    line-height: 0;
    vertical-align: top;
    -ms-interpolation-mode: bicubic;
}

#fancybox-frame
{
    position: relative;
    width: 100%;
    height: 100%;
    border: none;
    display: block;
}

#fancybox-title
{
    position: absolute;
    bottom: 0;
    left: 0;
    font-family: Arial;
    font-size: 12px;
    z-index: 1102;
}

.fancybox-title-inside
{
    padding: 10px 0;
    text-align: center;
    color: #333;
}

.fancybox-title-outside
{
    padding-top: 5px;
    color: #FFF;
    text-align: center;
    font-weight: bold;
}

.fancybox-title-over
{
    color: #FFF;
    text-align: left;
}

#fancybox-title-over
{
    padding: 10px;
    background: url('img/lightbox/fancy_title_over.png');
    display: block;
}

#fancybox-title-wrap
{
    display: inline-block;
}

#fancybox-title-wrap span
{
    height: 32px;
    float: left;
}

#fancybox-title-left
{
    padding-left: 15px;
    background: transparent url('img/lightbox/fancy_title_left.png') repeat-x;
}

#fancybox-title-main
{
    font-weight: bold;
    line-height: 29px;
    background: transparent url('img/lightbox/fancy_title_main.png') repeat-x;
    color: #FFF;
}

#fancybox-title-right
{
    padding-left: 15px;
    background: transparent url('img/lightbox/fancy_title_right.png') repeat-x;
}

#fancybox-left, #fancybox-right
{
    position: absolute;
    bottom: 0px;
    height: 100%;
    width: 35%;
    cursor: pointer;
    outline: none;
    background-image: url('blank.gif');
    z-index: 1102;
    display: none;
}

#fancybox-left
{
    left: 0px;
}

#fancybox-right
{
    right: 0px;
}

#fancybox-left-ico, #fancybox-right-ico
{
    position: absolute;
    top: 50%;
    left: -9999px;
    width: 30px;
    height: 30px;
    margin-top: -15px;
    cursor: pointer;
    z-index: 1102;
    display: block;
}

#fancybox-left-ico
{
    background: transparent url('img/lightbox/fancy_nav_left.png') no-repeat;
}

#fancybox-right-ico
{
    background: transparent url('img/lightbox/fancy_nav_right.png') no-repeat;
}

#fancybox-left:hover, #fancybox-right:hover
{
    visibility: visible; <!-- IE6 -->
}

#fancybox-left:hover span
{
    left: 20px;
}

#fancybox-right:hover span
{
    left: auto;
    right: 20px;
}

div.fancy-bg
{
    position: absolute;
    padding: 0;
    margin: 0;
    border: 0;
    z-index: 1001;
}

div#fancy-bg-n
{
    top: -20px;
    left: 0;
    width: 100%;
    height: 20px;
    background: transparent url('img/lightbox/fancy_shadow_n.png') repeat-x;
}

div#fancy-bg-ne
{
    top: -20px;
    right: -20px;
    width: 20px;
    height: 20px;
    background: transparent url('img/lightbox/fancy_shadow_ne.png') no-repeat;
}

div#fancy-bg-e
{
    top: 0;
    right: -20px;
    height: 100%;
    width: 20px;
    background: transparent url('img/lightbox/fancy_shadow_e.png') repeat-y;
}

div#fancy-bg-se
{
    bottom: -20px;
    right: -20px;
    width: 20px;
    height: 20px;
    background: transparent url('img/lightbox/fancy_shadow_se.png') no-repeat;
}

div#fancy-bg-s
{
    bottom: -20px;
    left: 0;
    width: 100%;
    height: 20px;
    background: transparent url('img/lightbox/fancy_shadow_s.png') repeat-x;
}

div#fancy-bg-sw
{
    bottom: -20px;
    left: -20px;
    width: 20px;
    height: 20px;
    background: transparent url('img/lightbox/fancy_shadow_sw.png') no-repeat;
}

div#fancy-bg-w
{
    top: 0;
    left: -20px;
    height: 100%;
    width: 20px;
    background: transparent url('img/lightbox/fancy_shadow_w.png') repeat-y;
}

div#fancy-bg-nw
{
    top: -20px;
    left: -20px;
    width: 20px;
    height: 20px;
    background: transparent url('img/lightbox/fancy_shadow_nw.png') no-repeat;
}
*/


#controlHost.silverlight_container
{
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
}



.tandc_frame
{
    border-color: #50718F #7F9DB9 #7F9DB9 #50718F;
    border-style: solid;
    border-width: 1px;
    width: 730px;
    height: 420px;
}

#tandc_window_frame
{
    background: #F0f0f0;
    border: solid 1px #404040;
    position: absolute;
    height: 550px;
    width: 800px;
    top: -275px;
    left: -400px;
    -moz-box-shadow: #202020 5px 5px 5px;
    -moz-border-radius: 15px;
    -webkit-box-shadow: #202020 5px 5px 5px;
    -webkit-border-radius: 15px;
}
#tandc_window_frame .frame_container
{
    border: solid 1px #A0A0A0;
    background: #FAFAFA;
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    font: normal 12px Verdana;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    padding: 12px;
}

.tandc_button_group
{
    padding-top: 20px;
}





/*
---------------------------------------------------------------------------------------------------
	Report Options - Demographics
---------------------------------------------------------------------------------------------------
*/

#dfx_reportType_li
{
    width: 252px;
    float: left;
}
#dfx_reportType
{
    width: 242px;
}
#dfx_reportArea_li, #dfx_reportFormat_li
{
    width: 115px;
    float: left;
    padding-right: 0px;
}
#dfx_reportFormat_li
{
    padding-left: 17px;
}

#dfx_reportArea, #dfx_reportFormat
{
    width: 110px;
}

li.field.drag_list
{
    float: left;
}

.report_options_list_container
{
    border-color: #50718F #7F9DB9 #7F9DB9 #50718F;
    border-style: solid;
    border-width: 1px;
    width: 240px;
    overflow: hidden;
}
.report_options_list_container.lft
{
    margin-right: 10px;
}
.report_options_list
{
    overflow-y: scroll;
    margin: 2px 2px 2px 4px;
    height: 175px;
    font-size: 11px;
    position: relative;
    overflow-x: hidden;
}
#dfx_selected
{
    height: 200px;
}
#dfx_subtitle
{
    width: 236px;
}

#dfx_stateList, #moc_stateList
{
    border-top: none;
    border-left: none;
    border-right: none;
    width: 100%;
    background: none;
    font-weight: bold;
    outline: none;
}
#dfx_stateList option, #moc_stateList option
{
    font-weight: normal;
}


#moc_container
{
    border-color: #50718F #7F9DB9 #7F9DB9 #50718F;
    border-style: solid;
    border-width: 1px;
    width: 240px;
    overflow: hidden;
    width: 376px;
}
.moc_list
{
    overflow-y: scroll;
    height: 184px;
    margin: 2px;
}
.moc_list .area_sep
{
    color: #909090;
    display: block;
    padding: 4px;
}

.moc_area
{
    overflow: visible;
    width: 334px;
    margin-left: 12px;
}
.moc_area a.selected
{
    background: none repeat scroll 0 0 #FFFF99;
    font-weight: bold;
    color: Black;
}
.moc_area a
{
    display: block;
    text-decoration: none;
    padding: 2px 4px 2px 4px;
    color: Black;
}


.report_options_list li
{
    display: block;
    text-decoration: none;
    color: Black;
    margin-left: 1px;
    white-space: nowrap;
    overflow: hidden;
    cursor: pointer;
    padding: 0px 5px 0px 0px;
}
.report_options_list li span
{
    width: 25px;
    display: block;
    float: left;
    text-align: center;
    color: #909090;
    font-weight: bold;
    padding-right: 3px;
    margin-right: 3px;
    border-right: dotted 1px #C0C0C0;
}
.report_options_list li.selected
{
    opacity: 0.25;
    filter: alpha(opacity=25);
}
.report_options_draggable
{
    background: #FFC;
    border: solid 1px #707070;
    padding: 2px 5px;
    z-index: 10000;
    position: absolute;
    opacity: .80;
    filter: alpha(opacity=80);
    -moz-box-shadow: #404040 3px 3px 3px;
    -webkit-box-shadow: #404040 3px 3px 3px;
    text-decoration: none;
    color: Black;
    list-style: none;
    min-width: 150px !important;
    cursor: move;
}
.report_options .fips_group
{
    cursor: pointer;
    clear: left;
}
.report_options .fips_group ul
{
    margin-left: 20px;
}
.report_options .fips_group a
{
    font-weight: bold;
    background: transparent URL(img/page/tree_collapse9.gif) no-repeat 2px 3px;
    padding-left: 14px;
}
.report_options .collapsed
{
    height: 16px;
    overflow: hidden;
}

.report_options .fips_group .msg
{
    color: #909090;
}

.report_options .fips_group_new
{
    cursor: pointer;
    clear: left;
}
.report_options .fips_group_new ul
{
    margin-left: 20px;
}
.report_options .fips_group_new > a
{
    background: transparent URL(img/page/tree_collapse9.gif) no-repeat 2px 3px;
    padding-left: 14px;
}
.report_options .fips_group_new > a.selected
{
    font-weight: bold;
    background-color: #FFFF99;
}
.report_options .collapsed a
{
    background: transparent URL(img/page/tree_expand9.gif) no-repeat 2px 3px;
}
.report_options .fips_group_new .msg
{
    color: #909090;
}


#ReportParametersList.data_entry li
{
    padding-bottom: 0px;
}

#analyze_clipart2
{
    position: absolute;
    top: 0px;
    right: 0px;
}
#analyze_clipart1
{
    position: absolute;
    bottom: 0px;
    left: 0px;
}

#analyze_info
{
    background: #FAFAFA URL(/Services/Content/img/clipart/analytics.png) no-repeat center center;
}

#analyze_info_text
{
    background: transparent URL(img/page/screen.gif) repeat;
}



#report_dialog_spinner
{
    display: block;
    position: absolute;
    left: 1px;
    top: 1px;
    bottom: 1px;
    right: 1px;
    visibility: visible;
    opacity: 0.9;
}
#report_dialog_spinner .spinner_content_offset
{
    width: 150px;
    height: 40px;
    left: -75px;
    top: -20px;
    position: absolute;
}
.report_parm
{
    padding-top: 8px;
}
#ReportOptionsDialog .option_group
{
    margin-top: 18px;
}
