@charset "utf-8";
/* CSS Document */

body{
    font-family:Arial, Helvetica, sans-serif;
    font-size:12px;
    margin:0;
    }
    
.rps_whole{
    padding-top:10px;
    margin:0 auto;
    width:999px;
    font-size:12px;
    }


/*OUTER TAB LINKS*/
#top-tabs{
    
    }

/*OUTER TAB LINKS END*/

/*CONTENT BLOCKS*/
#container ul {
    padding:0;
    margin:0;
}
#container li {
    list-style-type:none;
    line-height:20px;
    border-bottom:dotted 1px #CCC;
}

#container li a{
    background:url(/images/ReportPublicationSchedule/bullet_01.gif) no-repeat 5px 4px;
    padding-left:20px;
    display:inline-block;
    width:175px;
}

#container #category_content li{
        width:100%;
    }


#container h3 {
    font-size:14px;
    font-weight:bold;
    padding:5px;
    margin:0;
}
#group {
    background-color:#FFF;
    border:solid 1px #b7b7b7;
    -moz-border-radius: 4px/*{cornerRadius}*/;
    -webkit-border-radius: 4px/*{cornerRadius}*/;
    border-radius: 4px/*{cornerRadius}*/;
    width:310px;
    float:left;
    margin-right:6px;
}
#group_header {
    background:#000099 url(/images/ReportPublicationSchedule/img_step1.jpg) no-repeat 10px 5px;
    color:#FFF;
    font-weight:bold;
    height:31px;
}
#group_header h2 {
    font-size:16px;
    padding:5px 0px 0px 0px;
    margin:0px 0px 0px 40px;
}
#category {
    background-color:#FFF;
    border:solid 1px #b7b7b7;
    -moz-border-radius: 4px/*{cornerRadius}*/;
    -webkit-border-radius: 4px/*{cornerRadius}*/;
    border-radius: 4px/*{cornerRadius}*/;
    width:662px;
    float:left;
}
#category_header {
    background:#000099 url(/images/ReportPublicationSchedule/img_step2.jpg) no-repeat 10px 5px;
    color:#FFF;
    font-weight:bold;
    height:31px;
}
#category_header h2 {
    font-size:16px;
    padding:5px 0px 0px 0px;
    margin:0px 0px 0px 40px;
}
#group_content, #category_content {
    padding:5px;
    min-height:205px;
    position:relative;
}
#category_content .locked a {
    background:url(/images/ReportPublicationSchedule/bullet_padlock.gif) no-repeat 5px 2px;
}
#category_content #controls {
    float:left;
    width:100%;
    font-size:11px;
    color:#999999;
    margin-top:5px;
    text-align:right;
    right: 10px;
    bottom: 2px;
}
#controls a {
    font-size:11px;
    color:#999999;
    font-weight:bold;
}

#container .selected, #container #group_content .selected{
    background: #FFEFA7;
}

/*CONTENT BLOCKS END*/

/*NAVIGATION CONTROLS*/
#left{
    float:left;
    width:47px;
    }
    
#sub_tabs{
    float:left;
    width:882px;
    }
    
#right{
float:left;
width:47px;
top:0px;
}

#keys {
    clear: both;
    float:right;
    margin:10px 10px 0px 0px;
    height: 18px;
    }

#keys ul{
    margin:0;
    padding:0;
    }

#keys li{
    list-style-type:none;
    display:inherit;
    margin-right:15px;
    float:left;
    font-size:12px;
    color:#222222;
    }

#keys li.locked{
    background:url(/images/ReportPublicationSchedule/icon_padlock.gif) no-repeat;
    padding-left:15px;
    }

#keys li.published{
    background:url(/images/ReportPublicationSchedule/icon_access.jpg) no-repeat;
    padding-left:15px;
    }
    
#keys li.upcoming{
    background:url(/images/ReportPublicationSchedule/icon_forthcoming.jpg) no-repeat;
    padding-left:15px;
    }
/*NAVIGATION CONTROLS END*/

/*INNER TABS*/
#report_view #sub_tabs_content{
    background:#ffffff;
    border:solid 1px #b7b7b7;
    padding: 0 0 0 0;
    min-height: 180px;
    width: 880px;
    }

