/*hrl (ZeroRisk Co-brand) CSS Document */

/*Default font and link settings*/
body {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #F1E7F2;
	padding: 0px;
	margin: 0px 40px 20px;
}
h1 {
	font-size: 150%;
	font-weight: 400;
}
a:link {
	color: #0000FF;
	text-decoration: none;
}
a:visited {
	color: #660066;
	text-decoration: none;
}
a:hover {
	color: #660066;
}
a:active {
	color: #9900CC;
	text-decoration: underline;
}

/*Default table settings*/
#mainTable {
	width: 100%;
	background-color: #FFFFFF;
	border-right: 1px solid #402442;
	border-bottom: 1px solid #402442;
	border-left: 1px solid #402442;
}

#header{
	padding-right: 18px;
	padding-left: 18px;

}

#sidebar{
	width: 143px;
	background-color: #FAF0F0;
	padding: 5px;
	vertical-align: top;
	border-top: 12px solid #FFFFFF;
	border-right: 12px solid #FFFFFF;
	border-bottom: 12px solid #FFFFFF;
	border-left: 12px none #FFFFFF;
}
#footer{
	background-color: #FFFFFF;
	padding-right: 18px;
	padding-left: 18px;
}
#body {
	vertical-align: top;
	padding: 12px 18px;
}

/* Template Styles */
/* css styles used for hrlHeaderTable.jsp and it's dependents*/
#headerTable {
	border: 0px;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	background-repeat: repeat-x;
	width: 100%;
}
.headerTableCell {
	vertical-align: bottom;
}
/* css styles used for hrlHeaderTableNavBar.jsp and it's dependents*/
#navBarTop {
	overflow: visible;
	position: relative;
	float: right;
}
.navBarTop{
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #6787A2;
	text-align: right;
	padding-bottom: 14px;
	font-size:95%;
	text-transform: uppercase;
}
.navBarTop a:link {
	color: #6787A2;
	text-decoration: none;
}
.navBarTop a:visited {
	color: #6787A2;
	text-decoration: none;
}
.navBarTop a:hover {
	color: #B64A51;
	text-decoration: none;
}
.navBarTop a:active {
	color: #D36D73;
	text-decoration: none;
}
#navBarTop2 {
	background-color: #D0222C;
	height: 3px;
	margin-top: 5px;
}
.navBarTop2 {
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 100%;
	background-color: #E7F4FF;
}
.navBarTop2 a:link {
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: none;
}
.navBarTop2 a:visited {
	color: #000000;
	text-decoration: none;
}
.navBarTop2 a:hover {
	color: #000000;
	text-decoration: underline;
}
.navBarTop2 a:active {
	color: #AE3939;
	text-decoration: underline;
}
/*no login bar used in hrl*/
.loginBarTop {
}
.loginBarTop a:link {
}
.loginBarTop a:visited {
}
.loginBarTop a:hover {
}
.loginBarTop a:active {
}
/* css styles used for hrlFooterTable.jsp and it's dependents*/
#footerTable {
	font-family:  Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	color: #666666;
	text-decoration: none;
	font-size: 95%;
	height: 25px;
	text-transform: uppercase;
}
#footerTable a:link {
	color: #6787A2;
	text-decoration: none;
}
#footerTable a:visited {
	color: #6787A2;
	text-decoration: none;
}
#footerTable a:hover {
	color: #B64A51;
	text-decoration: none;
}
#footerTable a:active {
	color: #D36D73;
	text-decoration: none;
}

/* css styles used for hrlLogout.jsp and it's dependents*/
#loginTable{
}
.loginCell{
	background-color: #FFFFFF;
}
.loginHeaderCell{
	background-color: #FAF0F0;
}
/* css styles used for globalBodyCatalog.jsp and it's dependents*/
.catalogHeaderCell {
	background-color: #E2E1C5;
}
.catalogDefaultCell {
	background-color: #FFFFFF;
}
/* css styles used for hrlContact.jsp and it's dependents*/
#ContactTable {
	font-size: 100%;
	width: 95%;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
#ContactTable .headerCell {
	background-color: #FAF0F0;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-left-color: #000000;
	padding: 5px;
	font-weight: bold;
}

#ContactTable .normalCell {
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-left-color: #000000;
	padding: 5px;
}

#ContactTable .button {
	background: #E4E4E4; 
	color: black; 
	border color: #E4E4E4; 
	font-family: arial; 
	font-weight: bold; 
	font-size: 11px; 
	letter-spacing: 1pt
}

/*Used for the ccg submenu system*/
#ccgMyAccountSubMenu{
	position: absolute;
	visibility: hidden;
	background-color: #E6F3FF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
#ccgCompanySubMenu{
	position: absolute;
	visibility: hidden;
	background-color: #E6F3FF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
#ccgProductsSubMenu{
	position: absolute;
	visibility: hidden;
	background-color: #E6F3FF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
#ccgCourseRoomSubMenu{
	position: absolute;
	visibility: hidden;
	background-color: #E6F3FF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
.ccgNavBarTop{
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
}
.ccgHeaderLogoCell {
	background-color: #aa9999;
	margin: 5px;
	padding: 6px;
}
.ccgHeaderLogoCellInside {
	border: 1px solid #000000;
}

.ccgHeaderTableCellInside {
	color:#284277;
	font-family:  Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 200%;
	background-color: #F0F0F0;
	height: 76px;
	border: 1px solid #000000;
	vertical-align: middle;
	padding-right:10px;
}
