/*etc (ETC Canada) CSS Document */

/*Default font and link settings*/
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #FFFFFF;
	margin: 10px;
	padding: 0px;
	position: relative;
}
h1 {
	font-size: 140%;
	font-weight: bold;
}
h2 {
	font-size: 115%;
	font-weight: bold;
}
h3 {
	font-size: 100%;
	font-weight: bold;
}
a:link {
	color: #0000FF;
	text-decoration: none;
}
a:visited {
	color: #660066;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #660066;
}
a:active {
	color: #9900CC;
	text-decoration: underline;
}

/*Default table settings*/
#mainTable {
	width: 100%;
	border: 1px solid #444337;
}

#header{
}

#sidebar{
	width: 150px;
	background-color: #EDECDC;
	padding: 5px;
	vertical-align: top;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #444337;
}
#footer{
	background-color: #FFDCB8;
	color: #000000;
}
#body {
	padding-left: 40px;
	padding-right: 40px;
	padding-top: 20px;
	padding-bottom: 40px;
	vertical-align: top;
	width: 100%;
}

/* Template Styles */
/* css styles used for etcHeaderTable.jsp and it's dependents*/
#headerTable {
	width: 100%;
	margin: 0px;
	padding: 0px;
	background-image: url(/images/yld/clouds.jpg);
	background-repeat: repeat-x;
	background-position: right;
}
.headerTableCell {
	font-family: "Myriad Web", Verdana, Arial, Helvetica, sans-serif;
	color: #692323;
	font-weight: normal;
	text-align: right;
	font-size: 260%;
}
/* css styles used for etcHeaderTableNavBar.jsp and it's dependents*/
#navBarTop {
	overflow: visible;
	position: relative;
	background-color: #d4d2aa;
	height: 26px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #444337;
	border-bottom-color: #444337;
}
.navBarTop{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #444337;
	font-size: 100%;
	vertical-align: middle;
}
.navBarTop a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #444337;
	text-decoration: none;
}
.navBarTop a:visited {
	color: #444337;
	text-decoration: none;
}
.navBarTop a:hover {
	color: #444337;
	text-decoration: underline;
}
.navBarTop a:active {
	color: #676654;
	text-decoration: underline;
}
#navBarTop2 {
	background-color: #FF9933;
	height: 3px;
}
.navBarTop2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 100%;
	height: 21px;
	vertical-align: middle;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 3px;
	padding-left: 3px;
}
.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 etc*/
.loginBarTop {
}
.loginBarTop a:link {
}
.loginBarTop a:visited {
}
.loginBarTop a:hover {
}
.loginBarTop a:active {
}
/* css styles used for etcFooterTable.jsp and it's dependents*/
#footerTable {
	width: 100%;
	margin: 0px;
	padding: 0px;
	background-color: #D4D2AA;
	color: #444337;
	text-decoration: none;
	font-size: 75%;
	height: 21px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #444337;
}
#footerTable a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #444337;
	text-decoration: none;
}
#footerTable a:visited {
	color: #444337;
	text-decoration: none;
}
#footerTable a:hover {
	color: #444337;
	text-decoration: underline;
}
#footerTable a:active {
	color: #676654;
	text-decoration: underline;
}
/* css styles used for etcLogout.jsp and it's dependents*/
#loginTable{
}
.loginCell{
	background-color: #FFFFFF;
}
.loginHeaderCell{
	background-color: #F0F9FF;
}
/* css styles used for globalBodyCatalog.jsp and it's dependents*/
.catalogHeaderCell {
	background-color: #E2E1C5;
}
.catalogDefaultCell {
	background-color: #FFFFFF;
}
/* css styles used for etcContact.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: #F0F9FF;
	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: #F8F8F8; 
	color: black; 
	border color: #F8F8F8; 
	font-family: arial; 
	font-weight: bold; 
	font-size: 11px; 
	letter-spacing: 1pt
}

/*Used for the Service Page */
#serviceTable {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}

#serviceTable .headerCell{
	margin: 5px;
	padding: 5px;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
}

#serviceTable .normalCell{
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	margin: 5px;
	padding: 5px;
}

