@charset "utf-8";
/* CSS Document */

html, body {
	height:100%;
	margin:0;
	padding:0;
	font-family:'Maven', Verdana, Arial, Helvetica, sans-serif;
	background-color:#003869; /*med blue */
}

body {
	text-align:center;
	position:relative;
}

h1, ul, ol {
	margin:0;
	padding:0;
}

hr {
	width:40%;
	border-color:#DDDDDD;
}


input {
	font-family:sans-serif;
}
select {
	font-family:sans-serif;
}

#TopmostHeader {
	height:28px;
	background-color:#003869;
}

#TopmostHeader .CenterFloat {
	width:980px;
	margin:auto;
	color:#DDD;
	font-family:'Maven', Arial, Helvetica, sans-serif;
	font-size:14px;
	padding-top:6px;
}

#TopmostHeader .floatLeft {
	float:left;
}

#TopmostHeader .floatRight {
	float:right;
}

#TopmostHeader .floatRight a:hover {
	text-decoration:none;
	color:#eee;
}

ul.horiz li {
	display:inline;
	margin-left:0;
	padding:3px 5px 3px 10px;
	list-style:none;
	background-image:url("images/separator-toolbar.png");
	background-repeat:no-repeat;
	background-color:transparent;
	background-attachment:scroll;
	background-position:0% 50%;
	background-clip:border-box;
	background-origin:padding-box;
	background-size:auto auto;
}

ul.horiz li.first {
	padding-left:0;
	display:inline;
	margin-left:0;
	background-image:none;
	list-style:none;
}

ul.horiz li a {
	text-decoration:none;
	color:#bbb;
}

ul.horiz li a:hover {
	text-decoration:none;
	color:#eee;
}

#Header {
	height:140px;
	min-width:1020px;
	background:#003869 url(images/bg-header-holder.jpg) 0 0 repeat-x !important;
}

#Header .CenterFloat {
	background-image:url(images/rays.png);
	background-repeat:no-repeat;
	height:140px;
	width:1020px;
	margin:0 auto;
	padding-top:15px;
}

#Header .CenterFloat a img {
	margin:0px 0px 0px 0px;
	padding:8px 30px 0px 42px;
	border:0 none;  /* remove border */
	display:inline;
	float:left;
}

#Header .floatRight {
	text-align:right;
	font-family:Arial, Helvetica, sans-serif;
	font-size:36px; font-weight:700;
	color:#FF0000;
	padding:10px 30px 0 0;
}

#Header .MyBBWG img {
	float:right; display:inline; padding:8px 10px 0 0;
}

#HeaderGradient {
	margin:0 auto;
	width:1020px;
	height:44px;
	background-image:url(images/topGradient.png);
	background-repeat:no-repeat;
}

#FooterGradient {
	margin:0 auto;
	width:1020px;
	height:26px;
	background-image:url(images/bottomGradient.png);
	background-repeat:no-repeat;
	font-size:12px;
	color:#990000;
	font-weight:bold;
}

#HeadlineBar {
	text-align:left;
	height:56px;
	width:980px;
	margin:auto;
	background-image:url(images/HeadlineBar.png);
	background-repeat:no-repeat;
}

#HeadlineBar h1 {
	font-family:"Times New Roman", Times, serif;
	font-size:24px;
	font-weight:bold;
	padding-top:15px;
	padding-left:20px;
	font-weight:normal;
	color:#fff;
}

#Content {
	width:870px;
	margin:40px auto 0 auto;
}

#content_containter {
	background-color:#01366A;
}

#whiteArea {
	margin:0 auto;
	width:1020px;
	background-color:#f4f4f2; /* light gray */
}

#content_include {
	position:relative;
	height:500px;
	width:580px;
	margin-left:10px;
}

#content_include .headerText { 
	font-family:'Times New Roman', Times, serif;
	font-weight:400;
	font-size:26px;
	padding-bottom:14px;
}

.headerText_x { 
	font-family:'Times New Roman', Times, serif;
	font-weight:400;
	font-size:26px;
	padding-bottom:14px;
}

