/* --------------------------------- Text Classes --------------------------- */


/* Base font and font-size for all portal pages */
.text, p, td, tr, body, div, dt, dd, li, a, a:link, a:hover, a:visited
{
 	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
    font-size: 11px;
   	_font-size: 1.02em; /* Allows text resizing in IE */
}

/* base color and decoration */
.text, p, td, tr, body, div, dt, dd, li
{
	text-decoration: none;
	color: #333333;
}

/* Base styles for links*/
A:link, A:visited, A:link.link, A:visited.link
{
	text-decoration: none;
    color: #906231;
}

A:hover, A:hover.link
{ 
	text-decoration: underline;
    color: #906231;
}


/*
    The header class is used for headers throughout CWIS.
    For example, the headlines of the two news areas on
    SPT--Home use the header class.
*/
A:link.header, A:visited.header
{
    font-size: 14px;
	text-decoration: none;
	font-weight: bold;
	color: #77774F;
}

A:hover.header
{
    font-size: 14px;
	text-decoration: underline;
	font-weight: bold;
	color: #77774F;
}

.header
{
    font-size: 14px;
	text-decoration: none;
	font-weight: bold;
	color: #77774F;
}



/*
    The pagetitle class is used for the portal name displayed at the
    top of every page (SPT--StandardPageStart.html)
*/
.pagetitle
{
    font-size: 14px;
	text-decoration: none;
	font-weight: bold;
	color: #FFF;
}

/*
    The KeywordTitle class styles the phrase "Keyword Search" at the
    top of every page (SPT--StandardPageStart.html)
*/
.KeywordTitle
{
	text-decoration: none;
	color: #FFF;
}

/*
    The whitenav class styles the navigation options on the right side
    of every page (SPT--StandardPageEnd.html)
*/
.whitenav, A:link.whitenav, A:visited.whitenav
{ 
	text-decoration: none;
    line-height: 40px;
    color: #FFFFFF;
	margin-left: 20px;
	font-weight: bold;
}
A:hover.whitenav
{ 
	text-decoration: underline;
    line-height: 40px;
    color: #FFFFFF;
	margin-left: 20px;
	font-weight: bold;
}

li
{
   	padding: 3px;
}

/* LightRow and DarkRow are used when we want alternating row colors  */
.LightRow {
    background: #F8E2CB;;
}
.DarkRow {
    background: #E8D2BB;
}
	

/* --------------------------------- Structure ------------------------------ */

body
{
   margin: 0px;
   padding: 0px;
   color: #000;
   height: 100%;
   width: 100%;
}

/*
    The AdvSearchBox class styles colored boxes throughout the 
    portal. The Advanced Search page, for example, uses this style
    for the area with the title "Enter your search"
*/
.AdvSearchBox
{
 	background: #F4F3EF;
	position: relative;
	padding: 10px;
	border: 1px solid #E8D2BB;
	margin: 0px;
}
.AdvSearchBox select
{
 	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
    font-size: 11px;
}

/*
    The GradientBackground class styles heading areas throughout the
    site. For example, this class styles the "Available Forums" heading
    on the SPT--Forums.php.
*/
.GradientBackground
{
    background: #FFF url("resource_gradient.gif") repeat-x center bottom;
}

/* --------------------------------- Common Nav ----------------------------- */
/*
    These styles control the basic two-column format of every page
    ( SPT--StandardPageStart.html, SPT--StandardPageEnd.html )
*/

#navbodyframe {
   position:relative;
   clear:both;
   margin: 0px;
   padding: 0px; 
}
#navleftcolumn {
   margin-right: 190px;
}
#navrightcolumn {   
   position: absolute;
   top: 0px;
   padding: 0px;
   width: 190px;
   right: 0px;  
}
.rightnav {
	width: 170px;
	padding: 10px;
	text-align: left;
	background: #B3CDB5;
	border-top: 10px solid white;
}
.RightNavBottom {
	background: #F4F3EF;	
}

/* --------------------------------- Top Nav ------------------------------- */

#header {
   background: url("header.gif");
   padding: 0px;
   border-top: 4px solid #535584;
   height: 90px
}
#navbar {
   height: 40px;
   background: #535584;
   border: 1px solid #535584;
}



