a img { border-style: none; }

body {
    /*background: #A2A29A;
        - taken out to make footer & extended background
        white, commented so value is still recorded if needed*/
    background: #FFFFFF;
    text-align: center;
    font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
    font-size: 11px;
    color:#444;
    }

a:link {
    color: #555;
    text-decoration: none;
    border-bottom: 1px solid #CCCCCC;
}

a:visited{
    color: #555;
    text-decoration: none;
    border-bottom: 1px solid #DDDDDD;
}

a:hover {
    color: #555;
    text-decoration: underline;
    border-bottom: none;
}

a img {
    border-bottom: none;
}

h2 {
    color: #555;
}

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


/* STRUCTURE */

#background{
    background: #FFF;
    text-align: left;
}

#TopRight
{
    text-align: left;
}

#home_newres
{
    background: #F4F3F0;
}

#home_login
{
    background: #C3D1DE;
}

#spt_content
{
    background: #F4F3F0;
}

#spt_content_with_login
{
    background: #F4F3F0;
}

/*
    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: #C3D1DE;
    line-height: 15px;
}

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

.AdvSearchBox a {
    text-decoration: underline;
}

.AdvSearchBox a:hover {
    text-decoration: none;
}

.newres_title
{
    color: #716F26;
    background: url(../images/new_resources_titlebar.gif) no-repeat;
}

.newres_title span
{
    position: relative;
    bottom: 2px;
}

.newres_text
{
    background: #FFFFFF;
}

.photobox
{
    border-top: 10px;
    border-left: 10px;
    border-right: 10px;
    border-bottom: 0px;
    border-style: solid;
    border-color: #FFF;
}

.photobox_text
{
    border-top: 5px;
    border-left: 10px;
    border-right: 10px;
    border-bottom: 6px;
    border-style: solid;
    border-color: #FFF;
    background: #FFF;
}

.line_bottom
{
    text-align: left;
    border-top: 1px solid #EDAA33;
}

/* TEXT */
/* -------------------------------------- */

.newres_link:link, .newres_link:visited {
    text-decoration: none;
}
.newres_link:hover, .newres_link:hover * {
    text-decoration: underline;
}
.newres_link span {
    border-bottom: 1px solid #A1A5A6;
    display: block;
    padding: 0px;
    margin: 0px;
}
.newres_link span span {
	display: block;
	padding: 0px;
	margin: 0px;
	padding-left: 10px;
	padding-top: 5px;
    border: none;
}

.photobox_text A:link, .photobox_text A:visited
{
    text-decoration: none;
    color: #555;
}


.photobox_text A:hover
{
    text-decoration: underline;
    color: #555;
}

.header
{
    font-size: 14px;
    text-decoration: none;
    font-weight: bold;
    color: #555;
}
/* NEW NAV ELEMENTS */
/* Nav credit: SimpleBits.com */
/* Accessible Image Tab Rollovers */

#container {
    background: #FFF;
}

#nav {
    list-style: none;
}

#nav li {
    list-style-type: none;
}

#nav a:hover {
    background-position: 0 -29px;
}

#nav a:active, #nav a.selected {
    background-position: 0 -58px;
}

#home a  {
    background: url(../images/nav_home.gif) top left no-repeat;
}

#resources a  {
    background: url(../images/nav_resources.gif) top left no-repeat;
}

#bulletins a  {
    background: url(../images/nav_bulletins.gif) top left no-repeat;
}

#about a  {
    background: url(../images/nav_about.gif) top left no-repeat;
}

#help a  {
    background: url(../images/nav_help.gif) top left no-repeat;
}

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


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

/* The following will be hidden from IE 5 mac \*/
div.editbutton { width: auto; }
/* Now IE 5 mac can see again */

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

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

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

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

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

/*
    General styles, mainly to make the HTML standards compliant
*/

.Bold
{
    font-weight: bold;
    font-size: 1.05em;
}

/*
    Styles used in the about pages, mainly the sub-navigation
*/

.Column a:active
{
    color: #111;
}

.SubNav
{
    background: #FFF;
    text-align: center;
}

.SubNav a
{
    text-decoration: none;
}
.SubNav a span
{
	display: block;
    background: url("../images/SubNavBackground.gif") #DEE7EF repeat-x;
}

