/*APS\:APSComboBox {behavior: url(Combobox.htc); }*/

.normaltext
{
	font-family: Arial;
}
.grayedtext
{
	font-family: Arial;
	color: #555555;
}

/* general table --- */
.generaltable
{
	width: 100%;
	border-bottom: 1px solid #000000;
}

/* input components --- */

.fasteditbox
{
	background-color: #FFFFFF;
	font: 8pt Arial;
	/*border: 1px solid #000000;*/
	padding: 3px;
	width: 100px;
	height: 21px;
}
.smalleditbox
{
	
	/*border-right: 1px solid;
	padding-right: 3px;
	border-top: 1px solid;
	padding-left: 3px;
	padding-bottom: 3px;*/
	/*border-left: 1px solid;*/
	/*padding-top: 3px;
	border-bottom: 1px solid;*/
	font: 8pt Arial;
	width: 100px;
	height: 21px;
	background-color: #ffffff;
	padding: 3px;
	border: 1px solid #000000;
}
.tinyeditbox
{
	font: 8pt Arial;
	width: 50px;
	height: 21px;
	background-color: #ffffff;
	padding: 3px;
	border: 1px solid #000000;
}
.mediumeditbox
{
	font: 8pt Arial;
	width: 200px;
	height: 21px;
	background-color: #ffffff;
	padding: 3px;
	border: 1px solid #000000;
}
.mediumlargeeditbox
{
	font: 8pt Arial;
	width: 300px;
	height: 21px;
	background-color: #ffffff;
	padding: 3px;
	border: 1px solid #000000;
}
.stdeditbox
{
	background-color: #FFFFFF;
	font: 8pt Arial;
	border: 1px solid #000000;
	padding: 3px;
	width: 400px;
	height: 22px;
}
.filenameeditbox
{
	background-color: #FFFFFF;
	font: 8pt Arial;
	border: 1px solid #000000;
	padding: 3px;
	width: 160px;
	height: 22px;
}

.stdnotebox
{
	background-color: #FFFFFF;
	font: 8pt Arial;
	border: 1px solid #000000;
	padding: 3px;
	width: 400px;
	height: 100px;
}
.smallnotebox
{
	background-color: #FFFFFF;
	font: 8pt Arial;
	border: 1px solid #000000;
	padding: 3px;
	width: 100px;
	height: 100px;
}
.mediumlargenotebox
{
	background-color: #FFFFFF;
	font: 8pt Arial;
	border: 1px solid #000000;
	padding: 3px;
	width: 300px;
	height: 100px;
}

.dynselectbox
{
	background-color: #FFFFFF;
	font: 8pt Arial;
	border: 1px solid #000000;
	padding: 3px;
	height: 22px;
}
.smallselectbox
{
	background-color: #FFFFFF;
	font: 8pt Arial;
	border: 1px solid #000000;
	padding: 3px;
	width: 100px;
	height: 22px;
}
.mediumselectbox
{
	background-color: #FFFFFF;
	font: 8pt Arial;
	border: 1px solid #000000;
	padding: 3px;
	width: 270px;
	height: 22px;
}
.mediumlargeselectbox
{
	background-color: #FFFFFF;
	font: 8pt Arial;
	border: 1px solid #000000;
	width: 400px;
	height: 66px;
}
.colnameselectbox
{
	background-color: #FFFFFF;
	font: 8pt Arial;
	border: 1px solid #000000;
	padding: 3px;
	width: 180px;
	height: 22px;
}
.colsortselectbox
{
	background-color: #FFFFFF;
	font: 8pt Arial;
	border: 1px solid #000000;
	padding: 3px;
	width: 180px;
	height: 22px;
}
.stdselectbox
{
	background-color: #FFFFFF;
	font: 8pt Arial;
	border: 1px solid #000000;
	padding: 3px;
	width: 400px;
	height: 22px;
}
.catselectbox
{
	background-color: #FFFFFF;
	font: 8pt Arial;
	border: 1px solid #000000;
	padding: 3px;
	width: 100px;
}
.stdtimeselectbox
{
	background-color: #FFFFFF;
	font: 8pt Arial;
	border: 1px solid #000000;
	padding: 3px;
	width: 75px;
}
.resultsedit
{
	background-color: #FFFFFF;
	font: 8pt Arial;
	border: 1px solid #000000;
	padding: 3px;
	width: 60px;
	height: 21px;
	text-align: right;
}
.resultsreadonly
{
	background-color: #d3d3d3;
	font: 8pt Arial;
	border: 1px solid #000000;
	padding: 3px;
	width: 60px;
	height: 21px;
	text-align: right;
}


.stdcheckbox
{
	padding: 0px;
	spacing: 0px;
	margin: 0px;
	border: 0px;
	width: 18px;
	height: 18px;
}
.stdbutton
{
	font: 8pt Arial;
	background-color: white;
}
.stdfrontpagebutton
{
	font: 8pt Arial;
	background-color: #F9F1C5;
}

.blanktable
{
	width: 100%;
}
.disptext
{
	font-size: 10pt;
	font-style: italic;
}
/*IGT VALUES*/
.menuheader
{
	font-weight: bolder;
	font-size: 10pt;
	color: white;
	font-family: Arial;
}

.menutable
{
	width: 160px;
	background-color: black;
}

.headertitle
{
	padding-left: 1px;
	font: 15pt Arial;
	color: white;
	padding-top: 1px;
	text-align: left;
}

.headersubtitle
{
	padding-left: 5px;
	font: 10pt Arial;
	color: white;
	padding-top: 5px;
	text-align: left;
	font-weight: bolder;
}
.headeritems
{
	font-weight: bolder;
	font-size: 8pt;
	color: white;
	font-family: arial;
}
.headerbutton
{
	font: 8pt Arial;
	/*background-color: lightgrey;*/
}
.headerselectbox
{
	background-color: #FFFFFF;
	font: 8pt Arial;
	border: 1px solid #000000;
	padding: 3px;
	width: 120px;
	height: 22px;
}
.headereditbox
{
	border-right: 1px solid;
	padding-right: 3px;
	border-top: 1px solid;
	padding-left: 3px;
	padding-bottom: 3px;
	font: 8pt Arial;
	border-left: 1px solid;
	width: 120px;
	padding-top: 3px;
	border-bottom: 1px solid;
	height: 22px;
	background-color: #ffffff;
}
.claimsearchitem
{
	text-align: right;
}
.csic
{
	text-align: center;
}
.pageheader
{
	padding-left: 5px;
	font: bold 10pt Arial;
	color: #000000;
	text-align: left;
}
.txtwhitemid
{
	font: 10pt Arial;
	color: white;
}
.txtwhitebold
{
	font: bold 10pt Arial;
	color: white;
}
.loginpasswordbox
{
	border-right: 1px solid;
	padding-right: 3px;
	border-top: 1px solid;
	padding-left: 3px;
	padding-bottom: 3px;
	font: 9pt Arial;
	border-left: 1px solid;
	width: 120px;
	padding-top: 3px;
	border-bottom: 1px solid;
	height: 22px;
	background-color: #ffffff;
}
.ddltiny
{
	font: 8pt Arial;
	width: 50px;
	height: 22px;
}
.ddlsmall
{
	font: 8pt Arial;
	width: 100px;
	height: 22px;
}
.ddlmedium
{
	font: 8pt Arial;
	width: 200px;
	height: 22px;
}
.ddllarge
{
	font: 8pt Arial;
	width: 300px;
	height: 22px;
}

.pageheaderdetail
{
	font-size: 8pt;
	color: #000000;
	font-family: Arial;
}