﻿
/* -------- Global Typography -------- */

body
{
    font: 11px verdana,arial,helvetica,clean,sans-serif; *font-size:70%;*font:x-small;}
table
{
    font-size: inherit;
    font: 100%;
}
select, input, textarea
{
    font: 99% arial,helvetica,clean,sans-serif;
}

pre, code
{
    font: 115% monospace; *font-size:100%;}

body *
{
    line-height: 1.30em;
}

img
{
    border: 0;
}

a, a:visited , a:active {
	color: #005294;
	text-decoration: none;
}

a:hover {
	color: #be0000;
	text-decoration: underline;
}




h1 {
	font-size: 110%;		
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	color: #333333;			
	font-weight: bold;
	font-style: normal;
}
h2 {
	font-size: 110%;		
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	color: #41628D;			
	font-weight: bold;
	font-style: normal;
}
h3, h4, h5, h6, h7 {
	font-size: 110%;		
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	color: #666666;			
	font-weight: bold;
	font-style: normal;
}


hr
{
    height: 1px;
    color: #f0f0f0; 
    background-color: #f0f0f0;
    border: 0 solid #f0f0f0;
    border-top-width: thin;
    text-align: left;
    margin: 10px auto 10px 0;
    margin-top: expression(0);  /*ie6 hack */
    margin-bottom: expression(0); /*ie6 hack */
    
}

/* -------- Page Layout -------- */

body
{
    margin: 10;
    padding: 10 10 1em 10;
    color: #000;
    background: #fff; 
}


#centered
{
    width:95%;
    margin: 0 auto 0 auto;
    background: #fff;

}

.page_body
{
    position: relative;
    padding: 10px;
    margin: 10px;
    border: 1px solid #999;
    min-width:840px;
    width:expression(document.body.clientWidth < 900 ? "840px" : "100%" );
    background: #fff;

}

#banner_subhead
{
    background: #fff URL(/images/datadirect_header_bg.gif);
    margin: 0;
    padding: 0;
}

.topnav_left
{
    margin: 0;
    padding: 18px 0px 3px 25px;
}

.topnav_right
{
    position: relative;
    float: right;
    text-align: center;
    margin: 7px 0;
}


.topnav_right a, .topnav_right a:visited, .topnav_right a:active 
{
    color: #666;
    text-decoration: none;
    margin:0;
}

.topnav_right a:hover
{
    text-decoration: underline;
}


.topnav_right div a
{
    display:block;
    padding:0 20px;
}

.menubar_section
{
    height:28px;
    position: relative;
    margin: 0;
    padding: 0;
    border-top: 1px solid #e7e7e7;
    background: #fff URL(/images/Menubar_bg.gif);
}

.content
{
    float: none;
    clear: both;
    padding: 0;
    border-top: 20px solid #8e8e8e; 
    border-bottom: 20px solid #8e8e8e; 
}

#ContentTbl td
{
    vertical-align:top;
}

#ContentTbl .contentcol 
{
    padding:1em;
}

#ContentTbl .rightcol 
{
    width:180px; 
    padding:1em 1em 1em 0; 
}
#ContentTbl .navcol 
{
    width:180px;
    padding:0;
    background: #f6f6f6;
    border-right: 1px solid #bebebe;

}


/* -------- Breadcrumbs -------- */

.BreadCrumbs
{
    color: #015294; /* default blue */
    padding: 5px 5px 5px 0;
    background-color: #fff;
    font-size: 11px;
}

.BreadCrumbs span
{
    white-space: nowrap;
    font-size: 11px;
}

.BreadCrumbsDivider
{
    margin:0 .5em;
}

.BreadCrumbs a, .BreadCrumbs a:active, .BreadCrumbs a:visited
{
    color: #015294; /* default blue */
    text-decoration:none;
    font-size: 11px;
}

/* -------- Next/Prev Links -------- */

.siblingLinks 
{
    border-top: 1px solid #ccc;
    margin:1em 0;
    padding:.5em 0;
}

.siblingLinkPrev
{
    float:right;
    padding-left:1.2em;
    background: URL(/images/nav_1l.gif) no-repeat left center;
}

.siblingLinkNext
{
    float:right;
    margin-left:1em;
    padding-left:1.2em;
    background: URL(/images/nav_1r.gif) no-repeat left center;
}


#mediastrip_links
{
    padding: 0;
    position: relative;
    vertical-align:bottom;
    background: URL(/images/mediaStripBg2.gif) no-repeat 294px 0px;
    height:42px;
    margin: 1em 0 0 0;
    font-size:12px;
}

#mediastrip_links a, #mediastrip_links a:visited, #mediastrip_links a:visited
{
    background: #f0f0f0 URL(/images/mediaStripBg1.gif) repeat-x;
    position: relative;
    float: left;
    text-align: center;
    vertical-align:middle;
    margin: 0;
    padding: 7px 2px 0 2px;
    color: #666;
    text-decoration: none;
    display:block;
    height:36px;
}

#mediastrip_links a img
{
    margin:0 4px;
    padding: 0;
}

#mediastrip_links a:hover
{
    text-decoration: underline;
}

.footer, .print_footer
{
    margin: 1em auto;
    text-align:center;
    color: #015294;
}

.footer span
{
    color: #999;
}
