﻿/* overrides */

@import url(default.css);
form label
{
    cursor: pointer;
}
h1, h2, h3, h4, h5, h6
{
    font-family: Georgia, "Times New Roman" , Times, serif;
}

body
{
    text-align: center;
    font-family: Verdana, Tahoma, Arial;
    font-size: .7em;
    color: #000000;
    background-color: #50377F;
    margin: 10px;
    padding: 0;
    background-image: url(images/background.jpg);
}

.clear
{
    clear: both;
}
.master
{
    text-align: left;
    margin: auto auto;
    padding: 0px;
    width: 750px;
    background-color: #fff; /*border: 1px solid #99CCFF;*/
}
.header
{
  background-color: #A3B3CC;
  margin-bottom:5px;
}
.content
{
    padding: 10px;
}
.left
{
    margin: 1px 1px 0 0;
    width: 150px;
    float: left;
    border: 1px solid #F5F5DC;
    background-image: url(images/spine.gif);
    height: 250px;
}

.footer
{
    clear: both;
    padding: 10px;
}
.footer a:link, .footer a:visited, .footer a:active
{
    text-decoration: none;
    color: #46A;
    font-weight: bold;
}
.TRUE
{

    width: 15em;
    text-align: center;
    margin:auto;
}
.TRUE a:link, .TRUE a:visited, .TRUE a:visited
{
    background-color: #800080;
    color: White;
    display: block;
    text-decoration: none;
}
.TRUE a:hover
{
    text-decoration: none;
    color: White;
    background-color: #AF2BAF;
}

.heading
{
    font-family: Georgia;
    color: maroon;
    border-bottom: 1px dotted silver;
}

.separator
{
    border: 2px outset #000080;
    clear: both;
}
.tblBorders
{
    border-collapse: collapse;
    border: 1px solid #CFCFCF;
}
.btn
{
    font-weight: bold;
}
.tblHead
{
    color: Gray;
    font-size: 1.4em;
    font-weight: bold;
}
.tblBorders td
{
    border: 1px solid #CFCFCF;
}
.tblReg
{
    border-collapse: collapse;
    border: 1px solid #CFCFCF;
}
.tblReg td
{
    border: 1px solid #CFCFCF;
}

.tblSlim
{
    border-collapse: collapse;
    border: 0;
    padding: 0;
}
.tblSlim td
{
    padding: 0 1em 5px 0;
}
.txtbox 
{
    border: 1px solid #A4A8AF;
}
.txtbox:focus
{
    outline: thin solid invert;
    background-color:#FFFDDF;
}
.memberNav ul li
{
	font-size: 1.2em;
	padding: 5px;
}


.memberNav ul 
{
	list-style:none;
	margin: 0;
}

.tooltip
{
    cursor: help;
    color: Blue;
}
a img
{
    border: none;
}
a:link, A:visited, A:active
{
    text-decoration: underline;
    color: #46A;
    font-weight: bold;
}

a:hover
{
    text-decoration: underline;
    color: #00AFE8;
}

pre
{
    font-size: 9pt;
}

.headline
{
    font-family: Georgia, "Times New Roman" , Times, serif;
    font-weight: bold;
    font-size: 1.2em;
}
.highlight
{
    background-color: #FFFFCC;
}
.platinumic
{
	background-color: #5183f4;
}
.platinum
{
    background-color: #ADDFFF;
}

.gold
{
    background-color: #F7E32A;
}

.silver
{
    background-color: #CACACA;
}

.bronze
{
    background-color: #D6A24A;
}
.table 
{
    background-color:#9A02FF;
}


/* HORIZONTAL FREESTYLE MENU LAYOUT */
/* All <ul> tags in the menu including the first level */
.menulist-container
{
    margin:0 ;
    padding-left: 10px;
    height: 2.1em;
    position: relative;
   
}
.menulist
{
    text-align: left;
    margin: 0;
    z-index: 9000;
}
.menulist, .menulist ul
{
    padding: 0;
    list-style: none;
    z-index: 9000;
}

