﻿/*----------------------------------------------------------
The base color for this template is #5c87b2. If you'd like
to use a different color start by replacing all instances of
#5c87b2 with your new color.
----------------------------------------------------------*/
body
{
    /*background-color: #5c87b2;*/
    /*background-color: #99FFFF;*/
    font-size: .75em;
    font-family: Verdana, Helvetica, Sans-Serif;
    margin: 0;
    padding: 0;
    color: #696969;
}

input 
{
    /* must match body for proper alignment */
    font-family: Verdana, Helvetica, Sans-Serif;
    font-size:1em;
    line-height: 1em;
}

a:link
{
    color: #034af3;
    text-decoration: underline;
}
a:visited
{
    color: #505abc;
}
a:hover
{
    color: #1d60ff;
    text-decoration: none;
}
a:active
{
    color: #12eb87;
}

p, ul
{	
    /*margin-bottom: 20px;
    line-height: 1.6em;*/
}

.plainText {
    font-family:'Courier New', Monospace;
    font-size: small;
    font-style:normal;
}

a img
{
    border-width: 0px;
    border-style: none;
}

.imageLink
{
    outline: none;
}

img
{
    border-style:none;
    border-width: 0px;
}

fieldset legend
{
    padding-bottom: .5em;
}

/* HEADINGS   
----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #000;
    font-family: Arial, Helvetica, sans-serif;
}

h1
{
    font-size: 2em;
    padding-bottom: 0;
    margin-bottom: 0;
}
h2
{
    padding: 0 0 10px 0;
}
h3
{
    font-size: 1.2em;
}
h4
{
    font-size: 1.1em;
}
h5, h6
{
    font-size: 1em;
}

/* this rule styles <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0;
}

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

/* you can specify a greater or lesser percentage for the 
page width. Or, you can specify an exact pixel width. */
.page
{
    width: 99.75; /** for some reason ie9 doesn't like 100% */
    margin-left: auto;
    margin-right: auto;
}

#header
{
    position: relative;
    margin-bottom: 0px;
    color: #000;
    padding: 0;
}

#header h1
{
    font-weight: bold;
    padding: 5px 0;
    margin: 0;
    color: #fff;
    border: none;
    line-height: 2em;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 32px !important;
}

#main
{
    padding: 10px 10px 10px 10px;
    background-color: #fff;
    margin-bottom: 30px;
    _height: 1px; /* only IE6 applies CSS properties starting with an underscrore */
}

#footer
{
    color: #999;
    position: relative;
    line-height: normal;
    font-size: .9em;
}

#logindisplay
{
    position:absolute;
    top: 10px;
    right: 1em;
}

#copyright
{
    padding: 10px 0;
    text-align: center;
    margin: 0;
}

/* MISC  
----------------------------------------------------------*/
.clear
{
    clear: both;
}

.error
{
    color:Red;
}

.input-validation-error
{
    border: 1px solid #ff0000;
    background-color: #ffeeee;
    font-family: Arial, Helvetica, Sans-Serif;
}

.field-validation-error, .validation-summary-errors
{
    color: Red;
    font-weight:bold;
    font-family: Arial, Helvetica, Sans-Serif;
    padding-right: .5em;
}

.vicTextHeader
{
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 10pt;
    font-weight: bold;
    color: #171793;
}

.vicTextDetail
{
    font-family: Arial, Helvetica, sans-serif
}

.vicEmphasis
{
    font-family: Verdana, Helvetica, Sans-Serif;
    font-size: 14pt;
    font-weight: bold;
}

.vicBlue
{
    color: #4A499C;
}

.vicDisclaimer
{
    color: Navy;
    font-size: small;
}

.vicContest
{
    font-size: x-large;
    font-family: "arial,helvetica,sans-serif";	
    background-color: #EEEEFF;
    font-weight: bold;
}

.vicApplyNow
{
    color: Blue;
    font-size: xx-large;
}

/**
.memberTitle
{
    background-color:#F4F4FC;
    padding:.35em;
}

.memberTitle span
{
    font-size:medium;
    color:black;
    font-weight:bold;
}

.memberSection
{
    background-color:#F4F4FC;
    padding: .4em;
}

.memberSectionContent
{
    background-color: White;
    border:solid 1px #CCCCCC;
}
*/
.cornerTopRht
{
    position: absolute;
    top:0;
    right:0;
}

.cornerBottomLft
{
    position:absolute;
    bottom:0;
    left:0;
}

.cornerBottomRht
{
    position:absolute;
    bottom:0;
    right:0;
}

.memberTitle
{
    position:relative;
    background: url(../Images/LabelTop.gif) repeat-x;
    height:35px;
    padding: 0;
    margin: 0;
}

