﻿.Dataview {
	margin: 6px auto;
	margin-bottom: 8px;
	width: 90%;
	border: 1px solid #ccc;
}
.Dataview td {
	text-align: left;
	font-weight: bold;
	vertical-align: top;
	background-color: #eee;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 6px;
}
.Dataview td span {
	font-weight: normal;
	text-align: left;
	float: left;
	padding-top: 2px;
	padding-bottom: 2px;
	vertical-align: top;
	padding-left: 4px;
	padding-right: 4px;
}
.Dataview td label.info {
	text-align: center;
	vertical-align: top;
	BORDER: #cee2e1 1px solid;
	margin: auto;
}
.Dataview td.wrapertxt span {
	word-break: break-all;
	float: left;
	overflow-x: hidden;
	height: 80px;
	overflow-y: scroll;
	width: 98%;
	vertical-align: top;
}
.Dataview td.submit {
	BORDER: #cee2e1 0px solid;
	padding: 6px;
	text-align: right;
}
/*--------------------class For Grid View------------------------------*/
a.linkAdd {
	background-image: url('images/add.png');
	background-position: 2px 2px;
	background-repeat: no-repeat;
	text-decoration: none;
	float: left;
	margin-left: 6px;
	margin-right: 6px;
	padding-left: 20px;
	padding-right: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
}
a.linkprint {
	background-image: url('images/printer.png');
	background-position: 2px 2px;
	background-repeat: no-repeat;
	text-decoration: none;
	float: left;
	margin-left: 6px;
	margin-right: 6px;
	padding-left: 20px;
	padding-right: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
}
.gvcontainer {
	margin: 8px auto;
	margin-bottom: 8px;
	width: 96%;
}
.longtxt {
	PADDING-RIGHT: 0px;
	PADDING-LEFT: 0px;
	PADDING-BOTTOM: 12px;
	PADDING-TOP: 0px;
}
.truncate_show {
	background-image: url('images/expand.gif');
	background-position: right;
	background-repeat: no-repeat;
	padding-left: 6px;
	font-size: .9em;
	padding-right: 16px;
	text-decoration: underline;
}
.truncate_show:hover {
	text-decoration: none;
	font-size: .9em;
	padding-right: 16px;
	padding-left: 6px;
}
.truncate_hide {
	font-size: .9em;
	background-image: url('images/collapse.gif');
	background-position: left;
	padding-left: 16px;
	background-repeat: no-repeat;
	font-size: .9em;
	padding-right: 6px;
	text-decoration: underline;
}
.truncate_hide:hover {
	text-decoration: none;
	font-size: .9em;
	padding-right: 6px;
	padding-left: 16px;
}
.AspNet-GridView table.grid {
	width: 100%;
	margin: auto;
	border-bottom: solid 1px #cee2e1;
	border-right: solid 1px #cee2e1;
}
.AspNet-GridView table.grid thead tr th {
	/* Keep the header cells positioned as we scroll */
           position: relative;
	background-position: 0px -1px;
	white-space: nowrap;
	background-image: url(images/gvheader.gif);
	background-repeat: repeat-x;
	color: #59aeca;
	text-align: center;
	border-top: solid 0px #cee2e1;
	font-weight: bold;
	border-bottom: solid 1px #cee2e1;
	height: 20px;
	padding: 2px 2px 2px 2px;
	vertical-align: bottom;
	border-left: solid 1px #cee2e1;
}
.AspNet-GridView table.grid thead tr th a {
	color: #333;
	text-decoration: none;
}
.AspNet-GridView table.grid tbody {
	border: solid 0px #000;
/* For alignment of the scroll bar */	overflow: auto;
	overflow-x: hidden;
}
.AspNet-GridView table.grid tbody tr td {
	color: #333333;
	background: White;
	vertical-align: top;
	padding: 2px 2px 2px 2px;
	border-left: solid 1px #cee2e1;
	text-align: left;
}
.AspNet-GridView table.grid tbody tr.AspNet-GridView-Alternate td {
	background-image: url(images/gvalter.gif);
	background-position: 0px 0px;
	background-color: #e6e6e6;
	background-repeat: repeat-x;
	border-bottom: solid 1px #cee2e1;
	border-top: solid 1px #cee2e1;
}
.AspNet-GridView table.grid tfoot tr.AspNet-GridView-Empty td {
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	margin-top: 1em;
	background-color: #99CCFF;
	line-height: 2;
	color: #336699;
	border: 1px #00529B solid;
}
.wraplong {
	width: 200px;
	height: 50px;
	padding: 4px;
	border: 0px solid #ccc;
	overflow: auto;
	word-break: break-all;
	display: block;
	word-wrap: break-word!important;
}
table.pgrid {
	width: 100%;
	margin: auto;
	border-bottom: solid 1px #cee2e1;
	border-right: solid 1px #cee2e1;
}
table.pgrid thead tr th {
	/* Keep the header cells positioned as we scroll */
           position: relative;
	background-position: 0px -1px;
	white-space: nowrap;
	background-image: url(images/gvheader.gif);
	background-repeat: repeat-x;
	color: #59aeca;
	text-align: center;
	border-top: solid 0px #cee2e1;
	font-weight: bold;
	border-bottom: solid 1px #cee2e1;
	height: 20px;
	padding: 2px 2px 2px 2px;
	vertical-align: bottom;
	border-left: solid 1px #cee2e1;
}
table.pgrid thead tr th a {
	color: #333;
	text-decoration: none;
}
table.pgrid tbody {
	border: solid 0px #000;
/* For alignment of the scroll bar */	overflow: auto;
	overflow-x: hidden;
}
table.pgrid tbody tr td {
	color: #333333;
	background: White;
	vertical-align: top;
	padding: 2px 2px 2px 2px;
	border-left: solid 1px #cee2e1;
	text-align: left;
}
/*-----------------Search Grid View---------------*/
.AspNet-GridView {
	margin-top: 0px;
}
.AspNet-GridView table.searchgrid {
	font-family: Helvetica, sans-serif;
	width: 98%;
	margin: -4px auto;
}
.AspNet-GridView table.searchgrid tbody tr td {
	background: White;
	vertical-align: top;
	padding: 2px 2px 2px 2px;
	text-align: left;
}
.AspNet-GridView table.searchgrid tbody tr.AspNet-GridView-Alternate td {
	background-image: url(images/gvalterbg.gif);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	border-bottom: solid 1px #cee2e1;
	border-top: solid 1px #cee2e1;
}
.floatingbox {
	text-align: left;
	padding: 4px;
	margin-top: 6px;
}
.floatingbox b {
	text-align: left;
	padding-left: 8px;
}
.floatingbox span {
	border-left: dotted 1px #cee2e1;
	text-align: left;
	max-height: 100px;
	overflow: auto;
	padding-left: 8px;
	float: left;
}
.dotted {border-left : solid 0px #84dae7;border-right : solid 0px #84dae7;
	border-bottom : solid 1px #84dae7;border-top : solid 1px #fff;

}
.dataimage {
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 2px;
	padding-right: 2px;
	BORDER : #cee2e1 1px solid;
	width: 100%;
	float: left;
}
#divPhotoList {
	margin: 0px auto 0px auto;
	width: 98%;
	padding: 20px 10px 20px 10px;
}
.gallery {
	POSITION: relative;
	border: solid 0px #000;
	MARGIN-TOP: 20px;
	width: 160px;
	height: 150px;
	float: left;
	text-align: center;
	font-weight: normal;
	font-size: 9px;
}
.gallery IMG {
	max-height: 100px;
	max-width: 150px!important;
	border: solid 1px steelblue;
	background: #ececec;
	margin: 6px;
	padding: 6px;
}
.photolistitem {
	position: relative;
	float: left;
	height: 120px;
	width: 170px;
	padding: 10px;
	border: solid 1px steelblue;
	margin: 12px;
	background: #ececec;
	text-align: center;
}
.photolistitem img {
	max-height: 120px;
	max-width: 100%!important;
	border: solid 1px steelblue;
	margin: 2px;
}
/* container around image inside of photolistitem*/
.photolistitem div:first-child {
	height: 165px;
	margin-bottom: 3px;
}
.intoppager td input[type='submit'].pgerbtn {
	width: auto;
	cursor: pointer;
	color: #2094bd;
	font-size: 12px;
	font-family: Helvetica, sans-serif;
}
.intoppager {
	border: 0px solid #000;
	margin: auto;
	position: relative;
	top: -36px;
	color: #1e94bc;
	text-indent: 5px;
	font-size: 12px;
	font-family: Helvetica, sans-serif;
}
.intoppager td {
	white-space: nowrap;
	border: 0px solid #000;
	vertical-align: middle;
	font-size: 12px;
	font-family: Helvetica, sans-serif;
}
.intoppager td span {
	white-space: nowrap;
	border: 0px solid #000;
}
.innergrid {
	background-color: transparent!important;
	border: solid 0px #cee2e1!important; 

}
.innergrid td {
	background-color: transparent!important;
	border: solid 0px #cee2e1!important;
}
.innergrid td.imgbox {
	color: #16627c;
	font-weight: bold;
}
.ltrl {
	text-indent: 15px;
	float: left;
}
.sid {
	border: solid 0px #cee2e1!important;
	font-size: 16px;
	position: relative;
	top: 5px;
}
.imgXL {
	text-align: center;
	padding-bottom: 8px;
	margin: auto;
	max-width: 400px;
	max-height: 150px;
	clear: both;
}
.innergrid td img {
	text-align: center; 
	padding-bottom: 8px;
	margin: auto;
	max-width: 240px;
	max-height: 60px;
	clear: both;
}
.innergrid td h3 {
	color: #1e94bc!important;
	font-size: 18px;
	font-weight: bold;
	line-height: 2;
	font-family: Helvetica, sans-serif;
	float: left;
	text-transform: capitalize;
}
.innergrid td b {
	font-size: 14px;
	font-weight: bold;
}
.innergrid span.apt {  
	font-size: 14px;font-weight: normal;
 
	 color:#9d9d9d;
}
 .innergrid span.sin { padding-bottom:10px;padding-top:6px;
	font-size: 14px; width:100%; float:left;
	font-weight: bold;
	color: #666666;
}

 .innergrid span.apt span img {  
 
  margin-top:-9px;
	 
}


