/* @group Layout
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>*/

#header {
   background: url("../images/CW-Gradient-Tall.png");
   padding: 0px;
   border-top: 4px solid #7B7B7B;
   height: 90px;
}

#navbar {
   height: 40px;
   background: #7A7A8F;
   border: 1px solid #2A4F5E;
}

/*
    These styles control the basic two-column format of every page
    ( StandardPageStart.html, StandardPageEnd.html )
*/
#navbodyframe, .navbodyframe {
   position:relative;
   clear:both;
   margin: 0px;
   padding: 0px;
}

#navleftcolumn, .navleftcolumn {
   margin-right: 190px;
}

#navrightcolumn, .navrightcolumn {
   position: absolute;
   top: 0px;
   padding: 0px;
   width: 190px;
   right: 0px;
}

.rightnav {
    width: 170px;
    padding: 10px;
    text-align: left;
    background: #DDDDDD;
    border-top: 10px solid white;

}

.RightNavBottom {
    background: #F0F0F0;
}

/*
    These styles are used on Home to contain the New Resources
    and Announcements areas
*/
#contentframe {
    position: static;
    margin: 20px 20px 20px 20px;
    clear: both;
}

div > #contentframe {
    position: relative;
}

#contentbox, .contentbox {
    position: relative;
}

#ResourceBox {
   border: 5px solid #DDDDDD;
   padding: 0px;
}

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

/* @end
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/

/* @group Text
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>*/

.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 (StandardPageStart.html)
*/
.pagetitle {
    font-size: 14px;
    text-decoration: none;
    font-weight: bold;
    color: #FFFFFF;
}

.pagetitle a {
    font-size: 14px;
    text-decoration: none;
    font-weight: bold;
    color: #FFFFFF;
}

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

/* @end
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/

/* @group Links
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>*/

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

a.link:hover {
    text-decoration: underline;
    color: #333399;
}

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

a.header:hover {
    font-size: 14px;
    text-decoration: underline;
    font-weight: bold;
    color: #333399;
}

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

a.whitenav:hover {
    text-decoration: underline;
    line-height: 40px;
    color: #FFFFFF;
    margin-left: 20px;
    font-weight: bold;
}

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

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

/* @end
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/

/* @group Forms
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>*/

/*
    The KeywordTitle class and #searchForm span styles the phrase "Keyword Search" at the
    top of every page (StandardPageStart.html)
*/
.KeywordTitle, #SearchForm span {
    text-decoration: none;
    color: #000;
    font-weight: bold;
    display: block;
}

/*
    form#SearchForm styles the the entire search form at the top of every page.
    (StandardPageStart.html)
*/
form#SearchForm {
    float: right;
    color: #666;
    font-size: 11px;
    font-weight: bold;
    margin-top: 20px;
    padding-right: 11px;
    width: 170px;
}

/*
    #goButton styles the submit button of the search form at the top of every page.
    (StandardPageStart.html)
*/
#goButton {
    float: right;
    padding-top: 16px;
}

/*
    #SearchText styles the text box that is part of the search at the top of every page.
    (StandardPageStart.html)
*/
input#SearchText {
    width: 135px;
    height: 12px;
    margin-top: 3px;
}

/**
 * Style for the AJAX-driven controlled name search boxes.
 */
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;
}

/*
    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: #EAF1F3;
    position: relative;
    padding: 10px;
    border: 1px solid #DDDDDD;
    margin: 0px;
}

.AdvSearchBox select {
    font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
    font-size: 11px;
}

/*
    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 #F3FAFC;
    background-color: #F2F9FB;
}
ul.SPTSavedSearches li:hover {
    background-color: #F6FDFF;
}
ul.SPTSavedSearches li a {
    display: block;
    width: 150px;
    text-decoration: none;
    margin: 2px;
}

ul.SPTSavedSearches li {
    float: left;
    margin: 3px;
}

/* @end
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/

/* @group Help 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 #DDDDDD;
    background: #EAF1F3;
    padding: 0;
    float: left;
    margin: 10px;
}

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

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

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: #EAF1F3;
    padding: 0;
    border: 1px solid #F3FAFC;
}

/* @end
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/

/* @group Styled Buttons
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>*/

