body {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	background-color: #f6f6f6; 
}

td, th, input, select, textarea {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

a:link {
  color: #333333;
}

a:visited {
  color: #333333;
}

a:active {
  color: #000000;
}

img {
  border: none;
}

legend {
  white-space: nowrap;
}

/* --- loader ---*/

#loader {
  width: 320px;
  margin-left: auto;
  margin-right: auto;
}

#loader td {
  padding: 3px;
  background: #ffffff;
}

#loader p {
  border: 3px solid #A4B58B;
  padding: 10px;
  margin: 0;
  background: #F4F7DC;
}

#loader img {
  float: left;
  margin-right: 12px;
}

#loader strong {
  display: block;
  margin-bottom: 3px;
}

#loaderContainer {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: expression('absolute');
  height: expression(document.documentElement.scrollHeight+'px');
  width: expression(document.documentElement.scrollWidth+'px');
  z-index: 1000;
}

#loaderContainer td {
	padding-top: 150px;
	vertical-align: top;
	text-align: center;
	background-image: url(../images/semi-transparent.gif);
}

#loaderContainer td td {
	padding-top: 3px;
	text-align: left;
}

.link1{color:#BCDF5F;
text-decoration:none;
}
.link1:hover{
				color:#ffffff;
				text-decoration:none;
				}
			
			
			.link2{color:#d95700;
text-decoration:none;
}




/* sharif */

.supinp {
border: 1px solid  #18548f;
background: #FFFFFF;
padding: 2px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
-border-radius: 3px;
margin-bottom: 5px;
}
#support-menu {
	position: fixed;
	right: 0px;
	list-style: none;
	margin: 0px;
	padding: 0px;
	margin-top: -7px;
}

#support-menu li {
	float: right;
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#support-menu li a, #support-menu li a:visited {
text-decoration: none;
position: relative;
z-index: 1;
padding: 5px 10px;
margin-right: 5px;
color: #498fc1;
background: #f5fafe;
-moz-border-radius: 0px 0px 5px 5px;
-webkit-border-radius: 0px 0px 5px 5px;
-border-radius: 0px 0px 5px 5px;
border: 1px solid #498fc1;
}
a, b, strong {
	background: none;
}

a.table-title {
	text-decoration: none;
	z-index: 1;
	padding: 5px 10px;
	color: #498fc1;
	background: #f5fafe;
	-moz-border-radius: 5px 5px 0px 0px;
	-webkit-border-radius: 5px 5px 0px 0px;
	-border-radius: 5px 5px 0px 0px;
	border: 1px solid #498fc1;
	border-bottom: 0px;
	font-weight: bold;
	display: table-cell;
}

.new-table {
	background: #d5d5d5;
	border-top: 0px;
}
.imgg {
	vertical-align: middle;
}

.butt {
	background: #f5fafe;
	border: 1px solid #498fc1;
	color: #498fc1;
	border-radius: 5px;
	-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 5px 10px;
	margin-right: 5px;
}

.butt2 {
	background: #f5fafe;
	border: 1px solid #498fc1;
	border-radius: 5px;
	-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 3px 10px;
	margin: 0px 5px;
}

.online {
	background: url(../images/online-user.png) no-repeat;
	width: 114px;
	height: 25px;
	margin-left: 10px;
	overflow: hidden;
	padding-left: 22px;
	padding-top: 6px;
	color: #6d3e00;
	float: left;
	display: block;
	font-weight: bold;
}

.offline {
	background: url(../images/offline_user.png) no-repeat;
	width: 114px;
	height: 25px;
	margin-left: 10px;
	overflow: hidden;
	padding-left: 22px;
	padding-top: 6px;
	color: #6d3e00;
	float: left;
	display: block;
}