.innergrid td.innergridtitle {
	color: #1e94bc!important;
	font-size: 16px;
	font-weight: bold;
	line-height: 2;
	font-family: Helvetica, sans-serif;
	float: left;
	padding-left: 6px;
	border: solid 0px #000;
	text-transform: capitalize;
	width: 78%;
}
.innergrid td ul.advsearch {
	float: left;
	padding-bottom: 10px;
	margin-bottom: 10px;
	padding-top: 10px;
	margin-top: 10px;
	padding-left: 10px;
	width: 400px;
	border: solid 1px #cfe7ec;
	list-style-type: none;
}
.innergrid td ul.advsearch li {
	float: left;
	list-style-type: none;
	background-image: url(images/li.gif)!important;
	background-repeat: no-repeat;
	background-position: 0px 4px!important;
	padding-left: 10px;
}
.outercalbox {
	width: 700px;
	height: 155px;
	float: left;
	border: solid 1px #cfe7ec;
	text-align: center;
}
.calbox {
	border-bottom: 0;
	white-space: nowrap!important;
	margin-left: 1px;
	height: 120px;
	background-image: url(images/calbg.png)!important;
	background-repeat: no-repeat;
	background-position: 0px 0px!important;
	border: solid 0px #cfe7ec;
	float: left;
	width: 96px;
	text-align: left;
}
.calbox span {
	float: left;
	width: 100%;
	padding-top: 1px;
	padding-bottom: 1px;
	text-align: left;
	padding-left: 10px;
	white-space: nowrap;
}
.calbox span h5 {
	padding-top: 10px;
	font-size: 10px;
	text-align: center!important;
	padding-right: 20px;
	color: #800000;
}
.wraptxt {
	color: #626262;
	float: left;
	text-align: left;
}

 
.day {
	padding-left: 0px!important;
	color: #fff;
	font-weight: bold;
	text-align: center!important;
	line-height: 2;
}
.wraplable {
	display: inline;
	color: #16627a!important;
}
.wraplable span {
	float: left;
}
.wraplable span.scroll {
	word-break: break-all;
	text-align: left;
	float: left;
	overflow-x: hidden;
	height: 30px;
	overflow-y: scroll;
	width: auto;
	padding-left: 2px;
	border: solid 1px #000;
}
.innergrid div.tl {
	margin-top: 8px;
	padding-top: 6px;
	color: #1e94bc!important;
	font-size: 12px;
	float: left;
	width: 100%;
	padding-left: 6px;
	border-top: solid 1px #cee2e1;
}
.innergrid td p a {
	color: #16627a;
}
.innergrid td span.lblLT {
	border-right: solid 1px #16617e;
	padding-right: 10px;
	color: #16617e;
	font-weight: bold;
}
.innergrid td small
{
	
	color: #FF0000;
	font-weight: normal !important;
	font-size: 11px;
}
.innergrid td span.lblRT {
	padding-left: 10px;
	color: #16617e;
	font-weight: bold;
}
div.AspNet-GridView-Pagination {
	border: solid 0px #000;
	line-height: 2;
	text-align: center;
	width: 96%;
	margin: 6px auto;
	padding: 6px 0px 2px 3px;
	font-size: 0.9em;
	min-height: 1px; /* Force layout in IE to prevent rendering issues */
}
div.AspNet-GridView-Pagination span {
	padding: 0px 4px;
	background: #d8ecf6;
	border: 1px solid #96d9f9;
}
div.AspNet-GridView-Pagination a {
	color: #2094bc;
	padding: 0px 3px;
}
div.pagerbtnbox {
	margin: auto;
	border: 1px solid #96d9f9;
	BACKGROUND: #d8ecf6;
	margin-top: 3px;
	float: left;
	color: #2094bd;
	display: block;
}
div.pgerbtncontainer {
	position: absolute;
	top: -65px;	
 width:96%;
	float: left;
	padding-bottom: 6px;
	color: #2094bd;
}
span.pagerbtnbox {
	margin: auto;
	border: 1px solid #96d9f9;
	margin-right: 10px;
	margin-left: 10px;
	PADDING-RIGHT: 6px;
	height: 15px;
	padding-top: 5px;
	PADDING-LEFT: 6px;
	BACKGROUND: #d8ecf6;
	float: left;
	color: #2094bd;
	display: block;
}
.toppager td input[type='submit'].pgerbtn {
	width: auto;
	cursor: pointer;
	color: #2094bd;
	font-size: 12px;
	font-family: Helvetica, sans-serif;
}
.legend{
	float: right;
	position: relative;
	text-align: center;border: 1px solid #ccc;

	 
	top: -48px;}
	
