/**************** Element Styles *****************/
body
{
    font-family:Verdana;
    /*For Hover in IE*/
    behavior: url("scripts/csshover3.htc"); 
}

p
{
    padding:0px 5px 0px 5px;
    bottom: 0px;
}

table, td
{
    border-collapse:collapse;
    padding:0px;
}

h3
{
    padding: 5px;   
}

#MainTable
{
    width:100%;
}

/******************* Header Cell Ids ************************/
#BannerText, #BannerTextShadow
{
    height: 40px; 
    position: absolute; 
    width: 600px; 
    font-size:20pt;
    font-weight: 900;
    letter-spacing: 0.01cm; 
}

#BannerText
{
    left: 20px; 
    top: 14px; 
    color: White; 
}

#BannerTextShadow
{
    left: 23px; 
    top: 16px; 
    color: Black; 
}


#BannerCell, #BannerCellRight, #ImageCell, #BodyCell, #MenuCell
{
    border:solid 1px #000000;
}

#BannerCell
{
    top: 0px;
    text-align:center;
    width:80%;
    height: 70px;
    background-color: #7E9AB5 ;
    text-align: right;
    vertical-align: bottom;
    color: #FFFFFF;
    padding:0px;
}

#BannerCellRight
{
    height: 70px;
    background-color:#FFFFFF;
    color:#000000;
    padding:0px;
    width:20%;
    text-align: Left;
    vertical-align: bottom;
}

#BannerCellRight table
{
    height: 100%;
    width: 100%;
    padding: 0px;
}

#LoginDisplay
{
    vertical-align:top;
    padding:5px;   
}

/*************** End Header Cell Ids*/

/*************** Image Cell Ids **********************/
#ImageCell
{
    vertical-align:top;
    left: 0px;
    width: 25%;
    padding:0px;
    text-align:center;
    background-color: #4D5E6E;
}

#BodyPhone
{
    background-position: left top;
    background-image: url(http://sitebuilder.htfsolutions.com/admin/templates/technology/blue/arrow.gif);
    background-repeat: no-repeat;
    background-color: #4D5E6E;
    border-top:solid 1px black;
    min-height: 210px;
    height:auto !important;
    height:210px;

    padding:0px;
    color:#000000;
}
/*************** End Image Cell IDs **********************/

/*************** Body Cell Ids **********************/
#BodyCell
{
    width: 55%;
    background-color: white;
    vertical-align:top;
    padding:0px;
}

#EditorDiv
{
    padding:0px;
}

#BodyContent
{
    padding:0px 5px 5px 5px;
}
/*************** End Body Cell Ids **********************/

/*************** Menu Cell Ids **********************/
#MenuCell
{
    width:20%;
    background-color: #4D5E6E;
    vertical-align:top;
    padding: 0px;
}

/*************** End Menu Cell Ids **********************/

/*************** Poster Ids **********************/

/*************** End Poster Ids **********************/


/*############## CLASSES #######################*/
.tinyText
{
    font-size:10px ;
    font-weight: normal;
}

.smallText, .labelText
{
    font-size:13px;
    font-weight: bold;
}   

.labelText
{
    width:175px;
    text-align:right;
    float:left;
    padding-right:5px;
}

.inputField
{
    float:left;   
}

.BodyHeader
{
    margin:0px;
    padding:5px 5px 0px 5px;
}

.MenuLinks
{
    background-color: White;
    vertical-align: top;
    padding:0px;
    padding-bottom: 5px;
}

.List
{
    background-color: White;   
    margin:0px;
    padding-bottom:5px;
    padding-top: 5px;
    padding-left:0px;
    list-style:none;
    text-align:left;
}

a:link, a:active
{
    color:#35424e;
    font-weight:bold;
}

.AdminMenuItem a:link, .AdminMenuItem a:active
{
    color:#CCCCCC;
    font-weight:bold;
}

.List li
{
    background-image: url(../images/dot.gif);
    padding-left:18px;
    padding-top:6px;
    background-repeat: no-repeat;
    background-position: 0 2px;
}

.LittleBlueBar
{
    height:42px;
    background-color:#A5B9CB;
    border-top:solid 1px black;
    border-bottom:solid 1px black;
}

.errorText
{
    color: #990000;
}

.successText
{
    color: #579B38;
}

#LoginForm
{
     text-align:right; 
     padding:5px;
}

.PageSetupField
{
    padding:5px;
}

.standardButton
{
   font-size:12px;
   font-family:Verdana,sans-serif;
   font-weight:bold;
   color:#FFFFFF;
   width:120px;
   background-color:#7E9AB5;
   border-style:solid;
   border-color:#000000;
   border-width:1px;
   margin:2px;
}

.standardButton:hover
{
    /* NOTE: This only works for IE because of the scripts/csshover3.htc file being used. */
   color:#000000;
   background-color:#CCCCCC;
   cursor:pointer;
}