/* AWEB Ask */
.aweb_ask {
	background:url(/images/stripe_white.gif) #FFF repeat-x;
	border:1px solid #000;
	position:fixed;
	z-index:11;
	top:25%;
	left:25%;
	width:450px;
}
#aweb_ask_header {
	color:#FFF;
	font-weight:bold;
	position:relative;
	background:url(../images/headings/default/center.gif) repeat-x #000;
	-moz-user-select: none;
	-khtml-user-select: none;
	padding:3px;
	height:20px;
}
#aweb_ask_title {
	float:left;
	cursor:move;
	width:407px;
	padding:2px 2px 2px 12px;
	font-weight:bold;
}
#aweb_ask_close {
	width:22px;
	height:22px;
	background:url(../images/icons/close.png) no-repeat;
	float:right;
	cursor:pointer;
}
#aweb_ask_content { 
	clear:both;
	padding:16px;
	border-top:1px solid #000;
}
/* AWEB DataGrid */
.aweb_dataGrid {
	padding:0px;
}
.aweb_dataGrid_container {
	border:1px solid #777;
	border-top:0px;
	text-decoration:none;
}
.aweb_dataGrid .dg_nav, .aweb_dataGrid_container .dg_nav {
	height:20px;
	border-collapse: collapse;
	border-bottom:1px solid #669;
	font-size:12px;
	font-family:verdana,arial;
	background:url(../images/nav_bg.gif);
	padding:2px;
}
.aweb_dataGrid_selected_box {
	background:url(../images/gray_fade.gif);
	padding:10px;
	border-top:0px;
	border-bottom-width:1px;
}
.aweb_dataGridRowSelected td {
	background:#DDD;
	line-height:20px;
	padding-left:6px;
	padding-right:6px;
	font-size:11px;
	font-family:verdana,arial;
	color:#094485;
	border-left:1px solid #669;
	border-bottom:1px solid #669;
}
.aweb_dataGridRowSelected img {
	border:#DDD;
}
.aweb_dataGridRowOdd td {
	line-height:20px;
	padding-left:6px;
	padding-right:6px;
	font-size:11px;
	font-family:verdana,arial;
	color:#094485;
	border-left:1px solid #669;
	border-bottom:1px solid #669;
	background:#FFF;
}
.aweb_dataGridRowEven td {
	line-height:20px;
	padding-left:6px;
	padding-right:6px;
	font-size:11px;
	font-family:verdana,arial;
	color:#094485;
	border-left:1px solid #669;
	border-bottom:1px solid #669;
	background:#efefef;
}
.aweb_dataGridRowOddInfo td {
	padding:20px;
	border-left:0px;
}
.aweb_dataGridRowEvenInfo td {
	padding:20px;
	border-left:0px;
}
.aweb_dataGridRow img {
	border:#F6F6F6;
}
.aweb_dataGridRowOdd:hover td, .aweb_dataGridRowEven:hover td {
	background:#e0e7ef;
	line-height:20px;
	padding-left:6px;
	padding-right:6px;
	font-size:11px;
	font-family:verdana,arial;
	color:#094485;
	border-left:1px solid #669;
	border-bottom:1px solid #669;
}
.aweb_dataGridRowOddInfo, .aweb_dataGridRowEvenInfo {
	
}
.aweb_dataGridRowOddInfo:hover td {
	padding:20px;
	border-left:0px;
	background-color:#FFF;
}
.aweb_dataGridRowEvenInfo:hover td {
	padding:20px;
	border-left:0px;
	background-color:#efefef;
}
.aweb_dataGrid .dg_labels_cell{
	background:url(../images/dg_label_bg.gif) #EAEAEA;
	border-bottom:1px solid #669;
}
.aweb_dataGridLabels td {
	height:22px;
	line-height:22px;
	padding-left:6px;
	padding-right:6px;
	border-left:1px solid #669;
	border-bottom:1px solid #669;
	color:#094485;
}
/* AWEB Buttons */
.aweb_button {
	float:left;
	padding-right:16px;
	color:#FFF;
	font-size:12px;
	font-family:Verdana, Geneva, sans-serif;
	font-weight:bold;
}
.aweb_input_button {
	margin:0;
	padding:0px 20px 2px 20px !important;
	width:auto;
	overflow:visible;
	color:#FFF;
	cursor:pointer;
	border:0px;
	font-size:11px;
	font-weight:bold;
	height:21px;
	font-family:Verdana, Geneva, sans-serif;
	background-color:#000;
	background-repeat:repeat-x;
	outline: none;
}
.aweb_input_button:active {
	/*outline: none;*/
}
.aweb_input_button:focus {
	color:#AFF;
	border-top:1px solid #AFF !important;
	border-bottom:1px solid #AFF !important;
}
.aweb_input_button_border {
	display:inline-block;
	border:1px solid #000;
}
/* AWEB Headings */
.aweb_headings{
	background-color:#272727;
}
.aweb_headings_print{
	background-color:#FFF;
	border-width:1px;
	padding:6px;
}
.aweb_headings_label {
	font-size:12px;
	font-family:verdana,arial;
	font-weight:bold;
	color:#FFF;
}
.aweb_headings_print .aweb_headings_label {
	font-size:12px;
	font-family:verdana,arial;
	font-weight:bold;
	color:#555;
}
.aweb_heading_content {
	padding:0px;
	border:1px solid #033;
	border-top:0px;
	margin-bottom:18px;
}
/* AWEB Reports */
.aweb_error_report {
	border:1px solid #F00;
	background-color:#FFF;
	padding:8px;
	font-size:14px;
	line-height:20px;
	color:#F00;
	margin-bottom:16px;
}
.aweb_message_report {
	border:1px solid #00F;
	background-color:#FFF;
	padding:8px;
	font-size:14px;
	line-height:20px;
	color:#00B;
	margin-bottom:16px;
}
.aweb_warning_report {
	border:1px solid #E80;
	background-color:#FFF;
	padding:8px;
	font-size:14px;
	line-height:20px;
	color:#A70;
	margin-bottom:16px;
}
.aweb_success_report {
	border:1px solid #0B0;
	background-color:#FFF;
	padding:8px;
	font-size:14px;
	line-height:20px;
	color:#0B0;
	margin-bottom:16px;
}
.aweb_error {
	color:#C00 !important;	
}