* {
    margin: 0;
    padding : 0;
}

html, body {
    height: 100%;
}

body {
    font-family: "Helvetica Neue", Helvetica, Arial, SANS-SERIF;
    font-size: 76%;
    background-color : #2566AE;
}

body.popup { 
	background-color : #fff;
}

body.mainpage {
    background: url( ../images/background.png );
    background-repeat: repeat-x;
    background-color: #94D0FF;	
}

.wrapper {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -91px;
    background: url( ../images/background_fade.png );
    background-repeat: repeat-y;
    background-position : fixed;
}

.mainpage .invertedwrapper {
	background: url( ../images/background_inverted.png );
}

.footer {
    position: relative;
    margin: 0 auto;
    background-image : url(../images/background_footer.png);
    background-repeat: repeat-y;
    
}

#footer p { color : #fff; }

.wrapper, .footer {
    width: 955px;

    padding: 0 15px 0 15px;
}

.footer, .push {
	clear : both;
    height: 90px;
}

#page {

}

/*** Font Stuff ***/
h4, h5, h6, p, td, li {
	font-weight: normal;
	font-size: 1em;
}

p { line-height: 1em; }
	 

h1 {

}

h2 {
	color:black;
	margin-bottom:5px;
	margin-top:12px;
}

h3 {
	color: black;
	margin-bottom:5px;
}

h4 {

}

h5 {

}

h6 {

}

p {
	line-height : 1.15em;
}

td {

}

li {

}

table a { color : navy }

a {
	text-decoration : none;
	color : white;
}

/*** ID Header ***/
#header {
	position: relative;
	width: 955px;
	height: 135px;
	background: url( ../images/background_header.png );
	background-repeat: no-repeat;
	background-position : top;
}

#header_titles {

}

#header_titles h1 a {
	position: absolute;
	top: 20px;
	height: 98px;
	width: 340px;
}

#header_titles h1 a span {
	display: none;
}

#header_userinfo {
	position: absolute;
	right: 5px;
	top: 5px;
	width: 500px;
	height: 20px;
}

#header_userinfo p {
	text-align: right;
	color: #fff;
	font-size: 90%;

}

#header_userinfo p a {
	color: #ccc;
	font-size: 90%;
}

#header_userinfo p a:hover {
	color: #fff;
}

#header_tabs {
	position: absolute;
	right: 16px;
	top: 88px;
	width: 632px;
	height: 50px;
}

#tabs {
	position: absolute;
	right: 0;
}

#tabs li {
	list-style: none;
	float: left;
	margin: 0 0 0 0;
	text-align: center;
	line-height: 100%;
	background: url( ../images/background_button.png );
}

#tabs li.selected {
	background: url( ../images/background_button_selected.png );
}

#tabs li a {
	padding: 11px 0 0 0;
	display: block;
	width: 95px;
	height: 20px; /*background-color:#cc0;*/
	text-decoration: none;
	color: #DFEBF5;
	font-weight: bold;
	font-size: 1.1em;
}

#tabs li a:hover {
	background-color: #0B3BB2;
	background: url( ../images/background_button.png );

	text-decoration: none;
	color: #fff;
	font-weight: bold;
}

/*** ID Main ***/
#main_title_strip{
	position:relative;
	height:25px;
	margin:0 0 10px 0;
	/*background-color:#2370ad;*/
	background:url(../images/background_title.png);
	text-align:right;
	padding:3px 0 0 0;
	/*border:1px solid #1d5c8e;*/
	border-left:none;
	border-right:none;

}
#main_title_strip h3{
	color:#FFF;
	font-size:1.4em;
	font-weight:bold;
	margin:0 20px 0 0;

}
#main {
	position: relative;
	margin: 5px 10px 10px 10px; /*background-color: #2984CC;*/
/*background-color: #2A86C3;*/
/*background-color: #3392D3;*/
	/*background-color: #2D86C8;*/
	/*border: 1px solid #65ABE0;*/

}

#main_buffer {
	clear: both;
	position: relative;
	height: 90px;
}

#main ul {
	margin: 0 0 10px 20px;
}



#main_inner {
	margin: 0;
	padding:0;
}

#left_column {
	float: left;
	width: 180px;
	color: black;
	padding: 0 9px 20px 0;
	border-right: 1px solid #4EA3E2;
}

#column_instruction h4 {
	font-size: 1.2em;
	margin: 0 0 10px 0;
}

