﻿
/** Temaplate style**/
html { height: 100%; }
body { min-height: 100%; height: 100%; padding:0px ;margin:0px;}


form
{
	margin:0px;
	padding:0px;
}
   
.FrameBG
{
	background-image: url(img/GreenGr.gif); 
	background-color:#E5F0E7;
	background-position:left bottom;
	padding:0px ; margin:0px;
	background-repeat:repeat-x;
}

img{ border:0px; padding:0px; margin:0px;}

.Pix 
{
	width:1px;
	height:1px;
}


/**Header**/
.Header{
	text-align:right;	 
	padding:6px 10px; 
	color:#758277; 
	font-size:13px;
	
}

.Links
{
	text-decoration:none;
	text-align:center;	 
	padding:4px 0px 4px 0px; 
	color:#758277; 
	font-size:13px;	
	}


.Tab {padding:0px 7px 0px 7px;}

/**links looks**/

a:link{color:#758277;}
a:visited{color:#56745a;}
a:active{ color:#9FD7A7;}
a:hover{color:#9FD7A7;}

.InnerLink {text-decoration:underline; font-size:11px;}

#displayRegisterDetailsLink 
{
	text-decoration:underline; 
	font-size:11px;
	cursor:hand;
}

/** Title style**/
.PageTitle 
{
	font-weight:bold;
	font-size:14px; 
	color:#99c29f;
	padding-bottom:3px; 
	padding-right:9%; 
	padding-top:20px;
	background-color:White;	
}


/**Custom Check Box**/
span.checkbox
{
   width: 22px;
   height: 23px;
   padding: 0px;
   background: url(img/cBox.gif) no-repeat;
   display: block;
   clear: right;
   float: right;	
   }


/** remove this style */
span.radio {
  width: 19px;
  height: 25px;
  padding: 0 5px 0 0;
  background: url(radio.gif) no-repeat;
  display: block;
  clear: left;
  float: left;
}


/** remove this style */
span.select {
  position: absolute;
  width: 158px; /* With the padding included, the width is 190 pixels: the actual width of the image. */
  height: 21px;
  padding: 0 24px 0 8px;
  color: #fff;
  font: 12px/21px arial,sans-serif;
  background: url(select.gif) no-repeat;
  overflow: hidden;
}


/**Registeration Page**/
.FieldsTxt
{
	font-family:Arial; 
	text-align:right; 
	height:20px; 
	width:110px;
	}


.RegText
{
	text-align:right; 
	direction:rtl;
	
	}
	
.myWords
{
	width:100%;	
}