/* START AUTOCOMPLETE */
.ac_holder{
	position:relative;
}
.ac_field{	
	background-image:url(../autocomplete/images/autocomplete/autocomplete_leftcap.gif);
	background-position:right center;
	background-repeat:no-repeat;
}
.ac_field_busy{
	//background-image:url(../autocomplete/images/autocomplete/autocomplete_spinner.gif);
	background-image:url(../autocomplete/images/autocomplete/processing03.gif);
	background-position:right center;
	background-repeat:no-repeat;
}

div.autocomplete
{
	position: absolute;
	background-image: url(../autocomplete/images/autocomplete/as_pointer.gif);
	background-position: top left;
	background-repeat: no-repeat;
	padding: 10px 0 0 0;
}

div.autocomplete div.ac_header,
div.autocomplete div.ac_footer
{
	position: relative;
	height: 6px;
	padding: 0 6px;
	background-image: url(../autocomplete/images/autocomplete/ul_corner_tr.gif);
	background-position: top right;
	background-repeat: no-repeat;
	overflow: hidden;
}
div.autocomplete div.ac_footer
{
	background-image: url(../autocomplete/images/autocomplete/ul_corner_br.gif);
}

div.autocomplete div.ac_header div.ac_corner,
div.autocomplete div.ac_footer div.ac_corner
{
	position: absolute;
	top: 0;
	left: 0;
	height: 6px;
	width: 6px;
	background-image: url(/images/autocomplete/ul_corner_tl.gif);
	background-color: #333;
	background-position: top left;
	background-repeat: no-repeat;
}
div.autocomplete div.ac_footer div.ac_corner
{
	background-image: url(../autocomplete/images/autocomplete/ul_corner_bl.gif);
}
div.autocomplete div.ac_header div.ac_bar,
div.autocomplete div.ac_footer div.ac_bar
{
	height: 6px;
	overflow: hidden;
	background-color: #333;
}


div.autocomplete ul
{
	list-style: none;
	/* MG: changed margins all to 0, the -4 was causing problems with the maxHeight */
	margin: 0;
	padding: 0;
	/* MG: changed to auto overflow for the maxHeight setting */
	overflow: auto;
	background-color: #333;
	/* MG: added position: relative, otherwise IE6/7 won't overflow correctly */
	position: relative;
}

div.autocomplete ul li
{
	color: #ccc;
	padding: 0;
	/* MG: changed for maxHeight setting, the bottom 4px was causing some problems */
	margin: 0 4px 0;
	text-align: left;
}

div.autocomplete ul li a
{
	color: #ccc;
	display: block;
	text-decoration: none;
	background-color: transparent;
	text-shadow: #000 0px 0px 5px;
	position: relative;
	padding: 0;
	width: 100%;
}
div.autocomplete ul li a:hover
{
	background-color: #444;
}
div.autocomplete ul li.ac_highlight a:hover
{
	background-color: #1B5CCD;
}

/* MG: added ac_warning and ac_message class */
/* MG: ac_warning was called as_warning in your css file, i removed that definition */
div.autocomplete ul li a span,
div.autocomplete ul li.ac_warning,
div.autocomplete ul li.ac_message
{
	display: block;
	padding: 3px 6px;
	font-weight: bold;
}

div.autocomplete ul li a span small
{
	font-weight: normal;
	color: #999;
}

div.autocomplete ul li.ac_highlight a span small
{
	color: #ccc;
}

