.divPageHidden {
	position: absolute;
	visibility: hidden;
	height: 0;
	width: 0;
	top: -1000px;
	left: -1000px;
	z-index: -100;
}			
.divPageVisible {
	position: absolute;
	visibility: visible;
	display: block;
	z-index: 0;
	width: 900px;
	border: none;
}
body {
	padding: 0;
	margin: 3px;
	font-family: arial, verdana, "sans-serif";
	font-size: 9pt;
	background: #666;
}
table td { vertical-align: top; }
img { border: none; }
form { margin: 0; }
a, a:hover, a:visited, a:active {
	text-decoration: none;
	color: black;
}
a:hover {
	color: #8080ff;
}
#uiLayout {
	padding: 0;
	margin: 0;
	width: 900px;
	margin-left: auto;
	margin-right: auto;
}
#title {
	background: url(/images/ins/ins_title_bg.jpg) no-repeat #46659e;
	height: 50px;
	vertical-align: middle;
	padding-left: 10px;
}
#title h1 {
	margin: 0;
	color: #ffffff;
	font-size: 12pt;
	font-weight: bold;
	padding-top: 16px;
	display: none;
}
#title .logo { float: right; }
#menu {
	background: #d0d0d0;
}


.pageLayout {
	width: 100%;
	background: #f5f5f5;
	border-top: solid 3px #666;
}
.pageLayout .tabs { padding: 0;  background: #666; }
.pageLayout .tabs .hidden { background: #aaa; }
.pageLayout .tabs .shown { background: #f5f5f5; }

.pageLayout .tabs a {
	display: block;
	float: left;
	background: #aaa;
	padding: 2px 8px 2px 8px;
	margin: 0px 3px 0px 0px;
}
.pageLayout .tabs a:hover { color: #eff; }
.pageTitle { padding: 10px 10px 10px 10px; }
.pageTitle h1 { padding-left: 0.8em; }
	
.pageContent { padding: 10px 10px 25px 10px; }
.pageLayout h1 {
	font-weight: bold;
	font-size: 12pt;
	display: inline;
	text-transform: capitalize;
}
.pageLayout h2 {
	font: bold 10pt "Century Gothic", arial, verdana, "sans-serif";
	text-decoration: none;
	display: inline;
	text-transform: capitalize;
}
.pageButtons { text-align: right; }
.status {
	background: #f0f0f0;
	border-top: solid 3px #666;
	padding-left: 0.5em;
}		
.pageLayout .pageButtons {
	height: 35px;
	vertical-align: middle;
	padding-right: 10px;
	border-top: solid 1px #ddd;
}
.pageLayout .btnNormal,
.pageLayout .btnHover,
.pageLayout .btnNormalGB,
.pageLayout .btnHoverGB  {
	background-repeat: no-repeat;
	background-color: #ffffff;
	width: 97px;
	height: 21px;
	border: none;
	text-align: center;
	vertical-align: middle;
	font-size: 15px;
}		
.pageLayout .btnNormal {
	background-image: url(/images/ins/ins_btn_off.gif);
}
.pageLayout .btnHover {
	background-image: url(/images/ins/ins_btn_hover.gif);
	cursor: pointer;
}
.pageLayout .btnNormalGB {
	background-image: url(/images/ins/ins_btn_gb_off.gif);
}
.pageLayout .btnHoverGB {
	background-image: url(/images/ins/ins_btn_gb_hover.gif);
	cursor: pointer;
}


.tblDataTable {
	font-weight: normal;
	margin-left: 50px;
	border: solid 1px #000;
	width: 700px;
	font-size: 8pt;
}
.tblDataTable thead {
	background-color: #46659E;
	color: #fff;
	font-weight: bold;
}
.tblDataTable td {
	text-align: center;
	padding: 1px 8px 1px 8px;
	vertical-align: middle;
	border-right: solid 1px #ddd;
}	
.tblDataTable td table td {
	border: none;
}
.tblDataTable .Odd {
	background-color: #E0EAFB;
}
.tblDataTable .Even {
	background-color: #fff;
}
.tblDataTable .OddSelected {
	background-color: #f0f0f0;
	font-weight: normal;
	color: #2050ff;
}
.tblDataTable .EvenSelected {
	background-color: transparent;
	font-weight: normal;
	color: #2050ff;
}
.tblDataTable .Hover {
	background-color: #46659E;
	color: #fff;
	cursor: pointer;
}
.tblDataTable .HoverSelected {
	background-color: #46659E;
	font-weight: normal;
	color: #ffffff;
	cursor: pointer;
}
.tblDataTable .Hover a, .tblDataTable .Hover a:visited, .tblDataTable .Hover a:active { color: #fff; }
.tblDataTable .HoverSelected a, .tblDataTable .HoverSelected a:visited, .tblDataTable .HoverSelected a:active { color: #fff; }
.tblDataTable a:hover {
	color: #cdf;
}

.tblForm {
	font-weight: normal;
	margin-left: 50px;
}
.tblForm td {
	padding: 3px 5px 3px 0;
	vertical-align: middle;
}
.tblForm .field {
	border: 1px solid #999999;
	padding : 2px;
	background: #fdfdfd;
	width: 200px;
}
.tblDataTable .field {
	font-size: 8pt;
	border: 1px solid #000;
	margin: 0;
}
.tblForm .widthShort, .tblDataTable .widthShort  { width: 100px; }
.tblForm .widthNormal,.tblDataTable .widthNormal { width: 200px; }
.tblForm .widthWide,  .tblDataTable .widthWide   { width: 400px; }
.tblForm .widthAuto,  .tblDataTable .widthAuto   { width: auto; }

.tblForm .field:focus, .tblDataTable .field:focus { border: 1px solid #000000;}			

.tblForm label { }		

.tblDataTable .down {
	display: block;
	width: 11px;
	height: 7px;
	background: url(/images/ins/ins_down.gif) 0px 0px;
	line-height: 1px;
}
.tblDataTable .down:hover { background: url(/images/ins/ins_down.gif) 0px 7px; }
.tblDataTable .up {
	display: block;
	width: 11px;
	height: 7px;
	background: url(/images/ins/ins_up.gif) 0px 0px;
	line-height: 1px;
}
.tblDataTable .up:hover { background: url(/images/ins/ins_up.gif) 0px 7px; }


/* =============================  MENU =========================== */

#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}

#nav a {
	display: block;
	/* width: 10em; */
	border: solid 1px #d0d0d0;
	padding: 2px 8px 2px 8px;
	margin: 2px;
}

#nav li { /* all list items */
	float: left;
	/* width: 10em; */ /* width needed or else Opera goes nuts */
}

#nav li ul { /* second-level lists */
	position: absolute;
	background: #d0d0d0;
	border-top: solid 1px #ffffff;	/* highlights */
	border-left: solid 1px #ffffff;
	border-right: solid 1px #777; /* shadows */
	border-bottom: solid 1px #777;
	width: 200px;
	margin-left: 2px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}
#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	z-index: 100;
}

#nav a:hover {
	border-top: solid 1px #ffffff;	/* highlights */
	border-left: solid 1px #ffffff;
	border-right: solid 1px #777; /* shadows */
	border-bottom: solid 1px #777;
	color: #000;
}
#nav .subNav li { width: 200px; }
#nav .subNav a { border: none; }
#nav .subNav a:hover {
	border: none;
	background: #46659E;
	color: #fff;
}
#nav .disabled { color: #999; }
#nav .disabled:hover { color: #aaa; }
#nav .subNav .disabled:hover  {
	color: #999;
	background: #bbb;
}

.alert, .alert a, .alert a:active, .alert a:visited { color: red; }
.alert a:hover { color: red; cursor: help; }

.floatLeft { float: left; }

