@charset "utf-8";
/* CSS Document */
body{ font-family:Arial, Helvetica, sans-serif; font-size:12px;}
.info{ background:#ffffe1; padding:10px; border:1px solid #cccccc;}
.labelName{ float:left; width:35%; margin:10px 0; height:18px;}
.detail{ float:left; margin-left:38%; width:55%; margin:10px 0; height:18px; font-weight:bold;}
fieldset{ background:#f0f0f0 url(images/bg0.jpg) repeat-x; border:1px solid #DBDBDB; }
.gradBg{ background:#f0f0f0 url(images/bg0.jpg) repeat-x; }
legend{ font-size:14px; font-weight:bold; color:#9c250a;}
.eName{font-size:14px; font-weight:bold;}
.buttons {
	background: #e3e3db;
	font-size:12px; 
	color: #989070; 
	padding: 3px 14px;
	border-width: 2px;
	border-style: solid;
	border-color: #fff #d8d8d0 #d8d8d0 #fff;
	text-decoration: none;
	text-transform:uppercase;
	font-weight:bold;
}
.textbox {
	background:#fff;
	border:1px solid #D4D4D4;
	width:215px;
	height:17px;
	font:normal 12px Arial;
	color: #999999;
	padding:1px 5px;
	margin:0;
}
.textbox:focus, .textbox:hover {
	background:#F0FFE6;
}
.rowOverOdd{
	background:;
	font-size:11px;
	}
.rowOverOdd:focus, .rowOverOdd:hover{
	background:#F0FFE6;
	}
.rowOverEven{
	background:;
		font-size:11px;
	
	}
.rowOverEven:focus, .rowOverEven:hover{
	background:#F0FFE6;
	}
	
a.viewD:link, a.viewD:visited{ font-size:10px; color:#990000; text-decoration:none;}
a.viewD:hover{ text-decoration:underline;}
a.normalLink:link, a.normalLink:visited{ font-size:11px; color:#990000; text-decoration:none;}
a.normalLink:hover{ text-decoration:underline;}
