@charset "utf-8";
/*common*/
body {
	font: 12px "Trebuchet MS", trebuchet, Geneva, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333;
	line-height: 18px;
}
img {
	border: 0px solid #000;
}
a {
	text-decoration: underline;
	color: #333;
}
a:hover {
	text-decoration: underline;
	color: #000;
}

/*FOR ABOVE UPDATE ALSO 'admin\editor\css\fck_editorarea.css' */
/*****************************/
a.more, a.site {
	text-decoration: none;
	color: #333;
	font-weight: bold;
}
a.more:hover, a.site:hover{
	text-decoration: underline;
	font-weight: bold;
}
h1, h2, h3 {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	font-size: 20px;
	line-height: 26px;
}
h1 a, h2 a, h3 a {
	text-decoration: none;
	color: #333;
}
h1 a:hover, h2 a:hover, h3 a:hover {
	text-decoration: underline;
}
p {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 10px 0;
}
ul {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 10px 15px;
}
div.content {
	padding: 0 0 15px  0 ;
}
div.content_text {
	padding: 5px 0;
}
.oneColLiqCtrHdr #clear {
	clear: both;
}
.notice_wrong {
	color: #990000;
}
.notice_ok {
	color: #0000FF;
}
/*--------*/
.oneColLiqCtrHdr #container {
	width: 100%;  /* this will create a container 80% of the browser width */
	margin: auto auto; /* the auto margins (in conjunction with a width) center the page */
}
/*new*/
.oneColLiqCtrHdr #topbg {
	width: 100%;  /* this will create a container 80% of the browser width */
	margin: auto auto; /* the auto margins (in conjunction with a width) center the page */
	background: #FFF;
	
}
.oneColLiqCtrHdr #headerbg {
	width: 100%;  /* this will create a container 80% of the browser width */
	margin: auto auto -24px auto; /* the auto margins (in conjunction with a width) center the page */
	padding: 10px 0;
	
}
.oneColLiqCtrHdr #header {
	margin: auto auto; /* this aligns block in center */
}
.oneColLiqCtrHdr #h1 {
	width: auto;
	float: left; 
	text-align: left; /* this overrides the text-align: center on the body element. */ 
}
.oneColLiqCtrHdr #h1desc {
	color: #999999;
	text-align: left; /* this overrides the text-align: center on the body element. */ 
}
.oneColLiqCtrHdr #h2 {
	font-size: 10px;
	line-height: 12px;
	width: auto;
	float: right;
	text-align: right; /* this overrides the text-align: center on the body element. */ 
}
.oneColLiqCtrHdr #menubg {
	width: 100%;  /* this will create a container 80% of the browser width */
}
.oneColLiqCtrHdr #menu {
	height: 100%;
	margin: auto auto; /* this aligns block in center */
	padding: 5px 0 0 0;	
	font-weight: bold;
}
.oneColLiqCtrHdr #menu a {
	text-decoration: none;
	color: #333;
}
.oneColLiqCtrHdr #menu a:hover {
	text-decoration: underline;
}
.oneColLiqCtrHdr #showbg {
	width: 100%;  /* this will create a container 80% of the browser width */
	border-top: 10px solid #FFF;

}
.oneColLiqCtrHdr #show {
	margin: auto auto; /* this aligns block in center */
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	/*padding: 10px 0px;*/
	/*background: #990000;	/*temp*/
}
.oneColLiqCtrHdr #showlogin {
	margin: auto auto; /* this aligns block in center */
	color: #999999;
	padding: 8px 0 0 0;
}
.oneColLiqCtrHdr #showlogin a {
	text-decoration: none;
	color: #999;
}
.oneColLiqCtrHdr #showlogin a:hover {
	text-decoration: underline;
} 
.oneColLiqCtrHdr #contentbg {
	width: 100%;  /* this will create a container 80% of the browser width */
	/*min-height: 400px;*/
	/*height: auto;*/	
}
.oneColLiqCtrHdr #content {
	margin: auto auto; /* this aligns block in center */
	padding: 10px 0px;
	border: 0px solid black;
}
.oneColLiqCtrHdr #c0 {
	width: auto;
	text-align: left; /* this overrides the text-align: center on the body element. */ 
	padding: 0px 0;
	clear: both;
}
.oneColLiqCtrHdr #c1 {
	width: 40%;
	float: left; 
	text-align: left; /* this overrides the text-align: center on the body element. */ 
}
.oneColLiqCtrHdr #c2 {
	width: 55%;
	float: right;
	text-align: right; /* this overrides the text-align: center on the body element. */ 
}
.oneColLiqCtrHdr #footer { 
	clear: both;
	color: #999999;
	margin: auto auto; /* this aligns block in center */
	padding: 10px 0;
	border-top: 1px solid #000;
}
.oneColLiqCtrHdr #footer a {
	text-decoration: none;
	color: #999;
}
.oneColLiqCtrHdr #footer a:hover {
	text-decoration: underline;
} 
.oneColLiqCtrHdr #f1 {
	width: auto;
	float: left; 
	text-align: left; /* this overrides the text-align: center on the body element. */ 
}
.oneColLiqCtrHdr #f2 {
	width: auto;
	float: right;
	text-align: right; /* this overrides the text-align: center on the body element. */ 
}
		.oneColLiqCtrHdr #content form, #showlogin form {
			margin: 0;
		}
		.oneColLiqCtrHdr #content input.login, #showlogin input.login  { 
			height: 16px; 
			/*width: 97%; /*pull out this value to html code so it can change on the fly*/
			font: 12px "Trebuchet MS", trebuchet, Geneva, Arial, Helvetica, sans-serif;
			color: #999;
			border: #999 1px solid;
			padding: 1px 1px 1px 2px;
			margin: 0 2px 0 0 ;
		}
		.oneColLiqCtrHdr #content input.contact {
			/*height: 18px; */
			/*width: 97%; /*pull out this value to html code so it can change on the fly*/
			font: 12px "Trebuchet MS", trebuchet, Geneva, Arial, Helvetica, sans-serif;
			color: #000000;
			background-color: #FFFFFF;
			border: #111 1px solid;
			padding: 3px 2px 3px 4px;
		}
		.oneColLiqCtrHdr #content textarea.contact {
			height: 80px; 
			/*width: 97%; /*pull out this value to html code so it can change on the fly*/
			font: 12px "Trebuchet MS", trebuchet, Geneva, Arial, Helvetica, sans-serif;
			color: #000000;
			overflow: auto;
			background-color: #FFFFFF;
			border: #111 1px solid;
			padding: 3px 2px 3px 4px;
		}
		.oneColLiqCtrHdr #content select.contact {
			/*height: 24px;*/
			width: 208px;
			/*width: 97%; /*pull out this value to html code so it can change on the fly*/
			font: 12px "Trebuchet MS", trebuchet, Geneva, Arial, Helvetica, sans-serif;
			color: #000000;
			background-color: #FFFFFF;
			border: #111 1px solid;
			padding: 3px 2px 3px 4px;
		}
		.oneColLiqCtrHdr #showlogin input.remebercheck { /*has ie7, ie6 version*/
		  margin: 0;
		  padding: 0;
		  border: none;
		  /*BORDER: 1px solid #111; /*opera*/
		}
		.oneColLiqCtrHdr #showlogin div.remebercheck { /*has ie7, ie6 version*/
		  margin: 4px 0 0 2px;
		  text-align: left; 
		  float: left;
		}
		 
		#content input.agreecheck { /*has ie7, ie6 version*/	
		  margin: 0;
		  padding: 0;
		  border: none;
		  /*BORDER: 1px solid #111; /*opera*/
		}
