/****************************************
 * General Formatting
 ****************************************/ 
body {	
	font-family: "Arial Narrow", Arial, Verdana, sans-serif;	
	font-size: 14px;
	color: #333333;
}
body button {
	font-family: "Arial Narrow", Arial, Verdana, sans-serif;	
	color: #333333;
}
body, div, p, ul, ol, dl, li, h1, h2, h3, h4, h5, h6 {/* reset defaults */
	margin:0;
	padding:0;
}


a {text-decoration: none;}

a:hover {
        color: #89ABAB;
        text-decoration: none;
}

a:visited a:link {
        color: #224444;
        text-decoration: none;
}

ul {
	list-style-type: none;
}
h2 {
	text-transform: none;
	font-size: 16px;
	font-weight: normal;
    font-weight: bold;
} 

img {border: 0;}

/*********************************
 * Master Layout/Container Classes
 *********************************/
#pageWrapper {
	padding: 0 5px 5px 5px;
	width: 990px;
    margin: 0 auto 0 auto;
    position:relative;
}
div#header {
	margin-bottom: 10px;
	padding: 10px;
	background-repeat: no-repeat;
}
div.contentContainer {
	float: left;
}
div#primary {width: 670px; margin-right: 10px;} /*instance of contentContainer*/
div#secondary{width: 310px;} /*instance of contentContainer*/



/***********
* Breadcrumb
************/
div#breadcrumb_session{
	background: url(/rd_images/breadcrumb_session/background/gradient.gif) repeat-x; /*bg img height: 16px*/
	background-color: #e8e7de;
	height: 16px; 
	border: 1px solid #dad8c8;
	border-top: none;
	padding: 0;
	margin-bottom: 1px;
    font-size: 9px;
    line-height: 15px;
    color: #666666;
	font-weight: bold;
}

div#breadcrumb_session a {
	color: #666666;
	font-weight: bold;
}

div#breadcrumb_session a.bc_links {
	line-height: 16px;
}

div#breadcrumb_session ul.user-session {
	width: 425px;
    padding: 0;    
    margin:0;
    display: none;
}
div#breadcrumb_session ul.user-session li {
	display: inline;
}
div#breadcrumb_session ul.user-session a {
	color: #333333;
    text-decoration: underline;
}    

a#bc_homelink {
    background-image: url(/rd_images/global_images/home_icon.gif);
    background-repeat: no-repeat;
    display: block;
    height: 15px;
    width: 30px;
    padding-left: 20px;
}

div#breadcrumb_session a#bc_homeicon {
    background-image: url(/rd_images/global_images/home_icon.gif);
    background-repeat: no-repeat;
    display: block;
    height: 15px;
    width: 20px;
    padding-top: 0;
    float: left;
}

a#bc_homeicon span {display: none;}

div#bc_left {
    float: left;
    width: 543px;
    border-left: 1px solid #e8e7de;
    padding-left: 9px;
}

div#bc_right {
    float: left;
    width: 425px;
    border-right: 1px solid #e8e7de;
    padding-right: 9px;
	text-align: right;    
}


/****************
 * Global Search
 ****************/
div#section_search{
    padding: 10px 15px 10px 15px;
}
div#section_search h2{
    width: 6.5em;
    float: left;
    padding: 0 5pt 0 0; 
    margin: 0;
}
div#section_search input#section_search_box{
    float: left;
    margin-right: 5px;
    width: 385px;
    border: 1px solid #999999;
    padding: 0;
}
a#section_search_button{
    float: left; width: 37px;
    height: 17px; padding-top: 3px;
    color: white; font-size: 9px; text-align: center;
}

p#parent_link{
	width: 180px;
    float: left;
    position: relative;
    top: 2px;
}
p#parent_link a{
	text-transform: uppercase;
}

ul#control_menu{
    float: right;
}
ul#control_menu li{
	display: inline;
	margin-left: 7px;
    padding-left: 9px;
}
ul#control_menu li a{  
    line-height: 16px;
	background-position: 0 0;
	background-repeat: no-repeat;
	padding: 0 0px 10px 19px;
	text-transform: lowercase;
}
/*button images*/
ul#control_menu li#ct_print a#print { background-image: url(/rd_images/common_tools/icons/print.gif); margin-right: -2px;}
ul#control_menu li#ct_email a, a#email{ background-image: url(/rd_images/common_tools/icons/email.gif); margin-right: -2px; }

/*font size tool*/
ul#control_menu li#ct_font_switcher{
    display: none; /*this will be overrided to inline for pages which contain the font size functionality*/
    /*padding-right: 7px;*/ /*this will need to be added when items to the right are released*/
}






/* CD ERROR */
.cdsErrorHeadline { font: bold 15pt Georgia, "Times New Roman", Times, serif; }



