﻿#GMAPIContainer .clear
{
	clear: both;
}
#GMAPIContainer .rightarea
{
	height: 550px;
	float: left;
	background: #72a9d2;
	border: 1px solid #fef200;
	border-left: none;
	padding: 10px;
}
#GMAPIContainer .rightarea label
{
	color: #193d6f;
}
#GMAPIContainer .rightarea .row
{
	height: 45px;
	margin: 0 auto;
	width: 585px;
}
#GMAPIContainer .rightarea .row select
{
	color: #193d6f;
	width: 450px;
	padding: 2px;
	height: 24px;
	border: 1px solid #e6e6e6;
	border-radius: 3px;
}
#GMAPIContainer .rightarea .row_s
{
	display: inline-table;
	height: 35px;
	margin: 0 auto;
}

#GMAPIContainer .rightarea .row_s select
{
	color: #193d6f;
	width: 151px;
	padding: 2px;
	height: 24px;
	border: 1px solid #e6e6e6;
	border-radius: 3px;
}
#GMAPIContainer .rightarea .row_s .btnSearch
{
	background: url(../images/search_btn.jpg) 0 0px repeat-x;
	border: 1px solid #5381a6;
	border-radius: 5px;
	font-size: 12px;
	text-align: center;
	width: 77px;
	color: #fff;
	height: 25px;
	padding-bottom: 3px;
}
#GMAPIContainer .rightarea .row .btnSearch
{
	background: url(../images/search_btn.jpg) 0 0 repeat-x;
	border: 1px solid #5381a6;
	border-radius: 5px;
	font-size: 12px;
	text-align: center;
	width: 77px;
	color: #fff;
	height: 25px;
	padding-bottom: 3px;
}
#ctl00_hlSearch{margin:0 -4px 0 -1px !important}
.buttonscontainer
{
	width: 972px;
	text-align: right;
	height: 20px;
	padding: 10px 0;
}

.buttonscontainer a
{
	padding: 10px 60px;
	background: #72a9d2;
	color: #f8ffff;
	text-decoration: none;
	border: 1px solid #034373;
	border-radius: 10px 10px 0px 0px;
	margin: 0 -1.6px;
}

.buttonscontainer a:hover
{
	padding: 10px 60px;
	background: #fef200;
	color: #034373;
	text-decoration: none;
	border: 1px solid #fef200;
	border-radius: 10px 10px 0px 0px;
}

.buttonscontainer a.selected
{
	padding: 15px 60px 10px;
	background: #fef200;
	color: #034373;
	text-decoration: none;
	border: 1px solid #fef200;
	border-radius: 10px 10px 0px 0px;
}

.centerarea
{
	width: 954px;
	height: 547px;
	background: #72a9d2;
	border: 1px solid #fef200;
	padding: 10px;
	overflow-y: auto;
	overflow-x: hidden;
}


/*jquery ui combobox*/
.ui-autocomplete
{
	max-height: 400px;
	overflow-y: auto;
	overflow-x: hidden;
}
.ui-combobox
{
	position: relative;
	display: inline-block;
}
.ui-combobox-toggle
{
	position: absolute;
	top: 0;
	bottom: 0;
	margin-left: -1px;
	padding: 0; /* adjust styles for IE 6/7 */
	height: 1.8em;
	top: 0.6em;
}
.ui-combobox-input
{
	margin: 0;
	padding: 0.3em;
}

/*hide autocomplete hints*/
.ui-tooltip { display:none !important; }

.ui-autocomplete-input{width:400px}


.blockarea{float: left; position: relative; margin-top: 35px;}
.banner{float: left; width: 245px; height: 70px; position: absolute; z-index:1}
.banner img{z-index:2; position:relative}
.bannerdiv{height:180px; width:228px; background: url(../images/bg_bannerdiv.png) no-repeat; border:3px solid #a3a3a3; border-radius:10px; top:-10px; position:relative; z-index:0; display:none}
.bannerdiv ul{margin: 12px -31px; width:207px}
.bannerdiv ul li{list-style:none; border-bottom:1px dotted #f1f1f1; padding:2px 0 3px}
.bannerdiv ul li a{color:#fbfbfb; font-size:12px; font-family:Arial; text-decoration:none; font-weight:bold}
.bannerdiv ul li a:hover{color:#d9d9d9; font-family:Arial; text-decoration:none; font-weight:bold}
