@charset "utf-8";

body {
	margin: 0px;
	padding-bottom: 15px;
	background-color: #FFFFFF;
}

a img {
	filter:alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
	border: 0px;
}
a:hover img {
    filter:alpha(opacity=50);
    -moz-opacity:0.5;
    opacity:0.5;
	border: 0px;
}

.mainmenu {
	background-image: url(../images/main-menu-bg.gif);
	background-repeat: repeat-x;
}

.othermenu {
	background-image: url(../images/other-menu-bg.gif);
	background-repeat: repeat-x;
	font-family: tahoma;
	font-size: 8pt;
	font-weight: normal;
	color: #000000;
	text-align: right;
}
.othermenu a:link    {color: #000000; text-decoration: none;}
.othermenu a:visited {color: #000000; text-decoration: none;}
.othermenu a:active  {color: #000000; text-decoration: none;}
.othermenu a:hover   {color: #0099FF; text-decoration: none;}

.footer {
	background-image: url(../images/footer-bg.gif);
	background-repeat: repeat-x;
	font-family: tahoma;
	font-size: 7pt;
	font-weight: normal;
	line-height: 170%;
	text-align: right;
	direction:rtl;
	color: #606060;
}
.footer a:link    {color: #606060; text-decoration: none;}
.footer a:visited {color: #606060; text-decoration: none;}
.footer a:active  {color: #606060; text-decoration: none;}
.footer a:hover   {color: #0099FF; text-decoration: none;}

.form {
	margin: 0px;
}

.search-field {
	font-family: tahoma;
	font-size: 8pt;
	text-align: right;
	direction:rtl;
	font-weight: normal;
	border: 1px solid #E1E2E3;
	padding-right: 5px;
	width: 164px;
}

.content {
	font-family: tahoma;
	font-size: 8pt;
	font-weight: normal;
	line-height: 200%;
	color: #333333;
	padding-top: 2px;
	padding-right: 1px;
	padding-bottom: 2px;
	padding-left: 1px;
	margin: 0px;
}
.content a:link    {color: #0099FF; text-decoration: none;}
.content a:visited {color: #0099FF; text-decoration: none;}
.content a:active  {color: #0099FF; text-decoration: none;}
.content a:hover   {color: #003366; text-decoration: none;}

.repeat {
	margin: 0px;
	padding: 0px;
	float: right;
}
#livehelp {
	position: fixed;
	right: 0px;
	top: 230px;
}
* html #livehelp { /* ie6 hack */
position: absolute;
top: expression(document.compatMode=="CSS1Compat"? document.documentElement.scrollTop+230+"px" : body.scrollTop+230+"px");
right: expression(document.compatMode=="CSS1Compat"? document.documentElement.scrollRight+0+"px" : body.scrollRight+0+"px");
}
.LANGMENU {
	font-size:8pt;
	vertical-align: middle;
	font-family: tahoma;
	font-weight: normal;
	text-align: left;
	padding: 0px;
	width: 100px;
	margin: 0px;
}
.imagebacked {
	background-repeat: no-repeat;
	margin: 0px;
	padding: 1px 0px 1px 21px;
	background-position: 2px;
	font-family: tahoma;
	font-size: 8pt;
	font-weight: normal;
	}
#metro-logo-1 {
	background-image: url(/SystemFiles/design/fa/images/metro-logo-fa.gif);
	width: 174px;
	background-repeat: no-repeat;
	background-position: left bottom;
	float: left;
	height: 80px;
}
#metro-logo-2 {
	background-image: url(/SystemFiles/design/fa/images/metro-logo-fa.jpg);
	height: 55px;
	width: 122px;
	background-repeat: no-repeat;
	background-position: right top;
	float: right;
}
