@charset "utf-8";
/* CSS Document */

.button {
	border: 1px solid #666666;
	cursor: pointer;
	height: 22px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #5C6367;
}
.button1 {
	border: 1px solid #666666;
	cursor: pointer;
	height: 22px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	background-color:#996633;
}
.button-hover {
	border: 1px solid #666666;
	background-color: #4498DC;
	cursor: pointer;
	height: 22px;
}
.errormessage {
	font-family:Arial, sans-serif;
	font-size: xx-small;
	color: #FF0000;
}
.tableborder {
	border: 1px solid #BBC8DE;
}
.gtcombo {
	font-size: 11px;
	height: 18px;
	width: 124px;
	;
	vertical-align: middle;
	color: #444444;
}
.MJInstruction {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}
.MJ-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #777E85;
	padding-top: 2px;
	padding-bottom: 2px;
	margin: 2px;
}
.MJLabel-error {
	font-weight: bold;
	color: #FF0000;
}
.infor {
	font-size:12px;
	font-weight: bold;
	color: #FF0000;
}
select {
	font-size: 11px;
	height: 18px;
	width: auto;
	vertical-align: middle;
	color: #444444;
}
.style6 {
	font-family:Verdana;
	color: #999999;
	font-size:11px
}
.style8 {
	font-family: Arial, sans-serif;
	font-size: 18px;
	color: #006699;
}
.style9 {
	font-family: Arial, sans-serif;
	font-size:14px;
	color: #669999
}
.style13 {
	font-size: 18px
}


#hintbox { /*CSS for pop up hint box */
	position:absolute;
	top: 0;
	background-color: #EEF1F9;
	width: 150px; /*Default width of hint.*/
	padding: 3px;
	border:1px solid black;
	font:normal 11px Verdana;
	line-height:18px;
	z-index:100;
	border-right: 3px solid black;
	border-bottom: 3px solid black;
	visibility: hidden;
}
.hintanchor { /*CSS for link that shows hint onmouseover*/
	font-weight: bold;
	color:#0066FF;
	margin: 3px 8px;
}
.bigButton {
	border:none;
	cursor:pointer;
	font-size:136%;
	font-weight:bold;
	height:32px;
	margin:5px 0;
	padding:5px 0;
}

#dhtmltooltip {
	position: absolute;
	font-size:13px;
	left: -300px;
	width: 150px;
	border: 1px solid black;
	padding: 2px;
	background-color:#EEF1F9;
	visibility: hidden;
	z-index: 100;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray, direction=135);
}
#dhtmlpointer {
	position:absolute;
	left: -300px;
	z-index: 101;
	visibility: hidden;
}