.StyledButton, .StyledButton:link, .StyledButton:hover, .StyledButton:visited {
    margin: 0px 0px;
    padding: 3px;
    border: 1px solid #DDD;
    background: #F0F0F0 url("../images/CW-Gradient-Short.png");
    color: #333;
    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: #DDD url("../images/CW-Gradient-ShortReversed.png");
}

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

.OrderButton .Text {
    font-size: 0.9em;
    color: #333;
}

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

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

.OrderLabel {
    float: right;
    position: relative;
    top: 5px;
    margin-right: 4px;
}

a.AddField {
    margin-left: 5px;
    margin-right: 6px;
    padding: 6px 6px 4px 25px;
    line-height: 14px;
    background: #E8ECEB url("../images/CW-Icon-Add.png")  no-repeat 5px 4px;
    border: 1px solid #999;
    color: #444;
    font: normal 1em arial, sans-serif;
    text-decoration: none;
}

/* @end
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/

/* @group Resource Information
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>*/

.FullRecord {
    min-width: 755px;
}

.FullRecord h1 {
    display: inline;
    margin: 0px;
    padding: 0px;
    font-size: 100%;
    font-weight: normal;
}

.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 .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 .AddComment,
.FullRecord .AddComment:link,
.FullRecord .AddComment img {
    text-decoration: none;
    border: none;
}

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

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

.FullRecord .Comments .FirstCommentLink {
    margin: 6px 0px 10px 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;
}

/*
    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;
}

/*
    This styles the "New Resources" heading area.
*/
#ResourceHeaderBox {
   background: #FFF url("../images/CW-Gradient-Short.png");
   height: 25px;
   line-height: 25px;
   font-size: 12px;
   text-decoration: none;
   font-weight: bold;
   padding-left: 10px;
}

/* @end
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/

/* @group CWIS
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>*/

/* ----- COMMON BUTTON -------------------------------------------------------
Uses: Non-form action "buttons".
Tags: (any)
*/
.Button {
    margin: 2px;
    background-color: #f5f5f9;
    border: 1px solid #c8c6d1;
    padding: 2px 4px 2px 4px;
}

/* ----- CONFIGURATION TABLE -------------------------------------------------
Uses: Table for displaying and editing options or configuration settings.
Tags: table
*/
.ConfigTable {
    background-color:   white;
    border:             0px;
    margin-bottom:      3px;
}
.ConfigTable th {
    padding:            5px;
    font-size:          10px;
    font-weight:        bold;
    font-family:        verdana, arial, helvetica, sans-serif;
    text-align:         left;
    vertical-align:     top;
    background-color:   #BaBaCf;
    border:             1px solid #F9FAFF;
    text-transform:     uppercase;
}
.ConfigTable td {
    padding:            5px;
    font-size:          10px;
    font-family:        verdana, arial, helvetica, sans-serif;
    vertical-align:     middle;
    color:              #333;
    background:         #EAF1F3;
    border:             1px solid #F9FAFF;
}
.ConfigTable td:first-child {
    vertical-align:     top;
    padding-top:        6px;
    font-weight:        bold;
    white-space:        nowrap;
}
.ConfigTable tr.DarkRow td,
.ConfigTable tr:nth-child(odd) td {
    background:         #EAF1F3;
}
.ConfigTable tr.LightRow td,
.ConfigTable tr:nth-child(even) td {
    background:         #F4F9FA;
}
.ConfigTable tr.DisabledRow td {
    color:              #999;
}

/* ----- ERROR/ACTION BOX ----------------------------------------------------
Uses: Box at top of the content area that displays error or action messages.
        Messages should be listed with a <ul>.
Tags: div
*/
.ErrorBox {
    background:         #FFEEEE;
    padding:            10px;
    margin-bottom:      5px;
}
.ErrorBox ul {
    margin:             0px;
}
.ErrorBox li {
    list-style-type:    square;
    margin:             0px;
    padding:            0px;
}

/* @end
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/

/* @group Metadata Tool and Adminstration Interface
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>*/

