﻿/* HOME PAGE ***********************/

#homeColumn1, #homeColumn2, #homeColumn3
{
    float: left;
    padding: 0px 25px 0px 25px;
}

#homeColumn1
{
    width: 278px;
}

#homeColumn2
{
    width: 274px;
}

#homeColumn3
{
    width: 278px;
}

#homeColumn1 p, #homeColumn2 p, #homeColumn3 p
{
    color: #6b6b6b;
    font-size: 11px;
}

#homeButton1, #homeButton2, #homeButton3
{
    /* buttons float left by default. custom for centered in columns */
    float: left;
    padding: 10px 25px 0px 25px;
}

#homeButton1
{
    /* padding-left: 278 / 2 - 50 */
    margin-left: 85px;
    width: 278px;
}

#homeButton2
{
    width: 274px;
}

#homeButton3
{
    width: 135px;
}

#homeBodyContent a.newUserRegistration
{
    position: absolute;
    display: block;
    width: 100px;
    height: 18px;
    top: 362px;
    left: 205px;
    cursor: pointer;
    z-index: 100;
}

#homeBodyContent .homeUsername, #homeBodyContent .homePassword
{
    border: none;
    position: absolute;
    top: 362px;
    width: 109px;
    height: 18px;
    background-color: Transparent;
    font: normal 12px verdana;
    padding: 3px 5px 0px 5px;
}

#homeBodyContent .homeUsername
{
    left: 405px;
    z-index: 100;
}

#homeBodyContent .homePassword
{
    left: 538px;
}

#homeBodyContent .homeLoginButton
{
    border: none;
    position: absolute;
    top: 360px;
    left: 674px;
    width: 29px;
    height: 23px;
}

#homeBodyContent .homeLoginError
{
    border: none;
    position: absolute;
    top: 387px;
    left: 405px;
    width: 500px;
    height: 20px;
    color: #CC0000;
    color: #33ddee;
    font: normal 12px verdana;
}

#homeBodyContent .forgotPassword
{
    position: absolute;
    display: block;
    width: 102px;
    height: 18px;
    top: 362px;
    left: 718px;
    cursor: pointer;
    z-index: 100;
}

#homeBodyContent .faqLink
{
    position: absolute;
    display: block;
    width: 110px;
    height: 110px;
    top: 155px;
    left: 855px;
    cursor: pointer;
    z-index: 100;
}

#homeBodyContent-container .faqComboBox
{
    position: absolute;
    top: 25px;
    right: 20px;
    width: 200px;
    cursor: pointer;
}

/* END HOME PAGE ******************/

span.greenText
{
    color: #009900;
    font-weight: 400;
}

/* INPUT FORM *********************/
div.inputFormBorder
{
    border: solid 1px gray;
    border-top: solid 3px gray;
    padding: 20px 30px 20px 30px;
    float: left;
    background-color: #FAFAFA;
}

table.inputForm
{
}

table.inputForm tr
{
}

table.inputForm td
{
    padding: 4px;
}

table.inputForm td.requiredFieldLabelCell
{
    text-align: right;
    font-weight: bold;
}

td.requiredFieldLabelCell
{
	text-align: right;
	font-weight: bold;
}

table.inputForm td.fieldLabelCell
{
    text-align: right;
    color: Black;
}

table.inputForm td.errorCell
{
    text-align: center;
    padding: 5px 0px 0px 0px;
    overflow: hidden;
    width: 9px;
    white-space: nowrap;
}

table.inputForm td.fieldCell
{
    text-align: left;
    vertical-align: middle;
}

table.inputForm td.buttonCell
{
    text-align: left;
    vertical-align: bottom;
    padding-top: 10px;
}

table.inputForm td.fieldCell span.fieldHint
{
    font: normal 10px verdana;
    color: #999999;
    padding-left: 10px;
    vertical-align: middle;
}

div.validationSummary
{
    border: solid 1px #CC0000;
    padding: 10px;
    max-width: 400px;
    margin: 15px 0px 15px 0px;
    background-color: #FFFFFF;
}

div.validationSummary ul
{
    margin: 5px 0px 0px 20px;
}

div.validationSummary ul li
{
    color: #CC0000;
    line-height: 17px;
    padding: 0px;
    font-size: 11px;
}

div.validationSummary span /* Hack to set style of header text */
{
    color: #000000;
    font: bold 12px verdana;
}

/**********************************/


/* GRID VIEW STYLES ***********************************/
.GridViewStyle1
{
    color: Black;
    border: solid 1px #737371;
    padding: 0px;
    margin: 15px 0px 15px 0px;
    border-collapse: separate; /* for cellspacing */
    border-spacing: 0px; /* for cellspacing */
}

.GridViewStyle1 thead tr td
{
    background-image: url(Images/TableBackgrounds/GreenTableHeader.gif);
    font-size: 11px;
    font-weight: bold;
    color: black;
    text-align: center;
    padding: 0px;
    height: 22px;
    border-bottom: solid 1px #737371;
}