/* Tabs
----------------------------------*/
#report_view{
min-height: 160px;
}
#top_selectors{
font-size: 14px;
}
#sub_selectors{
margin-top: 0px;
margin-bottom: 0px;
height:27px;
}
.ui-tabs {
    position: relative;
    padding: .2em;
    zoom: 1;
} /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
.ui-tabs .ui-tabs-nav {
    margin: 0;
    padding: .2em 0 0;
}
.ui-tabs .ui-tabs-nav li {
    list-style: none;
    float: left;
    position: relative;
    top: 1px;
    margin: 0 .2em 1px 0;
    border-bottom: 0 !important;
    border-color:#B7B7B7;
    padding: 0;
    white-space: nowrap;
}
.ui-tabs .ui-tabs-nav li a {
    float: left;
    padding: .5em 1em;
    text-decoration: none;
    outline:none;
    font-weight:bold;
    color:#b4b4b4;
    font-size:11px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-selected {
    margin-bottom: 0;
    padding-bottom: 1px;
    background:#ffffff;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a {
    cursor: text;
    color:#9e9e9e;  
    
}
.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a {
    cursor: pointer;
} /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs .ui-tabs-panel {
    display: block;
    border-width: 0;
    background: none;
}
.ui-tabs .ui-tabs-hide {
    display: none !important;
}
.ui-widget{
font-family:Arial,Helvetica,sans-serif;
}
#report_view .ui-widget-content {
border:none;
background:none;
}
#report_view .ui-widget-header {
background: none;
border:medium none;
color:#222222;
font-weight:bold;
}
.ui-tabs-top {
padding:0.2em;
}
.ui-tabs-top .ui-tabs-nav-top {
margin:0;
padding:0.2em 0 0;
}
.ui-tabs-top .ui-tabs-nav-top li {
background:none repeat scroll 0 0 #FFFFFF;
border-bottom:0 none !important;
float:left;
list-style:none outside none;
margin:0 0.2em 1px 0;
padding:0;
position:relative;
top:1px;
white-space:nowrap;
}
.ui-tabs-top .ui-tabs-nav-top li a {
float:left;
font-weight:bold;
outline:medium none;
padding:0.5em 1em;
text-decoration:none;
}
.ui-tabs-top .ui-tabs-nav-top li.ui-tabs-selected {
background:none repeat scroll 0 0 #E1E1E1;
margin-bottom:0;
padding-bottom:1px;
}
.ui-tabs-top .ui-tabs-nav-top li.ui-tabs-selected a, .ui-tabs-top .ui-tabs-nav-top li.ui-state-disabled a, .ui-tabs-top .ui-tabs-nav-top li.ui-state-processing a {
-moz-border-radius:4px 4px 4px 0;
border-left:1px solid white;
border-right:1px solid white;
border-top:1px solid white;
color:#7E7E7E;
cursor:text;
}
.ui-tabs-top .ui-tabs-nav-top li a{
cursor:pointer;
}
.ui-tabs-top .ui-tabs-panel-top {
background:none repeat scroll 0 0 transparent;
border-width:0;
display:block;
}
.ui-tabs-top .ui-tabs-hide-top {
display:none !important;
}

.ui-widget-header-top {
color:#222222;
font-weight:bold;
}
#top_tabs_content{
width: 982px;
-moz-border-radius:0 0 4px 4px;
border-bottom:1px solid white;
border-left:1px solid white;
border-right:1px solid white;
padding:5px;
-moz-box-shadow:1px 1px 5px #D7D6D6;
background:none repeat scroll 0 0 #E1E1E1;
border:1px solid #AAAAAA;
min-height: 200px;
}
    
#download{
    float:right; 
    margin-top:-20px;
    font-size:12px;
    color:#999999;
    background:url(/images/ReportPublicationSchedule/download_left.gif) no-repeat left;
    width:240px;
    height:17px;
    padding:4px 0px 0px 5px;
}

#download ul{
    padding:0;
    margin:0;
    float: right;
}
    
#download li{
    list-style-type:none;
    display:inline;
    padding: 0 5px;
    }
#download #list_view{
    background:url(/images/ReportPublicationSchedule/icon_list.gif) no-repeat 0px 2px;
    padding-left: 15px;
}

#download #csv{
    background:url(/images/ReportPublicationSchedule/icon_csv.gif) no-repeat 0px 2px;
    padding-left:15px;
    
    }
    
#download #pdf{
    background:url(/images/ReportPublicationSchedule/icon_pdf.gif) no-repeat 0px 2px;
    padding-left:15px;
    
    }

#download_right{
    background:url(/images/ReportPublicationSchedule/download_right.gif) no-repeat;
    width:4px;
    height:21px;
    float:right;
    margin:-4px 0px 0px 0px;
    }
/*INNER TABS END*/

