body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #CCCCCC;
	font-family: Tahoma;
	font-size: 13px;
	height:100%;
	overflow-y:auto;
}

div#divLodading {
position: fixed;
width:250px;
z-index:2;
background-color:#CCCCCC;
position:fixed;
left: 40%;
top: 43%;
vertical-align:middle;
text-align:center; 
}
	@media screen
  {
  * html
    {
    overflow-y: hidden;
    }
  * html body
    {
    height: 100%;
    overflow: auto;
    }
   * html div#divLodading
    {
		position: absolute;
	}
  }
  
a:link {
	color: #003399;
	text-decoration: none;
}
a:visited {
	color: #003399;
	text-decoration: none;
}
a:hover {
	color: #990000;
	text-decoration: underline;
}
a:active {
	color: #003399;
	text-decoration: none;
}

/* Master Menu of Site */
.MasterMenu {
	text-align: center;
	width: 112px;
}

.MasterMenu a {
	background-image: url(images/master_menu_button_bg_off.jpg);
	vertical-align: bottom;
	height: 22px;
}
.MasterMenu a:link {
	text-decoration: none;
	display: block;
	padding-top: 16px;
	color: #333333;
}
.MasterMenu a:active {
	text-decoration: none;
	display: block;
	padding-top: 16px;
	color: #333333;
}
.MasterMenu a:visited {
	text-decoration: none;
	display: block;
	padding-top: 16px;
	color: #333333;
}
.MasterMenu a:hover {
	text-decoration: none;
	background-image: url(images/master_menu_button_bg_on.jpg);
	color: #CC0000;
}

/* Sidebar Menu */
.SidebaeMenu {
	height: 25px;
	direction: rtl;
	text-align: right;
	vertical-align: middle;
	border-top: 1px #666666 dotted;
}
.SidebaeMenu a {
	vertical-align: bottom;
	height: 100%;
	padding-right: 5px;
	line-height: 22px;

}
.SidebaeMenu a:link {
	text-decoration: none;
	display: block;
	color: #333333;
}
.SidebaeMenu a:active {
	text-decoration: none;
	display: block;
	color: #333333;
}
.SidebaeMenu a:visited {
	text-decoration: none;
	display: block;
	color: #333333;
}
.SidebaeMenu a:hover {
	text-decoration: none;
	background-color: #CCCCCC;
	color: #FFFFFF;
}

/* Notice */
td.NoticeHeaderImage {
	width: 53px;
	background-image: url(images/adv_icon.jpg);
}
td.NoticeHeaderTitle {
	height: 44px;
	background-image: url(images/adv_bg.jpg);
}
td.NoticeHeaderTitleCell {
	line-height: 22px;
	font-size:13px;
	direction: rtl;
	padding-top: 5px;
	text-align: right;
	vertical-align:top;
	height: 35px;
	width: 225px;
}
td.NoticeBody {
	background-color: #FFFFFF;
}
td.NoticeBodyCell {
	width: 265px;
	direction: rtl;
	text-align: right;
	height: 100px;
	line-height: 20px;
}
td.NoticeFooter {
	height: 57px;
	background-image: url(images/more_bg.jpg);
}

table.Search {
	background-image: url(images/login_bg.jpg);
}

/* General Object */
.dirRTL {
	direction: rtl;
	font-weight: bold;
	}
td.Text12White {
	color: #FFFFFF;
	font-size: 12px;
}
td.HostHead  {
  border: 1px #FFFFFF Solid;
	
	}
	
td.TopProductsTitle {
	background-image:url(images/news_bg.jpg);
	height: 44px;
	color: #FFFFFF;
	padding-right: 10px;
	line-height: 32px;
	text-align: right;
	vertical-align: text-top;
}

/* ASP.NET Object */
.DropDown {
	height: 19px;
	font-family: Tahoma;
	font-size: 9px;
}
.TextBox {
	height: 11px;
	font-family: Tahoma;
	font-size: 10px;
}
.grdvwHead {
	height: 28px;
	font-family: Tahoma;
	color: #FFFFFF;
	font-size: 11px;
	background-image: url(images/footer_red_bg.jpg);
	font-weight: normal;
}
.grdvwRow {
	height: 25px;
	font-family: Tahoma;
	font-size: 12px;
	font-weight: normal;
}

/* Whois Search */
.dropWhois {
	font-family: Tahoma;
	font-size: 10px;
}
.txtWhois {
	height: 12px;
	font-family: Tahoma;
	font-size: 12px;
}

/* First List Items */
td.ListHeaderRow {
	height: 25px;
	width: 245px;
	direction: rtl;
	padding-right: 5px;
	background-image: url(images/ListHead.jpg);
	text-align: right;
}
td.ListNoteRow {
	height: 80px;
	direction: rtl;
	text-align: right;
	vertical-align: text-top;
	padding-right: 5px;
	font-size:12px;
}
td.ListImageRow {
	height: 175px;
	padding: 5px;
	text-align: center;
}
td.ListFooterRow {
	height: 25px;
	padding-right: 5px;
	direction: rtl;
	font-size:12px;
	text-align: right;
	border-top: 1px #CCCCCC dotted;
}
