/* ============================================================================ */
* {
	margin: 0px;
	padding: 0px;
}
body {
	text-align: center;
	background: #FFFFFF url(images/bg_gradient.jpg) repeat-x top;
	font-size: 12px;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	color: #666666;
	margin: 0px;
	padding: 0px;
}
table {
	border: 0px none white;
	padding: 0;
	margin: 0;
}
td {
	margin: 0;
	padding: 0;
	border: 0px none white;
}
tr {
	margin: 0;
	/* border: 0px none white; */
  padding: 0;
}
.wrapper {
	width: 900px;
	margin: 0px auto 0px auto;
	text-align: left;
	border: 1px solid #DDDDDD;
	background-color: white;
	padding: 15px;
}
/* ============================================================================ */

/* ============================================================================ */
table.umheader {
	margin-bottom: 10px;
	color: #BB8833;
	background-color: #460000;
	width: 100%;
	border: 0;
}
table.umheader h1 {
	font-size: 18px;
	line-height: 1.2em;
	margin-bottom: 4px;
}
table.umheader h2 {
	font-size: 18px;
	line-height: 1.2em;
	margin-bottom: 4px;
}
table.umheader h3 {
	padding-top: 5px;
	color: #DDBB99;
	font-size: 18px;
	line-height: 0.8em;
	border-top: 1px solid #DDBB99;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
}
/* ============================================================================ */

/* ============================================================================ */
table.umheadersmall {
	margin-bottom: 3px;
	color: #BB8833;
	background-color: #460000;
	width: 100%;
	border: 0;
}
table.umheadersmall h1 {
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 14px;
	line-height: 1.1em;
}
table.umheadersmall h2 {
	margin: 0 0 2px 0;
	padding-bottom: 2px;
	font-size: 14px;
	line-height: 1.3em;
	border-bottom: 1px solid #68C8FF;
}
table.umheadersmall h3 {
	font-size: 12px;
	line-height: 0.8em;
	margin: 0;
	padding-top: 5px;
	color: #DDBB99;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
}
/* ============================================================================ */

/* ============================================================================ */
.mainmenu {
	clear: both;
	margin-top: 10px;
	padding: 10px;
	border: 2px solid #050BAA;
	background-color: #DDDDDD;
}
.mainMenuItem {
	border: 1px solid #CCCCCC;
	margin-bottom: 10px;
	background-color: #EEEEEE;
}
.menuicon {
	margin: 5px 20px 5px 5px;
	vertical-align: middle;
}
.mainMenuItem a {
	color: #666666;
	font-size: 16px;
	text-decoration: none;
}
.mainMenuItem a:hover {
	color: #051BBA;
	text-decoration: underline;
}
/* ============================================================================ */

/* ================= MENUBAR ================================================== */
.menubar {
	margin-bottom: 0px;
	border-top: 1px dotted #DDDDDD;
	border-bottom: 1px dotted #DDDDDD;
  background-color: #EEEEEE;
}
.menubar a {
	color: #666666;
	text-decoration: none;
}
.menubar a:hover {
	color: #051BBA;
	text-decoration: none;
}
.icon {
	margin: 1px 10px 1px 0;
	vertical-align: middle;
}

/* ============================================================================ */

/* ================= NAVIGATIONBAR ================================================== */

 
.navigationBar{
   
  background-color: #F0F0F0;
}

.scrollerDiv
{
  width: 100%;
  text-align: center;
}

.scroller
{
  margin: auto;
}

.paginatorActive a
{
  color: black;
  text-decoration: none;
}

/* ============================================================================ */

/* ============================================================================ */
.smalltable {
	clear: left;
	font-size: 10px;
	border: 1px solid #666666;
	margin-bottom: 10px;
	padding: 0;
}
.smalltable tr.even {
	background-color: #F0F0FF;
}
.smalltable tr.odd {
	background-color: #FEFEFF;
}
/* ============================================================================ */


/* ============================================================================ */
.datatable {
	font-size: 10px;
	width: 90%;
	border: 1px solid #051BBA;
	margin: 0;
	padding: 0;
  margin-left: 5%;
  margin-right: 5%;
}
.dataHeading label {
	margin: 0 2px 0 5px;
	/* height: 30px; */
	text-align: left;
	color: #EEEEEE; /*#FFFFFF; */
}
.dataHeading {
	height: 1.5em;
  padding-bottom: 3px;
	background-color: #9999AA; /*#051BBA;*/
	text-align: left;
	vertical-align: middle;
}
.datatable tr {
	padding: 0 0 0 2px;
	margin: 0;
}
.datatable td {
	padding: 0 0 0 2px;
	margin: 0;
}
.datatable tr.even {
	background-color: #F0F0F0;
}
.datatable tr.odd {
	background-color: #FFFFFF;
}
a {
	cursor: pointer;
}
.rowicon {
	margin: 2px;
}

.fnameCol	{ width:auto; text-align: left; }
.lnameCol	{ width:auto; text-align: left; }
.unameCol	{ width:auto; text-align: left; }
.actionsCol	{ width:100px; text-align: left; }
.roleCol	{ width:300px; text-align: left; }
.checkCol	{ width:100px; text-align: left; }
/* ============================================================================ */


/* ============================================================================ */
fieldset {
	margin: 1em 0 0 0;
	padding: 0;
	float: left;
	clear: left;
	width: 100%;
	background-color: #FAFAFB; /* #F2EFE9; */
}
legend {
	margin-left: 1em;
	margin-bottom: 1em;
	color: #000000;
	font-weight: bold;
}
fieldset ol {
	padding: 0 1em 0 1em;
	list-style: none;
	clear: both;
}
fieldset li {
	float: left;
	padding-bottom: 1em;
}
fieldset.submit {
	border-style: none;
	margin-bottom: 0.5em;
	padding-left: 12em;
	background-color: transparent;
}
fieldset li label {
	float: left;
	width: 10em;
	margin-right: 5px;
	margin-left: 5px;
	text-align: right;
}

