
h1, h2, h3, h4, h5, h6 {
    margin-top: 0px;
    padding-top: 0px;
}

.PageHeader {
    width: 100%;
    height: 95px;
    background: url('../images/new_background_header-greyed.jpg') 278px 0 repeat;
    text-align: right;
    overflow: hidden;
}

.PageHeader .Logo {
    position: absolute;
    top: 0px;
    left: 0px;
}

.PageHeader .Search {
    padding: 0px 10px 5px 0px;
}

.PageHeader .Search label {
    color: #FFFFFF;
    font-weight: bold;
    font-size: 120%;
}

.PageHeader .Search .Submit {
    position: relative;
    top: 7px;
}

.PageHeader .AdvancedSearch {
    padding-right: 10px;
    color: #FFFFFF;
    font-size: 110%;
    font-weight: bold;
}

/**
 * Styling
 *
 * Note: since IE6 doesn't support, we can't use selectors as they're meant to
 *       be used. Thus, instead, we'll have to use a class for the first child
 *       until IE6 is no longer supported, at which time it will be easy to
 *       switch from selector.class selector.class to
 *       selector.class > selector:first-child
 */

/**  Link with arrow image  **/
a.ArrowLink
{
    padding-left: 18px;
    background: url(../images/link_gray_arrow.gif) 0px 1px no-repeat;
    color: #929496;
    font-size: 1.05em;
}

/**  Gold-headed List  **/
.GoldListHeader {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    color: #FFC515;
    font-size: 1.16em;
    font-weight: bold;
}

ul.GoldList
{
    /* IE Fix */
    margin: 0;
    padding: 0;
}

ul.GoldList > li {
    height: 15px;
    padding: 0 0 0 14px;
    color: #929496;
    list-style: none;
}

/**  Navigation List **/
ul.NavList
{
    margin-top: 18px;
}

ul.NavList li
{
    position: relative;
    right: 40px;
    color: #626466;
    font-size: 1.45em;
    list-style: none;
}

ul.NavList li a:link, ul.NavList li a:visited
{
    color: #626466;
}

ul.NavList ul
{
    margin: 2px 0;
}

ul.NavList ul li
{
    right: 65px;
    color: #838486;
    font-size: 1.25em;
}

ul.NavList ul li a:link, ul.NavList ul li a:visited
{
    color: #838486;
}

/** Events List **/
ul.EventsList span.Date
{
    display: block;
    clear: left;
    float: left;
    width: 65px;
}

/**  Events **/
.Events .Header
{
    display: block;
    margin-bottom: 4px;
    color: #FFC515;
    font-size: 1.16em;
    font-weight: bold;
}

.Events .Highlight, .Events .List .Highlight *
{
    font-weight: bold;
}

.Events .List .Event *
{
    color: #929496;
}

.Events .List .Full *
{
    color: #333;
}

.Events .List .Date
{
    width: 65px;
}

.Events .List .Title {}

.Events .List .iCal
{
    padding: 0 4px;
}

.Events .ArrowLink {
    position: relative;
    top: 10px;
}


/** CSS DIV Table Rules (these don't work in IE, not in use) **/
div.Table
{
    display: table;
}

div.Table div.Row
{
    display: table-row;
}

div.Table div.Row div
{
    display: table-cell;
}

/** Search bar in header **/
form#SearchBar
{
    float: right;
/*    padding-right: 5px; */
    color: #FFF;
    text-align: right;
    vertical-align: bottom;
/*  background: #626466;
    padding: 5px;
    border: 1px solid #444;
    border-top: none;
    border-right: none; */
}

form#SearchBar table
{
    background: url(../images/search_bar_fade.png);
}

form#SearchBar td
{
    /* overwrite a style in SPT--Stylesheet.css */
    color: #FFF;
}

form#SearchBar label.Label
{
    font-size: 1.2em;
}

form#SearchBar input.Input
{
    padding: 2px;
    margin-right: -3px;
}

form#SearchBar input.Submit
{
    padding: 0 5px 0 0;
}

form#SearchBar a.Advanced
{
    position: relative;
    top: 2px;
    right: 5px;
    color: #FFF;
    font-size: 1.08em;
}

/** Front-page, featured info **/
.Featured
{
    vertical-align: top;
}