#column_instruction p {
	margin: 0 0 10px 0;

}

#column_instruction a {
	color :  #0B2E67;
	font-weight : bold;
}

#column_instruction a:hover {
	text-decoration : underline;
}

a.bluelink { 
	color : #C6EBFD;
}

#content {
	padding:0 0 0 9px;
}

.margined-content { 
	margin-left: 189px;
	border-left: 1px solid #4EA3E2;
}

div.relatedanalytics { margin-top : 7px }

.sectioncompletemenu {
	margin: 0 0 5px 0;
	background-color: #009445;
	border: 1px solid #0A4F00;
	padding:10px;
	color : white;
	margin-bottom : 15px;
	-moz-border-radius : 8px;
	-webkit-border-radius : 8px;
}

.sectioncompletemenu .buttons { padding : 5px; text-align : right}
.sectioncompletemenu .buttons input.do { background-color : #0A4F00 }
.sectioncompletemenu .selectedtitle { font-size : 1.2em; margin-bottom : 4px }
.sectioncompletemenu .highlight { color : #FFF33E; font-weight : bold }

li a.clrocctitle { display : block; color : #0B2E67; font-weight : bold; text-decoration : underline; font-size : 1.1em  }
.clroccdescription { margin-top : 1px}

.boxedmenu {
	margin: 0 0 5px 0;
	background-color: #0051A0;
	border: 1px solid #B1CEE7;
	padding:10px;
	margin-bottom : 15px;
	-moz-border-radius : 8px;
	-webkit-border-radius : 8px;
}

.boxedmenu .rich-inslider-right-num {
	color : white;
} 

.boxedmenu .rich-inslider-left-num {
	color : white;
} 


.boxedmenu select{
	margin:0 0 5px 0;
}
.boxedmenu_radios{
	padding:5px;
	color:#fff;
	margin:5px 0 0 0;
	border: 1px solid #B1CEE7;
	background-color:#256392;
}

.boxedmenu_radios .indentedchoices {
	margin-left : 6px;	
}

.boxedmenu_radios .indentedchoices div {
	line-height : 1.5em;	
}

.boxedmenu_radios .indentedchoices div.firstitem {
	margin-top : 3px;	
}

.boxedmenu hr{
	border:1px solid #084573;
	margin:0 0 5px 0;
}
.boxedmenu_radios label{
	margin:0 10px 0 0;
	display : inline !important;
}
.button_win,.do,.cancel {
	background-color: #084573;
	color: #fff;
	font-weight: bold;
	border: 1px solid #fff;
	font-size: 0.9em;
	padding: 1px 3px 1px 3px;
}

.boxedmenu h4 { color : white; font-size : 1.2em; font-weight : bold; margin-bottom : 4px }
.boxedmenu li { color : white }
#main #content .boxedmenu li a { color : #C2E0F7 }
.boxedmenu li a:hover { text-decoration : underline }

/*.boxedmenu select {*/
/*margin: 0 0 5px 0;*/
/*}*/

/*.boxedmenu input {*/
/*margin: 0 0 5px 0;*/
/*}*/

/*.boxedmenu table {*/
/*position: relative;*/
/*width:675px;*/
/*border: 1px solid #65ABE0;*/
/*color: #fff;*/
/*margin: 0 0 5px 0;*/
/*background-color: #267ABC;*/
/*}*/

/*.boxedmenu table td {*/
/*position:relative;*/
/*width:10px;*/
/*font-size: 1em;*/
/*padding: 5px 2px 2px 5px;*/
/*vertical-align: middle;*/
/*}*/

/*.boxedmenu table td input {*/
/*position: relative;*/
/*float: left;*/
/*/*width:10px;*/
/*}*/

/*.boxedmenu table td label {*/
/*position: relative;*/
/*display:block;*/
/*margin: 0 5px 2px 15px;*/
/*font-size: 1em;*/

/*}*/

#graph {
	margin: 0 0 10px 0;

}

#icons{
}
#icons td{
	text-align:center;
	margin:0 0 0 20px;
	vertical-align:top;
}
#icons p{

	color:#fff;
	margin:0 0 20px 0;
}
/*** ID Footer ***/
#footer {
    position: relative;
    width: 955px;
    height: 65px;
    border-top: 1px solid #333;
    margin-top : 3px;
}

#footer_copy_block {
	position: absolute;
	height: 90px;
	width: 350px;

}