/* -------------- Metadata Tool --------------*/

.MDTable {
    border: 1px solid #DDDDDD;
    background: #EAF1F3;
}

.MDTable th {
    text-align: right;
    font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
    font-size: 10px;
    line-height: 12px;
    color: #4D555F;
}

.MDTable td {
    text-align: left;
}

table.MDTable td, table.MDTable th {
    padding: 5px;
    border-bottom: 1px solid #F9FAFF;
    margin: 0px;
}

table.MDTable table.MDTable {
    border: 0;
    margin: 10px;
}

table.MDTable table.MDTable td, table.MDTable table.MDTable th {
    border: 0;
}

/* -------------- Database Editor--------------*/

.DBEditorTable {
    background-color: white;
    border: 0px;
    margin-bottom: 3px;
}

.DBEditorTable th.FieldSection {
    background-color: #9a9aAf;
    color: white;
}

.DBEditorTable .FieldSection2 {
    border-top: 10px solid #F9FAFF;
}

.DBEditorTable th, th.DBEth {
    font-size: 10px;
    font-weight: bold;
    text-align: left;
    font-family: verdana, arial, helvetica, sans-serif;
    background-color: #BaBaCf;
    vertical-align: top;
    border: 1px solid #F9FAFF;
}

.DBEditorTable th.light, th.light a {
    background-color: #D5E7EB;
    text-align: left;
    color: black;
    font-size: 10px;
    font-weight: bold;
    font-family: verdana, arial, helvetica, sans-serif;
    padding: 0px 3px 0px 3px;
    vertical-align: middle;
}

.DBEditorTable td {
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 10px;
    color: #333;
    vertical-align: top;
    background-color: #EAF1F3;
    border: 1px solid #F9FAFF;
}

.DBEditorTable h2 {
    font-size: 14px;
    font-family: verdana, arial, geneva, helvetica, sans-serif;
    line-height: 20px;
    margin: 0;
}

.DBEditorTable h3 {
    font-size: 12px;
    font-family: verdana, arial, geneva, helvetica, sans-serif;
    line-height: 18px;
    margin: 5px;
}

.DBEditorTable tr.FieldDisabled td {
    color: #888;
    background-color: #F5F8FA;
}

.DBEditorTable tr.FieldDisabled th.light, tr.FieldDisabled th.light a {
    background-color: #E7F2F5;
    color: #888;
}

#DBAdd {
    border-top: 2px solid #006;
    border-bottom: 1px solid #006;
}

#DBAdd td.divider hr {
    height: 1px;
    margin: 0px;
    background-color: #006;
}

#DBAdd td {
    vertical-align: middle;
}

/* ------------ Edit Buttons -------------*/

div.editbutton {
    float: right;
    margin: 2px;
    background-color: #f5f5f9;
    border: 1px solid #c8c6d1;
}

span.smalleditbutton {
    background-color: #f5f5f9;
    border: 1px solid #c8c6d1;
}

div:hover.editbutton, div:hover.smalleditbutton {
    background-color: #fCfCff;
}

div.editbutton a, div.editbutton a:link, div.editbutton a:visited {
    font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
    display: block;
    font-size: 10px;
    text-decoration: none;
    line-height: 12px;
    color: #7a7a84;
    margin: 3px;
    font-weight: bold;
}

div.editbutton a:hover {
    text-decoration: underline;
}

span.smalleditbutton a, span.smalleditbutton a:link, span.smalleditbutton a:visited {
    font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
    font-size: 9px;
    text-decoration: none;
    line-height: 11px;
    color: #7a7a84;
    margin: 2px;
}

span.smalleditbutton a:hover {
    text-decoration: underline;
}

/* @end
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/

/* @group Miscellaneous
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>*/

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

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

.DarkRow {
    background: #EAF1F3;
}

/*
    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;
}

/* Hide email fuzz */
span.EMungeAddr span { display: none; }

.FloatLeft {
    float: left;
    margin: 3px;
}

.FloatRight {
    float: right;
    margin: 3px;
}

img.inline {
    display: inline;
}

/* @end
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/
