body {
	text-align:center;
	color: #4f6b72;
	background: #F1F6FC;
	font-size: 12px;
	border-bottom-color: #00CCFF;
}
* {
	margin:0;
	padding:0;
}
a {
	color: #c75f3e;
	text-decoration:none;
}
a:hover {
	color:#000;
	text-decoration:underline;
}
h3 {
	font-size:14px;
	font-weight:bold;
}
pre, p {
	color:#1E7ACE;
	margin:4px;
}
.menu {
	text-align: left;
	margin:10px 0px 0px 10px;
}
form {
	margin:0;
	font-size:12px;
}
.asv_doing {
	background:url(images/ajax/busy3.gif) no-repeat;
	color:#4E4E4E;
	text-align:left;
	width:110px;
	padding:2px 0 0 20px;
}
.asv_init {
	color:#999999;
	padding:5px 3px 3px 25px;
	background:url(images/form/standard_msg_init.gif) no-repeat;
	background-position:4px 0;
	background-position /**/:3px 0;
	border:none;
}
.asv_error {
	padding:3px 0 0 23px;
	background:url(images/form/standard_msg_error.gif) no-repeat #FFF2E9;
	background-position:4px 4px;
	background-position /**/:3px 3px;
	border:1px solid #FF6600;
	line-height:150%;
}
.asv_error div, span {
	color:#f00;
}
.asv_passed {
}
.bigtext{
	font-size:26px;
	font-weight: bolder;
	color: #990000;
}
#formwrapper {
	width:450px;
	margin:15px auto;
	padding:20px;
	text-align:left;
	border:1px dashed #999999;
	background-color: #ffffff;
}
fieldset {
	padding:10px;
	margin-top:5px;
	border:1px solid #AFAFAF;
	background:#fff;
}
fieldset legend {
	color:#8B8B8B;
	font-weight:bold;
	padding:3px 20px 3px 20px;
	border:1px solid #AFAFAF;
	background:#fff;
}
#formline {
	border: 1px dashed #DFDFDF;
	vertical-align: top;
}
fieldset label {
	float:left;
	width:120px;
	text-align:right;
	padding:4px;
	margin:1px;
}
fieldset div {
	clear:left;
	margin-bottom:2px;
}
.enter {
	text-align:center;
}
.clear {
	clear:both;
}
#mytable {
	width: 700px;
	padding: 0;
	margin: 0;
}
caption {
	padding: 0 0 5px 0;
	width: 700px;
	text-align: right;
	font-size: 11px;
	font-style: italic;
}
th {
	color: #4f6b72;
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	border-top: 1px solid #C1DAD7;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: left;
	padding: 6px 6px 6px 12px;
	background: #CAE8EA url(images/bg_header.jpg) no-repeat;
	font-size: 11px;
	font-weight: bold;
}
th.nobg {
	border-top: 0;
	border-left: 0;
	border-right: 1px solid #C1DAD7;
	background: none;
}
td {
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	background: #fff;
	font-size:11px;
	padding: 6px 6px 6px 12px;
	color: #4f6b72;
}
td.alt {
	background: #F5FAFA;
	color: #797268;
}
th.spec {
	border-left: 1px solid #C1DAD7;
	border-top: 0;
	background: #fff url(images/bullet1.gif) no-repeat;
	font-size: 10px;
	font-weight: bold;
}
th.specalt {
	border-left: 1px solid #C1DAD7;
	border-top: 0;
	background: #f5fafa url(images/bullet2.gif) no-repeat;
	color: #797268;
	font-size: 10px;
	font-weight: bold;
}
/*---------for IE 5.x bug*/
html>body td {
	font-size:11px;
}
.pages {
	color: #000000;
	cursor: default;
	font-size: 10px;
	padding: 3px 0px 3px 0px;
}
.pages {
	color: #000000;
	cursor: default;
	font-size: 10px;
	font-family: Tahoma, Verdana;
	padding: 3px 0px 3px 0px;
}
.pages .count, .pages .number, .pages .arrow {
	color: #000000;
	font-size: 10px;
	background-color: #F7F7F7;
	border: 1px solid #CCCCCC;
}
/* Page and PageCount Style */
.pages .count {
	font-weight: bold;
	border-right: none;
	padding: 2px 10px 1px 10px;
}
/* Mode 0,1,2 Style (Number) */
.pages .number {
	font-weight: normal;
	padding: 2px 10px 1px 10px;
}
.pages .number a, .pages .number span {
	font-size: 10px;
}
.pages .number span {
	color: #999999;
	margin: 0px 3px 0px 3px;
}
.pages .number a {
	color: #000000;
	text-decoration: none;
}
.pages .number a:hover {
	color: #0000ff;
}
/* Mode 3 Style (Arrow) */
.pages .arrow {
	font-weight: normal;
	padding: 0px 5px 0px 5px;
}
.pages .arrow a, .pages .arrow span {
	font-size: 10px;
	font-family: Webdings;
}
.pages .arrow span {
	color: #999999;
	margin: 0px 5px 0px 5px;
}
.pages .arrow a {
	color: #000000;
	text-decoration: none;
}
.pages .arrow a:hover {
	color: #0000ff;
}
/* Mode 4 Style (Select) */
.pages select, .pages input {
	color: #000000;
	font-size: 10px;
	font-family: Tahoma, Verdana;
}
/* Mode 5 Style (Input) */
.pages .input input.ititle, .pages .input input.itext, .pages .input input.icount {
	color: #666666;
	font-weight: bold;
	background-color: #F7F7F7;
	border: 1px solid #CCCCCC;
}
.pages .input input.ititle {
	width: 70px;
	text-align: right;
	border-right: none;
}
.pages .input input.itext {
	width: 25px;
	color: #000000;
	text-align: right;
	border-left: none;
	border-right: none;
}
.pages .input input.icount {
	width: 35px;
	text-align: left;
	border-left: none;
}
.pages .input input.ibutton {
	height: 17px;
	color: #FFFFFF;
	font-weight: bold;
	font-family: Verdana;
	background-color: #999999;
	border: 1px solid #666666;
	padding: 0px 0px 2px 1px;
	margin-left: 2px;
}


