body{
	direction: rtl;
	font-size: 9pt;
	font-family: tahoma!important;
	text-align: center;
	/*background-color: #7C8091 /*#B2B2B2;*/
  
   background: #666666 
               url(themes/ui-lightness/images/ui-bg_diagonals-thick_20_666666_40x40.png) 
               repeat 
               scroll 
               50% 50%;
}
td{
   font-size: 9pt;
}
.ui-widget {
	font-size: 9pt !important;
	font-family: tahoma !important;
}
#MainDiv{
	text-align: justify;
	width: 780px;
	/*background-color: #e8dfee;
	border: 1px solid #dfeef1;*/
	padding: 8px;
	margin-left: auto;
	margin-right: auto;
	font-size: 9pt!important;
   /*opacity: 1.0;*/
}
#header{
	/*height: 140px;*/
	margin-bottom: 9px;
}
#toolbar {
	padding: 4px 4px;
	display: block;
}
#theme_selector{
/*
	position: fixed;
	
	left: 0px;
	top: 0px;*/
	float: left;
	width: 200px;
	text-align: left;
	height: 22px;
}

#livezilla_button_div{
	float: right;
}

input [type=text]{
	font-family: tahoma;
}

input [type=text]{
	border: 1px solid gray;
}
.a_theme{
/*
	display: inline-block;
	height: 9px;
	width: 9px;*/
	border: 1px solid gray;
	margin: 2px;
	padding: 4px;
	font-size: 2pt;
}
.a_theme:hover{
	margin: 0px;
	padding: 6px;
	text-decoration: none;
}
.footer{
	font-size: 8pt !important;
	padding-right: 15px;
	padding-left: 15px;
}
a{
	color: #3A5EFF;
	text-decoration: none;
}
a:hover{
	color: #B93737;
	text-decoration:underline;
}


td.sectionHeader{
   border: 1px #C2CED8 solid;
   font-weight: bold;
   background-color: #EEF5FF;
}

td.formFields{ 
   vertical-align: top; 
   padding: 8px;
   border-top: solid 1px #D7EAF4;
   background-color: #F9FCFF;
}

hr{
   height: 1px;
   color: #AFBDCD;
}

a.footerLink{
   color: #EEEE7B;
}