@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}
* html, * body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
}
a:link, a:visited, a:active {
	text-decoration: none;
	color: #ffb014;
}
a:hover {
	text-decoration: none;
	color: #e62454;
}
img {
	border: none;
}
input, textarea, select, option {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #333333;
	margin: 0;
	padding: 2px;
}
/*
Page Section
*/
#wrapper {
	width: 900px;
	margin: 10px auto;
}
#header {
	width: 900px;
	clear: both;
	padding: 10px 0 20px;
}
#globalnav {
	width: 900px;
	position: relative;
	clear: both;
}
#main {
	color: #5c707d;
	width: 900px;
	position: relative;
	display: block;
	clear: both;
	padding: 15px 0;
}
#footer {
	width: 900px;
	clear: both;
	padding: 20px 0;
	border-top: dotted 1px #8aa4b4;
}
/*
Site Navigation
*/
#sitemenu {
	list-style: none;
}
.sitemenu-tab {
	float: left;
	margin: 0 10px 0 0;
}
.sitemenu-tab.current {
	background: #ffb014 url(../img/shared/menutab_on_begin.gif) no-repeat top left;
}
.sitemenu-tab:hover {
	background: #2ecce6 url(../img/shared/menutab_over_begin.gif) no-repeat top left;
}
.sitemenu-tab a {
	font-size: .8em;
	font-weight: bold;
	line-height: 1.95em;
	text-decoration: none;
	display: block;
	padding: 0px 10px;
}
.sitemenu-tab a:link, .sitemenu-tab a:visited, .sitemenu-tab a:active {
	color: #f2546e;
	background: none;
}
.sitemenu-tab.current a:link, .sitemenu-tab.current a:visited, .sitemenu-tab.current a:active {
	color: #ffffff;
	background: url(../img/shared/menutab_on_end.gif) no-repeat top right;
}
.sitemenu-tab a:hover, .sitemenu-tab.current a:hover {
	color: #ffffff;
	background: url(../img/shared/menutab_over_end.gif) no-repeat top right;
}
/*
Account Menu
*/
#accountnav {
	background: #5cd6ff url(../img/shared/accountmenu_end.gif) no-repeat bottom right;
	height: 40px;
	position: absolute;
	display: block;
	top: -70px;
	right: 0;
}
#accountmenu {
	background: url(../img/shared/accountmenu_begin.gif) no-repeat bottom left;
	height: 40px;
	position: relative;
	display: block;
	list-style: none;
	padding: 0 10px;
}
.accountmenu-tab {
	float: left;
	margin: 5px 0;
	border-left: solid 1px #beefff;
}
#accountmenu .first {
	border: none;
}
.accountmenu-tab a {
	font-size: .75em;
	font-weight: bold;
	line-height: 1.95em;
	text-decoration: none;
	display: block;
	padding: 0px 10px;
}
.accountmenu-tab a:link, .accountmenu-tab a:visited, .accountmenu-tab a:active {
	color: #ffffff;
}
.accountmenu-tab a:hover {
	color: #ffff70;
}
/*
Contexture Info
*/
#corplogo h3 {
	padding: 0 10px;
}
#pagetitle {
	background: #e62454 url(../img/shared/pagetitle_bg_end.gif) no-repeat top right;
	width: 900px;
	clear: both;
	margin-bottom: 15px;
}
#pagetitle h1 {
	font-size: 1.5em;
	font-weight: bold;
	line-height: 1.65em;
	color: #ffffff;
	background: url(../img/shared/pagetitle_bg_begin.gif) no-repeat top left;
	padding: 0 30px;
}
#masthead {
	width: 900px;
	clear: both;
	margin-bottom: 10px;
}
#masthead .banner {
	margin-bottom: 5px;
}
#masthead .platform {
	padding: 5px 30px;
}
.warning {
	color: #e62454;
}
.confirmation {
	color: #40c252;
}
label.mandatory {
	background: url(../img/shared/pointer_mandatory.gif) no-repeat left center;
	padding-left: 12px;
}
#copyright {
	font-size: .7em;
	color: #f2546e;
	text-align: center;
}

