﻿html {
	overflow-y: scroll;
	overflow: -moz-scrollbars-vertical;
}
p{
	margin-top:0;
	margin-bottom:0;
}
table{
	border:0;
}
fieldset{
	margin:1px 0;
}
fieldset legend{
	color:#888;
	font-weight:bold;
	margin-bottom:3px;
}
body {
	height: 100%;
	width: 100%;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 15px;
	background:#F3FCFC url(images/bg.gif);
	color: #01292a;
}
FORM{
	 display:inline;
}

input, select { vertical-align:middle; font-weight:normal;height:21px; border:0; font-size:1.1em;border:1px #7F9DB9 solid; }
img {border:0; vertical-align:top; text-align:left;}

a{
	text-decoration: underline;
	color: #0072B8;
}
a:hover {
	text-decoration: none;
}


/*select{
	background-image:url(images/txt_bg.gif);
	background-repeat:repeat-x;
	background-color:#0C3A58;
	/*width:180px;* /
	height:20px;
	line-height:20px;
	/*padding:0 5px;* /
	font-size:11px;
	color:#1592E8;
	border-top:1px #000 solid;
	border-left:1px #000 solid;
	border-bottom:1px #0F4D75 solid;
	border-right:1px #0F4D75 solid;
}
select option{
	background-image:url(images/txt_bg.gif);
	background-repeat:repeat-x;
	background-color:#0C3A58;
}*/
label {
	padding-top: 2px;
	padding-bottom: 2px;
	cursor: pointer;
}
html\:abbr, acronym, abbr {
	cursor: help;
}
address {
	background: transparent;
	font-style: italic;
}
blockquote {
	background: transparent url(../i/openquote.gif) 0 2px no-repeat;
	padding:0 0 0 33px;
}
caption {
	font-size: 1.2em;
}
code {
	font-size:115% !important;
	font-family: "Courier New", Courier, mono
}
a img, fieldset {
	border:none !important;
}
pre {
	color: #800000;
	overflow-x:auto;
	border:1px dashed #ccc;
	background:#fff;
	padding:10px;
}

h1 {
}

h2 {
}

h3 {
}

h4 {
}
h6, h6 a {
	font-size:15px;
	color:#72C0E6;
	font-weight:normal;
}

hr {
}




/* general tools */
.required {
	color: #F00D09 !important;
	font-size:15px;
	position:relative;
	top:4px;
	left:2px;
}
.hide, 
.pda, 
.print, 
.js .jshide  		
		{display:none;}

.a-center 	{text-align: center !important;}
.a-right 	{text-align: right !important;}
.a-left 	{text-align: left !important;}
.no-border 	{border: none !important;}
.warning 	{color: red !important;}
.no-margin 	{margin: 0 !important;}
.no-padding {padding: 0 !important;}
.widthauto 	{width:auto !important;}
.flt_l{	float:left;}
.flt_r{	float:right;}
.cntr{	text-align:center;}
.clr_l{	clear:left;}
.clr_r{	clear:right;}
.clr_b{	clear:both;}
.td50prcnt{
	float:left;
	width:50%;
}
.imgicn{
	vertical-align:middle;
}

.vldtr{	font-size:10px;	color:Red;}
.nodisp{	position:absolute;	top:-10000px;	left:-10000px;	visibility:hidden;}
.nwrp{	white-space:nowrap;}

.reset {
	margin: 0 !important;
	padding: 0 !important;
	float: none !important;
	clear: both !important;
}
/* catfish and 'position:fixed' emulation */
#catfish {
	position: fixed;
	bottom: 0;
	z-index: 100;
	width:100%;
	vertical-align:top;
	overflow: hidden;
}


/*		postback screen		*/
.dvPrcs{
	/*padding:7px 10px;*/
	padding:10px;
	background-color:#ccc;
	width:100px;
	height:100px;
	z-index:999999;
	background-image:url(images/core/icon_processing.gif);
	background-position:center center;
	background-repeat:no-repeat;
	position: absolute; 
}
.dvPrcs span{
	color:#fff;
	font-weight:bold;
	font-size:25px;
}
.pstbck{
	position: absolute; 
	top: 0px; 
	left: 0px;
	bottom:0px	;
	width: 100%; 
	/*height: 2098px; */
	/*height: 50px; */
	z-index: 999998; 
	filter:alpha(opacity=50);
	opacity:0.5;
	background-color:#000;
}
/*		/postback screen		*/

/*					*/
/*			clearfix			*/
.clearfix{
  _height: 1%;
  _overflow: visible;
  /*overflow: hidden;*/
}
.clearfix:after{
  content: ".";
  display: block;
  height: 0px;
  clear: both;
  visibility: hidden;
  line-height:0px;
  font-size:0px;
}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/*			/clearfix			*/

.fix_ie6float{
	position:relative;
}
.fix_table{
	_width:99%;
}
	
.maxheight{
	max-height:30px;
	height:expression(this.scrollHeight>300 ? "300px" : "auto");
}
.maxheight{
	_max-height:30px;
	_height:expression(this.scrollHeight>300 ? "300px" : "auto");
}

