﻿body {
	background-color: #DFEFF9;
	margin:0px;
	margin-top:107px;
}
.introFontStyle {
	font-family: tahoma;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	text-align:right;
}
.introFontStyle a{
	font-family: tahoma;
	font-size: 11px;
	color: #1b4ca2;
	text-decoration: underline;
	text-align:right;
}
.errorFontStyle {
	font-family: tahoma;
	font-size: 11px;
	color: #FF0000;
	text-decoration: none;
	text-align:right;
}
.loginFormStyle {
	border: 1px solid #99bbe8;
}
.loginHeaderStyle {
	font-family: Tahoma;
	font-size: 14px;
	color: #000000;
	text-decoration: none;
	text-align:right;
	background-image: url(../Images/loginHdrBg.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
.loginInnerBodyBg {
	background-color: #FFFFFF;
	background-image: url(../Images/loginInnerBodyBg.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}
.textFieldStyle {
	font-family: tahoma;
	font-size: 11px;
	color: #777777;
	text-decoration: none;
	border: 1px solid #99bbe8;
	width:249px;
	height:16px;
	direction:rtl;
	padding-top:3px;
}
.textFieldStyleError {
	font-family: tahoma;
	font-size: 11px;
	color: #FF0000;
	text-decoration: none;
	border: 1px solid #FF0000;
	width:249px;
	height:16px;
	direction:rtl;
	padding-top:3px;
}
.dropList{
	font-family: tahoma;
	font-size: 11px;
	color: #777777;
	text-decoration: none;
	border: 1px solid #99bbe8;
	width:116px;
	height:21px;
	direction:rtl;
}
.checkBox{
	border: 1px solid #99bbe8;
}

.footerStyle {
	background-image: url(../Images/footerBg.jpg);
	background-repeat: repeat-x;
	font-family: tahoma;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	text-align:center;
}
.btnStyle {
	font-family: tahoma;
	font-size: 11px;
	color: #666666;
	text-decoration: none;
	text-align:center;
	background-image: url(../Images/btnBgImg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	height:22px;
	width:70px;
}