.Featured > *
{
    margin: 0;
    padding: 22px;
    width: 50%;
}

.Featured .Left
{
    background: #DDD;
}

.Featured .Right
{
    background: #D5D5D5;
}

.Featured .Right a
{
    color: #777;
    text-decoration: underline;
}

.Featured span.Heading
{
    font-size: 1.1em;
}

.Featured span.Title
{
    font-size: 1.25em;
    font-weight: bold;
}

.Featured img.Image
{
    float: left;
    margin: 15px 15px 8px 0;
    padding: 5px;
    border: 1px solid #808080;
    background: #808080;
}

.Featured a.Url
{
    color: #838486;
    font-size: 1.25em;
}

/** Login Box **/
form.Login span.Heading
{
    font-size: 1.35em;
}

form.Login label.Label
{
    font-size: 1.05em;
}

form.Login input.Input
{
    width: 125px;
    margin-bottom: 7px;
}

/** Source Image Table (SPT--FullRecord.php) **/
table.SourceTableFix
{
    position: relative;
    right: 4px;
}

/**  Resources (from PrintResource in SPT--Common.html)  **/
.Resource, .Event
{
    width: 100%;
    margin: 7px 0px;
    border: none;
}

.Resource .QuickGo
{
    width: 40px;
    vertical-align: top;
    text-align: center;
}

.Resource .QuickGo .Container {}

.Resource .QuickGo .Container .Image
{
    height: 22px;
    width: 21px;
    border: none;
}

.Resource .Export
{
    vertical-align: top;
    text-align: left;
}

.Resource .Export input
{
    margin: 0px 3px;
}

.Resource .Content, .Event .Content
{
    /** IE fix in ATE--IEFixes.css **/
    padding: 0px 5px;
    vertical-align: top;
    text-align: left;
}

.Resource .Content .Container, .Event .Content .Container
{
    /*
       Because text gets a bit of padding from
       the browser, we need to move it to properly
       align it with other elements.
    */
    position: relative;
    bottom: 2px;
}

.Resource .Content .Container .ExtraInfo
{
    /** IE fix in ATE--IEFixes.css **/
    display: none;
    margin-top: 3px;
    padding: 3px;
    background: #F0F0F0;
    border: 1px solid #CCC;
}

/* needs to come before .Resource .Content .ExtraInfo .Screenshot */
.Resource .Screenshot
{
    vertical-align: top;
    text-align: right;
}

.Resource .Screenshot .Image
{
    margin-left: 10px;
    padding: 10px;
    background: #F0F0F0;
    border: 1px solid #DDD;
}

/* need the a. specification for the font-style rule to work */
.Resource .Content .ExtraInfo a.Screenshot
{
    float: right;
    margin: 0px 5px;
    text-align: center;
    text-decoration: none;
    font-style: italic;
}

.Resource .Content .ExtraInfo .Screenshot .Image
{
    margin: 7px 5px 1px 5px;
    background: #E5E5E5;
}

.Resource .Content .ExtraInfo table th
{
    vertical-align: top;
    text-align: right;
}

/* Fix float issue when we have little content */
.Resource .Content .ExtraInfo hr
{
    clear: both;
    display: block;
    visibility: hidden;
    height: 0px;
    margin: 0;
    padding: 0;
}

.Resource .Content .ExtraInfo .Options
{
    float: right;
}

.Resource .Content .ExtraInfo .Options input
{
    margin-top: 0;
    vertical-align: middle;
}

.Resource .Content .ExtraInfo .Options label
{
    /* position: relative will cause a display bug in IE */
    color: #AAA;
}

.Resource .Source, .Event .Source
{
    width: 60px;
    vertical-align: top;
    text-align: center;
    padding: 0px 12px;
}

.Resource .MicroInfo, .Event .MicroInfo
{
    width: 50px;
    vertical-align: top;
    text-align: right;
}

.Resource .MicroInfo a.link, .Event .MicroInfo a.link
{
    /*
       Because text gets a bit of padding from
       the browser, we need to move it to properly
       align it with other elements.
    */
    position: relative;
    bottom: 3px;
}

.Resource .URL, .Event .URL
{
    padding: 0px 5px;
    vertical-align: baseline;
    text-align: left;
}

.Resource .Anchor {}

