html {
     overflow: -moz-scrollbars-vertical;
}


BODY {
  font-family: Arial, sans-serif;
  font-size: 12px;
  color: #000000;
  text-align: left;
  margin-top: 0px;
}

h1 {
  font-family: sans-serif;
  font-size: 14px;
  color: #808080;
  text-align: left;
}

h2 {
  font-family: sans-serif;
  font-size: 20px;
  color: #2B98DD;
  padding: 0em;
  text-align: left;
  margin-top: 5px;
  margin-bottom: 5px;
}

hr {
	background-color: #BFBAB0;
	height: 1px;
	border: 0;
	color: #D2D2D2;
	width: 100%;
	line-height: 0px;
	padding: 0px;
	margin: 3px;
	align: left;
}

IMG {
  border: 0px;
}


TD {
  text-align: left;
  font-family: arial;
}

P {

}

p.sml {
	font-size:10px;
}

.grey {
	color: #C0C0C0;
}

.mainBox {
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	padding: 10px;
	font-size: 12px !important;
}

A { color: #000000; text-decoration: underline; }
A:hover { color: #2B98DD; text-decoration: none; }

a.sml {
	cursor: pointer;
	font-size: 12px;
}

FORM { display: inline; }


CHECKBOX, INPUT, RADIO, SELECT {
  font-family: Arial, sans-serif;
  font-size: 12px;
}

ul {
	list-style-image: url('images/green_tick.png');
	font-size: 13px;
	text-indent: 0px;
	margin-left: 5px;
}

ul.locked {
	list-style-image: url('members/images/icon_cross.gif');
	font-size: 13px;
	padding-left: 10px;
	margin-left: 10px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	padding-top: 0px;
}

li.locked {
	font-size: 14px;
	color: #0E3E70;
	font-weight: bold;
	padding: 4px;
}

ul.unlocked {
	list-style-image: url('members/images/icon_tick.gif');
	font-size: 13px;
	margin-top: 0px;
	padding-top: 0px;
	padding-left: 10px;
	margin-left: 10px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

li.unlocked {
	font-size: 14px;
	color: #999999;
	font-weight: bold;
	padding: 4px;
	text-decoration: line-through;
}



li {
	font-size: 14px;
	color: #0E3E70;
	font-weight: bold;
	padding: 4px
}

.small { FONT-SIZE: 10px; line-height: 1; }
.14b { font-size: 14px; font-weight: bold; color: #2B98DD; }

.eleven { font-size: 11px; }
a.eleven { font-size: 11px; text-decoration: none; }
a.eleven:hover { font-size: 11px; text-decoration: underline; }

.twelve { font-size: 12px; font-family: arial; }
a.twelve { font-size: 12px; text-decoration: none; }
a.twelve:hover { font-size: 12px; text-decoration: underline; }

.sixteen { font-size: 16px; }


TD.footer { font-size: 16px; color: #000000; font-weight: bold; text-decoration: none; }
TD.footer a { font-size: 16px; color: #000000; font-weight: bold; text-decoration: none; }
TD.footer a:hover { font-size: 16px; color: #000000; font-weight: bold; text-decoration: underline; }

TD.breadcrumb { padding-left: 10px; font-size: 16px; color: #FFFFFF; font-weight: bold; text-decoration: none; }
TD.breadcrumb a { font-size: 16px; color: #FFFFFF; font-weight: bold; text-decoration: none; }
TD.breadcrumb a:hover { font-size: 16px; color: #FFFFFF; font-weight: bold; text-decoration: underline; }

fieldset.12 { font-size: 12px; }
fieldset.12 a { font-size: 12px; }
fieldset.12 a:hover { font-size: 12px; }

label {
	width: 8em;
	float: left;
	text-align: right;
	margin-right: 0.5em;
	display: block;
	font-weight: normal;
}
label.members {
	width: 11em;
	float: left;
	text-align: right;
	margin-right: 0.5em;
	display: block;
	font-weight: bold;
}

input.hpLogin {
	width: 142px;
	height: 16px;
	border: 1px solid #FFFFFF;
	background-color: #FFFFFF;
}

td.hpLogin {
	background: url('images/box_login.png') no-repeat left top;
	padding-left: 77px;
	padding-top: 48px;
}

br.hpLogin {
	line-height: 7px;
}

br.hpSubmit {
	line-height: 20px;
}


input.hpSubmit {
	background: transparent;
	border: 0px solid #666666;
	width: 150px;
	height: 30px;
}

input.normal {
	width: 70px;
	color: #000000;
	background: #C0C0C0;
	border: 1px solid #666666;
}

input {
	color: #666666;
	background: #ffffff;
	border: 1px solid #666666;
	width: 200px;
}

input.med {
	color: #666666;
	background: #ffffff;
	border: 1px solid #666666;
	width: 150px;
}

input.sml {
	color: #666666;
	background: #ffffff;
	border: 1px solid #666666;
	width: 75px;
}

input.radio {
	color: #666666
	background-color: #ffffff;
	border: 1px solid #FFFFFF;
	width: 40px;
}

input.checkbox {
	color: #666666;
	background: #ffffff;
	border: 1px solid #666666;
	width: 20px;
}

textarea {
	color: #666666;
	background: #ffffff;
	border: 1px solid #666666;
	font-family: Arial;
	font-size: 12px;
}

textarea.contact {
	color: #666666;
	background: #ffffff;
	border: 1px solid #666666;
	width: 300px;
}

.submit {
	color: #000000;
	background: #D4D0C8;
	border-left: 2px solid #FAFAFA;
	border-top: 2px solid #FAFAFA;
	border-bottom: 2px solid #848484;
	border-right: 2px solid #848484;
	margin-right: 10em;
	align: left;
	width: 80px;
}

fieldset {
	border: 1px dotted #666666;
	padding: 10px;
}

fieldset.createAccount {
	border: 2px solid #F29012;
	width: 95%;
	height: 100%;
	padding: 10px;
	-moz-border-radius: 25px;
}

fieldset.blue {
	border: 1px solid #666666;
	padding: 10px;
}

fieldset.login {
	border: 2px solid #39E123;
	width: 95%;
	height: 100%;
	padding: 10px;
	-moz-border-radius: 25px;
}

legend {
	color: #666666;
	background: #ffffff;
	border: 1px solid #666666;
	padding: 2px 6px;
	text-align: left;
}

legend.blue {
	color: #2B98DD;
	background: #ffffff;
	padding: 2px 6px;
	text-align: left;
	font-size: 20px;
	border: 0px solid #666666;
}

legend.createAccount {
	font-weight: bold;
	color: #F29012;
	font-size: 20px;
	background: #ffffff;
	border: 1px solid #FFFFFF;
	padding: 2px 6px;
	text-align: left;
}

legend.login {
	font-weight: bold;
	color: #39E123;
	font-size: 20px;
	background: #ffffff;
	border: 1px solid #FFFFFF;
	padding: 2px 6px;
}

.msg {
	color: #FF0000;
	font-size: 12px;
}

.unseltabs {
	background-color: #dddddd;
	border-top: 1px solid black;
	border-right: 1px solid black;
	border-left: 1px solid black;
	border-bottom: 1px solid black;
	color: black;
	cursor: pointer;
	text-align: left;
}
.unseltabs a{
	color: black;
	display: block;
	padding-left: 10px;
	padding-right: 10px;
	text-decoration: none;
}
.unseltabs a:hover {
	color: black;
	display: block;
	text-decoration: underline;
}

.emptyunseltabs {
	border-bottom: 1px solid black;
	color: black;
	cursor: default;
}
.seltabs {
	background-color: white;
	border-left: 1px solid black;
	border-top: 1px solid black;
	border-right: 1px solid black;
	color: black;
	cursor: pointer;
	text-align: left;
}

.msg_error {
	background: url('members/images/icon_warning.gif') no-repeat 10px top;
	background-color: #FFFFCE;
	color: red;
	padding: 5px;
	text-indent: 35px;
	font-size: 14px;
	width: 97%;
	text-align: left;
	align: center;
}

.msg_success {
	background: #FFFFCC url('../images/success.gif') no-repeat 10px 3px;
	border: 1px solid #BFC9D5;
	color: #000000;
	font-size: 12px;
	padding: 5px;
	text-indent: 35px;
	width: 97%;
	height: 20px;
	text-align: left;
	align: center;
}

.menuBG {
	background: url('../images/breadcrumb_bg.png') no-repeat left top;
}

.menuT {
	text-align: right;
	color: #ffffff;
	font-weight: bold;
}

.searchHeader {
	background-color: #F3F3F3;
}

.inactive {
	background-color: #FFF2F1;
}

.active {
	background-color: #F6FFF1;
}

#fixedtipdiv {
position:absolute;
padding: 2px;
border:1px solid black;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
}