@charset "utf-8";
/* CSS Document */

html {
	overflow-x: hidden;
	overflow-y: hidden;
}

#header
{
	top:0px;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-repeat: repeat-x;
	overflow-y:hidden;
	overflow-x:hidden;
}



#home
{

	position:absolute;
	top:125px;
	right:187px;
	z-index: 2;
	overflow: visible;
}

#menu {
	position:absolute;
	width:120px;
	margin-right:5px;
	right:-5px;
	top:150px;
	z-index:20;

}



.topLink:visited {
 	color:#FFFFFF;
	text-decoration:underline;
}

#footer {
	position:absolute;
	margin-bottom:0px;
	bottom:0px;
	left:0px;
}

#Main {
	/*position: absolute; /*needed to expand to full height beyond content in FF */
	/*top:150px;
	/*background-image: url(/Templates/fa/default/images/logoBG.png);*/
	background-position:center 25px;
	width:80%;
	left:0px;
	direction:rtl;
	margin-right:120px;

	/*min-height:100%; /*sets minimum height in FF*/
	text-align:justify;

	vertical-align:top;
	background-color:transparent;	
	overflow-x: hidden;
	overflow-y: scroll;
}


.topLink:visited {
 	color:#FFFFFF;
	text-decoration:underline;
}

#footer {
	position:absolute;
	margin-bottom:0px;
	bottom:0px;
	left:0px;
}


/* -------->> jtip <<<---------------------------------------------------------------*/

#JT_arrow_left{
	background-image: url(Templates/fa/default/images/arrow_left.gif);
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	z-index:101;
	left:-12px;
	height:23px;
	width:10px;
    top:-3px;
}

#JT_arrow_right{
	background-image: url(Templates/fa/default/images/arrow_right.gif);
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	z-index:101;
	height:23px;
	width:11px;
    top:-2px;
}

#JT {
	position: absolute;
	z-index:100;
	border: 2px solid #CCCCCC;
	background-color: #fff;
}

#JT_copy{
	padding:10px 10px 10px 10px;
	color:#333333;
}

.JT_loader{
	background-image: url(Templates/fa/default/images/loader.gif);
	background-repeat: no-repeat;
	background-position: center center;
	width:100%;
	height:12px;
}

#JT_close_left{
	background-color: #CCCCCC;
	text-align: left;
	padding-left: 8px;
	padding-bottom: 5px;
	padding-top: 2px;
	font-weight:bold;
}

#JT_close_right{
	background-color: #CCCCCC;
	text-align: left;
	padding-left: 8px;
	padding-bottom: 5px;
	padding-top: 2px;
	font-weight:bold;
}

#JT_copy p{
margin:3px 0;
}

#JT_copy img{
	padding: 1px;
	border: 1px solid #CCCCCC;
}

.jTip{
cursor:help;
}

.bottonNav 
{
	background-image:url("Templates/fa/default/images/fa_main_index/main_fa_page_rightnav_33.gif");
	background-repeat:repeat-x;
	background-position:top;
	height:34px;
	direction:rtl;
}

/* the div that holds the date picker calendar */
.dpDiv {
	}


/* the table (within the div) that holds the date picker calendar */
.dpTable {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	color: #505050;
	background-color: #ece9d8;
	border: 1px solid #AAAAAA;
	}


/* a table row that holds date numbers (either blank or 1-31) */
.dpTR {
	}


/* the top table row that holds the month, year, and forward/backward buttons */
.dpTitleTR {
	}


/* the second table row, that holds the names of days of the week (Mo, Tu, We, etc.) */
.dpDayTR {
	}


/* the bottom table row, that has the "This Month" and "Close" buttons */
.dpTodayButtonTR {
	}


/* a table cell that holds a date number (either blank or 1-31) */
.dpTD {
	border: 1px solid #ece9d8;
	}


/* a table cell that holds a highlighted day (usually either today's date or the current date field value) */
.dpDayHighlightTD {
	background-color: #CCCCCC;
	border: 1px solid #AAAAAA;
	}


/* the date number table cell that the mouse pointer is currently over (you can use contrasting colors to make it apparent which cell is being hovered over) */
.dpTDHover {
	background-color: #aca998;
	border: 1px solid #888888;
	cursor: pointer;
	color: red;
	}


/* the table cell that holds the name of the month and the year */
.dpTitleTD {
	}


/* a table cell that holds one of the forward/backward buttons */
.dpButtonTD {
	}


/* the table cell that holds the "This Month" or "Close" button at the bottom */
.dpTodayButtonTD {
	}


/* a table cell that holds the names of days of the week (Mo, Tu, We, etc.) */
.dpDayTD {
	background-color: #CCCCCC;
	border: 1px solid #AAAAAA;
	color: white;
	}


/* additional style information for the text that indicates the month and year */
.dpTitleText {
	font-size: 12px;
	color: gray;
	font-weight: bold;
	}


/* additional style information for the cell that holds a highlighted day (usually either today's date or the current date field value) */ 
.dpDayHighlight {
	color: 4060ff;
	font-weight: bold;
	}


/* the forward/backward buttons at the top */
.dpButton {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: gray;
	background: #d8e8ff;
	font-weight: bold;
	padding: 0px;
	}


/* the "This Month" and "Close" buttons at the bottom */
.dpTodayButton {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: gray;
	background: #d8e8ff;
	font-weight: bold;
	}

.tooltip {
  background-color:#FFF;
}
.tooltip .title {
  background-color:#000;
  border-bottom:1px solid #FFF;
  font-size:x-small;
  font-weight:bold;
  text-align:center;
  padding:.5ex 2ex;
}