.Resource_Separator, .Separator
{
    border-bottom: 1px solid #DDDDDD;
}

/**  Show/Hide Expanded Info Links  **/
.ExpandedInfo
{
    color: #929496;
}

.ExpandedInfo a
{
    /** IE fix in ATE--IEFixes.css **/
    border-bottom: 1px dotted #929496;
    text-decoration: none;
}

.ExpandedInfo .Delim, .ExpandedInfo .Hide
{
    display: none;
}

/* Event Info */
.Event .Dates
{
    font-style: italic;
}

.EventInfo {
    display: none;
    position: absolute;
    width: 350px;
    padding: 10px;
    background: #F0F0F0;
    border: 2px solid #D5D5D5;

    -webkit-box-shadow: rgba(24, 24, 19, 0.25) 0 0 45px;
    -moz-box-shadow: rgba(24, 24, 19, 0.25) 0 0 45px;
    box-shadow: rgba(24, 24, 19, 0.25) 0 0 45px;
}

.NoteText {
    font-style: italic;
    margin-left: 20px;
}

.RequiredFieldLabelText {
    border: 1px solid #FFEE77;;
}

/**
 * print styles
 */
.PrintShow {
    display: none;
}

/**
 * styled buttons normally used for nav
 */
.StyledButton, .StyledButton:link, .StyledButton:hover, .StyledButton:visited {
    margin: 0px 0px;
    padding: 3px;
    border: 1px solid #BBB;
    background: #E4E4E4 url("../images/resource_gradient.gif");
    color: #777;
    font-size: 0.95em;
    text-align: center;
    text-decoration: none;
    cursor: pointer;

    /* make sure the buttons look consistent, even when other fonts
       are in use. this can always be overridden anyway, if
       necessary */
    font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;

    /* not supported in some browsers (e.g., IE and Opera) */
    border-bottom-left-radius: 1px;
    -moz-border-radius-bottomleft: 2px;
    -khtml-border-bottom-left-radius: 2px;
    -webkit-border-bottom-left-radius: 2px;
    border-top-left-radius: 1px;
    -moz-border-radius-topleft: 2px;
    -khtml-border-top-left-radius: 2px;
    -webkit-border-top-left-radius: 2px;

    /* not supported in some browsers (e.g., IE and Opera) */
    border-bottom-right-radius: 1px;
    -moz-border-radius-bottomright: 2px;
    -khtml-border-bottom-right-radius: 2px;
    -webkit-border-bottom-right-radius: 2px;
    border-top-right-radius: 1px;
    -moz-border-radius-topright: 2px;
    -khtml-border-top-right-radius: 2px;
    -webkit-border-top-right-radius: 2px;
}

.StyledButton:active {
    background: #E4E4E4 url("../images/resource_gradient_reversed.gif");
}

.NavStyledButton, .NavStyledButton:link, .NavStyledButton:hover, .NavStyledButton:visited {
    /* move the angle brackets closer together and fix the padding */
    padding-right: 5px;
    letter-spacing: -2px;
}

/**
 * Order button on the advanced search page
 */
.OrderButton .Text {
    font-size: 0.9em;
    color: #777;
}

.OrderButton .Arrow {
    float: left;
    position: relative;
    top: 2px;
    left: 2px;
    height: 15px;
    font-size: 1.5em;
    color: #777;
}

.OrderButton, .OrderButton:link, .OrderButton:hover, .OrderButton:visited {
    display: block;
    float: right;
    padding: 1px;
    line-height: 10px;
    font-size: 1em;
    color: #777;
}

/**
 * the label for the order button on the advanced search page
 */
.OrderLabel {
    float: right;
    position: relative;
    top: 5px;
    margin-right: 4px;
}

/**
 * Styling of a full resource record (on the full record page atm)
 */
.FullRecord {
    min-width: 755px;
}

.FullRecord .Header h1 {
    display: block;
    margin-bottom: 3px;
    font-size: 175%;
    font-weight: bold;
}

.FullRecord .Rating h1 {
    font-weight: bold;
}

.FullRecord .Source {
    float: right;
    text-align: right;
}

.FullRecord .Source a {
    display: block;
}

.FullRecord .Comments > h1 {
    display: block;
    font-size: 125%;
    font-weight: bold;
}