.SubNav a:hover span
{
    background: url("../images/SubNavBackgroundHover.gif") #DBDAD7 repeat-x;
}

.SubNav a:active
{
    color: #333;
}

.SubNav #ActiveLink
{
    background: #f4f3f0;
    color: #222;
}

.Content
{
    text-align: justify;
}

.ResourceComments {
    background: #F0F0F0;
}


/* styles used on Featured Folders page */
.FolderList_FolderTitle
{
    padding: 5px 0 5px 10px;
    color: #716F26;
    background: #D2DADA;
    border-bottom: 2px solid #A1A5A6;
}
.FolderList_FolderContent
{
    margin-bottom: 10px;
}
.FolderList_FolderContent table
{
    border: 0;
    padding: 5px 20px 5px 20px;
    background: #FFFFFF;
}
.FolderList_Description
{
    width: 45%;
    font-style: italic;
    padding-right: 20px;
}
.FolderList_ResourceList
{
}
.FolderList_Resource
{
    text-indent: -20px;
    padding-left: 20px;
    margin: 0px;
}

/***Resource CSS.  Orriginally in SPT--Common.html***/
.ResourceTitle
{
    padding: 5px 10px 5px 10px;
    background: #DAE0E0;
    border-bottom: 1px solid #A1A5A6;
}
.ResourceTitle A:link, .ResourceTitle A:visited

{
    text-decoration: none;
    color: #918F35;
}
.ResourceTitle A:hover
{
    text-decoration: underline;
    color: #918F35;
}

.ResourceDescription
{
    padding: 10px;
    background: #FFFFFF;
    margin: 0px;
}


/**AMSER--Events.html styles**/
.EventHeader
    {
        padding-bottom: 2px;
        border-bottom: 2px solid #CCC;
    }

/**AMSER--Quarterly.html styles **/
    .LinkEntry {
        float: left;
        width: 45%;
        margin: 0 20px 25px 0;
        padding-bottom: 15px;
        background: #FBFBFB;
    }

    .LinkEntry .Logo {
        background: #E1E9F0;
        padding: 4px;
    }

    .LinkEntry .Content {
        position: relative;
        left: 3px;
        padding: 3px;
    }

    .LinkEntry ul {
        float: left;
        width: 175px;
        list-style-type: none;
        padding-left: 15px;
        text-align: left;
    }

    .LinkEntry .Title {
        background: #D2DADA;
        border-bottom: 1px solid #A1A5A6;
        font-size: 1.4em;
        padding: 3px 10px;
    }

    .LinkEntry .Download {
        margin-top: 0;
        font-weight: bold;
    }

/** AMSER-Register.html styles **/
.FormArea {
}
.FormArea label {
    display: block;
    text-align: right;
    width: 175px;
    float: left;
    padding-right: 10px;
    padding-top: 3px;
}
.FormArea input, .FormArea select {
    display: block;
    float: left;
    margin-bottom: 5px;
    margin-right: 10px;
}
.FormArea br {
    clear: left;
}
.CheckboxArea {
}
.CheckboxArea input {
    margin-bottom: 10px;
}
.CheckboxArea label {
    font-weight: normal;
    margin-bottom: 10px;
    margin-right: 5px;
}
.ErrorMessageBox {
    background: #FFFFFF;
    position: relative;
    padding: 10px;
    border: 1px solid #DDDDDD;
    margin: 0px 0px 20px 0px;
}

/** AMSER-Bulletins.html styles **/
.BulletinOptionList {
    width: 280px;
}

/*
    a.AddField: The button on the Advanced Search page that adds additional fields
    to search.
*/
a.AddField {
    margin-left: 5px;
    margin-right: 6px;
    padding: 6px 6px 4px 25px;
    line-height: 14px;
    background: #E0E7ED url("../images/add_field.png")  no-repeat 5px 4px;
    border: 1px solid #888;
    color: #474747;
    font: normal 1em arial, sans-serif;
    text-decoration: none;
}

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

/**
 * styled buttons normally used for nav
 */
.StyledButton, .StyledButton:link, .StyledButton:hover, .StyledButton:visited {
    margin: 0px 0px;
    padding: 3px;
    border: 1px solid #888;
    background: #C3D1DE url("../images/resource_gradient.gif");
    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: #C3D1DE 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: #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;
}

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