/* --------------------------------- 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: #4A77A1;
}

A:hover, A:hover.link
{ 
	text-decoration: underline;
    color: #4A77A1;
}


/*
    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: #4A77A1;
}

A:hover.header
{
    font-size: 14px;
	text-decoration: underline;
	font-weight: bold;
	color: #4A77A1;
}

.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: #FFFFFF;
}

/*
    The KeywordTitle class styles the phrase "Keyword Search" at the
    top of every page (SPT--StandardPageStart.html)
*/
.KeywordTitle
{
	text-decoration: none;
	color: #666;
}

/*
    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: #F7F3EC;
}
.DarkRow {
 	background: #E7E3DC;
}
	

/* --------------------------------- Structure ------------------------------ */

body {
	background-color:#FFF;
   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: #E7E3DC;
	position: relative;
	padding: 10px;
	border: 1px solid #D7D2C9;
	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: #E7E3DC;
	border-top: 10px solid white;
	
}
.RightNavBottom {
	background: #D7D4CF;	
}

/* --------------------------------- Top Nav ------------------------------ */
#header {
   background: #FFFFFF url("header.jpg");
   background-repeat: no-repeat;
   background-position: right;
   padding: 0px;
   border-top: 4px solid #9A9A9A;
   height: 90px
}
#navbar {
   height: 80px;
   background: #9A9A9A;
   border: 1px solid #FFFFFF;
}

/* --------------------------- 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 #E7E3DC;
   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 #d7d2c9;
 	background: #e7e3dc;
 	padding: 0;
 	float: left;
 	margin: 10px;
}

ul.HelpNav li
{
    display: block;
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #d7d2c9;
}

ul.HelpNav li:hover, ul.HelpNavLinear li:hover
{
    background-color: #F7F3Ec;
}

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: #e7e3dc;
    padding: 0;
    border: 1px solid #d7d2c9;
}
/*
    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 #d7d2c9;
    background-color: #F7F3Ec;
}
ul.SPTSavedSearches li:hover
{
    background-color: #FFFBF4;
}
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 */
}

/* Primary menu + Superfish
-------------------------------------------------------------- */

#menu {
height: 35px;
background:url(http://www.troped.org/themes/danland/images/menu-bg.gif) repeat-x;
width:100%;
margin: 0 auto;
text-align:left;
}

#nav {
height: 35px;
background:url(http://www.troped.org/themes/danland/images/menu-bg.gif) repeat-x;
float:left;
}

#nav li {
float:left;
background:url(http://www.troped.org/themes/danland/images/menu-separator.gif) no-repeat right top;
height:35px;
padding:0 1px 0 0;
}

#nav li a{
color:#fff;
text-decoration:none;
font-size:11px;
padding:7px 12px 0 12px;
display:inline-block;
font-weight:normal;
height:25px;
text-transform:uppercase;
}
#nav ul 
{
	list-style-type: none;
}

#nav li a:hover {
background:transparent url(http://www.troped.org/themes/danland/images/menu-hover-bg.gif) repeat-x;
}

#nav li.active-trail a {
background:transparent url(http://www.troped.org/themes/danland/images/menu-hover-bg.gif) repeat-x;
}

#rounded-menu-left {
height: 35px;
background:transparent url(http://www.troped.org/themes/danland/images/menu-left-bg.gif) no-repeat;
float:left;
width:1px;
line-height:0;
font-size:0;
}

#rounded-menu-right {
height: 35px;
background:url(http://www.troped.org/themes/danland/images/menu-right-bg.gif) no-repeat;
float:right;
width:14px;
line-height:0;
font-size:0;
}

/* Superfish
-------------------------------------------------------------- */

#superfish {
height:35px; 
float:left;
}

#superfish h2 {
height: 0;
overflow: hidden;
position: absolute;
}

#superfish .menu, #superfish .menu * {
margin:0;
padding:0;
list-style:none;
}

#superfish .menu {
line-height:1.0;
}