#content_include .headerText_sm { 
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	padding:0 0 0 10px;
	font-weight:bold;
	color:#222;
}

.headerText_smr { 
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	padding:0;
	font-weight:bold;
	color:#222;
}

#content_include .headerText_smr { 
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	padding:0 0 0 10px;
	font-weight:bold;
	color:#222;
}

#content_include .bodyCopy {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#444;
	padding-bottom:30px;
	line-height:16px; 
}

#content_include .bodyCopySm {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	color:#444;
	padding:0 30px 0 10px;
	line-height:14px;
}

.bodyCopySm {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	color:#444;
	padding:0;
	margin:0;
	line-height:14px;
}

.bodyCopySm p {
	margin:5px 0;
	border:0;
	padding:0;
}

.headerDisclaimer {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#444;
	padding:0;
	margin:0 50px 0 0;
	line-height:14px;
}

/*---------------------------------------------------------------*/
/* BUTTONS
/*---------------------------------------------------------------*/
.button {
	border:none;
	width:142px;
	height:35px;
	background:url('/images/buttons/Button.png') no-repeat top left;
	text-align:center;
	margin:2px 4px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#FFFFFF;
	cursor:pointer;
}

.button:hover {
	border:none;
	width:142px;
	height:35px;
	background:url('/images/buttons/Button_hover.png') no-repeat top left;
	text-align:center;
	margin:2px 4px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#FFFFFF
}

.button_med {
	border:none;
	display:inline;
	width:130px;
	height:22px;
	margin:4px 5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	text-align:center;
	background-color:#DDD;
	cursor:pointer;
}

.button_med:hover {
	border:none;
	display:inline;
	width:130px;
	height:22px;
	margin:4px 5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	text-align:center;
	background-color:#AAA;
}

.button_sm {
	border:none;
	display:inline;
	width:92px;
	height:22px;
	background:url('/images/buttons/Button_sm.png') no-repeat top left;
	margin:4px 5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	text-align:center;
	color:#FFFFFF;
	cursor:pointer;
}

.button_sm:hover {
	border:none;
	display:inline;
	width:92px;
	height:22px;
	background:url('/images/buttons/Button_sm_hover.png') no-repeat top left;
	margin:4px 5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	text-align:center;
	color:#FFFFFF;
}

.button_smr {
	border:none;
	width:82px;
	height:22px;
	background:url('/images/buttons/Button_smr.png') no-repeat top left;
	margin:4px 2px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	text-align:center;
	color:#FFFFFF;
	cursor:pointer;
}

.button_smr:hover {
	border:none;
	width:82px;
	height:22px;
	background:url('/images/buttons/Button_smr_hover.png') no-repeat top left;
	margin:4px 2px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	text-align:center;
	color:#FFFFFF;
}

.buttonWide {
	border:none;
	width:300px;
	height:35px;
	background:url('/images/buttons/ButtonWide.png') no-repeat top left;
	text-align:center;
	margin:2px 4px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#FFFFFF;
	cursor:pointer;
}

.buttonWide:hover {
	border:none;
	width:300px;
	height:35px;
	background:url('/images/buttons/ButtonWide_hover.png') no-repeat top left;
	text-align:center;
	margin:2px 4px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#FFFFFF
}

/*---------------------------------------------------------------*/
/* FOOTER
/*---------------------------------------------------------------*/
#Footer {
	width:100%;
	position:relative;
	min-height:89px;
	height:auto;
	color:#609CBD !important;
	background-color:#01366A; /* Medium Dark Blue */
}

#foot_left {
	font-size:12px;
	padding-top:16px;
	text-align:left;
	float:left;
}

#foot_right {
	font-size:12px;
	float:right;
	padding-top:16px;
	text-align:right;
}

.link-top {
	padding:0 0 0 17px;
	background:url(images/arrow-up-footer.png) 0 7px no-repeat;
	font-size:12px;
	outline:none;
	margin:3px 2px 0 0;
	float:right;
}

