/* CSS Document */
body  { font-family:Verdana, Arial, Helvetica, sans-serif; font-size:14px; }

a:link, a:visited {
	text-decoration:none; color: #0066FF;
}
a:hover, a:active{
	text-decoration:underline;
}
.txt_header {
	font-size:24px; color:#fff; font-weight:bold; text-decoration:none;
}
.pos_subband span { color:#000; font-weight:bold; }
.pos_subband a, .pos_subband div.pos_dv70le a, .pos_subband div.pos_login a, a.txt_sudheader { color:#993300; font-weight:bold; }
.txt_sudheader {
	font-size:12px; color:#000; font-weight:bold; text-decoration:none;
}
.txt_wht12 {
	font-size:12px; color:#fff; font-weight:normal; text-decoration:none;
}
.txt_bla12, div.pos_login {
	font-size:12px; color:#000; font-weight:normal; text-decoration:none;
}
.txt_bla12bold {
	font-size:12px; color:#000; font-weight:bold; text-decoration:none;
}
.txt_gray12 {
	font-size:12px; color:#666; font-weight:normal; text-decoration:none;
}
.txt_gray12bold {
	font-size:12px; color:#666; font-weight:bold; text-decoration:none;
}
.txt_menuheader {
	font-size:13px; color:#666; font-weight:bold; text-decoration:none;
}
.txt_bla14 {
	font-size:14px; color:#000; font-weight:normal; text-decoration:none;
}
.txt_field {
	font-size:12px; color:#000; font-weight:normal; text-decoration:none;
	border:1px solid #ccc;
}
.txt_botton {
	font-size:10px; color:#666; font-weight:bold; text-decoration:none;
	background-color:#ccc; border:1px solid #999;
}
.txt_botton1 {
	font-size:10px; color:#666; font-weight:bold; text-decoration:none;
	background-color:#fff; border:1px solid #999;
}

.txt_field, .txt_botton, .txt_botton1, .table_list {
	-moz-border-radius: 4px/*{cornerRadius}*/; 
	-webkit-border-radius: 4px/*{cornerRadius}*/; 
	border-radius: 4px/*{cornerRadius}*/;
}



.delete_button, .txt_botton1, .txt_botton { cursor:pointer; }
.delete_button { vertical-align:middle; }

.red { color:red; font-size:10px; line-height:12px; } 
.green { color:green; font-size:11px; line-height:16px; }