/*ACCORDION*/
#page-wrap {
    width: 850px;
    padding: 10px 0;
    margin-left: 18px;
    overflow: hidden;
/*  height: 100%;*/
}
#page-wrap .page_block{
}
.info-col {
    float: left;
    height: 100%;
    border-top:solid 1px #cfcfcf;
    border-right:solid 1px #cfcfcf;
    border-left:solid 1px #cfcfcf;
    -moz-border-radius: 3px/*{cornerRadius}*/; 
    -webkit-border-radius: 3px/*{cornerRadius}*/; 
    border-radius: 3px/*{cornerRadius}*/; 

    margin-right:6px;
}
.info-col .three_month_title {
    text-align: center;
    font-weight: bold;
    background:url(/images/ReportPublicationSchedule/accordion_title_row_01.gif) repeat-x;
    height:23px;
    color:#7d7d7d;
    text-shadow: 1px 1px 1px #fff;
    padding:5px 0px !important;
    margin:0 !important;
    font-size: 16px;
}
.info-col .twelve_month_title {
    text-align: center;
    font-weight: bold;
    background:url(/images/ReportPublicationSchedule/accordion_title_row_01.gif) repeat-x;
    height:16px;
    color:#7d7d7d;
    text-shadow: 1px 1px 1px #fff;
    padding:5px 0px !important;
    margin:0 !important;
    font-size: 14px;
}
.image {
    height: 100px;
    text-indent: -9999px;
    display: block;
    border-right: 1px solid white;
}
.info-col dl {
    margin-top: 0;
    margin-bottom: 0;
    font-size:12px;
}
.info-col dt, #data .expanded {
    background: #900;
    color: #000;
    border-bottom: 1px solid #CFCFCF;
    background: url(/images/ReportPublicationSchedule/accordion_bg.png) repeat-x bottom left;
    height:auto;
    padding:5px 0px 0px 15px;
}

.info-col dl .current .upcoming{
    background: url(/images/ReportPublicationSchedule/bullet_upcoming_selected.gif) no-repeat 2px 5px;
}

.info-col dl .current .published{
    background: url(/images/ReportPublicationSchedule/bullet_published_selected.gif) no-repeat 2px 5px;
    color: white;
}

.info-col dl .upcurrent{
    background: #FFE403
}
.info-col dl .pubcurrent{
    background: #7053A3
}


.info-col dd {
    position: absolute;
    left: -9999px;
    top: -9999px;
    color: #000;
    border-right: 1px solid white;
    margin-left:0px;
}
.report_content_middle{
    padding: 0 10px;
}
.report_content_top{
    background: url(/images/ReportPublicationSchedule/bg_accordion_content_top.gif) repeat-x top left; 
    width: 100%;
    height: 10px;
}
.report_content_bottom{
    background: url(/images/ReportPublicationSchedule/bg_accordion_content_bottom.gif) repeat-x bottom left;
    width: 100%;
    height: 10px;
}
.info-col .report_lock{
    float: right;
    display: inline-block;
}

.info-col .curCol {
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    z-index: 1;
    position: relative;
}

.info-col .published, #data .published{
    background:url(/images/ReportPublicationSchedule/bullet_purple.gif) no-repeat 2px 5px;
    height:auto;
    padding:3px 0px 3px 18px;
    width:85%;
    display: inline-block;
    }
    
.info-col .upcoming, #data .upcoming{
    background:url(/images/ReportPublicationSchedule/bullet_yellow.gif) no-repeat 2px 5px;
    height:auto;
    padding:3px 0px 3px 18px;
    width:85%;
    display: inline-block;
    }
/*ACCORDION END*/

/*ONE MONTH VIEW */
#one_month_title, #single_copy_title{
    background:url(/images/ReportPublicationSchedule/bg_title_bar.png) repeat-x top;
    height:31px;
    width: 880px;
    color:#7E7E7E;
    font-weight:bold;
    text-shadow:1px 1px #FFFFFF;
    font-size: 16px;
    }
#one_month_title div {
    text-align: center;
    padding: 7px 0 0 0px;
    width: 200px;
    margin-left:auto;
    margin-right: auto;
    cursor: pointer;
}
#single_copy_title #single_copy_title_content{
    text-align: center;
    padding: 7px 0 0 0px;
    width: 250px;
    margin-left: 35%;
    margin-right: auto;
}
#single_copy_title #single_copy_order{
    text-align: left;
    padding: 0 0 0 7px;
    float: left;
    color: #555555;
    font-size: 12px;
    font-weight: normal;
    height:31px;
}