#Footer .CenterFloat a, .link-top {
	color:#CCCCCC;
	text-decoration:none;
	padding-top:5px;
}

#Footer .CenterFloat {
	width:970px;
	margin:0 auto;
	color:#CCCCCC;
	font-size:9px;
	padding-top:9px;
}

#Footer .CenterFloat a img {
	margin:0px 0px 0px 0px;
	padding:8px 0px 0px 0px;
	border:0 none;  /* remove border */
}

td,th {
	font-weight:normal;
	font-size:9px;
	text-align:left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

p.title {
	font-weight:bold;
	color:#003366;
	margin-bottom:0px;
	padding-bottom:0px;
	padding-top:0px;
	margin-top:0px;
}

/* formval.css */

.good   		{ color:#00EE00;	width:10px; 	font-weight:normal; font-size:14px; }
.bad			{ color:#DD0000;	width:10px; 	font-weight:normal; font-size:14px; }
.indifferent	{ color:black;		width:10px; 	font-weight:normal; font-size:14px; }
.hidden			{ color:#CCCCCC;	width:10px; 	font-weight:normal; font-size:14px; }

/* checkboxes */
.checkbox   { clear:right; float:right; margin:0 0.5em; }

#mastertable {
	width:100%;
	background-attachment:fixed;
	background-position:left top;
	background-repeat:repeat-x;
}

<!-- this next one is the only one used from the Bankers Template in the Builder Portal area -->
.smLinksBlue {
/* although it's not blue ?? */
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:normal;
	color:#000000;
}

a.smLinksBlue { color:#666666; text-decoration:none }
a.smLinksBlue:link { color:#666666; text-decoration:none }
a.smLinksBlue:visited { color:#666666; text-decoration:none }
a.smLinksBlue:hover { color:#0099FF; text-decoration:none }
a.smLinksBlue:active { color:#0000FF; text-decoration:none }



.br_18 {
	line-height:18px;
}

.font_B15 {
	font-size:15px;
	font-weight:bold;
	line-height:20px;
}

.Zebra_BodyOverride {
	font-family: Helvetica, Tahoma, Arial, sans-serif;
    font-size: 14px;
    text-align: left;
}
.Zebra_BodyOverrideLabel {
	font-family: Helvetica, Tahoma, Arial, sans-serif;
	font-weight:bold;
    font-size: 12px;
    text-align: left;
}


.tableNoPad { border-collapse: collapse; } tr, td { padding: 0; }

<!-- all the rest in alphabetical order
a
{	text-decoration:none;	}

a img { border:none; }

a:link
{ 
	color: #333333; /* was 003399 */
	text-decoration:none;
}
a:visited
{
	color:#333333; /* was 003399 */
	text-decoration:none;
}
a:hover
{
	color:#0099FF;
	text-decoration:none;
}
a:active
{
	color:#0000FF;
	text-decoration:none;
}


.ulLinksBlue {
	font-weight:bold;
	text-decoration:underline;
}

a.ulLinksBlue { color: #0033CC }
a.ulLinksBlue:link { color:#0033CC }
a.ulLinksBlue:visited { color:#0033CC }
a.ulLinksBlue:hover { color:#3CF }
a.ulLinksBlue:active { color:#3CF }


.formlabel_std { 
	width:148px;
	height:18px;
	background:#8CB3D9;
}

.formlabel_wide { 
	width:200px;
	height:18px;
	background:#8CB3D9;
}

.formlabel_header { 
	height:22px;
	background:#6694CC;
}

.formlabel_data { 
	height:18px;
	background:#C6D8EC;
}

.formlabel_std_error { 
	width:148px;
	height:18px;
	background:#FF5C5C;
}


.formlabel_wide_error { 
	width:200px;
	height:18px;
	background:#FF5C5C;
}

.formlabel_sm { 
	width:74px;
	height:18px;
	background:#8CB3D9;
}

.formlabel_sm_error { 
	width:74px;
	height:18px;
	background:#FF5C5C;
}

.groupBoxHeader {
	padding-left:5px;
	padding-top:3px;
	padding-bottom:3px;
	height:15px;
	background:#2F496E; /* was #6699cc */
	font-size:11px;
	color:#DDD;
	font-weight:bold; border:thin solid #006699;
}


.sidebox_medCSS h1 {
	margin:0 4px 5px 6px;
	padding-left:5px;
	padding-top:3px;
	padding-bottom:3px;
	height:15px;
	background:#2F496E; /* was #6699cc */
	font-size:11px;
	color:#DDD;
	font-weight:bold; border:thin solid #006699;
}

.sidebox_medCSS p {
	margin:15px 30px 0px 30px;
	font-size:12px;
	color:#333333;
	line-height:16px;
}

.sidebox_medCSS li{
	margin:7px 40px 5px 60px;
	font-size:11px;
	color:#333333;
	line-height:14px;
}

.headerText {
	font-family:Arial, Helvetica, sans-serif;
	font-size:17px;
	font-weight:bold;
}

.headerText_sm {
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	font-weight:bold;
}

.headerText_med {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
}

fieldGroupStyle {
	width:95%;
	border:0;
}

.formtextinput { font-family:Arial, Helvetica, sans-serif; font-size:10px; font-weight:100;}
.formtextinput:focus { font-family:Arial, Helvetica, sans-serif; font-size:10px; font-weight:100; background-color:#FFFF99; border-color:#996600; }

.formtextinput11 { font-family:Arial, Helvetica, sans-serif; font-size:11px; font-weight:100; padding:2px 4px; margin:2px 0;}
.formtextinput11:focus { font-family:Arial, Helvetica, sans-serif; font-size:11px; font-weight:100; background-color:#FFFF99; border-color:#996600; padding:2px 4px; margin:2px 0;}


.lightgray {color:#777777}

#MasterPageDiv {
	position:relative;
	top:5px;
	width:787px;
	padding:0px;
	left:0px;
}

#MasterPageDivREG {
	position:relative;
	top:-30px;
	width:787px;
	padding:0px;
	left:0px;
}

#logos {
	display:none;
	visibility:hidden;
}

#guidelines {
	display:block;
	visibility:visible;
}


.logolinks a{
	font-size:10px;
	font-weight:bold;
	text-decoration:underline;
	color:#000099;
}

.logolinks a:hover{
	color:#0099CC
}

.menu
{ 
	color: #33CCFF;
	font-weight:bold;
	text-decoration:none;
}
.menu:link
{ 
	color:#33CCFF;
	font-weight:bold;
	text-decoration:none;
}
.menu:visited
{ 
	color:#33CCFF;
	font-weight:bold;
	text-decoration:none;
}
.menu:active
{ 
	color:#33CCFF;
	font-weight:bold;
	text-decoration:none;
}
.menu:hover
{ 
	color:#33FFFF;
	font-weight:bold;
	text-decoration:none;
}

#sidebar
{
	width:218px;
	padding:0;
	margin-right:40px;
}

#sidebar a {
	text-decoration:none;
	color:#000099;
	cursor:pointer;
}

#sidebar a:hover {
	text-decoration:none;
	color:#990000;
}

.sidetop
{
	background:url(images/box_top.png) no-repeat;
	height:9px;
	padding:0px 5px 0px 15px;
}

.sidetop_yellow
{
	background:url(images/box_top_yellow.png) no-repeat;
	height:9px;
	padding:0px 5px 0px 15px;
}

.sidetop_blue
{
	background:url(images/box_top_blue.png) no-repeat;
	height:10px;
	padding:0px 5px 0px 15px;
}

.sidetop1
{
	background:url(images/sidetop1.png) no-repeat;
	height:19px;
	padding:0px 5px 0px 15px;
}

.sidetop2
{
	background:url(images/sidetop2.png) no-repeat;
	height:25px;
	padding:0px 5px 0px 15px;
}

.sidebox
{
	background:url(images/box_middle.png) repeat-y;
	padding:0px 55px 0px 20px;
}
.sideboxLogo
{
	width:215px;
	margin-bottom:30px;
	text-align:center; 
}

.sidebox_yellow
{
	background:url(images/box_middle_yellow.png) repeat-y;
	padding:0px 55px 0px 20px;
}

.sidebox_blue
{
	background:url(images/box_middle_blue.png);
	background-size:cover;
	width:218px;
	height:auto;
	padding-bottom:20px;
}

.sidebox_blue_300
{
	background:url(images/box_middle_blue_300.png) 0% 0% repeat-x !important;
	background-size:100%;
	width:218px;
	height:300px;
}

.sidebox_blue .message
{
	padding:10px 20px 10px 20px;
	color:#DDD;
	font-size:12px;
	line-height:18px;
}


.sidebox_blue_300 .message
{
	padding:10px 20px 10px 20px;
	color:#DDD;
	font-size:12px;
	line-height:16px;
}

.sidebox_alert
{
	background:url(images/box_middle.png) repeat-y;
}

.sidebox_alert_yellow
{
	background:url(images/box_middle_yellow.png) repeat-y;
}

.sidebox_alert_blue
{
	background:url(images/box_middle_blue.png) 0% 0% repeat-x !important;
	width:218px;
}

.sidebox_alert .message {
	background:url(images/alert_sm.png) no-repeat; 
	padding:0px 40px 0px 60px;
	color:#CC0000;
}

.sidebox_alert_yellow .message {
	background:url(images/alert_sm.png) no-repeat; 
	padding:0px 40px 10px 60px;
	color:#CC0000;
}

.sidebox_alert_blue .message {
	background:url(images/alert_sm.png) no-repeat; 
	padding:0px 40px 10px 60px;
	color:#CC0000;
}

.sidebox_alert .title {
	font-size:12px;
	font-weight:bold;
	color:#003366;
}

.sidebox_alert_yellow .title {
	font-size:12px;
	font-weight:bold;
	color:#003366;
}

.sidebox_alert_blue .title {
	font-size:12px;
	font-weight:bold;
	color:#003366;
}

.sidebox1
{
	background:url(images/sidebox1.png) repeat-y;
	padding:0px 47px 10px 18px;
}

.sidebox2
{
	background:url(images/sidebox2.png) repeat-y;
	padding:0px 42px 10px 18px;
}

.sidebot
{
	background:url(images/box_bot.png) no-repeat;
	height:10px;
	padding:0px 5px 0px 15px;
}

.sidebot_yellow
{
	background:url(images/box_bot_yellow.png) no-repeat;
	height:10px;
	padding:0px 5px 0px 15px;
}

.sidebot_blue
{
	background:url(images/box_bot_blue.png) no-repeat;
	height:10px;
	padding:0px 5px 0px 15px;
}

.sidebot1
{
	background:url(images/sidebot1.png) no-repeat;
	height:32px;
	padding:0px 5px 0px 15px;
}

.sidebot2
{
	background:url(images/sidebot2.png) no-repeat;
	height:39px;
	padding:0px 5px 0px 15px;
}

#sidebar_med
{
	width:540px;
	padding:0px 0px 0px 0px;
}

.sidetop_med
{
	background:url(images/box_top_med.gif) no-repeat;
	height:13px;
	padding:0px 0px 0px 0px;
}

.sidebox_med
{
	background:url(images/box_middle_med.gif) repeat-y;
	padding:0px 0px 0px 0px;
}

.sidebox_medCSS
{
	background:url(images/box_middle_med.gif) repeat-y;
	padding:0;
}

.sidebot_med
{
	background:url(images/box_bot_med.gif) no-repeat;
	height:10px;
	padding:0px 0px 0px 10px;
}

#sidebar_lrg
{
	width:785px;
	padding:0;
}

.sidetop_lrg
{
	background:url(images/box_top_lrg.gif) no-repeat;
	height:13px; margin:0;
	padding:0;
}

.sidebox_lrg
{
	background:url(images/box_middle_lrg.gif) repeat-y;
	padding:0px 5px 0px 15px;
}

.sidebot_lrg
{
	background:url(images/box_bot_lrg.gif) no-repeat;
	height:10px;
	padding:0px 0px 0px 10px;
}

.style1 {color:#ED0002}
.style2 {
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size:16px;
}
.style3 {
	font-family:TimesNewRomanPS-BoldMT;
	font-size:14.0pt;
}

.t16pi  {
	font-size:16px;
	font-style:italic;
	font-family:Arial, Helvetica, Verdana, sans-serif;
	color:#000000;
	
}

.shaded_seperator {
	width:214px;
	height:20px;
	background:url(images/shaded_seperator.png) no-repeat;
	margin:0 0 10px 0;
}

.v18b {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
}

.v18bWhite {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	color:#FFFFFF;
}


.v8 {font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:8px;
	font-weight:normal;
	color:#000000;
}.v8b {font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:8px;
	font-weight:bold;
	color:#000000;
}
.v10 {font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:normal;
}
.v11 {font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
}
.v11b {font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
}
.v11g {font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	color:#444;
}
.v11bg {font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#444;
}
.v12 {font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
}
.v12g {font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#444;
}
.v12b {font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
}
.v12bg {font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#444;
}
.v13 {font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:normal;
}
.v13b {font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
}
.v15b { font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:15px;
	font-weight:bold;
	color:#444;
	padding-bottom:10px;
	line-height:16px; 
}


.tooltip {
	color:#000000; outline:none;
	cursor:help; text-decoration:none;
	position:relative; 
}
.tooltip span {
	margin-left:-999em; text-decoration:none;
	position:absolute; font-size:12px;
}
.tooltip:hover span {
	border-radius:5px 5px; -moz-border-radius:5px; -webkit-border-radius:5px; 
	box-shadow:5px 5px 5px rgba(0, 0, 0, 0.1); -webkit-box-shadow:5px 5px rgba(0, 0, 0, 0.1); -moz-box-shadow:5px 5px rgba(0, 0, 0, 0.1);
	font-family:Calibri, Tahoma, Geneva, sans-serif;
	position:absolute; left:1em; top:2em; z-index:99;
	margin-left:0; width:350px; text-decoration:none;
	color:#000033;
}
.tooltip:hover img {
	border:0; margin:-10px 0 0 -55px;
	float:left; position:absolute;
}
.tooltip:hover em {
	font-family:Candara, Tahoma, Geneva, sans-serif; font-size:1.2em; font-weight:bold;
	display:block; padding:0.2em 0 0.6em 0;
}

/* dness:I don't know where/if the following are used */
.classic { padding:0.8em 1em; }
.custom { padding:0.5em 0.8em 0.8em 2em; }
.classic {background:#FFFFAA; border:1px solid #FFAD33; }
.critical { background:#FFCCAA; border:1px solid #FF3334;	}
.help { background:#9FDAEE; border:1px solid #2BB0D7;	}
.info { background:#9FDAEE; border:1px solid #2BB0D7;	}
.warning { background:#FFFFAA; border:1px solid #FFAD33; }

.centerPleaseWait_mm {
    position:absolute;
	z-index:99;
    top:30%;
    left:50%;
    margin-right:-50%;
    transform:translate(-50%, -50%);
	visibility:hidden;
	display:none;
	background-color:#FFFFFF;
	text-align:center;
	vertical-align:middle;
	border:6px;
	border-style:double;
	border-color:#000033;
}
.centerPleaseWait_mm img {
	padding:20px;
	background-position:center;
	background-repeat:no-repeat;
}
.centerPleaseWait {
    position:absolute;
    top:50%;
    left:50%;
    margin-right:-50%;
    transform:translate(-50%, -50%)
}

#loginpart {
	display:block;
	visibility:visible;

}
#forgotpw {
	display:none;
	visibility:hidden;
}


#voidReason
{
    height:20px;
    font-size:12pt;
	margin-top:5px;
	padding:5px;
	width:95%;
}

.centerThis {
	text-align:center;
	display: block;
    margin-left: auto;
    margin-right: auto
}