/* Import GENOA core client side classes */

@import url("ClientsideCore.css"); 

/* CSS FOR ASPEN SPECIALTY CLIENT SIDE */

TD.UserLogon
{
  BACKGROUND-COLOR: #002a27;
  FONT-WEIGHT: normal;
  FONT-SIZE: 12px;
  HEIGHT: 20px;
  text-align:center;
  color: white;
}

.LogOnBtn, .LogOnBtn_Long
{
  background-color: #ffffff;
  FONT-FAMILY: Arial;
  FONT-WEIGHT: normal;
  FONT-SIZE: 13px;
  color: #000000;
  HEIGHT: 25px;
  WIDTH: 80px;
}

.LogOnBtn_Long
{
  color: #5c86b4;
  WIDTH: 180px;
}

.logonButtonPosition
{
  background-color: #BFBFBF;
  text-align:center;
  HEIGHT: 27px;
}

.LogonTxtBox
{
  BACKGROUND-COLOR: #ffffff;
  HEIGHT: 22px;
  WIDTH: 220px;
}

TD.BannerUnderline
{
	BACKGROUND-COLOR: #AEAEAE;
	width: 100%;
	HEIGHT: 2px;
}

TD.BannerLink
{
	background:URL('../images/background.jpg') repeat-x;
	width: 50%;
	position:relative;
	text-align: left;
	vertical-align: top;
	padding-top: 8px;
	padding-right: 13px;
	float: right;
}

.forgotpasswordlink
{
	font-family: Arial;
	font-style: normal;
	font-weight: bold;
	font-size: 12px;
	color: #8B8C8C;
	text-decoration: underline;	
}

.LabelUserValidation
{
  BACKGROUND-COLOR: #ffffff;
  FONT-WEIGHT: bold;
  FONT-SIZE: 14px;
  HEIGHT: 30px;
  color:#000000;
  text-align:center;
}

.link, a.link:hover
{
	font-family: Arial;
	font-style: normal;
	font-weight: normal;
	font-size: 10px;
	color: #ffffff;
	text-decoration: none		
}

/* Contact Us page */
.ContactText
{
	font-family: Arial;
	font-style: normal;
	font-weight: normal;
	font-size: 10pt;
	color: #666666;
	padding-top: 60px;
	text-decoration: none;
	width: 550px
}

.ContactHeader
{
	font-family: Arial;
	font-style: normal;
	font-weight: bolder;
	font-size: 10pt;
	color: #002a27;
	text-decoration: none;
	text-transform: uppercase
}

.line
{
	background-color: #002a27;
	line-height: 1px
}

.userInformation
{
	float: right;
	position: absolute;
	top: 50px;
	right: 5px;
	color:white;
}

/*windows back ground color change*/
TABLE.DarkCell, TD.LabelCell, TD.NewLabelCell, TD.LabelCellShipment, TD.LabelCellSecurityRight, TD.DarkCell, TD.Divider1, TD.ActionButton, TD.Hline3, TD.Hline4, TD.Hline2
{
  BACKGROUND-COLOR: #999999
}

TR.ColumnHeader, TD.ColumnGroupHeader, TD.ColumnHeader, TD.Divider2, TD.Divider3, TD.Divider4, TD.Hline
{
  BACKGROUND-COLOR: #666666
}

TD.Header, TD.NewSubHeader, TR.ColumnHeaderNew 
{
  BACKGROUND-COLOR: #333333
}

TD.SubHeader
{
  BACKGROUND-COLOR: #7E7E7E
}

.MenuItems_Parent_Out, .MenuItems_Children_Out, .PolicySubmenu, .PolicyListSubMenus
{
  background-color: #002a27;
}

.MenuItems_Parent_Over, .MenuItems_Children_Over, .PolicyListSubMenus_Over 
{
  background-color: #002a27;
  color: #34805a;
}


.bannerBg
{
    background-color: #002a27;
    width: 100%;
    height: 130px;
    margin: 0px
}
           
.logo
{
    background: url(../images/AspenLogo.jpg) no-repeat;
    width: 225px;
    height: 70px;
    position:center;
    margin-left:auto;
    margin-right:auto;
    margin-top:30px;
}

.bannerLinks
{
    position: absolute;
    top: 0px;
    right: 15px
}
           
.bannerLinks a, .bannerLinks span
{
    font-family: Arial;
    font-style: normal;
    font-weight: normal;
    font-size: 14px
}
           
.bannerLinks a
{
    color: white;
    text-decoration: none               
}
           
.bannerLinks a:hover
{
    color: white;      
}
           
.bannerLinks span
{                
    color: #FFFFFF;
    padding: 0px 3px 0px 3px;
    vertical-align: top
}