.GridViewStyle1 tr.HeaderStyle
{
    background-image: url(Images/TableBackgrounds/GreenTableHeader.gif);
    background-color: #DDDDDD;
    text-align: center;
    padding: 0px;
    margin: 0px;
    height: 22px;
    border-bottom: solid 1px #737371;
}

.GridViewStyle1 tr.HeaderStyle td
{
    font-size: 11px;
    font-weight: bold;
    color: black;
    padding: 0px 4px 0px 4px;
    margin: 0px;
}

.GridViewStyle1 th
{
    background-image: url(Images/TableBackgrounds/GreenTableHeader.gif);
    font-size: 11px;
    font-weight: bold;
    color: black;
    text-align: center;
    padding: 0px 4px 0px 4px;
    height: 22px;
    border-bottom: solid 1px #737371;
}

.GridViewStyle1 .ColumnHeadings
{
    background-color: #c9c9c9;
    padding: 1px 8px 1px 15px;
    font-size: 9px;
}

.GridViewStyle1 .RowStyle
{
    background-color: #f2f2f2;
}

.GridViewStyle1 .AlternatingRowStyle
{
    background-color: #e3e3e3;
}

.GridViewStyle1 tr.RowStyle td, .GridViewStyle1 tr.AlternatingRowStyle td
{
    padding: 5px;
    font-size: 11px;
}

.GridViewStyle1 tr.RowStyle td a, .GridViewStyle1 tr.AlternatingRowStyle td a
{
    font-size: 11px;
    padding: 0px 5px 0px 5px;
    color: #01686c;
    text-decoration: none;
}

.GridViewStyle1 tr.RowStyle td a:hover, .GridViewStyle1 tr.AlternatingRowStyle td a:hover
{
    text-decoration: underline;
}

.GridViewStyle1 tfoot tr td
{
    background-image: url(Images/TableBackgrounds/GrayTableHeader.gif);
    font-size: 10px;
    font-weight: normal;
    color: White;
    text-align: center;
    padding: 0px;
    height: 20px;
}

.GridViewStyle1 .FooterStyle
{
    background-color: #bcbcbc;
    font-size: 10px;
    font-weight: normal;
    color: White;
    text-align: center;
    padding: 0px;
    height: 20px;
}

.GridViewStyle1 .PagerStyle
{
    background-image: url(Images/TableBackgrounds/GrayTableHeader.gif);
    font-size: 11px;
    font-weight: normal;
    color: White;
    text-align: center;
    padding: 0px;
    height: 20px;
}

.GridViewStyle1 .PagerStyle a
{
    font-size: 11px;
    font-weight: normal;
    color: White;
    text-align: center;
}
.GridViewStyle1 .PagerStyle a:hover
{
    text-decoration: underline;
}

.GridViewStyle1 tfoot tr td a
{
    font-size: 10px;
    font-weight: normal;
    color: White;
    text-align: center;
}
.GridViewStyle1 tfoot tr td a:hover
{
    text-decoration: underline;
}
.GridViewStyle1 .PointerStyle
{
    cursor: pointer;
}
/* END GRIDVIEW STYLES ***********************************/

.view
{
    margin-left: auto;
    margin-right: auto;
    width: 950px;
    text-align: center;
}

.view .photo-frame
{
    margin-left: auto;
    margin-right: auto;
}


/* ***********************/

div.collapsiblePanelTitle
{
    padding: 0px;
    height: 24px;
    vertical-align: middle;
    border: none;
    position: relative;
    cursor: pointer;
}

div.collapsiblePanelHeaderLeft
{
    background-image: url(Images/DisplayPanel/Panel-TopLeft.gif);
    background-repeat: no-repeat;
    padding: 1px 0px 0px 5px;
    margin: 0px;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 200px;
    height: 24px;
}

div.collapsiblePanelHeaderLeft table tr td
{
    font-family: Tahoma, Verdana, Arial, helvetica;
    text-align: left;
    color: #ffffff;
    font-size: 11px;
    font-weight: bold;
    line-height: normal;
    padding: 0px;
    vertical-align: middle;
    padding-left: 5px;
}

div.collapsiblePanelHeaderCenter
{
    background-image: url(Images/DisplayPanel/Panel-TopCenter.gif);
    background-repeat: no-repeat;
    padding: 0px;
    margin: 0px;
    position: relative;
    top: 0px;
    left: 200px;
    height: 24px;
}

div.collapsiblePanelHeaderCenter p
{
    padding: 0px;
    margin-top: 2px;
    font-family: Tahoma, Verdana, Arial, helvetica;
    font-size: 10px;
    font-weight: normal;
    line-height: normal;
}

div.collapsiblePanelHeaderRight
{
    background-image: url(Images/DisplayPanel/Panel-TopRight.gif);
    background-repeat: no-repeat;
    padding: 0px;
    margin: 0px;
    position: absolute;
    top: 0px;
    right: 0px;
    width: 32px;
    height: 24px;
}