#single_copy_title #single_copy_order div{
    display: inline-block;
    height: 20px;
    margin-top: 7px;
    padding-top: 1px;
}

#single_copy_title #single_copy_order .order_by_title{
    padding-left: 20px;
    background: url(/images/ReportPublicationSchedule/icon_title.gif) no-repeat;
    cursor: pointer;
}

#single_copy_title #single_copy_order .order_by_date{
    padding-left: 20px;
    background: url(/images/ReportPublicationSchedule/icon_calendar.gif) no-repeat;
    cursor: pointer;
}

/*ONE MONTH VIEW END*/

/* SUBSCRIPTION */
.sub_left{
float: left; margin-right: 10px;
width: 210px;
}
.sub_mid{
float: left; margin-right: 10px;
width: 210px;
}
.sub_right{
width: 210px;
float: left
}

/* BUTTONS */
.pre_btn,.next_btn{
position: relative;
}

/* YEARLY VIEW TITLE */
#report_view_title{
margin-left: 395px;
margin-top: -20px;
height: 20px;
margin-bottom: 0px;
width: 80px;
font-weight:900;
cursor: pointer;
}

/* REPORT CONTENT */
.report_image{
float: left;
margin-right: 10px;
margin-bottom: 10px;
}
.report_brief{
margin-bottom:10px;
}
.report_brief .no_list_image{
    list-style-image:none;
    list-style-type: none;
    padding-left: 10px;
}
.report_brief .mail_contact{
    font-weight: bold;
    text-decoration: underline;
}
.read_more_published{
margin-left: auto;
margin-right: auto;
width: 100px;
}
.read_more_future{
margin-left: auto;
margin-right: auto;
width: 78px;
}
.alert_future{
margin-left: auto;
margin-right: auto;
width: 200px;
}
.read_more_and_alert_future{
    float:right;
}

/* HELP ICON */
#help_icon {
    float:right;
    margin-top: -20px;
}

/* DATEPICKER */
.datepicker{
    -moz-border-radius: 4px 4px 4px 4px;
    border: 1px solid #AAAAAA;
    background-color: white;
}
.datepicker_pre{
    width: 15px;
    float:left;
}
.datepicker_next{
    width: 15px;
    float:left;
}
.datepicker_header{
    width: 130px;
    -moz-border-radius: 4px 4px 4px 4px;
    background: url(/images/ReportPublicationSchedule/accordion_bg_hover.png) repeat-x bottom;
    font-weight: bold;
    font-size: 15px;
    height: 18px;
    border: 1px solid #AAAAAA;
}
.datepicker_title{
    width: 100px;
    float:left;
    text-align: center;
}
.datepicker_content div{
    text-align: center;
    cursor: pointer;
}
.datepicker_content .selected{
    font-weight: 900;
}

#container li a.rss_link{
    display: inline-block;
    padding: 6px 0px 0px 0px;
    background: none;
    width: 10px;
    height: 10px;
}

#dp_starter{
}

#sub_tabs.monthly #edit_btn {
    margin: 5px;
    text-decoration: none;
    background: url("/images/oxygen/inspire/bg_viewall_bttn.gif") repeat-x scroll 0 0 transparent;
    border: 1px solid #B9B9B9;
    border-radius: 3px;
    color: #787878;
    font-size: 12px;
    font-weight: bold;
    height: 13px;
    padding: 1px 5px 1px;
    text-decoration: none;
}

#category_content li.downloaded, #group_content li.downloaded {
    font-weight: bold;
}

div#multi_download_dlg ul {
    margin:0;
    padding: 0;
}

div#multi_download_dlg li {
    list-style: none;
}

div#multi_download_dlg .outer-li {
    display: block;
    float: left;
    clear: both;
    width: 464px;
    margin-bottom: 5px;
}

div#multi_download_dlg .outer-li h1{
    color: #6E56A2;
    display: block;
    font-size: 12px;
    font-weight: bold;
    margin: 5px 0;
}

div#multi_download_dlg .inner-li {
    display: inline-block;
    float:left;
    width: 90px;
    margin: 3px 5px;
    font-size: 12px;
}

#sub_tabs.monthly #multi_selector {
    float: right;
    width: 300px;
    text-align: right;
    font-size: 14px;
}

div#one_month_title_content {
    margin-left: 340px;
}

#sub_tabs.annual #multi_selector {
    font-weight: bold;
}

.ui-widget-overlay{
    background: url("images/ui-bg_flat_0_aaaaaa_40x100.png") repeat-x scroll 50% 50% #AAAAAA;
    opacity: 0.3;
}

