@import url(Table.css);

#imgWaiting{
	display:none;
	position:fixed;
	bottom:20px;
	right:20px;
	z-index:1;
	
	_position:absolute; /* IE6 */
	_top:expression(20 + (x = document.documentElement.scrollTop) + "px");
}
body{
    color:#666;
	margin:3px 0;
}
body, table {
	font:11px Tahoma, Geneva, sans-serif;
}
a {
	color:#CADA2F;
	text-decoration:none;
}
a:hover {
	color:#828E0F;
	text-decoration:underline;
}
div.diaglog{
	position:fixed;
	left:0;
	width:100%;
	z-index:101;
	
	_position:absolute; /* IE6 */
	_width:expression(document.documentElement.clientWidth + "px"); /* IE6 */
}
div.diaglog div.container{
    position:relative;
	background-color:#FFFFFF;
	margin:auto;
	padding:10px;
	border:solid 1px #DEDEDE;
	
	-moz-border-radius:5px; /* Firefox */
}
div.overflow{
	overflow-x:hidden;
	white-space:nowrap;
}
fieldset {
	border:1px solid;
 	*padding:8px; /* IE6, IE7 */
	padding:8px\9; /* IE8 */
}
h2.default {
	font:1.5em stencil, sans-serif, tahoma;
	color:#828E0F;
	border:0px;
	border-bottom:1px solid #9AA343;
	margin:0 0 12px;
}
label.default, span.default {
	float:left;
	text-align:right;
	color:#828E0F;
	width:120px;
	margin-right:5px;
}
span.defaultTerminate {
    font-size: 1.8em;
}
img.button {
    cursor: pointer;
}
* html .png /* IE6 */{
	behavior:url("../HTC/PNG/iepngfix.htc");
}
input.button {
	cursor:pointer;
	font-size:1em;
	color:#000;
	background:url(../Images/button.png) repeat-x bottom;
	width:70px;
	height:20px;
	padding-bottom:2px;
	border:1px solid #CCCCCC;
}
input.button[disabled] {
	cursor:default;
	color:#999;
}
input.calendar{
	font:11px Tahoma, Geneva, sans-serif;
	color:#666666;
	text-align:center;
	width:70px;	
}
input.text, textarea.text {
	font:13px Tahoma;
	color:#666666;
	border:1px solid #CCCCCC;
	width:180px;
}
input.textTerminate, textarea.textTerminate {
    font: 13px Tahoma;
    color: #666666;
    border: 1px solid #CCCCCC;
    width: 174px;
}
p {
	margin:0;
}
p.button {
	clear:left;
	margin:10px 0 0 125px;
	
	_margin:10px 0 0 128px; /* IE6 */
}
p.default {
	clear:left;
	line-height:24px;
}
select {
	font-size:1.1em;
	color:#666666;
	border:1px solid #CCCCCC;
	width:180px;
}
select optgroup {
	font-size:0.9em;
}
.firefox:after {
	clear:both;
	display:block;
	content:".";
	visibility:hidden;
	font-size:0px;
}
html > body .ie7 /* IE7 */ {
 	_height:1%!important; 

}
.txtBlack {
	color:#000;
}
.txtDefault {
	color:#666;
}
.txtGreen {
	color:#00CC00;
}
.txtOrange {
	color:#828E0F;
}
.txtRed {
	color:#FF0000;
}
