/* CSS Document */
html,body {
	margin: 0px 0px 0px 0px;
	font-family: 'Arial Unicode MS', Arial;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	line-height: normal;
	color: #000000;
}
textarea {
	font-family: 'Arial Unicode MS', Arial;
	background-color: white; 
	background-image: url('/images/bglogo.gif');
	border-style: ridge;
	border-top: 1px solid #333; 
	border-left: 1px solid #333; 
	border-bottom: 1px solid #ddd; 
	border-right: 1px solid #ddd; 
	font-size: 9pt; 
	padding: 3px;
}
form {
	margin: 0px;
	padding: 0px;
}
a { 
  color: #000066;
	text-decoration: underline;
}
a:hover {
	text-decoration: underline;
}
#obR1 a {
	color: #CCCCCC;
	font-weight: normal;
	padding: 2px;
}

p {
	margin-left: 9px;
	margin-right: 9px;
	margin-top: 10px;
	margin-bottom: 6px;
	padding: 0px;
	vertical-align: top;
	font-size: 12px;
}

p.error {
	margin-left: 12px;
	margin-top: 10px;
	margin-bottom: 6px;
	padding: 0px;
	vertical-align: top;
	font-size: 14px;
	font-weight: bold;
	color: red;
}

td {
	margin: 0px;
	padding: 0px;
}

td.formlabel {
	padding-right: 12px;
	vertical-align: middle;
	text-align: right;
	font-weight: bold;
	font-size: 11px;
	white-space: no-wrap;
}

td.formlabelerror {
  color: red;
  font-style: italic;
	padding-right: 12px;
	vertical-align: middle;
	text-align: right;
	font-weight: bold;
	font-size: 11px;
	white-space: no-wrap;
}

h1 {	
	margin-right: 15px;
	margin-left: 9px;
	margin-top: 12px;
	margin-bottom: 6px;
	padding: 0px;
	vertical-align: top;
	font-size: 24px;
	font-weight: bold;
}
h2 {	
	margin-right: 15px;
	margin-left: 9px;
	margin-top: 12px;
	margin-bottom: 4px;
	padding: 0px;
	vertical-align: top;
	font-size: 18px;
	font-weight: bold;
}
h3 {	
	margin-right: 15px;
	margin-left: 9px;
	margin-top: 4px;
	margin-bottom: 3px;
	padding: 0px;
	vertical-align: top;
	font-size: 14px;
	font-weight: bold;
}
h4 {
	margin-left: 9px;
	margin-top: 4px;
	margin-bottom: 3px;
	padding: 0px;
	vertical-align: top;
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
}
h5 {
	margin-left: 9px;
	margin-top: 3px;
	margin-bottom: 2px;
	padding: 0px;
	vertical-align: top;
	font-size: 12px;
	font-weight: bold;
}

input.checkbox {
	margin: 0px;
	padding: 0px;
}

input.radiobutton {
	margin: 2px;
	padding: 0px;
}

input.button {
	margin-top: 6px;
	color: #ffffff; 
	background-color: #000066; 
	border-style: ridge;
	border-top: 2px solid #e8e0f8; 
	border-left: 2px solid #e8e0f8; 
	border-bottom: 2px solid #333; 
	border-right: 2px solid #333; 
	font-size: 10pt; 
}

input {
	background-color: white; 
	border-style: ridge;
	border-top: 1px solid #333; 
	border-left: 1px solid #333; 
	border-bottom: 1px solid #ddd; 
	border-right: 1px solid #ddd; 
	font-size: 9pt; 
}

select {
	background-color: white; 
	border-style: ridge;
	border-top: 1px solid #333; 
	border-left: 1px solid #333; 
	border-bottom: 1px solid #ddd; 
	border-right: 1px solid #ddd; 
	font-size: 9pt; 
}

th {
	background-color: #9999cc;
	color: white;
	vertical-align : middle;
	text-align : left;
	font-size: 11px;
	line-height: 14px;
	height: 22px;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 1px;
	padding-bottom: 1px;
	margin: 0px;
	/*white-space: nowrap;*/
	border: 1px;
	border-color: black;
	border-style: solid;
}

