/* --------------------------------- 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: #485669;
}

A:hover, A:hover.link
{ 
	text-decoration: underline;
    color: #485669;
}


/*
    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: #485669;
}

A:hover.header
{
    font-size: 14px;
	text-decoration: underline;
	font-weight: bold;
	color: #485669;
}

.header
{
    font-size: 14px;
	text-decoration: none;
	font-weight: bold;
	color: #333333;
}



/*
    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: #333333;
}

/*
    The KeywordTitle class styles the phrase "Keyword Search" at the
    top of every page (SPT--StandardPageStart.html)
*/
.KeywordTitle
{
	text-decoration: none;
	color: #333333;
}

/*
    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: 10px;
	font-weight: bold;
}

A:hover.whitenav
{ 
	text-decoration: underline;
    line-height: 40px;
    color: #FFFFFF;
	margin-left: 10px;
	font-weight: bold;
}

li
{
   	padding: 3px;
}

/* LightRow and DarkRow are used when we want alternating row colors  */
.LightRow {
    background: #F9FFEE;
}
.DarkRow {
    background: #E9EFDE;
}
	

/* --------------------------------- 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: #E9EFDE;
	position: relative;
	padding: 10px;
	border: 1px solid #B9C5A0;
	margin: 0px;
	background-color: #F2F2F2;
}

.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: #B9C5A0;
	border-top: 10px solid white;
	
}
.RightNavBottom {
	background: #929292;	
}

/* --------------------------------- Top Nav ------------------------------- */
#header {
	background-repeat: no-repeat;
	background-position: center;
	height: 90px;
	background-color: #FFFFFF;
	background-image: url(header.jpg);
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#navbar {
	height: 40px;
	border: 1px solid #FFFFFF;
	background-color: #7E7E7E;
	
}

/* --------------------------- 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 #B9C5A0;
   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;
	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: #B3B3B3;
   border: 1px solid #B3B3B3;
   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: #333333;
}

/*
    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 #B9C5A0;
 	background: #E9EFDE;
 	padding: 0;
 	float: left;
 	margin: 10px;
}

ul.HelpNav li
{
    display: block;
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #B9C5A0;
}

ul.HelpNav li:hover, ul.HelpNavLinear li:hover
{
    background-color: #F9FFEE;
}

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: #E9EFDE;
    padding: 0;
    border: 1px solid #B9C5A0;
}

/*
    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 #c3cfaa;
    background-color: #f1f7e6;
}
ul.SPTSavedSearches li:hover
{
    background-color: #f9ffee;
}
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 */
}