.legend td{background-image: url("images/gvheader.gif");
	background-repeat: repeat-x;
	 border-right: 1px solid #ccc;

	padding-left: 2px;padding-top: 2px;
	font-size: 10px;
	padding-right: 2px;
}
.legend td img{ margin:1px;
border: 1px solid #ccc;
		BACKGROUND: #fff;

}
.legend tr.hd{
	BACKGROUND: #99CCFF;  
	border: 1px solid #ccc;
}
.legend th{ border:1px solid #ddd;
background-image: url("images/txtbox.gif");
	background-repeat: repeat-x;
font-size:11px;
	font-weight: bold;
	 
}

.toppager {
	 
	 
	position: relative; text-align:right;
	top: -46px; float:right;
	color: #1e94bc;
	text-indent: 5px;
	font-size: 12px;
	font-family: Helvetica, sans-serif;
}
.toppager td {
	white-space: nowrap;
	 
	vertical-align: middle;
	font-size: 12px;
	font-family: Helvetica, sans-serif;
}
.toppager td span {
	white-space: nowrap; padding-left:3px;padding-right:3px;
	
}
/*--------------------class For GridView ends------------------------------*/
.dashbord {
	margin: 10px auto; margin-bottom:6px;
	   float:left;
	text-align: left; 
	 


}
.dashbord ul {
  float:left;   

	  width:400px;  
	text-align: left;  list-style:none;   

 

}
.dashbord li {  
  float:left;     
	text-align: left;  

}