td.totalsRow {
	background-color: #eae9ef;
	color: black;
	font-weight: bold;
	vertical-align : middle;
	text-align : left;
	font-size: 12px;
	line-height: 14px;
	height: 22px;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 1px;
	padding-bottom: 1px;
	margin: 0px;
	/*white-space: nowrap;*/
	border-top: 2px black double;
	border-bottom: 2px black solid;
	border-left: 1px black solid;
	border-right: 1px black solid;
}

#footerbar {
	text-align:center;
	padding: 5px;
	font-size: 10px;
	color: #464646;
	height: 60px;
}

tr.list {
	background-color: #ffffff;
}

tr.listHighlighted {
	background-color: #ffeeee;
	cursor: pointer;
}

tr.altList {
	background-color: #faf9ff;
}

tr.altListHighlighted {
	background-color: #f9e9e9;
	cursor: pointer;
}

#leftcolumn {
	padding: 5px;
	vertical-align: top;
	width: 125px;
	background-color: #faf9ff;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
}

#bottomLine {
	background-color: #faf9ff;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}
#topStrip {
	height: 6px;
	background-color: #000066;
}
#footer {
	font-size: 10px;
	line-height: 11px;
	height: 14px;
	text-align: center;
	padding: 5px;
	background-color: #000066;
	color: #FFFFFF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ccc;
}
img {
	border: 0px;
}

fieldset {
	background-color: #ffc;
	width: 50%;
	border-width: 1px;
	border-color: #fc3;
	padding-bottom: 5px;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 10px;
	margin-bottom: 0px;
}

legend {
	background-color: #ffcc33;
	color: black;
	padding-top: 4px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 3px;
}

table.background {
	background: #faf9ff;
	margin: 6px;
	vertical-align: middle;
}

table.editform {
	margin: 6px;
	vertical-align: middle;
}

td.formfield {
	font-size: 12px;
	vertical-align: top;
	text-align: left;
	white-space: nowrap;
}

td.formfieldview {
	font-size: 12px;
	vertical-align: top;
	text-align: left;
	width: 900px;
}

table.recordlist {
	border-collapse: collapse;
	width: auto;
	margin-left: 10px;
	margin-top: 6px;
	margin-right: 3px;
	margin-bottom: 10px;
}
a.tableheaderlink {
  color: white;
}
.recordlist {
	font-size: 12px;
	border: 1px;
	border-color: black;
	border-style: solid;
	padding: 3px;
	vertical-align: top;
}

.tablist {
    padding: 2px 0;
    margin-top: 1em;
    font-size: 11px;
}

ul.tablist {
    padding: 1px;
    padding-bottom: 2px;
	margin-top: 6px;
	margin-bottom: 0px;
    border-bottom: 1px solid #7D94B5;
}

.tablist li {
    list-style: none;
    margin: 0;
    display: inline;
}

.tablist li a {
    padding: 3px 0.5em;
    margin-left: 3px;
    border: 1px solid #000066;
    border-bottom: none;
    background: #9999cc;
    color: white;
	text-decoration: none;
}

.tablist li a.selected {
    padding: 3px 0.5em;
    margin-left: 3px;
    border: 1px solid #000066;
    border-bottom: none;
    text-decoration: none;
    color: #000;
    background: #faf9ff;
    border-top: 2px solid #e8e0f8;
    border-color: #227;
}

.tablist li a.link { color: #448; }
.tablist li a.visited { color: #667; }

.tablist li a:hover {
    color: #000;
    background: #faf9ff;
    border-top: 2px solid #e8e0f8;
    border-color: #227;
}

.tablist #active a {
    background: white;
    border-bottom: 1px solid white;
    border-top: 4px solid;
}

table.fullheight {
  margin:0;
  padding:0;
  height:100%;
  border: 1px;
}

table.fullwidth {
	width: 100%;
	margin: 0px;
	padding: 0px;
	background-color: white;
	/*border: 1px solid blue;*/
}

div.tabbody {
  margin: 0px;
  padding: 0px;
  margin-top: 0px;
  margin-bottom: 1em;
  border-left: 1px solid #778;
  border-right: 1px solid #778;
  border-bottom: 1px solid #778;
  background: #faf9ff
  background-image: url('/images/bglogo.gif');
}

#recordlisthead a { 
  text-decoration: underline;
  text-align: left;
}