/* Submenus (<ul> tags) are hidden and absolutely positioned downwards from their parent */
.menulist ul
{
    z-index: 9999;
    margin: 0; /* for submenu margin */
    margin-left:-1px;
    visibility: hidden;
    position: absolute;
    top: 2em; /* I'm using ems rather than px to allow people to zoom their font */
    left: 0px;
    width: 18em; /* size of the sub-items */
}

/* Second and third etc. level submenus - position across from parent instead */
.menulist ul ul
{
    z-index: 9999;
    top: 0px;
    left: 12em;
}

/*
 All menu items (<li> tags). 'float: left' lines them up horizontally, and they are
 positioned relatively to correctly offset submenus. Also, they have overlapping borders.
*/
.menulist li
{
    float: left;
    position: relative;
    background-color:#F0F3F8;
    border: 1px solid #A4B4CD;
    margin: 0px 1px 0px 0px;
    z-index: 8999;
}

/* Items in submenus - override float/border/margin from above, restoring default vertical style */
.menulist ul li
{
   
    float: none;
    margin: -1px 0 -1px 0;
    border: 1px solid silver;
    width: auto;
    z-index: 8999;
}
.menulist ul > li:last-child
{
    margin-bottom: 1px;
}

/* Links inside the menu */
.menulist a, .menulist a:visited
{
    display: block;
    padding: 3px; 
    color: #000;
    text-decoration: none;
 
}

/* Lit  items: 'hover' is mouseover, 'highlighted' are parent items to visible menus */
.menulist a:hover, .menulist a.highlighted:hover, .menulist a:focus
{
    color: #000080;
    background-color: #fff;
}
.menulist a.highlighted
{
    color: #000080;
    background-color: #fff;
}

/* Only style submenu indicators within submenus. */
.menulist a .subind
{
    display: none;
}
.menulist ul a .subind
{
    display: block;
    float: right;
}

/* 'Escaped Comment' hack for horizontal menubar width in IE5/Mac */
.menulist a
{
    float: left;
}
.menulist ul a
{
    float: none;
}
/* \*/
.menulist a
{
    float: none;
}
/* */


/* This semi-commented section exists to fix bugs in IE/Windows (the 'Holly Hack'). \*/
* html .menulist ul li
{
    float: left;
    height: 1%;
}
* html .menulist ul a
{
    height: 1%;
}
/* End Hack */

#news
{
    background-color: #FFFFEF;
    border: 1px solid silver;
    padding: 5px;
}
#news .news_content 
{
    border-left:1px solid #C1CDDD;
    padding-left: 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid #C1CDDD;
    
}


.navConf 
{
	margin-bottom: 1em;
	height: 100%;
	
}
.navConf a:link, .navConf a:visited
{
	padding: 0;
	text-decoration: none;
	text-align:center;
}

.datagrid{
    background-color: #F6FCFC;
    border: 1px ridge #000000;
}
.datagrid th {
    font-weight: bold;
    background-color: #000000;
    color: #FFFFFF;
    font-variant: small-caps;
    border-bottom: 1px solid #c0c0c0;
}

.datagrid tr {
    background-color: #F6FCFC;
}
.datagrid td {
    border-right: 1px solid #c0c0c0;
    border-bottom: 1px solid #c0c0c0;
}

.datalist{
    background-color: #FFFFFF;
    border: 1px solid #000000;
}
.datalist th {
    font-weight: bold;
    background-color: #000000;
    color: #FFFFFF;
    font-variant: small-caps;
    border-bottom: 1px solid #c0c0c0;
}

.datalist tr {
    background-color: #FFFFFF;
}
.datalist td {
    border-bottom: 1px solid #c0c0c0;
    padding: .25em .25em;
}

.display_div {
	padding: 0px 10px;
}

        .chart 
        {
	        font-size: 10pt;
	        margin: 0px 20px;
        }
        .chart th
        {
	        background-color: #FFFFFF;
	        font-variant: small-caps; 
	        font-weight: bold;   
        }
        .chart td
        {
	        border-top:#c0c0c0 1px solid;
        }
        .chart td.d
        {
	        border-top:#c0c0c0 1px solid;
            BACKGROUND-COLOR: #f0f1f2;
        }  
        
.spandateformat {
    color:#FF3300;
    font-weight: bold;
}         