﻿HTML{
	overflow-y: scroll;
	overflow: -moz-scrollbars-vertical;
}
body {
	color: #110023; 
 	background: #000;
	margin:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	cursor:default;
	padding:0;
	background:url(images/bg.gif) repeat-x;
}
FORM{
	 display:inline;
}

input, select, textarea { 
	vertical-align:middle;
	font-weight:normal;
	height:21px; 
	font-size:12px;
	color:#110023;
	border:1px #D6D6D6 solid;
	padding:0 5px;
	line-height:21px;
}
textarea{
	height:auto;
}
input[type="checkbox"],input[type="radio"]{
	height:auto;
	border:0px;
}
img {border:0; vertical-align:top; text-align:left;}

a,a:visited{
	color:teal;
	text-decoration:none;
}
a:active,a:hover{
	text-decoration:underline;
	color:teal;
}


/*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 {
	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 {
	margin-bottom:15px;
	font-size:18px;
	color:#27110c;
	font-weight:bold;
	direction:rtl;
	text-align:right;
}
H2 {
	LINE-HEIGHT: 1.1em; 
}
H3 {
	LINE-HEIGHT: 1.1em; 
}
H4 {
	FONT-SIZE: 1em
}
H4 SPAN {
	COLOR: #dc1018
}
H4 A {
	COLOR: #000; TEXT-DECORATION: none
}
H4 A:hover {
	TEXT-DECORATION: underline
}
H5 {
	MARGIN-BOTTOM: 5px; COLOR: #000; FONT-SIZE: 1em
}

ol li{
	margin-bottom:5px;
}



/* general tools */
.required, .error{
	color: red !important;
}
.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 !important;}
.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:#fff;
	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:#fff;
}
/*		/postback screen		*/

/*		showimage		*/
#showimage{
	cursor:move;
	position:absolute;
	visibility:hidden;
	border:1px solid black;
	background:#3A6EA5;
	z-index:999999;
}
#showimage img{
	cursor:default;
}
#showimage b{
	font-family: David; 
	font-size: 10pt; 
	color: #FFFFFF; 
	text-decoration: none; 
	font-weight: bold;
	cursor:pointer;
}

/*					*/
/*			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");
}
