@charset "utf-8";
/* CSS Document */

/*------alert-------*/
.alertIndx {
	background:#FFFFE7 url(../Images/icons/icon_alert.jpg) no-repeat scroll 5px center;
	border:1px solid #D7D295;
	clear:both;
	color:#666666;
	margin:0px 0px 10px;
	padding:6px 6px 6px 40px;
}



/*------body-------*/
.boxBody{padding:10px 16px 10px 10px;}

.form-reg{float:left;width:53.5%;}
.info-tt{float:right;width:45%;margin-top:-10px;}
.info-bgleft{background:transparent url(../images/column-shadow-l.jpg) no-repeat scroll left top;padding:0 0 0 19px;margin-left:-6px;}
.info-bgright{}
/*Menu right*/
.menuRight{
	float:right;
	height:26px;
	margin:0;
	padding:0;
}
.menuRight li {
	background:transparent url(../Images/navSplit.jpg) no-repeat scroll right center;
	float:right;
	height:26px;
	line-height:24px;
	list-style-type:none;
	margin:0;
	padding:0 10px 0 10px;
}
.menuRight a {
	color:#D9E3D7;
	font-weight:bold;
}
.menuRight a:hover{
	text-decoration:underline;
}
.menuRight .itemS {
	background:transparent url(../images/navItemS.jpg) repeat-x scroll 0 0 !important;
	color:#FFFFFF;
	font-weight:bold;
}
.select {
	border:1px solid #BDC7D8;
	font-family:tahoma,verdana,arial,sans-serif;
	font-size:11px;
	padding:2px;
}
.select:hover {
	border:1px solid #3A4354;
}
.label {
	color:#666666;
	font-weight:bold;
}
.required {
	color:#FF0000;
}
.show-hide-info {
	background:transparent url(../images/icon/lock.gif) no-repeat scroll left center;
	margin:0 4px;
	padding-left:15px;
}
.show-info {
	background:transparent url(../images/icon/unlock.gif) no-repeat scroll left center;
	margin:0 4px;
	padding-left:15px;
}
input.text {
	background:#FFFFFF none repeat scroll 0 0;
	border:1px solid #C1C9D5;
	color:#444444;
	font-family:tahoma;
	font-size:11px;
	margin:0;
	padding:3px;
}
input.text:hover {
	border:1px solid #3A4354;
}
textarea.text {
	border:1px solid #CCCCCC;
	font-family:tahoma;
	font-size:11px;
}
textarea.text:hover {
	border:1px solid #3A4354;
}
input.button {
	background:transparent url(../images/buttons/bg-btn.jpg) repeat scroll 0 0;
	border:medium none;
	color:#FFFFFF;
	cursor:pointer;
	font-weight:bold;
	height:24px;
	line-height:24px;
	padding:0;
	text-align:center;
	width:100px;
}
fieldset {
	border:1px solid #EEEEEE;
}
fieldset legend {
	background-color:white;
	color:#666666;
	font-size:1.1em;
	font-weight:bold;
	margin:0 0 0 0;
	padding:0;
}
.file {
	background:#FFFFFF none repeat scroll 0 0;
	border:1px solid #C1C9D5;
	color:#666666;
	font-family:tahoma;
	font-size:11px;
	margin:0;
	padding:3px;
	width:300px;
}
.check {
	border:medium none;
	height:auto;
	margin:0;
	width:auto;
}
.radio {
	border:1px solid red;
	height:auto;
	margin:0;
	width:auto;
}
#autocomplete {
	border:1px solid #C1C9D5;
	overflow:hidden;
	position:absolute;
	z-index:100;
}
#autocomplete ul {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0;
	padding:0;
}
#autocomplete li {
	background:#FFFFFF none repeat scroll 0 50%;
	color:#000000;
	cursor:default;
	white-space:pre;
}
#autocomplete li.selected {
	background:#0072B9 none repeat scroll 0 50%;
	color:#FFFFFF;
}
input.form-autocomplete {
	background-image:url(../images/throbber.gif);
	background-position:100% 2px;
	background-repeat:no-repeat;
	border:1px solid #85B1DF;
}
input.throbbing {
	background-position:100% -18px;
}

/* simple css-based tooltip */
div.tooltip {
	background-color:#000;
	outline:1px solid #669;
	border:2px solid #fff;
	padding:10px 15px;
	width:200px;
	display:none;
	color:#fff;
	text-align:left;
	font-size:12px;

	/* outline radius for mozilla/firefox only */
	outline-radius:4px;
	-moz-outline-radius:4px;
	-webkit-outline-radius:4px;
}



