/* Import GENOA core client side classes */

@import url("ClientsideCore.css"); 

/* CSS FOR WATKINS CLIENT SIDE */

TABLE.DarkCell, TR.ColumnHeader, TD.ColumnGroupHeader, TD.LabelCell, TD.NewLabelCell, TD.LabelCellShipment, TD.LabelCellSecurityRight, TD.DarkCell, TD.Divider1, TD.ActionButton, TD.Hline2, TD.Hline4
{
  background-color: #B3A99F
}

TD.Title
{
  color: #B3A99F
}

TD.Header, TD.SubHeader, TD.NewSubHeader, TD.Divider2, TD.Divider3, TD.Divider4, TD.Hline, TD.Hline3, SPAN.Message, #darkBg, .MenuItems_Parent_Out, .MenuItems_Children_Out, .PolicySubmenu, .PolicyListSubMenus, .MenuItems_Parent_Over, .MenuItems_Children_Over, .PolicyListSubMenus_Over
{
  background-color: #121D21
}

TD.ColumnHeader, TR.ColumnHeaderNew 
{
  background-color: #495760
}

TD.LabelCell, TD.NewLabelCell
{
  color: #121D21
}

TD.UserLogon, TD.LogonButton, #logonBg
{
  background-color: #FFFFFF
}

TD.UserLogon, .forgotPassword, .portalTitle, .portalSubTitle, .forgotPassword, .logonValidation, .VerifyCert
{
  color: #9B8E86
}

TD.UserLogon
{
  font-weight: normal;
  font-family: Verdana;
  padding-left: 0px;
  text-transform: capitalize
}

TD.LogonButton
{
  font-family: Arial;
  text-align: left;
  padding: 10px 0px 0px 0px
}

.MenuItems_Parent_Out, .MenuItems_Children_Out, .PolicySubmenu, .PolicyListSubMenus
{
	color: #D0AC7A
}

.MenuItems_Parent_Over, .MenuItems_Children_Over, .PolicyListSubMenus_Over
{
	color: #FFFFFF
}

/* added by John and Sandra for policy list sub menus*/
td.PolicyListSubMenus, TD.LogonButton, .forgotPassword, .logonValidation
{
  font-size: 11px !important
}

/* for div of policy list sub menus */
.PolicyListSubMenus  
{
  color: #D0AC7A
}

/* Custom Pre and Post Logon classes */
#darkBg
{
  width: 100%;
	height: 100px
}

#bannerLinks, .bannerTopLinks
{
	color: #CFAB79
}

#bannerLinks
{
	position: relative;
	top: 15px;
	width: 150px
}

.bannerTopLinks, .forgotPassword, .logonValidation, .VerifyCert
{
	font-family: verdana;
	font-weight: normal;	
	font-style: normal;
	font-size: 10px;
	text-decoration: none
}

.bannerTopLinks:hover, .forgotPassword:hover, .VerifyCert:hover
{
	text-decoration: underline
}

#logonBg
{
  width: 1024px;
	height: 761px
}

.bannerBorder
{
	background: url('../images/bannerBorder.gif');
  width: 100%;
	height: 30px
}

#thePortal
{
	position: relative;
	top: 40px;
	background: url('../images/portalType.gif');
  width: 212px;
	height: 51px
}

.logonBox
{
	position: relative;
	top: 0px;
	left: 30px;
	float: left
}

.portalHeader
{
	position: relative;
	top: 0px;
	right: 30px;
	float: right;
	background: url('../images/portalHeader.gif');
  width: 774px;
	height: 191px
}

.portalTitle, .portalSubTitle
{
	position: relative;
	top: 210px;
	font-family: verdana;
	font-weight: bold;
	font-style: normal;
	font-size: 22px;
	letter-spacing: 0px;
	text-align: left
}

.portalSubTitle
{
	font-weight: normal
}

.logonValidation
{
	width: 200px
}

/* Joyce added per TTP 31616 */
.VerifyCert
{
	font-weight: bold;
	font-size: 14px !important
}

.userInformation
{
	float:left;
	position:absolute;
	top: 18px;
	left: 360px;
	color: #CFAB7B
}

