.footer, .footerlink {
	font-family: arial;
	font-weight: normal;
	font-size: 8pt;
	color: #555555;
	text-decoration: none;
}

.footerlink:link { color: #555555 }
.footerlink:visited { color: #555555 }
.footerlink:hover { color: #555555; text-decoration: underline }
.footerlink:active { color: #555555 }

.section {
	color: #C0C0C0;
	font-weight: bold;
}

.inputCombo {
  	font-family: Arial;
  	font-size: 11px;
}

.inputRadio {
  	position: relative;
  	top: 3px;
}

.inputText, .inputTextDisabled, .inputTextArea {
  	border-bottom: 1px solid darkgray;
  	border-left: 1px solid darkgray;
  	border-right: 1px solid darkgray;
  	border-top: 1px solid darkgray;
  	font-family: Arial;
	font-size: 11px;
	font-weight: lighter;
	padding-left: 2px;
	padding-right: 2px;
	color: #333333;
}

.inputText, .inputTextDisabled {
  	height: 18px;
  	width: 100px;
}

.inputTextDisabled {
	color: #909090;
}

.inputTextPage, .inputTextPageFocus {
  	font-family: Arial;
	padding-left: 2px;
	padding-right: 2px;
	font-weight: normal;
	color: #002459;
	border: 0px;
	height: 15px;
	width: 23px;
	font-size: 10px;
	text-align: right;
}
.inputTextPage {
	background-position: top left;
	background-repeat: repeat-x;
	background-image: url("../image/inputpage.gif");
}
.inputTextPageFocus {
	background-position: top left;
	background-repeat: repeat-x;
	background-image: url("../image/inputpageover.gif");
}

.ok, .err {
	position: relative;
	top: -2px;
}

.ok {
	color: green;
}

.err {
	color: red;
}

.btnBkg {
	font-size: 11px;
	font-family: tahoma, verdana, arial;
	font-weight: bold;
	color: #333333;
}

.btnpush {
	position: relative;
	top: 1px;
	left: 1px;
	z-index: 0;
}

.menulink, .menulinknull, .menulinkhover {
	font-size: 10px;
}
.menulinkbig {
	font-size: 13px;
}

.menulink, .menulinkbig, .menulinknull, .menulinkhover {
	font-family: verdana, tahoma, arial;
	font-weight: bold;
	text-decoration: none;
	color: black;
}
a.menulink:link { color: #222222 }
a.menulink:visited { color: #222222 }
a.menulink:hover { color: red; text-decoration: underline }
a.menulink:active { color: #222222 }
a.menulinkbig:link { color: #222222 }
a.menulinkbig:visited { color: #222222 }
a.menulinkbig:hover { color: red; text-decoration: underline }
a.menulinkbig:active { color: #222222 }
a.menulinknull:link { color: #222222 }
a.menulinknull:visited { color: #222222 }
a.menulinknull:hover { color: red; text-decoration: underline }
a.menulinknull:active { color: #222222 }
a.menulinkhover:link { color: red; text-decoration: underline }
a.menulinkhover:visited { color: red; text-decoration: underline }
a.menulinkhover:hover { color: red; text-decoration: underline }
a.menulinkhover:active { color: red; text-decoration: underline }

.helptooltip {
	position: absolute;
	width: 140px;
	height: 60px;
	background-color: #FFFFE7;
	border-top: 1px solid black;
	border-left: 1px solid black;
	border-bottom: 1px solid black;
	border-right: 1px solid black;
	z-index: 999;
	display: none;
	font-family: Arial;
	font-size: 8pt;
	padding: 2px;
}


/* grid styles */
.listcontainer {
	border-left: 0px;
	border-right: 0px;
	border-top: 0px;
	border-bottom: 0px;
	clear: left;
	overflow: auto;
}

.list {
	border-left: 0px;
	border-right: 0px;
	border-top: 1px solid #88B0E4;
	border-bottom: 0px;
	cursor: default;
}

.listheadrow {
	border-left: 1px solid #88B0E4;
	border-top: 1px solid #ECEEF5;
	border-bottom: 1px solid #88B0E4;
	color: #002459;
}

.listheadimg {
	border-left: 1px solid #88B0E4;
	border-right: 1px solid #88B0E4;
	background-image: url("../image/gridhead.gif");
	background-repeat: repeat-x;
	height: 15px;
}

.listbottomimg {
	background-image: url("../image/gridbottom.gif");
	background-repeat: repeat-x;
	height: 22px;
}

.listbottomrow {
	border-top: 1px solid #ECEEF5;
	border-bottom: 1px solid #88B0E4;
}

.paginationtext
{
	color: #002459;
	font-weight: normal;
	height: 20px;
	background-color:transparent;
}

.listhead {
	/*background-color: #E0E0E0;*/
	font-weight: bold;
}

.listcell, .listcellfirst {
	border-right: 1px solid #88B0E4;
	padding-left: 4px;
	padding-right: 1px;
	overflow: hidden;
}

.listcellfirst {
	border-left: 1px solid #88B0E4;
}

.listrow, .listrowodd, .listrowover, .listrowsel {
	color: #002459;
	font-weight: normal;
	height: 20px;
}

.listrow {
	background-color: #E0EDFF;
}

.listrowodd {
	background-color: #FFFFFF;
}

.listrowover {
	background-color: #FFE5DC;
}

.listrowsel {
	background-color: #FFD59C;
}

.listheader {
	text-decoration: none;
	color: red;
}

a.listheader:link { color: green }
a.listheader:visited { color: green }
a.listheader:hover { color: red; text-decoration: none}
a.listheader:active { color: green }

/* grid styles */

.GPre {
	font-family: tahoma;
	font-size: 8pt;
	font-weight: normal;
	text-decoration: none;
	font-style: normal;
	cursor: default;
	overflow: hidden;
}                       

.label {
	text-align: right; 
	font-weight: normal; 
	color: #555; 
	padding-right: 10px;
}

.mandatory {
	background-image: url(../image/mandatory.gif); 
	background-repeat: no-repeat; 
	background-position: right center;
}

.title {
	width: 100%;
	font-size: 14px;
	height: 24px;
	text-align: left;
	padding-left: 5px;
	padding-top: 5px;
	background-color: #869BB6;
	background-image: url("../image/gridbottom.gif");
	background-position: left;
}

/* quickhelp */
.helpcontainer {
	position:absolute;
	top: 7px;
	right: 25px;
}

.legendtable, .helptable {
	width: 160px;
	height: 105px;
	table-layout: fixed;
	border: 1px solid #C0C0C0;
	background-color: #FFF9E6;
	color: #002459;
}

.legendtable table, .helptable table {
	margin: 2px;
	padding: 5px;
	color: #002459;
}

.legendtable thead, .helptable thead {
	text-align: left;
	background-color: #F4DA89;
	height: 18px;
}

.legendtable thead th, .helptable thead th {
	padding-left: 8px;
	padding-right: 8px;
	border-top: 1px solid #ECEEF5;
	border-bottom: 1px solid #C0C0C0;
}
/* quickhelp */

.imagebutton { cursor: pointer }

.grayed { background-color: #F0F0F0 }

/* report */
.report {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top: 10px;
}
.report table {
	border-collapse: collapse;
	border: 1px solid #ccc;
	width: 99%;
}
.report thead td {
	font-weight: bold;
	background-color: #ebebeb;
	padding: 4px 6px;
	border: 1px solid #ccc;
	color: black;
}
.report tbody td {
	background-color: #fff;
	padding: 2px 5px;
	border: 1px solid #ccc;
	color: black;
}
/* report */

/* tab */
.tabcell, .tabcellhover, .tabcellsel, .tabcellselhover, 
.tabcellbig, .tabcellhoverbig, .tabcellselbig, .tabcellselhoverbig
{
	font-size: 12px;
	font-family: verdana, tahoma, arial;
	font-weight: bold;
	text-decoration: none;
	cursor: pointer;
	color: black;
	height: 22px;
}
.tabcell {
	background-image: url("../image/bluetab.gif");
}
.tabcellhover {
	background-image: url("../image/bluetabover.gif");
}
.tabcellsel {
	background-image: url("../image/redtab.gif");
}
.tabcellselhover {
	background-image: url("../image/redtabover.gif");
}
.tabcellbig {
	background-image: url("../image/bluebigtab.gif");
}
.tabcellhoverbig {
	background-image: url("../image/bluebigtabover.gif");
}
.tabcellselbig {
	background-image: url("../image/redbigtab.gif");
}
.tabcellselhoverbig {
	background-image: url("../image/redbigtabover.gif");
}
/* tab */

.imagecontainer {
	background-color: #FCFCFC;
	table-layout:fixed;
	border:1px solid black;
}

.blockdisplay {
	display: block;
}

.orderbylink, .orderbylinkhover {
	font-size: 10px;
	font-family: verdana, tahoma, arial;
	font-weight: bold;
	text-decoration: none;
	color: black;
}
a.orderbylink:link { color: #222222 }
a.orderbylink:visited { color: #222222 }
a.orderbylink:hover { color: red; text-decoration: underline }
a.orderbylink:active { color: #222222 }
a.orderbylinkhover:link { color: red }
a.orderbylinkhover:visited { color: red }
a.orderbylinkhover:hover { color: red; text-decoration: underline }
a.orderbylinkhover:active { color: red }