.FullRecord .Screenshot {
    float: left;
    border: 1px solid #AAAAAA;
    margin: 0px 10px 0px 0px;
    clear: right;
}

.FullRecord .Description {
    clear: right;
}

.FullRecord .Rating {
    clear: left;
    padding-top: 5px;
}

.FullRecord .Rating form {
    position: relative;
    bottom: 1px;
    float: right;
    font-size: 85%;
}

.FullRecord .Rating form input {
    margin: 0px;
    padding: 0px;
}

.FullRecord .Rating form img {
    margin-right: 10px;
}

.FullRecord .PrimaryFields {
    clear: left;
}

.FullRecord .SecondaryFields {

}

.FullRecord .Classification ul,
.FullRecord .ControlledName ul {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

.FullRecord .Classification ul li,
.FullRecord .ControlledName ul li {
    margin: 0px;
    padding: 0px;
}

.FullRecord .BoundingBox {
    margin-top: 10px;
    padding: 8px 10px 10px 10px;
    background: #F0F0F0;
    border: 1px solid #CCC;
}

.FullRecord .DateChecked {
    margin-top: 10px;
}

.FullRecord .DateChecked h1 {
    float: left;
    font-weight: bold;
    margin-right: 5px;
}

.FullRecord .DateChecked .Report {
    float: right;
}

.FullRecord .Comments > h1 {
    margin-bottom: 5px;
}

.FullRecord .Comments > a {
    display: block;
}

.FullRecord .Comments .FirstCommentLink {
    margin: 6px 0px 10px 0px;
}

.FullRecord .Comments > div {
    margin: 0px;
}

.FullRecord .BoundingBox table,
.FullRecord .BoundingBox table tr,
.FullRecord .BoundingBox table th,
.FullRecord .BoundingBox table td {
    margin: 0px;
    padding: 0px;
}

.FullRecord .BoundingBox table {
    margin-bottom: 5px;
}

.FullRecord .BoundingBox table:last-child {
    margin-bottom: 0px;
}

.FullRecord .BoundingBox table td {
    padding-left: 5px;
}

.FullRecord .BoundingBox table th {
    width: 150px;
    text-align: left;
    vertical-align: top;
}

.FullRecord .Mimetype {
    position: relative;
    top: 1px;
    margin-bottom: 1px;
}

.FullRecord .StarRating {
    position: relative;
    top: 3px;
    height: 14px;
    margin: 0px;
    padding: 0px;
}

/**
 * Styles for the community support page
 */
.SupportPage .DefaultHorizontalRule {
  margin: 15px 0px;
}

.SupportPage .Blurb {
    clear: both;
    margin-bottom: 30px;
}

.SupportPage .Blurb h2 {
    margin-bottom: 0px;
    color: #626466;
    font-size: 120%;
}

.SupportPage .Blurb a {
    color: #929496;
    font-style: italic;
    font-weight: bold;
}

.SupportPage .Blurb img {
    position: relative;
    top: 3px;
    height: 100px;
    border: 1px solid #CCCCCC;
}

.SupportPage .Blurb img.EvenImage {
    margin: 0px 10px 5px 0px;
    float: left;
}

.SupportPage .Blurb img.OddImage {
    margin: 0px 0px 5px 10px;
    float: right;
}

/**
 * Contact styles
 */
 .Contact {
    margin: 15px 0px;
}

.Contact .Heading {
    color: #626466;
    font-size: 120%;
    font-weight: bold;
}

.Contact .Person {
    color: #FFC515;
    font-style: italic;
    font-weight: bold;
}

.Contact .Email {}

.Contact .Heading,
.Contact .Person {
    display: block;
}

.ContactAteCentral {
    margin-top: 20px;
}

.ContactAteCentral a {
    color: #626466;
    font-size: 2.3em;
}

.ContactAteCentral .Smaller {
    font-size: 0.65em;
}

/* --------------------------- 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 #DDDDDD;
   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 ----------------- */


input.ControlledNameSearch, textarea.ControlledNameSearch {
    display: block;
    height: 15px;
    width: 390px;
    margin: 2px 0px;
    padding: 2px;
    font-family: Verdana,Arial,Geneva,Helvetica,sans-serif;
    font-size: 11px;
    overflow: hidden;
}