.collapsiblePanelContent
{
    background-image: url(Images/DisplayPanel/Panel-BodyTile.gif);
    background-repeat: repeat-x;
    background-color: #ffffff;
    border-top: none;
    border-left: solid 1px #c2c2c2;
    border-right: solid 1px #c2c2c2;
    border-bottom: solid 1px #c2c2c2;
    padding: 0px 0px 0px 0px;
    overflow: hidden;
}

/* **********************/

div.collapsiblePanelHeader
{
    background-image: url(images/CollapsiblePanelHeaderAdmin.png);
    width: 1100px;
    height: 40px;
    padding: 0px;
    margin: 10px 0 0 0;
    position: relative;
    cursor: pointer;
}

div.collapsiblePanelHeaderText
{
    position: absolute;
    top: 8px;
    left: 65px;
    color: White;
    font-size: 14px;
    font-family: Verdana, Arial;
}

img.collapsiblePanelHeaderIcon
{
    position: absolute;
    top: 2px;
    left: 0px;
}

span.collapsiblePanelHeaderTip
{
    position: absolute;
    right: 20px;
    top: 10px;
    text-align: right;
    color: White;
    font-size: 10px;
    font-family: Verdana, Arial;
}

.collapsiblePanelBody
{
    position: relative;
    margin: 0px auto;
    min-width: 8em;
    max-width: 1200px; /* based on image dimensions - not quite consistent with drip styles yet */
    color: #fff;
    z-index: 1;
    margin-left: 10px; /* default, width of left corner */
    /*margin-bottom: 0.5em; /* spacing under dialog KJ: Removed this cause it is messing up the alignment of the footer image*/
}

.collapsiblePanelBody .cpBodyContent, .collapsiblePanelBody .t, .collapsiblePanelBody .b, .collapsiblePanelBody .b div
{
    background: transparent url(images/cpBody.png) no-repeat top right;
}

.collapsiblePanelBody .cpBodyContent
{
    position: relative;
    padding: 0px 10px 0px 0px;
    min-height: 215px;
}

.collapsiblePanelBody .t
{
    /* top+left vertical slice */
    position: absolute;
    left: 0px;
    top: 0px;
    width: 10px; /* top slice width */
    margin-left: -10px;
    height: 100%;
    _height: 1600px; /* arbitrary long height, IE 6 */
    background-position: top left;
}

.collapsiblePanelBody .b
{
    /* bottom */
    position: relative;
    width: 100%;
}

.collapsiblePanelBody .b, .collapsiblePanelBody .b div
{
    height: 10px; /* height of bottom cap/shade */
    font-size: 1px;
}

.collapsiblePanelBody .b
{
    background-position: bottom right;
}

.collapsiblePanelBody .b div
{
    position: relative;
    width: 10px; /* bottom corner width */
    margin-left: -10px;
    background-position: bottom left;
}

.collapsiblePanelBody .hd, .collapsiblePanelBody .bd, .collapsiblePanelBody .ft
{
    position: relative;
}

.collapsiblePanelBody .wrapper
{
    /* extra content protector - preventing vertical overflow (past background) */
    position: static;
    max-height: 1000px;
    overflow: auto; /* note that overflow:auto causes a rather annoying redraw "lag" in Firefox 2, and may degrade performance. Might be worth trying without if you aren't worried about height/overflow issues. */
}

.collapsiblePanelBody h1, .collapsiblePanelBody p
{
    margin: 0px; /* margins will blow out backgrounds, leaving whitespace. */
    padding: 0.5em 0px 0.5em 0px;
    color: Black;
}

.collapsiblePanelBody h1
{
    padding-bottom: 0px;
}

.radMultiPagePageView
{
    background-color: #fbfbfb;
    padding: 15px;
    border: solid 1px #888888;
    border-top: none;
}

.radMultiPagePageView2
{
    /* background-color: #fbfbfb; */
    padding: 15px;
    border: solid 1px #888888;
    border-top: none;
}

.btnGreen
{
    background-color: #016d70;
    color: White;
    border: solid 1 px black;
}

/* Test */
.wizardCell
{
    background-color: #DDDDDD;
    border: solid 1px black;
    text-align: center;
    vertical-align: middle;
    width: 200px;
    height: 100px;
}

/************************************/
/* Credit card CID styles ***********/
/************************************/
div#cvv
{
    width: 290px;
}

div#cvv a span
{
    display: none;
}

div#cvv a:hover span
{
    display: block;
    position: relative;
    top: 5px;
    left: 0px;
    width: 280px;
    padding: 0px;
    margin: 0px;
    z-index: 100;
    color: #AAA;
    background: white;
    font: 10px Verdana, sans-serif;
    text-align: center;
}
/************************************/

.mpSubPanel
{
    background-color: White;
    border: solid 1px black;
    border-top: none;
    padding: 15px;
    margin: 0px;
}

.sessionTabsPanel
{
    border: solid 1px gray; /*KJ:  Making all the borders appear the same.*/
    background: white;
    padding: 5px;
    width: 1100px;
}
