body {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 0;
	margin: 0;
	background: #6498C1 url(/pls/portal/docs/PAGE/ITC_ASSETS/IMAGES/public_training/oaw_bkg.gif) top left repeat-x;
}
.br{
	clear:both;
}

/* Begining of Shopping Cart */

#shoppingcart {
	height: 30px;
	width: 780px;
	padding: 5px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	line-height: 12px;
	color: #CBE0EC;
	position: relative;
}

#cart_image {
	position: absolute;
	top: 7px;
	right: 105px;
}

a.cart_image, a.cart_image:visited, a.cart_image:active {
	background: url(/pls/portal/docs/PAGE/ITC_ASSETS/IMAGES/public_training/cart.gif) no-repeat left top;
	border: none;
	width: 24px;
	height: 22px;
	float: left;
}

#cart_text {
	text-align: left;
	position: absolute;
	top: 7px;
	right: 0px;
	height: 20px;
	float: left;
}

a.cart_text, a.cart_text:visited, a.cart_text:active {
	color: #CBE0EC;
	text-decoration: none;
}

a.cart_text:hover {
	color: #CBE0EC;
	text-decoration: underline;
}

/* End of Shopping Cart */


/* Begining of Top Banner */

#topbanner {
	background: url(/pls/portal/docs/PAGE/ITC_ASSETS/IMAGES/public_training/topbanner_bkg.gif) left top repeat-x;
	width: 780px;
	height: 95px;
	position: relative;
}

a.oawlogo, a.oawlogo:visited, a.oawlogo:active {
	background: url(/pls/portal/docs/PAGE/ITC_ASSETS/IMAGES/public_training/oaw_logo.gif) no-repeat left top;
	border: none;
	width: 232px;
	height: 45px;
	margin: 25px 0 0 30px;
	float: left;
}

#logos {
	text-align: right;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 20px;
	right: 30px;
	width: 290px;
	height: 51px;
}

a.oauglogo, a.oauglogo:visited, a.oauglogo:active {
	background: url(/pls/portal/docs/PAGE/ITC_ASSETS/IMAGES/public_training/oaug_logo.gif) no-repeat left top;
	border: none;
	width: 112px;
	height: 51px;
	float: left;
}

a.itclogo, a.itclogo:visited, a.itclogo:active {
	background: url(/pls/portal/docs/PAGE/ITC_ASSETS/IMAGES/public_training/itc_logo.gif) no-repeat left top;
	border: none;
	width: 152px;
	height: 51px;
	float: right;
}

/* End of Top Banner */


/* Begining of Navigation Bar */

#navbar {
	background: #123466 url(/pls/portal/docs/PAGE/ITC_ASSETS/IMAGES/public_training/navbar_bkg.gif) top left repeat-x;
    font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 780px;
	height: 22px;
	text-align: left;
	margin: 0px;
	position: relative;
}

#navbarcontainer {
	position: absolute;
}

#navbar ul {
	margin: 0px 0px 0px 20px;
	padding: 0;
}

#navbar ul li {
	list-style: none;
	display: inline;
	font-weight: bold;
	font-size: 12px;
	line-height: 20px; /* Fixes position in IE 6.0 */
}

#navbar ul li a.navbarlink, #navbar ul li a.navbarlink:link, #navbar ul li a.navbarlink:visited {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #B1CBE0;
	text-decoration: none;
	padding: 3px 10px;
}

#navbar ul li a.navbarlink:hover {
	color: #FFFFFF;
}

#navbar ul li a.selected, #navbar ul li a.selected:hover, #navbar ul li a.selected:visited, #navbar ul li a.selected:link {
	background-color: #FF0000;
	color: #FFFFFF;
}

/* End of Navigation Bar */


/* Begining of Page Title */

.Bodyid10012527siteid995 {
	padding: 20px 30px 10px 30px;
}

/* End of Page Title */


/* Live Chat */
#liveChat{
	position: fixed;
	z-index: 10000;
	top: 300px;
	right: 0px;
}

#liveChatSuggestion{
	overflow: none;
	width: 466px;
	height: 280px;
	display: none;
	cursor: pointer;
}

#liveChatSuggestion img{
	cursor: pointer;
}
/* End Live Chat */



/* Begining of Category and Course Name Link */

.Bodyid10015984siteid995 img{
	/*display: none;*/ /* hides portal transparent gif */
}

/* category */
.Bodyid10015984siteid995 .titleorimageid10015984siteid995 { 
	background: #123466;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 12px;
	line-height: 12px;
	padding: 4px 10px 6px 10px;
	border-bottom: 1px solid #FFFFFF;
	display: block;
}

/* link */
.Bodyid10015984siteid995 a .titleorimageid10015984siteid995 {
	font-size: 12px;
	font-weight: normal;
	line-height: 12px;
	border-bottom: 1px solid #FFFFFF;
	background: url(/pls/portal/docs/PAGE/ITC_ASSETS/IMAGES/public_training/course_name_link_arrow.gif) no-repeat right center #D8E5EF;
	color: #123466;
	text-decoration: none;
	padding: 4px 34px 6px 10px;
	display: block;
}

.Bodyid10015984siteid995 a .titleorimageid10015984siteid995:hover {
	background: url(/pls/portal/docs/PAGE/ITC_ASSETS/IMAGES/public_training/course_name_link_arrow_hover.gif) no-repeat right center #ff0000;
	font-weight: bold;
	color: #ffffff;
	display: block;
}

/* End of Category and Course Name Link */


