/**
 * Global Styles
 */
body
{
    background: #808080;
    color: #626466;
    font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
    font-size: 0.70em;
    margin: 0;
    padding: 0;
}

a:link
{
    color: #929496;
    text-decoration: none;
}

a:visited
{
    color: #929496;
    text-decoration: none;
}

a:hover
{
    text-decoration: underline;
}

a img
{
    border: none;
}

/**
 * The following layout derived from: http: //matthewjamestaylor.com/blog/ultimate-2-column-left-menu-ems.htm
 * by Matthew James Taylor <http: //matthewjamestaylor.com/>
 */

#LayoutHeader
{
    background: url(../images/background_header.gif) 278px 0 repeat;
}

/*  Column Container  */
.ContentMask
{
    position: relative; /* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */
    clear: both;
    float: left;
    width: 100%;        /* width of whole page */
    overflow: hidden;   /* This chops off any overhanging divs */
}

/*  Left Menu  */
.LeftMenu
{
    background: #D5D5D5;
}

/*  Column Wrap  */
.LeftMenu .ColumnWrap
{
    float: left;
    width: 200%;
    position: relative;
    left: 15em;
    background: #fff;
}

.LeftMenu .RightColumnWrap
{
    float: right;
    width: 50%;
    position: relative;
    right: 13em;
    padding-bottom: 1em;
}

.LeftMenu .RightColumn
{
    margin: 0 1em 0 13em;
    position: relative;
    right: 100%;
    overflow: hidden;
}

.LeftMenu .LeftColumn
{
    float: left;
    width: 11em;
    position: relative;
    right: 14em;
    padding-bottom: 25px;
}

#LayoutFooter
{
    clear: both;
    float: left;
    height: 50px;
    width: 100%;
    border-top: 1px solid #000;
    background: #DDD;
}

#LayoutFooter p
{
    padding: 10px;
    margin: 0;
}

#LayoutSPTContentWrap
{
    width: 92%;
    padding: 20px;
}

/**
 * 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  **/
ul.GoldList
{
    /* IE Fix */
    margin: 0;
    padding: 0;
}

ul.GoldList li.first-child
{
    margin-bottom: 5px;
    padding: 0;
    color: #FFC515;
    font-size: 1.16em;
    font-weight: bold;
}

ul.GoldList li
{
    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
{
    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;
}

/** 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 td
{
    /* overwrite a style in SPT--Stylesheet.css */
    color: #FFF;
}

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

form#SearchBar input.Input
{
    padding: 2px;
}

form#SearchBar input.Submit
{
    padding: 0 0 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: #E4E4E4;
}

.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;
}

.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;
}