.dashbord li a {  
width:215px;  
 line-height:5;
	text-align: left;    
	  

	text-indent:50px; margin-left:-30px;
	 
 
}
.dashbord li a[disabled] {

	text-align: left;
	cursor: auto;
   margin-top:10px; 
	  float:left;
	padding: 0px 0px 22px 5px;  
	color: #999999;
	 
}
.dashbord li a{

	text-align: left;
	cursor: pointer;
   margin-top:10px; 
	  float:left;
	padding: 0px 0px 22px 5px;  
	 
	 
}

.dashbord a.lnkGStarted {
	background-image: url(images/gstarted.png);
	background-repeat: no-repeat;
	background-position: 0px 0px; 
}
.dashbord a.lnkprovider {
	background-image: url(images/provider.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
.dashbord a.lnkmanage {
	background-image: url(images/assignpackage.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
.dashbord a.lnkCP {
	background-image: url(images/password.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
.dashbord a.lnkHome {
	background-image: url(images/Mhome.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
.dashbord a.lnkAgencies {
	background-image: url(images/agency.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
.dashbord a.lnkagencyinfo {
	background-image: url(images/factory.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
.dashbord a.managestaff {
	background-image: url(images/staff.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
.dashbord a.lnkLocManager {
	background-image: url(images/locman.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
.dashbord a.lnkLocations {
	background-image: url(images/location.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
.dashbord a.lnkAI {
	background-image: url(images/editagency.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
.dashbord a.lnkContact {
	background-image: url(images/Mhome.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
.dashbord a.lnkPackage {
	background-image: url(images/upgrade.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
.dashbord a.lnkClassified {
	background-image: url(images/classified.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
.dashbord a.lnkCategory {
	background-image: url(images/cateogoy.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
.dashbord a.lnkCoupon {
	background-image: url(images/coupon.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
.addbox {
	float: left; width:100%;
	PADDING-RIGHT: 4px;
	PADDING-LEFT: 10px;  
	PADDING-BOTTOM: 10px;
	PADDING-TOP: 10px;
	 
 
	margin:10px auto;
}
.addbox a { 
	PADDING-LEFT: 20px; 

	background-image: url(images/add0.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	line-height: 2;
}
.addbox a.lnksetup {
	PADDING-LEFT:18px; font-size:16px;
	font-weight: bold; margin-left:-4px;
	color: #258fa2;    white-space:nowrap;
	background-image: url(images/infox.gif);
	background-repeat: no-repeat; 
	background-position: 0px 0px;
	line-height: 3;
}
 
.addbox a[disabled] {
	PADDING-LEFT: 20px;
	color: #ccc;
	cursor: auto;
	background-image: url(images/add1.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	line-height: 2;
}
 

 
 
.forminfo {
	PADDING-RIGHT: 3px;
	PADDING-LEFT:10px;
	PADDING-BOTTOM: 10px; text-align:left;
	PADDING-TOP: 10px;
	background-color: #f9f9f9;
	BORDER: #cee2e1 1px solid;
	margin: auto;
}
.forminfo ul   {
	  float:left;
	PADDING-BOTTOM: 4px;PADDING-RIGHT: 5px;
 text-align:left;  
	PADDING-TOP: 4px;   list-style:none;
  

 
}

.forminfo ul li { background-image: url(images/li.gif);
	background-repeat: no-repeat;
	background-position: 0px 9px;

	  float:left; width:100%;   list-style:none;

	PADDING-BOTTOM: 4px;PADDING-RIGHT: 5px;  PADDING-left:10px;
 text-align:left;
	PADDING-TOP: 4px;
 
}

/*--------------------class For  data  ------------------------------*/
/*------------------------------Form class starts--------------------------------*/
select {
	border: 1px solid #acadaf;
	color: #2094bd;
	DISPLAY: block;
	clear: both;
	FLOAT: left;
	background-color: #fff;
	width: auto;
	margin-top: 4px;
	margin-bottom: 4px;
}
input[type='text'] {
	background-color: #fff;
	border: 1px solid #acadaf;
	color: #2094bd;
	DISPLAY: block;
	FLOAT: left;
	margin-top: 4px;
	margin-bottom: 4px;
	padding-top: 2px;
	padding-bottom: 2px;
	width: 200px;
	clear: both;
}
input[type='password'] {
	background-color: #fff;
	margin-top: 4px;
	margin-bottom: 4px;
	width: 200px;
	border: 1px solid #acadaf;
	color: #2094bd;
	DISPLAY: block;
	clear: both;
	FLOAT: left;
	padding-top: 2px;
	padding-bottom: 2px;
}
textarea {
	margin-top: 4px;
	margin-bottom: 4px;
	width: 98%;
	background-color: #fff;
	border: 1px solid #acadaf;
	color: #2094bd;
	DISPLAY: block;
	padding-top: 2px;
	padding-bottom: 3px;
	FLOAT: left;
}
input.button {
	 
	 
	 
	background-image: url(images/cynbtn.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	color: #fff;
	font-size: 14px;
	font-weight: bold; background-color:transparent;border:none;
	 
	  width:76px;height:37px;
	 
	cursor: pointer;
}
.buttonEnding {
	position: absolute;
	display: inline;
	margin-left: -10px;
	width: 7px;
}
.req {
	BORDER: #000 0px solid;
	color: #ff0000;
	font-size: 11px;
	width: 88%;
	text-align: right;
	float: left;
	clear: both;
	margin-bottom: 10px;
}
.form-container {
	PADDING-RIGHT: 10px;
	PADDING-LEFT: 10px;	background-color: #f3f3f3;
	PADDING-BOTTOM: 10px;
	PADDING-TOP: 10px;
	BORDER: #cee2e1 1px solid;
	margin: auto;
	width: 90%;
	margin-bottom: 4px;
}
 .form-container h1{
	float:left;text-align:left;
}
FIELDSET {
	border: 0px solid #ddd;
}
table.form {
	 width: 96%;

	BORDER: #cee2e1 0px solid;

	margin: auto;
}
table.form td {
	text-align: left!important;
	vertical-align: top;
	padding-left: 12px;
	padding-right: 4px;
	padding-top: 4px;
	padding-bottom: 4px;
}
table.form td table td {
	text-align: left!important;
	vertical-align: top;
	padding-left: 0px;
}
table.form td h4 {
	font-weight: normal;
}
table.form td.divbox div {
	float: left;
	padding-right: 4px;
	padding-bottom: 4px;
	margin-right: 6px;
	border: 0px solid #000;
}
FIELDSET.services {
	float: left;
	margin: auto;
	width: 94%;
	border: 1px solid #e7e7e7;
	padding-bottom: 6px;
	text-align: center;
}
FIELDSET.services legend {
	padding-left: 8px;
	float: left;
	margin-top: 4px;
	margin-left: 10px;
	padding-right: 8px;
	margin-bottom: 4px;
	padding-bottom: 2px;
	padding-top: 2px;
	background-color: #e7e7e7;
	border: 1px solid #ccc;
	font-weight: bold;
}
FIELDSET.uploadimage {
	float: left;
	margin: auto;
	  width:100%;
	border: 1px solid #e7e7e7;
	padding-bottom: 6px;
}
FIELDSET.uploadimage table tr td.uploadimg {
	text-align: center;
 	  width: 240px;	  
	 height: 60px!important;
	 
}
FIELDSET.uploadimage table tr td.uploadimg img {max-width:240px;}
 

FIELDSET.uploadimage table tr td input.uploadbtn {
	color: #000;
	position: relative;
	top: 2px;
	border: 1px solid #ccc;
	background-color: #efefef;
	width: 60px;
	cursor: pointer;
}

table.form td.message {
	text-align: center!important;
}
.btncontainer {
	padding-right: 30px;
	text-align: right;
	margin: 10px auto;
	width: 550px;
	margin-bottom: 6px;
}
.note {
	BORDER: 1px #ccc solid;
	BACKGROUND-COLOR: #fff;
	color: #CC3300;
	width: 550px;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 6px;
	padding-right: 6px;
	margin: 4px auto;
	font-size: 11px;
}
.noedit {
	background-color: #eee;
	border: 1px solid #ccc;
	padding-left: 6px;
	padding-right: 6px;
	padding-bottom: 2px;
}
h3.title {
	color: #1e94bc!important;
	font-size: 18px;
	margin-top: 10px;
	font-weight: normal;
	line-height: 2;
	font-family: Helvetica, sans-serif;
	float: left;
	text-transform: capitalize;
}
.messagecontainer {
	text-align: center;
	margin: auto;
	width:100%;
	margin-bottom: 6px;
}
table.Cform {
	margin: auto;
	border: 1px solid #ccc;
}
table.Cform th {
	padding-left: 8px;
	border-right: 1px solid #ccc;
	padding-right: 8px;
	text-align: center;
	padding-bottom: 4px;
	padding-top: 4px;
	background-color: #e7e7e7;
	border-bottom: 1px solid #ccc;
	font-weight: bold;
}
table.Cform td {
	vertical-align: top;
	background-color: #eee;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
}
table.Cform td span {
	margin-right: 30px;
	margin-left: 10px;
	margin-top: 4px;
	margin-bottom: 4px;
	padding-left: 4px;
	padding-right: 4px;
}
table.Cform td ul li {
	vertical-align: top;
	height: 20px;
	list-style-position: outside;
}
/*Radio buttons*/
div.AspNet-RadioButtonList {
	float: left;
	white-space: nowrap;
}
div.AspNet-RadioButtonList ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	float: left;
}
li.AspNet-RadioButtonList-Item {
	text-align: left;
	padding-top: 4px;
	padding-right: 4px;
	float: left;
	white-space: nowrap;    /* forces the radio button and text to be on the same line */
}
div.AspNet-CheckBoxList {
 
	width: 96%;
	padding-left: 4px; 
	text-align: left;
}
div.AspNet-CheckBoxList ul.scroll {
	height: 60px;
	overflow-y: auto;
	width: 90%;
	overflow-x: hidden;
	list-style-type: none;
	text-align: left!important;
	float: left;
}
div.AspNet-CheckBoxList ul.inscroll {
	height: 250px;
	overflow-y: auto;
	width: 90%;
	overflow-x: hidden;
	list-style-type: none;
	text-align: left!important;
	float: left;
}
ul.scroll li.AspNet-CheckBoxList-Item {
	text-align: left;
	float: left;
	clear: both;
	white-space: nowrap;    /* forces the radio button and text to be on the same line */
}
.Search-container {
	PADDING-BOTTOM: 10px;
	PADDING-TOP: 10px;
	margin: auto;
	width: 96%;
}
.Search-container FIELDSET {
	BORDER: #cee2e1 1px solid;
	MARGIN: auto auto 8px auto;
	padding: 1em;
	background-color: #fff;
}
.Search-container FIELDSET legend {
	padding-left: 6px;
	margin-left: 6px;
	padding-right: 8px;
	margin-bottom: 2px;
	padding-bottom: 2px;
	padding-top: 2px;
	background-color: #e7e7e7;
	border: 1px solid #ccc;
	font-weight: bold;
}
.Search-container FIELDSET table {
	margin: 6px auto;
	background-color: #eee;
	border: 1px solid #ccc;
	width: 100%;
}
.Search-container FIELDSET table th {
	background-color: #ddd;
	text-align: center;
	padding-bottom: 4px;
	padding-top: 4px;
	font-weight: bold;
}
.Search-container FIELDSET table td {
	vertical-align: top;
	padding-left: 6px;
	padding-bottom: 8px;
	padding-top: 8px;
}
.Search-container FIELDSET table td span {
	vertical-align: top;
	padding: 8px 0;
	margin: 0;
}
.withborder td {
	text-align: left;
	border-right: 1px solid #ddd;
}
.withborder td div.AspNet-CheckBoxList {
	float: left;
}

div.AspNet-CheckBoxList ul.noscroll {
	BORDER: #000 0px solid;
	list-style-type: none;
	margin-left: 0px;
	padding: 0px;
	text-align: left;
	float: left;
}
ul.inline li.AspNet-CheckBoxList-Item {
	text-align: left;
	float: left;
	clear: none!important;
	border: 0px solid #000;
	white-space: nowrap;    /* forces the radio button and text to be on the same line */
}
li.AspNet-CheckBoxList-Item {
	text-align: left;
	float: left;
	border: 0px solid #000;
	clear: both;
	white-space: nowrap;    /* forces the radio button and text to be on the same line */
}
.info, .success, .warning, .error, .validate {
	border: 1px solid;
	margin: auto!important;
	text-align: center; 
	padding: 1px 18px 2px 20px;  
	font-size: 12px;
}
.info {
	color: #00529B; 
	background-color: #BDE5F8;
	background-image: url('images/info.png');
	background-repeat: no-repeat;  
	background-position: 1px 3px; 	 
	line-height: 3;padding:4px 4px 4px 20px;

}
a.info {
	color: #00529B; margin:auto;
	background-color: #BDE5F8;
	background-image: url('images/info.png');
	background-repeat: no-repeat;
	background-position: 1px 1px;
	line-height: 2;
}
.success {
	color: #4F8A10;
	background-color: #DFF2BF;
	background-image: url('images/sucess.png');
	background-repeat: no-repeat;
	background-position: 1px 1px;
}
h1.success {
	padding-top: 15px;
	text-indent: 10px;
	color: #4F8A10;
	background-image: url('images/thanks.png');
	background-repeat: no-repeat;
	background-position: 6px 10px;
	font-size: 18px;
}
.success {
	padding-top: 15px;
	text-indent: 10px;
	color: #4F8A10;
	background-image: url('images/thanks.png');
	background-repeat: no-repeat;
	background-position: 6px 10px;
	font-size: 18px;
}
.success span {
  margin:auto;font-size: 12px; font-weight:normal;

}

h1.Usermssg { text-align:center;
	padding-top: 15px;
	text-indent: 10px;border: 1px solid;
 width:80%; margin:auto;
	color: #4F8A10;
	background-color: #DFF2BF;
	font-size: 20px;
}

.warning {
	color: #9F6000;
	background-color: #FEEFB3;
	background-image: url('images/iconCaution.gif');
	background-repeat: no-repeat;
	background-position:5px 0px;
	line-height: 2; padding:2px 4px 2px 30px;
}
.error {
	color: #D8000C;
	background-color: #FFBABA;
	background-image: url('images/cancel.gif');
	background-repeat: no-repeat;
	background-position: 1px 1px;
	line-height: 3;
}
.validate {
	color: #D63301;
	background-color: #FFCCBA;
	background-image: url('images/exclamation.gif');
	background-repeat: no-repeat;
	background-position: 1px 1px;
}
em {
	color: #ff0000;
	padding-left:3px!important;
	
	font-size: 11px!important;
	font-weight: normal;
	font-style: normal;
}
.ajax__calendar_container td span.validate {
	float: left;
}
.btnxl {
	 
	 
	 background-image: url('images/btnxl.png');
	background-repeat:no-repeat;
background-position: 0px 0px;
  
	font-weight: bold;
	color: #fff;
	cursor: pointer;
	font-size: 14px;
height: 38px;
 
}
.btnx {
	 
	 
	 background-image: url('images/btnx.png');
	background-repeat:no-repeat;
background-position: 2px 0px;
  
	font-weight: bold;
	color: #fff;
	cursor: pointer;
	font-size: 14px;
height: 38px;
 
}
.btn {
	float: right;
	outline: none;
	background-image: url('images/redbtn.gif');
	background-repeat: no-repeat;
	font-weight: bold;
	color: #fff;
	cursor: pointer;
	font-size: 14px;
	width: 86px;
	height: 35px;
	margin-right: 10px;
}
.viewbtn {
	background-position: 4px 6px;
	outline: none;
	background-image: url('images/vbtn.png');
	background-repeat: no-repeat;
	font-weight: bold;
	color: #2094bc;
	cursor: pointer;
	font-family: Tahoma;
	font-size: 11px!important;
	line-height: 2;
	width: 92px;
	height: 31px;
	margin-bottom: 8px;
}
/*---------------Modal Window------------*/
/*Modal Popup*/
.updateProgress {
	border: 1px #59AECA double;
	background-color: #CEE2E1;
	position: absolute;
	width: 150px;
	height: 50px;
	padding: 4px;
}
.modalBackground {
	background-color: Gray;
	filter: alpha(opacity=70);
	opacity: 0.7;
}
.modalPopup {
	background-color: #e7e7e7;
	border-width: 3px;
	border-style: solid;
	border-color: Gray;
	padding: 2px;
}
.popupbtnout {
	border: 0px solid #000;
	float: left;
	text-align: right;
	width: 98%;
}
.popupbtn {
	outline: none;
	background-image: url('images/X.png');
	background-repeat: no-repeat;
	background-position: 0px 0px;
	width: 28px;
	height: 30px;
	background-color: transparent;
	cursor: pointer;
}
.modaldata {
	padding: 10px;
	margin: auto;
}
.modaldata td {
	text-align: left;
	padding: 10px;
	background-color: #eee;
	border: 1px solid #ddd;
}
.modaldata td h2 {
	font-size: 12pt;
	padding: 4px;
}
.modaldata td p {
	text-align: justify;
	padding: 4px;
}
.modaldata td ul {
	list-style-type: disc;
}
.modaldata td ul li {
	text-align: left;
	list-style-type: disc;
	padding: 6px;
}
.modaldatawrap {
	width: 96%;
	height: 170px;
	padding: 4px;
	overflow: auto;
	word-break: break-all;
	display: block;
	word-wrap: break-word!important;
}
/* --------    thickbox  ----------------*/
#TB_window {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
}
#TB_secondLine {
	float: left;
	width: 40%;
	margin-bottom: 6px;
	margin-top: 4px;
	font: 10px Arial, Helvetica, sans-serif;
	color: #666666;
}
#TB_window a:link {
	color: #666666;
}
#TB_window a:visited {
	color: #666666;
}
#TB_window a:hover {
	color: #000;
}
#TB_window a:active {
	color: #666666;
}
#TB_window a:focus {
	color: #666666;
}
#TB_overlay {
	position: fixed;
	z-index: 100;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
}
.TB_overlayMacFFBGHack {
	background: url(macFFBgHack.png) repeat;
}
.TB_overlayBG {
	background-color: #000;
	filter: alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}
* html #TB_overlay {
	/* ie6 hack */
     position: absolute;
	height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
#TB_window {
	position: fixed;
	z-index: 102;
	color: #000000;
	display: none;
	border: 1px #59AECA double;
	background-color: #CEE2E1;
	text-align: left;
	top: 50%;
	left: 50%;
}
* html #TB_window {
	/* ie6 hack */
position: absolute;
	margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}
#TB_window img#TB_Image {
	display: block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}
#TB_caption {
	border: 1px #59AECA double;
	background-color: #fff;
	text-align: left;
	width: 90%;
	padding: 7px 20px 30px 20px;
	margin: auto;
	margin-bottom: 2px;
}
#TB_closeWindow {
	padding-right: 10px;
	float: right;
	background-image: url('images/cancel.gif');
	background-repeat: no-repeat;
	background-position: 100% 0%;
	width: 28px;
	padding-bottom: 10px;
	background-color: transparent;
	cursor: pointer;
}
#TB_title {
	background-color: #e8e8e8;
	height: 27px;
}
#TB_load {
	position: fixed;
	display: none;
	height: 13px;
	width: 208px;
	z-index: 103;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}
* html #TB_load {
	/* ie6 hack */
position: absolute;
	margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}
#TB_HideSelect {
	z-index: 99;
	position: fixed;
	top: 0;
	left: 0;
	background-color: #fff;
	border: none;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height: 100%;
	width: 100%;
}
* html #TB_HideSelect {
	/* ie6 hack */
     position: absolute;
	height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

 