/* Begining of Workshops Page Lines */

.horizontal_line { /* used html due to template issue with region width */
	height: 50px; 
	width: 720px;
	background-image: url(/pls/portal/docs/PAGE/ITC_ASSETS/IMAGES/public_training/hor_line.gif);
	background-repeat: repeat-x;
	background-position: 0px 25px; 
	float: left;
}

.Bodyid10021849siteid995 { /* vertical line */
	background-image: url(/pls/portal/docs/PAGE/ITC_ASSETS/IMAGES/public_training/vert_line.gif);
	background-repeat: repeat-y;
	background-position: 15px 0px;
}

/* End of Workshops Page Lines */


/* Begining of Buttons */

a.addcart, a.addcart:link, a.addcart:visited {
	background: url(/pls/portal/docs/PAGE/ITC_ASSETS/IMAGES/public_training/bt_register.gif) no-repeat top left;
	width: 130px;
	height: 27px;
	border: none;
	display: block;
}

a.addcart:hover {
	background: url(/pls/portal/docs/PAGE/ITC_ASSETS/IMAGES/public_training/bt_addcart_hover.gif) no-repeat top left;
}

a.updatecart, a.updatecart:link, a.updatecart:visited {
	background: url(/pls/portal/docs/PAGE/ITC_ASSETS/IMAGES/public_training/bt_updatecart.gif) no-repeat top left;
	width: 130px;
	height: 27px;
	border: none;
	display: block;
}

a.updatecart:hover {
	background: url(/pls/portal/docs/PAGE/ITC_ASSETS/IMAGES/public_training/bt_updatecart_hover.gif) no-repeat top left;
}

a.checkout, a.checkout:link, a.checkout:visited {
	background: url(/pls/portal/docs/PAGE/ITC_ASSETS/IMAGES/public_training/bt_checkout.gif) no-repeat top left;
	width: 130px;
	height: 27px;
	border: none;
	display: block;
}

a.checkout:hover {
	background: url(/pls/portal/docs/PAGE/ITC_ASSETS/IMAGES/public_training/bt_checkout_hover.gif) no-repeat top left;
}

a.send, a.send:link, a.send:visited {
	background: url(/pls/portal/docs/PAGE/ITC_ASSETS/IMAGES/public_training/bt_send.gif) no-repeat top left;
	width: 130px;
	height: 27px;
	border: none;
	display: block;
}

a.send:hover {
	background: url(/pls/portal/docs/PAGE/ITC_ASSETS/IMAGES/public_training/bt_send_hover.gif) no-repeat top left;
}

a.apply, a.apply:link, a.apply:visited {
	background: url(/pls/portal/docs/PAGE/ITC_ASSETS/IMAGES/public_training/bt_apply.gif) no-repeat top left;
	width: 130px;
	height: 27px;
	border: none;
	display: block;
}

a.apply:hover {
	background: url(/pls/portal/docs/PAGE/ITC_ASSETS/IMAGES/public_training/bt_apply_hover.gif) no-repeat top left;
}

a.back, a.back:link, a.back:visited {
	background: url(/pls/portal/docs/PAGE/ITC_ASSETS/IMAGES/public_training/bt_back.gif) no-repeat top left;
	width: 130px;
	height: 27px;
	border: none;
	display: block;
}

a.back:hover {
	background: url(/pls/portal/docs/PAGE/ITC_ASSETS/IMAGES/public_training/bt_back_hover.gif) no-repeat top left;
}

a.continue, a.continue:link, a.continue:visited {
	background: url(/pls/portal/docs/PAGE/ITC_ASSETS/IMAGES/public_training/bt_continue.gif) no-repeat top left;
	width: 130px;
	height: 27px;
	border: none;
	display: block;
}

a.continue:hover {
	background: url(/pls/portal/docs/PAGE/ITC_ASSETS/IMAGES/public_training/bt_continue_hover.gif) no-repeat top left;
}

a.purchase, a.purchase:link, a.purchase:visited {
	background: url(/pls/portal/docs/PAGE/ITC_ASSETS/IMAGES/public_training/bt_purchase.gif) no-repeat top left;
	width: 130px;
	height: 27px;
	border: none;
	display: block;
}

a.purchase:hover {
	background: url(/pls/portal/docs/PAGE/ITC_ASSETS/IMAGES/public_training/bt_purchase_hover.gif) no-repeat top left;
}

/* End of Buttons */


/* Begining of Registration */

a.purchase, a.purchase:link, a.purchase:visited {
	background: url(/pls/portal/docs/PAGE/ITC_ASSETS/IMAGES/public_training/bt_purchase.gif) no-repeat top left;
	width: 100px;
	height: 35px;
	border: none;
	display: block;
}

a.purchase:hover {
	background: url(/pls/portal/docs/PAGE/ITC_ASSETS/IMAGES/public_training/bt_purchase_hover.gif) no-repeat top left;
}

/* End of Registration */


/* Begining of Footer */

#footer {
	width: 780px;
}

#footer_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
	text-align: center;
	color: #646464;
	background-color: #FFFFFF;
	padding: 10px 0;
}

#footer_shadow {
	background: #6498C1 url(/pls/portal/docs/PAGE/ITC_ASSETS/IMAGES/public_training/oaw_bottom_shadow.gif) top center no-repeat;
	width: 780px;
	height: 12px;
}

/* End of Footer */



/* Begining of Cancellation */

#cancellationWrapper {
	width: 740px;
	background: white;
	text-align: left;
}


/* End of Cancellation */