fieldset li label em { font-style: normal; color: red; font-weight: bold;}

.break {
	clear: both;
}
.text {
	float: left;
	width: 200px; /*16em; */
}
.longtext {
	float: left;
	width: 400px;
}
.readonly {
  height: 20px;
  padding-left: 2px;
	border-bottom: 1px solid black;
}
.textarea {
	float: left;
	width: 200px; /*16em; */
	height: 4em;
}
.checkbox {
	float: left;
	text-align: left;
	width: 15px; /*16em; */
}
.checkbox input {
	float: left;
}
fieldset+fieldset ol {
	padding-top: 0px;
}
/* ============================================================================ */

/* ============================================================================ */
fieldset.submit input.submit {
	margin: 0;
	padding: 2px 5px 2px 5px;
	height: 26px;
	color: #666666;
	background-color: #EEEEEE; /* #FFFFFF url(images/bg_gradient.jpg) repeat-x top; */
}
fieldset.submit input.submit:hover {
	color: #000000;
}
/* ============================================================================ */


UL#tabnav {
	PADDING-RIGHT: 10px; PADDING-LEFT: 280px; PADDING-BOTTOM: 3px;
  /*MARGIN: 1em 0px;  */
  /*FONT: bold 11px verdana, arial, sans-serif; */
  
  FONT-SIZE: 11px;
  PADDING-TOP: 5px; 
  BORDER-BOTTOM: #051BBA 1px solid; LIST-STYLE-TYPE: none; TEXT-ALIGN: left
}
UL#tabnav LI {
	DISPLAY: inline
}
BODY#tab1 LI.tab1 {
	BORDER-BOTTOM: #fff 1px solid; BACKGROUND-COLOR: #fff
}
BODY#tab2 LI.tab2 {
	BORDER-BOTTOM: #fff 1px solid; BACKGROUND-COLOR: #fff
}
BODY#tab3 LI.tab3 {
	BORDER-BOTTOM: #fff 1px solid; BACKGROUND-COLOR: #fff
}
BODY#tab4 LI.tab4 {
	BORDER-BOTTOM: #fff 1px solid; BACKGROUND-COLOR: #fff
}
BODY#tab1 LI.tab1 A {
	COLOR: #000; PADDING-TOP: 4px; POSITION: relative;
  TOP: 1px; BACKGROUND-COLOR: #fff
}
BODY#tab2 LI.tab2 A {
	COLOR: #000; PADDING-TOP: 4px; POSITION: relative;
  TOP: 1px; BACKGROUND-COLOR: #fff
}
BODY#tab3 LI.tab3 A {
	COLOR: #000; PADDING-TOP: 4px; POSITION: relative;
  TOP: 1px; BACKGROUND-COLOR: #fff
}
BODY#tab4 LI.tab4 A {
	COLOR: #000; PADDING-TOP: 4px; POSITION: relative;
  TOP: 1px; BACKGROUND-COLOR: #fff
}
UL#tabnav LI A {
	BORDER-RIGHT: #051BBA 1px solid; PADDING-RIGHT: 4px; 
  BORDER-TOP: #051BBA 1px solid; PADDING-LEFT: 4px; 
  PADDING-BOTTOM: 3px; BORDER-LEFT: #051BBA 1px solid; COLOR: #666; 
  MARGIN-RIGHT: 0px; PADDING-TOP: 3px; BORDER-BOTTOM: #051BBA 1px; 
  BACKGROUND-COLOR: #DDDDDD; TEXT-DECORATION: none
}
UL#tabnav LI LABEL {
	BORDER-RIGHT: #051BBA 1px solid; PADDING-RIGHT: 4px; 
  BORDER-TOP: #051BBA 1px solid; PADDING-LEFT: 4px; 
  PADDING-BOTTOM: 3px; BORDER-LEFT: #051BBA 1px solid; COLOR: #666; 
  MARGIN-RIGHT: 0px; PADDING-TOP: 3px;
  /* BORDER-BOTTOM: #051BBA 1px none; */
  border-bottom: 1px solid #ffffff;
  BACKGROUND-COLOR: #FFFFFF; TEXT-DECORATION: none
}
UL#tabnav A:hover {
	BACKGROUND: #fff
}


@media print {
      .noprint { display: none; }
}



/* ============================================================================ */
.errormessage {
	margin: 0 0 10px 0;
	padding: 10px auto 15px 0px;
	color: #BB3333;
	border-left: 2px solid #BB3333; 
	list-style: none;
	clear: both;
}
/* ============================================================================ */

/*************************************

fieldset {
	padding: 0;
	background-color: #ffffee;
}

legend {
	margin-left: 1em;
	color: #000000;
	font-weight: bold;
}

label {
	position: relative;
	width: 170px;
	margin-right: 10px;
	margin-left: 15px;
}

fieldset li label {
	width: 170px;
}

input {
	position: relative;
	margin-right: 15px;
	margin-bottom: 3;
	margin-top: 3;
	font-size: 10px;
}

textarea {
	width: 36.5em;
}

fieldset ol {
	margin-left: 20px;
	padding: 0 0.5em 0 0;
	list-style: none;
}

fieldset li {
	margin: 0px;
	width: 100%;
	padding-bottom: 0.5em;
}
***************************************************/