/* --------------------------- SPT--Home --------------------------------*/
/*
    These styles are used on SPT--Home to contain the New Resources 
    and Announcements areas
*/

#contentframe {
	position: static;
	margin: 20px 20px 20px 20px;
	clear: both;
}

/* This is a hack */

div>#contentframe
{
    position: relative;
}
#contentbox {
	position: relative;
}
#ResourceBox {   
   
   border: 5px solid #B3CDB5;
   padding: 0px;
}

/*
    The styles the "New Resources" heading area.
*/
#ResourceHeaderBox {   
   background: #FFF url("resource_gradient.gif");
   height: 25px;
   line-height: 25px;
    font-size: 12px;
	text-decoration: none;
	font-weight: bold;
	color: #333333;
	padding-left: 10px   
}


/* ---------------------------- Resources ---------------------------- */

/*
    The ResourceHeader class is used for the title of resources
    printed using the PrintResource function in SPT--Common.html
*/
A:link.ResourceHeader, A:visited.ResourceHeader, .ResourceHeader
{
	color: #333333;
	margin-bottom: 15px;
}

.A:hover.ResourceHeader
{
	color: #333333;
	margin-bottom: 15px;
}

/*
    RatingDiv contains the fast user rating graphic and text
    in PrintResource
*/
div.RatingDiv
{
    float: right;
    width: 75px;
    padding: 0px;
    font-size: 10px;
    text-align: right;
    line-height: 27px;
}
div.RatingDiv img
{
    margin-top: 5px;
}


/* ---------------------------- Footer ---------------------------- */

#footer {   
   background: #535584;
   border: 1px solid #535584;
   margin-top: 10px;
   position: relative;
}

/*
    The BottomNav class styles the text in the footer of each page.
    (SPT--StandardPageEnd.html)
*/
.BottomNav
{
    font-size: 11px;
    line-height: 13px;
    margin: 16px 0 16px 20px;
    color: #A2A4C6;
}

/*
    These control the position of the two small logos in the lower right
    corner of the page.
*/
#footer img#CWISLogo
{
    float: right;
    margin: 12px 10px 0px 0px;
    border: 0px;
}

#footer img#NSDLLogo
{
    float: right;
    margin: 12px 15px 0px 0px;
    border: 0px;
}

/* ------------ Help System Navigation ----------------- */

/*
    There are two styles of Help navigation in the portal. The 
    first displays navigation options as a stack of list items 
    and is styled by the HelpNav class. The second displays navigation
    options as a linear arangement of list items and is styled by
    the HelpNavLinear class
*/

ul.HelpNav
{
    list-style: none;
    width: 180px;
	border: 1px solid #E8D2BB;
 	background: #F4F3EF;
 	padding: 0;
 	float: left;
 	margin: 10px;
}

ul.HelpNav li
{
    display: block;
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #E8D2BB;
}

ul.HelpNav li:hover, ul.HelpNavLinear li:hover
{
    background-color: #E4E3DF;
}

ul.HelpNav li a, ul.HelpNavLinear li a
{
    display: block;
    font-size: 11px;
    width: 170px;
	text-decoration: none;
    line-height: 12px;
    color: #666;	
    margin: 5px;
	font-weight: bold;
}

ul.HelpNavLinear
{
    list-style: none;
 	padding: 0;
 	margin: 10px 0 0 10px;
}

ul.HelpNavLinear li
{
    display: block;
    float: left;
    margin: 0;
 	background: #F4F3EF;
    padding: 0;
    border: 1px solid #E8D2BB;
}

/*
    These styles are for the saved search area on the Advanced Search screen
*/
ul.SPTSavedSearches
{
    list-style: none;
    padding: 0;
    margin: 0;
}
ul.SPTSavedSearches li
{
    display: block;
    padding: 0;
    border: 1px solid #F0DAC3;
    background-color: #FCFBF7;
}
ul.SPTSavedSearches li:hover
{
    background-color: #FFFEF9;
}
ul.SPTSavedSearches li a
{
    display: block;
    width: 150px;
    text-decoration: none;
    margin: 2px;
}

.FloatLeft, ul.SPTSavedSearches li
{
    float: left;
    margin: 3px;
}
.FloatRight
{
    float: right;
    margin: 3px;
}

body {
    _font-size: 62.5%; /* Allows text resizing in IE */
}
