﻿/*  
    @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
    @@         Generic HTML Page Content Styles         @@
    @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
*/
html,*
{

border:0;
}


body
{
    border: 0;
    margin: 0;
    padding: 0;
    background-color: #ffffff;
    height: 100%;
    font-family:Arial;
    line-height:100%;
    background-image:url('/images/global/bodybg1.jpg');
    background-repeat:repeat-x;
    font-size:90%;
    
}
a:link,a:visited,a:active,a:hover
{
    color:#555555;
    text-decoration:none;   
}
a:hover
{
 color:#bbbbbb;
 }
 #dvMain
{
    margin: auto;
    width: 1050px;
    float: left;
    height: 100%;
    
}

#dvHeader
{
    width: 100%;
    background-color: inherit;
    text-align: left;
   
 }
.dvHeaderLayout
{
    width: 100%;
    background-color: inherit;
    text-align: center;
    margin:auto;
    float:left;
    margin:auto;
}
 .topMenu
{
    width: 100%;
    text-align: center justify;
    line-height:140%;
}

#dvLeftCol
{
    width: 180px;
    margin: 0px;
    float: left;
    padding-left: 5px;
    font-size: 90%;
    text-align: left;
    vertical-align:top;    
  }

#dvRightCol
{
    float: right;
    width: 180px;
    margin: 0;
    overflow: visible; 
    padding-left:0px;
    text-align: left;
    
}
.dvContentArea
{
    float: left;
    width: 600px;
    padding-left:30px;
    margin:0;   
    margin-left:10px;
    
}

#dvFooter
{
    width: 1050px;
    margin: 0px;
    float: left;
}
.clsLayoutCentering
{
    margin: auto;
    width: 90%;
    height: 100%;
   
    text-align: center;
    vertical-align: middle;
}
.dvClearFloat
{
    line-height: 1px;
    clear: both;
}

.frmLabel
{
 font-weight:bold;   
 width:150px;   
 display:inline-block;
}
 .frmEditBox
 {
    border:solid 1px #cccccc;
    background-color:#eeeeee;
    width:200px;    
}

.addSiteCopy
{
    width:400px;
    border-style:double;
    border-width:2px;
    border-top-color:#000000;
    border-right-color:#bbbbbb;
    border-bottom-color:#bbbbbb;
    border-left-color:#000000;
    padding:5px;
}
a.menuLink:link,a.menuLink:visited,a.menuLink:active,a.menuLink:hover
{
    color:#000000;
    text-decoration:none;   
    font-weight:bold;
    padding:5px;
    margin:3px;
    display:block;
    border-bottom:dotted 1px #FCC840;
}
a.menuLink:hover
{
 color:#666666;
 }
 .menuHeader
 {
    font-size:140%;
    font-weight:bold;
    border-bottom:solid 2px #fcc840;
    padding-bottom:3px;
    padding-left:5px;

    
    
 
 }
 .addbutton
 {
    background-color:#000000;
    color:#ffffff;
    font-weight:bold;
    border:solid 1px #fcc840;
 }
/*  
    @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
    @@                    Home Page Styles              @@
    @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
*/
.panel
{
    width:280px;
    text-align:left;
    float:left;    
    padding:5px;
    vertical-align:top;
}
.panelHead
{
    margin: 0px;
    font-size: 16px;
    color:#000000;
    /*background-color:#dddddd;*/
       
}
.panelHead a:link, .panelHead a:visited, .panelHead a:hover
{
    font-weight: bold;
    text-decoration: none;
    text-align: right;
    margin: 0px;
    padding: 0px;
    line-height: 120%;
}

.panelHead a:hover
{
    color: #99bbcc;
    text-decoration: none;
}
.panelHR
{
    width: 280px;
    height: 1px;
    padding: 0px;
    margin: 0px;
    
}
.panelImg
{
    float: left;
    width: 140px;
    height: 140px;
    padding: 5px;
    text-align:left;
    border:0;
    
}
.dvPanelImgContainer
{
    float: left;
    height: 210px;
    vertical-align:top;
    
    
    
}
.hrHomeStyle
{
    border-top: 2px solid #fcc840;
    padding-bottom:10px;
    
}