/*	scms	reset.css	*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th/*, td*/ {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	/*font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;*/
	vertical-align: baseline;
}
html{
	left:0;
}
object{
	display:block;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
html{
	height:100%;
	overflow-y: scroll;
	overflow: -moz-scrollbars-vertical;
}
body {
	/*line-height: 1;*/
	background-color:#fff;
	color: #000;
	height:100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	/*text-align: left;
	font-weight: normal;*/
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
header, nav, section, article, aside, footer {
  display: block
}
textarea{resize:none;}



/* general tools */
.required { color: red !important;}
.hide, .pda, .print, .js .jshide {display:none;}
.hdn{ visibility:hidden; height:0px; overflow:hidden; }

.aln_c{ text-align:center !important; }
.aln_l{ text-align:left !important; }
.aln_r{ text-align:right !important; }
.cms_rtl .aln_r,.cms_heb .aln_r{ text-align:left !important; }
.cms_rtl .aln_l,.cms_heb .aln_l{ text-align:right !important; }
.noborder 	{border: none !important;}
.warning 	{color: red !important;}
.nomargin 	{margin: 0 !important;}
.nopadding {padding: 0 !important;}
.widthauto 	{width:auto !important;}
.pos_rel{	position:relative;}
.pos_abs{	position:absolute;}
.pos_fix{	position:fixed;}
.flt_l{	float:left;}
.cms_rtl .flt_l{ float:right;}
.flt_r{	float:right;}
.cms_rtl .flt_r{ float:left;}
.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; }
.ltr{ direction:ltr !important; }
.cms_rtl .ltr{ direction:rtl !important; }
.rtl{ direction:rtl !important; }
.cms_rtl .rtl{ direction:ltr !important; }
.vldtr{	font-size:10px;	color:Red;}
.nodisp{ position:absolute; top:-1000px; left:0px; visibility:hidden;}
.nwrp{	white-space:nowrap;}

.word-break-word {
	word-break: break-all;
	word-break: break-word;
}
.border-box {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/*		wmark		*/
.wmark{
	position:absolute;
	background-color:transparent;
	z-index:1;
	color:#999;
	overflow:hidden;
	/*padding:0 3px;*/
	font-size:12px;
}
::-webkit-input-placeholder {
	color: #999;
}
:-moz-placeholder {
	color: #999;
}
/*		/wmark		*/

.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		*/
#scms_pstbck{
	position: fixed; 
	top: 0 !important; 
	left: 0 !important;
	bottom:0 !important;
	right:0 !important; 
	z-index: 99991; 
	filter:alpha(opacity=50);
	opacity:0.5;
	background-color:#fff;
}
#scms_pstbckprcs{
	padding:0;
	/*background-color:#ccc;*/
	width:100px;
	height:100px;
	z-index:999992;
	background: url(/app_themes/cms/images/icons/icon_processing.gif) center center no-repeat;
	position:fixed;
}
#scms_pstbckprcs span{
	color:#fff;
	font-weight:bold;
	font-size:25px;
}
/*		/postback screen		*/

/*					*/
/*			clearfix			*/
.clearfix{
  /*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;
}
	
.maxheight{
	max-height:30px;
	height:expression(this.scrollHeight>300 ? "300px" : "auto");
}

.ie6fixedpos{
	position: absolute !important;
	bottom: auto;
	clear: both !important;
}