body
{
	font-family: Arial;
	font-size: 12px;
	color: #000;
	height: 100%;
	margin-top: 0px;
	margin-left:0px;
}
 
a
{
	font-size: 12px;
	color: #0F57C2;
	line-height: 18px;
	text-decoration: none;
}

a:hover
{
	text-decoration:underline;
}

a:active
{
	color:#E74B00;
	text-decoration:underline;
}
a:focus
{
	color:#E74B00;
	text-decoration:underline;
}
h1
{
	margin: 0;
}
h2
{
	margin: 0;
	font-size: 17px;
	
}

div
{
	margin: 0;
	padding: 0;
}

div#loginArea
{
	padding-top: 20px;
	padding-bottom: 0px;
}

div#loginArea h2
{
	margin-top: 17px;
	margin-bottom: 7px;
}

div#loginArea h2.ofFirst
{
	margin-top: 0;
}

div#loginLeftPane
{
	float: left;
	width: 331px;
	padding-left: 10px;
	padding-right: 10px;
}

div#loginLeftPane table
{
	clear: both;
	float: left;
	margin-left: -3px;
	margin-bottom: 10px;
}

div#loginLeftPane td
{
	padding-top: 6px;
	padding-bottom: 9px;
	padding-right: 5px;
}

div#loginLeftPane input.textbox
{
	margin-left: 2px;
	width: 165px;
}

div.verticalRule
{
	height: 200px;
	float: left;
	width: 1px;
	margin-top: 6px;
	background-color: #DBDBDB;
}

div#loginRightPane
{
	float: left;
	width: 425px;
	padding-left: 10px;
}

div#loginRightPane a
{
	line-height: 30px;
}

div.lockIcon
{
	float: left;
	margin-top: 3px;
	margin-left: 3px;
	width: 15px;
	height: 15px;
	background-image: url('/ftgw/pages/ewp/images/15_15_lock.png');
	background-repeat: no-repeat;
}

div.helpIcon
{
	cursor: pointer;
	margin-top: 9px;
	width: 11px;
	height: 11px;
	background-image: url('/ftgw/pages/ewp/images/11_11_question1.gif');
	background-repeat: no-repeat;
	display: block;

}

div.bulletIcon
{
	margin-top: 2px;
	margin-right: 5px;
	float: left;
	width: 11px;
	height: 11px;
	background-image: url('/ftgw/pages/ewp/images/11_11_bullet_b.gif');
	background-repeat: no-repeat;
}

div.offScreen
{
	position:absolute;
	left:-10000px;
	top:auto;
	width:1px;
	height:1px;
	overflow:hidden;
}

.inputRow input, .inputRow select
{
	border: 1px solid #b0b0b0;
	padding: 2px 3px 3px;
	margin: 3px 0;
}

.inputRow select
{
	padding: 1px 2px 2px;
}

.inputRow label
{
	padding: 0 0 0 21px !important;
	color:#000000 !important;
	display:block;
	float:left;
	font-size:12px;
	font-weight:normal;
	line-height:1;
}

.inputRow th
{
	padding-top: 11px;
	vertical-align:top;
}

.errorInputRow input, .errorInputRow select
{
    border-color: #CC0000 !important;
}

.errorInputRow th label
{
	background:url("../images/form-ajax.png") no-repeat scroll 0% -3px transparent
}

.goodInputRow th label
{
	background:url("../images/form-ajax.png") no-repeat scroll 0% -100px transparent;
}

.focus
{
    border-color: #b0b0b0 !important;
}

div.errorMessage
{
	font-size: 12px;
	color: #CC0000;
	font-weight: normal;
	margin-top: 4px;
	margin-bottom: 6px;
	min-height: 18px;
}

.ofToolTipContainer {
left:-3000px;
min-height:100px;
position:absolute;
top:-3000px;
width:252px;
z-index:99999;
}

.ofToolTipContainer .ofTopArrow {
display:block;
left:212px;
position:absolute;
}

.ofBubbleWrapper {
background-color:#FFFFFF;
border:1px solid #000000;
margin-top:17px;
}

.ofBubbleText {
	padding: 10px;
}

.close {
	float:right;
	z-index:100;
}

.close img {
	margin:5px 5px 0 0;
	vertical-align:middle;
	border: none;
}

.close a {
	font-size: 13px;
}

.ofBubbleText ul {
	margin: 0;
	padding: 0 0 0 15px;
}

.errorBox {
	padding: 7px 10px 12px 30px;
	margin-top: 10px;
	margin-bottom: 15px;
	border: 1px solid #CC0000;
	font-size: 14px;
	line-height: 1.5em;
	color: #CC0000;
	min-width: 225px;
	width: 700px;
	background: url('../images/error_msg_icon.gif') no-repeat scroll 10px 10px transparent;
}

.errorBox h2 {
	margin: 0px;
	font-size: 14px;
	font-weight: normal;
}

.bluebulletlist{
	margin:0px;
	padding: 0px;
}

.bluebulletlist ul {
	list-style-type:none;
	padding-left: 0 !important;
	margin-left: 0 !important;
}

.bluebulletlist ul li {
	background-image:url("../images/11_11_bullet_b.gif");
	background-position:0 2px;
	background-repeat:no-repeat;
	font-size: 12px;
	padding:0 0 10px 17px;
}

.bluebulletlist span {
	display: block;
}

.bluebulletlist a {
	line-height: 1em;
}

p.cancelLink {
	background:url("../images/close_small_icon.gif") no-repeat scroll left 2px transparent;
	padding-left: 18px;
	margin-left: -1px;
	font-family: Arial, Helvetica, sans-serif !important;
	text-decoration: none;
	font-size: 12px;
}