div.autocomplete ul li.ac_highlight a
{
	color: #fff;
	background-color: #1B5CCD;
	background-image: url(../autocomplete/images/autocomplete/hl_corner_br.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
}

div.autocomplete ul li.ac_highlight a span
{
	background-image: url(../autocomplete/images/autocomplete/hl_corner_bl.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
}

/* MG: IE6 positioned the top left and top right corner images invalidly, changes for this fix are called 'IE6 position fix' */
div.autocomplete ul li a .tl,
div.autocomplete ul li a .tr
{
	/* MG: changed background-image:transparent to background-color transparent, as you probably meant */
	background-color: transparent;
	background-repeat: no-repeat;
	width: 6px;
	height: 6px;
	position: absolute;
	top: 0;
	/* MG: added left:0, IE6 position fix */
	left: 0;
	padding: 0;
	margin: 0;
}
/* MG: removed the following, IE6 position fix */
/*div.autocomplete ul li a .tr
{
	right: 0;
}*/

div.autocomplete ul li.ac_highlight a .tl
{
	/* MG: removed left:0, (was defined twice now), IE6 position fix */
	background-image: url(../autocomplete/images/autocomplete/hl_corner_tl.gif);
	/* MG: changed 'bottom left' to 'top left', IE6 position fix */
	background-position: top left;
}

div.autocomplete ul li.ac_highlight a .tr
{
	/* MG: changed right: 0; to width: 100%, IE6 position fix */
	width: 100%;
	background-image: url(../autocomplete/images/autocomplete/hl_corner_tr.gif);
	/* MG: changed 'bottom right' to 'top right', IE6 position fix */
	background-position: top right;
}
div.autocomplete ul em
{
	font-style: normal;
	color: #6EADE7;
}
/* END AUTOCOMPLETE */

/* Used for Premium options */
.tbl2 { background-color: #c9c9c9; text-align: left; }
.tbl2 tr td { background-color: #f3f3f3; padding: 5px; }
.tbl2 tr:hover td { background-color: #F9F9EE; }
.tbl2 tr.al td { background-color: #F3F3F3; }
.tbl2 tr.hdr td, .tbl2 th, .hdr { background-color:#DDD5DD; }
.tbl2 tr td.pub, .tbl2 tr:hover td.pub { background-color: #AEFFAE; }
.tbl2 tr.hdr_gr td, .tbl2 th, .hdr_gr { background-color:#f3f3f3; }

div.blue1_container { background: url("../images/blue1_left.gif") repeat-y left 0%; background-color: #f8f8f8; width: 100%; padding: 0; } 
div.blue1_container div.right { background: url("../images/blue1_right.gif") repeat-y right 0%; padding: 0; } 
div.blue1_container div.right div.lefttop { background: url("../images/blue1_topleft.gif") no-repeat left top; padding: 0; } 
div.blue1_container div.right div.lefttop div.leftbottom { background: url("../images/blue1_bottomleft.gif") no-repeat left bottom; padding-left: 12px; } 
div.blue1_container div.right div.lefttop div.leftbottom div.righttop { background: url("../images/blue1_topright.gif") no-repeat right top; padding: 0; } 
div.blue1_container div.right div.lefttop div.leftbottom div.righttop div.rightbottom { background: url("../images/blue1_bottomright.gif") no-repeat right bottom; padding-right: 14px; padding-top: 8px; padding-bottom: 12px; } 
div.blue1_container div.right div.lefttop div.leftbottom div.righttop div.rightbottom div.content { height: 100%; } 

div.gray_container { background: url("../images/gray_left.gif") repeat-y left 0%; background-color: #f3f3f3; width: 100%; padding: 0; margin-bottom: 8px; } 
div.gray_container div.right { background: url("../images/gray_right.gif") repeat-y right 0%; padding: 0; }
div.gray_container div.right div.lefttop { background: url("../images/gray_topleft.gif") no-repeat left top; padding: 0; } 
div.gray_container div.right div.lefttop div.leftbottom { background: url("../images/gray_bottomleft.gif") no-repeat left bottom; padding-left: 10px; } 
div.gray_container div.right div.lefttop div.leftbottom div.righttop { background: url("../images/gray_topright.gif") no-repeat right top; padding: 0; } 
div.gray_container div.right div.lefttop div.leftbottom div.righttop div.rightbottom { background: url("../images/gray_bottomright.gif") no-repeat right bottom; padding-right: 10px; padding-top: 10px; padding-bottom: 10px; } 
/* div.gray_container div.right div.lefttop div.leftbottom div.righttop div.rightbottom div.content { height: 100%; font: 10pt Verdana, Sans-serif; } */
div.gray_container div.right div.lefttop div.leftbottom div.righttop div.rightbottom div.content { height: 100%; }

div.blue2_container { background: url("../images/blue2_left.gif") repeat-y left 0%; background-color:#E3EBF0; width: 100%; padding: 0; margin-bottom: 6px; } 
div.blue2_container div.right { background: url("../images/blue2_right.gif") repeat-y right 0%; padding: 0; } 
div.blue2_container div.right div.lefttop { background: url("../images/blue2_topleft.gif") no-repeat left top; padding: 0; } 
div.blue2_container div.right div.lefttop div.leftbottom { background: url("../images/blue2_bottomleft.gif") no-repeat left bottom; padding-left: 10px; } 
div.blue2_container div.right div.lefttop div.leftbottom div.righttop { background: url("../images/blue2_topright.gif") no-repeat right top; padding: 0; } 
div.blue2_container div.right div.lefttop div.leftbottom div.righttop div.rightbottom { background: url("../images/blue2_bottomright.gif") no-repeat right bottom; padding-right: 12px; padding-top: 10px; padding-bottom: 13px; } 
div.blue2_container div.right div.lefttop div.leftbottom div.righttop div.rightbottom div.content { height: 100%; font: 10pt Verdana, Sans-serif; } 

.yellow_box1 {
	background-color:#FFFCDF;
	border-bottom:1px #E2E1CF solid;
	border-right:1px #E2E1CF solid;
	font-size:10px;
	height: auto;
	_height: 10px;
	padding: 0px 5px 7px 5px;
	padding-left:15px;
}
.yellow_box2 {
	height: auto;
	_height: 15px;
	padding-top: 9px;
	float: left;
	width: 100%;
	border-left:1px #E2E1CF solid;
	background-image: url("../images/yellow_box.gif");
	background-position: top right;
	background-repeat: no-repeat;
	margin-bottom:1px;
}
/* Used for Premium options. End */