.radiolabel {
  vertical-align: top;
}


hr {
	border: none;
	border-top: 1px solid #778;
	height: 1px;
}
td {
  font-size: 12px;
}

.menu, .menu ul {
	margin: 0;
	padding: 0;
	border: 0;
	list-style-type: none;
	display: block;
}

.menu li {
	margin: 0;
	padding: 0;
	border: 0;
	display: block;
	float: left;	/* move all main list items into one row, by floating them */
	position: relative;	/* position each LI, thus creating potential IE.win overlap problem */
	z-index: 5;		/* thus we need to apply explicit z-index here... */
}

.menu li:hover {
	z-index: 10000;	/* ...and here. this makes sure active item is always above anything else in the menu */
	white-space: normal;/* required to resolve IE7 :hover bug (z-index above is ignored if this is not present)
							see http://www.tanfa.co.uk/css/articles/pure-css-popups-bug.asp for other stuff that work */
}

.menu li li {
	float: none;/* items of the nested menus are kept on separate lines */
}

.menu ul {
	visibility: hidden;	/* initially hide all submenus. */
	position: absolute;
	z-index: 10;
	left: 0;	/* while hidden, always keep them at the top left corner, */
	top: 0;		/* 		to avoid scrollbars as much as possible */
}

.menu li:hover>ul {
	visibility: visible;	/* display submenu them on hover */
	top: 100%;	/* 1st level go below their parent item */
}

.menu li li:hover>ul {	/* 2nd+ levels go on the right side of the parent item */
	top: 0;
	left: 100%;
}

/* -- float.clear --
	force containment of floated LIs inside of UL */
.menu:after, .menu ul:after {
	content: ".";
	height: 0;
	display: block;
	visibility: hidden;
	overflow: hidden;
	clear: both;
}
.menu, .menu ul {	/* IE7 float clear: */
	min-height: 0;
}
/* -- float.clear.END --  */

/* -- sticky.submenu --
	it should not disappear when your mouse moves a bit outside the submenu
	YOU SHOULD NOT STYLE the background of the ".menu UL" or this feature may not work properly!
	if you do it, make sure you 110% know what you do */
.menu ul {
	background-image: url('/images/empty.gif');	/* required for sticky to work in IE6 and IE7 - due to their (different) hover bugs */
	padding: 10px 30px 30px 30px;
	margin: -10px 0 0 -30px;
	/*background: #f00;*/	/* uncomment this if you want to see the "safe" area.
								you can also use to adjust the safe area to your requirement */
}
.menu ul ul {
	padding: 30px 30px 30px 10px;
	margin: -30px 0 0 -10px;
}
/* -- sticky.submenu.END -- */






/* - - - ADxMenu: DESIGN styles [ OPTIONAL, design your heart out :) ] - - - */

.menu, .menu ul li {
	color: #eee;
	background: #000066;
}

.menu ul {
	width: 11em;
}

.menu a {
	text-decoration: none;
	color: #eee;
	padding: .4em 1em;
	display: block;
	position: relative;
}

.menu a:hover, .menu li:hover>a {
	color: #fc3;
}

.menu li li {	/* create borders around each item */
	border: 1px solid #ccc;
}
.menu ul>li + li {	/* and remove the top border on all but first item in the list */
	border-top: 0;
}

.menu li li:hover>ul {	/* inset 2nd+ submenus, to show off overlapping */
	top: 5px;
	left: 90%;
}

/* Fix for IE5/Mac \*//*/
.menu a {
	float: left;
}
/* End Fix */

