﻿body
{
    font-family: Arial;
    color: #646464;
    background-color: #FFFFFF;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
.logo
{
    height: 100px;
    padding-bottom: 22px;
    text-align: right;
    vertical-align: bottom; 
}
.top
{
    height: 53px;
    width: 970px;
    background-image: url('/images/Common-PrimaryNavBar.gif');
    background-repeat: no-repeat;
    padding-left: 20px;
}
.text
{
    font-size: 12pt;
}
.select
{
    background-color: #d4d4d2;
    color: #000000;
    font-family: arial, sans-serif;
}

.tb-rounded
{
    background: transparent url("/images/Form_SingleTextBox.jpg") no-repeat;
    border: 0;
    height: 22px;
    width: 230px;
    padding-top: 2px;
}

.textboxstyle
{
    background-image: url('/images/Form_SingleTextBox.jpg');
    border: 0;
}

a
{
    color: #918e8e;
    text-decoration: none;
}

a:hover
{
    color: #000000;
}
.bottomtabfade
{
    height: 3px;
    width: 970px;
    background-image: url('/images/T1-BottomTabs-BottomFade.gif');
    background-repeat: no-repeat;
}
h1
{
    color: #73BA43;
    font-size: 18pt;
    font-family: Arial;
    font-weight: bold;
}
h2
{
    color: #73BA43;
    font-size: 11pt;
    font-family: Arial;
    font-weight: bold;
    line-height: 11pt;
}
h3
{
    color: #73BA43;
    font-size: 10pt;
    font-family: Arial;
    font-weight: bold;
    line-height: 11pt;
}
ul li
{
    margin: 10px;
    list-style-type: none;
    line-height: 12pt;
}
/*------Begin Button CSS ------------------------------------------------------*/

.SmlButton
{
    height: 20px;
}
.SmlButton .LeftSide
{
    width: 5px;
    background-repeat: no-repeat;
    background-image: url('/images/Form-SmlButton-Left.png');
}

.SmlButton .Middle
{
    background-repeat: repeat-x;
    background-image: url('/images/Form-SmlButton-Middle.png');
    text-decoration: none;
    padding-left: 7px;
    padding-right: 7px;
    white-space: nowrap;
    vertical-align: middle;
    text-align: center;
    cursor: pointer;
    margin: auto;
    padding-bottom: 3px;
}
.SmlButton .Middle .Button
{
    white-space: nowrap;
    color: #626262;
    font-size: 12px;
    font-weight: bold;
    vertical-align: middle;
    text-align: center;
    cursor: pointer;
    font-family: arial, sans-serif;
    border: none;
    background-color: Transparent;
    width: 100%;
    margin: auto;
    height: 20px;
    padding-bottom: 3px;
    
}

.SmlButton .RightSide
{
    width: 5px;
    background-repeat: no-repeat;
    background-image: url('/images/Form-SmlButton-Right.png');
}

.SmlButton .Middle .Button:hover
{
    color: #000000;
}

.MedButton .LeftSide
{
    width: 5px;
    background-repeat: no-repeat;
    background-image: url('/images/Form-MedButton-Left.png');
}
.MedButton
{
    height: 26px;
}
.MedButton .Middle
{
    background-repeat: repeat-x;
    background-image: url('/images/Form-MedButton-Middle.png');
    text-decoration: none;
    white-space: nowrap;
    vertical-align: middle;
    text-align: center;
    cursor: pointer;
    margin: auto;
    padding-left: 7px;
    padding-right: 7px;
}

.MedButton .Middle .Button
{
    white-space: nowrap;
    color: #626262;
    font-size: 12pt;
    font-weight: bold;
    vertical-align: middle;
    text-align: center;
    cursor: pointer;
    font-family: arial, sans-serif;
    border: none;
    background-color: Transparent;
    width: 100%;
    height: 26px;
    margin: auto;
    padding-bottom: 4px;
}

.MedButton .Middle .Button:hover
{
    color: #000000;
}


.MedButton .RightSide
{
    width: 5px;
    background-repeat: no-repeat;
    background-image: url('/images/Form-MedButton-Right.png');
}

.LrgButton
{
    height: 40px;
}
.LrgButton .LeftSide
{
    width: 5px;
    background-repeat: no-repeat;
    background-image: url('/images/Form-LrgButton-Left.png');
}

.LrgButton .Middle
{
    background-repeat: repeat-x;
    background-image: url('/images/Form-LrgButton-Middle.png');
    text-decoration: none;
    padding-left: 10px;
    padding-right: 10px;
    white-space: nowrap;
    vertical-align: middle;
    text-align: center;
    cursor: pointer;
    margin: auto;
}
.LrgButton .Middle .Button
{
    white-space: nowrap;
    font-size: 14pt;
    font-weight: bold;
    color: #626262;
    vertical-align: middle;
    text-align: center;
    cursor: pointer;
    font-family: arial, sans-serif;
    border: none;
    background-color: Transparent;
    margin: auto;
    width: 100%;
    height: 40px;
    padding-bottom: 4px;
}

.LrgButton .Middle .Button:hover
{
    color: #000000;
}

.LrgButton .RightSide
{
    width: 5px;
    background-repeat: no-repeat;
    background-image: url('/images/Form-LrgButton-Right.png');
}

/*------- End Button CSS ------------------------------------------------------*/

/*------- QuickShare CSS ------------------------------------------------------*/
.label{	width: 150px;text-align: right;font-size: 11pt;padding-right: 5px;}
.data {	width: 550px; }
/*------- End QuickShare CSS --------------------------------------------------*/

/* Blank definitions for intellisense */
.buttonRoll {}
.suCancelButton {}

/*------- Table Layout CSS ----------------------------------------------------*/

.myTD{padding-left: 5px;padding-right: 5px;}
.leftcolumn{text-align: right;padding: 5px;}
.rightcolumn{text-align: left;padding: 5px;}
.myCallout{background-color: #FFFF80;}