/*Used for the Newsletter Page */
#newsletterTable {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}

#newsletterTable .headerCellA{
	margin: 5px;
	padding: 5px;
	background-color:#5093C5;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;
	vertical-align: middle;
	color: #F0F9FF;
}

#newsletterTable .normalCellA{
	background-color:#F8F8F8;
	margin: 8px;
	padding: 8px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000000;
}

#newsletterTable .headerCellB{
	background-color:#D5EDFF;
	margin: 5px;
	padding: 5px;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;
	vertical-align: middle;
	color: #234B69;
	
}

#newsletterTable .normalCellB{
	background-color:#FFFFFF;
	margin: 8px;
	padding: 8px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000000;
}

.smaller {
	font-size: 75%;
	font-weight: 300;
}

/*Used for the etc submenu system*/
#etcSubMenuTable{
	position: absolute;
	visibility: hidden;
}
#etcL2SubMenuTable{
	position: absolute;
	visibility: hidden;
}
#etcCompanySubMenu{
	position: absolute;
	visibility: hidden;
	background-color: #EAF7FF;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;
	right: 200%;
	top: 0;
}
/*
#etcCourseCatalogSubMenu{
	position: absolute;
	visibility: hidden;
	background-color: #ECC49B;;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;
	right: 200%;
	top: 0;
}*/
#etcCourseRoomSubMenu{
	position: absolute;
	visibility: hidden;
	background-color: #EAF7FF;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;
	right: 200%;
	top: 0;
}
#etcMyAccountL2SubMenu{
	position: absolute;
	visibility: hidden;
	background-color: #F4DFCA;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;
	right: 200%;
	top: 0;
}

/* Used for ETC only css tags and IDs*/
.etcHomeCatalogTitles {color: #692323;
	font-weight: bold;
	font-size: 125%;}
#etcBodyTrainingHomeSideBox {
	background-color:#F8F8F8;
	border: 1px solid #CCCCCC;
	margin-top: 7px;
	padding-top: 7px;
}
#etcBodyTrainingHomeSideBox .normalCell {
	font-size: 100%;
	margin: 5px 10px;
	padding: 5px 10px;
}
#etcBodyTrainingHomeSideBox .headerCell {
	font-size: 100%;
	margin: 5px 10px;
	padding: 5px 10px;
}
.etcMILESText {
	color: #14295C;
	font-size: 110%;
	height: 35px;
}

#etcBodyTrainingHomeCatalogList{
}
#etcBodyTrainingHomeCatalogList .headerCell{
	font-size: 200%;
	width: 10px;
	vertical-align: middle;
}
#etcBodyTrainingHomeCatalogList .normalCell{
	padding:5px;
}
#careerTable {
	
}
#careerTable .pictureCell {
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#careerTable .textCell {
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#knowledgeComptencyTable {
	margin-right: 10px;
}

#knowledgeComptencyTable td{
	border: 1px solid #000000;
}

#knowledgeComptencyTable td.buttonCell{
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #E4E4E4;
}
.headerTableLogoCell {
	background-color: #F8FAFC;
	font-family: "Myriad Web", Verdana, Arial, Helvetica, sans-serif;
	color: #692323;
	font-weight: normal;
	text-align: right;
	margin: 6px;
	border: 1px solid #000000;
	/*
	 * Sets opacity for the logo box.  Not tested and may not work in all browsers.
	 */
	/*
	filter:alpha(opacity=85);
	-moz-opacity:0.85;
	-khtml-opacity: 0.85;
	opacity: 0.85;
	*/
}
.headerTableLogoCellImage {
	font-family: "Myriad Web", Verdana, Arial, Helvetica, sans-serif;
	color: #692323;
	font-weight: normal;
	text-align: right;
	padding: 5px;
	/*
	 * Sets opacity for the logo image and appears in the logo box.  Not tested and may not work in all browsers.
	 */
	/*
	filter:alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity: 1;
	opacity: 1;
	*/
}
.pictureCell {
	padding-left: 18px;
}
.etcUpwardBound {
	font-size: 115%;
	font-weight: bold;
}