* html .memberTitle {
    margin-bottom: -3px;
} 

.memberBottom
{
    position:relative;
    background: url(../Images/LabelBottom.gif) repeat-x;
    height:6px;
}

.memberSectionLeft
{
    background: url(../Images/siderLft.gif) repeat-y left;
    overflow:hidden;
}

.memberSectionRight
{
    background: url(../Images/siderRht.gif) repeat-y right;
    overflow:hidden;
}

.memberSection
{
    padding-left:7px;
    padding-right:7px;
    overflow:hidden;
}

div .menuItem a
{
    text-decoration: none;
    font-family: 'Trebuchet MS1' , Helvetica, sans-serif;
    font-size: 13px;
    color: #0000ff;
    cursor: pointer;
}

.menuItem:hover
{
    color: white;
    background-color: #8AB9FF;
}

.menuItem
{
    background-color: White;
    padding-left: .5em;
    padding-right: .5em;
}

/* PAGER
----------------------------------------------------------*/
.pager 
{
    padding:.5em;
    overflow:hidden;
}

.pager .pagerLink 
{
    float:left;
    font-size:xx-small;
    margin-right:.25em;
    width:2em;
    text-align:center;
    line-height: 1.5em;
    cursor:pointer;
}

.pager .pageUnselected:hover, .pager .previous:hover, .pager .next:hover, .pager .first:hover, .pager .last:hover 
{
    color:Yellow;
    background-color: #888888;
}

.pager .pageSelected 
{
    border:solid 1px blue;
    background-color: #9aafe5;
    color: white;
}

.pager .pageUnselected
{
    border:solid 1px #9aafe5;
}

.pager .previousDisabled, .pager .nextDisabled, .pager .firstDisabled, .pager .lastDisabled {
    border:solid 1px #DEDEDE;
    color:#888888;
    font-weight:bold;
}

.pager .previous, .pager .next, .pager .first, .pager .last {
    border:solid 1px #9aafe5;
    font-weight:bold;
}

.pager .active
{
    background:#2e6ab1;
    color:#FFFFFF;
    font-weight:bold;
}

.pager a:link, .pager a:visited {
    color:#0e509e;
    text-decoration:none;
}

.pager a:hover{
    border:solid 1px #0e509e;
}

/* GRID VIEW   
----------------------------------------------------------*/
.gridView 
{
    border-collapse: collapse;
}

.gridView th, .gridView td
{
    padding-top: 5px;
    padding-bottom: 5px;
}

.gridView th
{
    border-bottom: double 3px black;
    text-align: left;
    white-space: nowrap;
}

.gridView td
{
    border-bottom: solid 1px black;
}

.gridView td div, .gridView th div
{
    margin-right: .5em;
}

.gridView .evenRow
{
    background-color: #EBEBEB;
}

.gridView
{
    width:100%;
}

.gridView .gridViewBlankRow
{
    height: 25px;
}

.gridViewSortableHeader
{
    color: #034af3;
    text-decoration: underline;
    cursor: pointer;
}

/* FORM alignment
------------------------------------------------------------*/
.form
{
    width: 100%;
    overflow:hidden;
}

.form *
{
    float:left;
}

.form * option
{
    float:none;
}

.form label
{
    clear: left;
    text-align: right;
    line-height:1.5em;
    margin-right: .5em;
}

.form input
{
}

.form span
{
    text-align: left;
    line-height: 1.5em;
}

.form .field-validation-error
{
    line-height:1.5em;
    margin-left: .5em;
}

.form textarea
{
    clear:both;
    width: 80%;
}

.formSection
{
    margin-top: .5em;
    clear:left;
    overflow:hidden;
    width: 100%;
}

.form .submitButton
{
    clear: both;
    margin-top:1em;
}

.formTextBoxTitle label
{
    float:none;
}

/* Growl
----------------------------------------------------------*/
div.jGrowl div.alert {
                background-color: 		yellow;
                color: 					black;
            }

div.jGrowl div.error {
                background-color: 		#FF0000;
                color: 					yellow;
            }


/* Hide any popup areas
----------------------------------------------------------*/
.popups
{
    display:none
}


/* Autocomplete stuff
----------------------------------------------------------*/
.ui-autocomplete {
    max-height: 110px;
    overflow-y: auto;
    /* prevent horizontal scrollbar */
    overflow-x: hidden;
    /* add padding to account for vertical scrollbar */
    padding-right: 20px;
}
/* IE 6 doesn't support max-height
    * we use height instead, but this forces the menu to always be this tall
    */
* html .ui-autocomplete {
    height: 110px;
}