#footer_logo {
	display: none;
}

#footer_copy_text {
	position: absolute;
	top: 60px;
	left: 10px;
	width : 935px;
	color: #fff;
	font-size: 0.8em;
	text-align : center;
}

#footer_copy_text a {
	color: #ffffff;
}

#footer_link_block {
	position: absolute;
	top: 10px;
	right: 10px;
	height: 45px;
	width: 935px;
	color: #fff;
}

#secondary_menu ul { display : block; height : 24px; padding-left : 205px }
#secondary_menu ul li { list-style : none; margin-right : 20px; float : left; font-size : .8em; font-weight : bold }
#secondary_menu ul li a { color : #0B2E68 }
#secondary_menu ul li a:hover { color : #2566ae; font-weight : bold; }
#secondary_menu ul li a.selected { color : #258B2B }

.userallowedregions { 
	background-color: #0b5085;
	border: 1px solid #B1CEE7;
color:white;
float:right;
padding:20px;
width:200px; }
.allRegions { width : 500px }
.allRegions table a { color : white }

.admin-survey-question { margin-bottom : 5px }
.bold { font-weight : bold }
.admin-survey-table { width : 100% }
.admin-survey-table .updown-actions { width : 40px }
.survey-button-actions input { margin : 2px }

.modal-internal-title { font-size:1.2em;
font-weight:bold;
margin-bottom:10px; }
.region-preferred { background-color:#F4FBFF;
border:1px solid #CCCCCC;
font-size:1.2em;
margin-bottom:5px;
padding:4px;}

.rich-tabpanel-content-inverted .rich-tabpanel-content {
  background-color : #2370AD;
  padding : 7px;
}

.rich-tabpanel-content {
  background-color : #E9F5F8;
  padding : 7px;
}


.rich-tab-inactive {
  color : #ffffff;
}

.anchordescriptor { 
  color : black; margin : 0 4px;
}

.surveygroup {  }

.responsechoice { width : 20px; text-align : center }

div.pathways-up-arrow {
	margin: auto; width: 100px; height : 56px; display: block; background-image : url(..//images/uparrowsmall.png); color : white; font-size : 1.8em; text-align : center; line-height : 56px
}

span.greenflag { background-image:url(../images/flagicons/green_sm.png);
display:block;
float:left;
height:19px;
margin-right:6px;
width:15px; }
span.greenflag span.flagdescription { display : none } 

span.greenflag-lg { width : 35px; height : 45px; background-image : url(../images/flagicons/green_lg.png); display : block }
span.greenflag-lg span.flagdescription { display : none } 

span.indemandflag { background-image:url(../images/flagicons/indemand_sm.gif);
background-position:center center;
background-repeat:no-repeat;
display:block;
float:left;
height:19px;
width:43px; }
span.indemandflag span.flagdescription { display : none } 

span.indemandflag-lg { width : 69px; height : 13px; background-image : url(../images/flagicons/indemand_lg.gif); display : block }
span.indemandflag-lg span.flagdescription { display : none } 


.rich-spinner-input-container { background : none; background-color : white }

a.greenpopuplink { font-weight : bold; color : #009445 }

hr { clear : both; }

.rich-inslider-field { background-image : none }

.rich-calendar-tool-btn { color : white }

.rich-list-picklist-button-content { color : white }

.inline-blue-loader { display : inline; line-height : 16px; color : white; margin-left : 10px; padding:2px 4px 2px 20px; background:#3C76B7 url(../images/loaders/arrow-circle-white-blue.gif) no-repeat scroll 2px center;
border:1px solid #759FCE;  }

.inline-white-loader { margin-left : 5px; width : 60px; padding-left : 18px; height : 16px; background:#FFF url(../images/loaders/arrow-circle-blue-white.gif) no-repeat scroll left center; color : #084573 }

div.ttsection { margin-bottom : 6px;}
div.ttsection a.ttsectionlink { font-weight : bold; font-size : 1.1em; margin-bottom : 2px }
div.ttsection span.ttsectionlink { fontweight : bold; font-size : 1.1em; margin-bottom : 2px }
div.ttsection div.menu-choice { margin-left : 4px }

.rich-sb-ext-decor-3 { background-color : white }
.rich-sb-int-sel { background-color : #ddd }
.richfaces_suggestionSelectValue { background-image : none; background-color : #D4EFFF; color : black }