#superfish .menu ul {
position:absolute;
top:-999em;
width:13em;
}

#superfish .menu ul li {
width:100%;
}

#superfish .menu li:hover {
visibility:inherit;
}

#superfish .menu li {
float:left;
position:relative;
}

#superfish .menu a {
display:block;
position:relative;
}

#superfish .menu li:hover ul,
#superfish .menu li.sfHover ul {
left:0;
top:32px;
z-index:99;
}

#superfish ul.menu li:hover li ul,
#superfish ul.menu li.sfHover li ul {
top:-999em;
}

#superfish ul.menu li li:hover ul,
#superfish ul.menu li li.sfHover ul {
left:13em;
top:0;
}

#superfish ul.menu li li:hover li ul,
#superfish ul.menu li li.sfHover li ul {
top:-999em;
}

#superfish ul.menu li li li:hover ul,
#superfish ul.menu li li li.sfHover ul {
left:13em;
top:0;
}

#superfish .menu {
float:left;
margin-bottom:1em;
}

#superfish .menu a {
padding:.75em 1em;
text-decoration:none;
}

#superfish .menu a.sf-with-ul {
padding-right:2.25em;
min-width:1px;
}

#superfish .menu a, #superfish .menu a:visited  {
color:#fff;
text-decoration:none;
font-size:12px;
font-weight:bold;
text-transform:uppercase;
padding-right:30px;
padding-left:30px;
padding-top:11px;
}

#superfish .menu li {
background: transparent;
}

#superfish .menu li li {
background: #3b6999;
}

#superfish .menu li li li {
background: #3b6999;
top: 0px;
}

#superfish .menu li:hover, #superfish .menu li.sfHover,
#superfish .menu a:focus, #superfish .menu a:hover, #superfish .menu a:active {
outline:0;
}

#superfish .menu li:hover, 
#superfish .menu li.sfHover,
#superfish .menu a:focus, 
#superfish .menu a:hover, 
#superfish .menu a:active {
z-index:10;
}

#superfish .menu li:hover {
background:transparent url(http://www.troped.org/themes/danland/images/menu-hover-bg.gif) repeat-x;
}

#superfish .menu li.active-trail {
background:transparent url(http://www.troped.org/themes/danland/images/menu-hover-bg.gif) repeat-x;
}

#superfish .menu li.active-trail li {
background: #3b6999;
}

#superfish .menu li li:hover {
background: #3b6999;
}

#superfish .menu li li li:hover {
background: #3b6999;
}

.sf-sub-indicator {
position:absolute;
display:block;
right:.75em;
top:1.05em;
width:10px;
height:10px;
text-indent:-999em;
overflow:hidden;
background:url(http://www.troped.org/themes/danland/images/arrows-ffffff.png) no-repeat -10px -100px;
}
a > .sf-sub-indicator { 
top:.8em;
background-position: 0 -100px;
}

a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
background-position: -10px -100px;
}

#superfish .menu ul .sf-sub-indicator { background-position:  -10px 0; }
#superfish .menu ul a > .sf-sub-indicator { background-position:  0 0; }
#superfish .menu ul a:focus > .sf-sub-indicator,
#superfish .menu ul a:hover > .sf-sub-indicator,
#superfish .menu ul a:active > .sf-sub-indicator,
#superfish .menu ul li:hover > a > .sf-sub-indicator,
#superfish .menu ul li.sfHover > a > .sf-sub-indicator {
background-position: -10px 0;
}

#superfish .sf-shadow ul {
background:	url(http://www.troped.org/themes/danland/images/shadow.png) no-repeat bottom right;
padding: 0 8px 9px 0;
}

#superfish .sf-shadow ul.sf-shadow-off {
background: transparent;
}


.links {
margin: 0;
padding: 0;
}

.logo-name {
color: #005a8c;
display: inline; 
font-size: 11px;
padding-left: 15px;
position: relative;
font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
font-style: normal;
}
