
* {
	font-family:  tahoma, Arial, Helvetica, sans-serif;
	direction:rtl;
}

body {
	direction:rtl;
	font-family:  tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

body.chatwindow {
	margin: 0;
	padding: 0;
	font-family:  tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	bgcolor:#FFFFCC;
}
body.headerBG {
	background: #f1f1f1; /* Old browsers */
	background: -moz-linear-gradient(left, #f1f1f1 0%, #fcfcfc 50%, #f1f1f1 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#f1f1f1), color-stop(50%,#fcfcfc), color-stop(100%,#f1f1f1)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, #f1f1f1 0%,#fcfcfc 50%,#f1f1f1 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, #f1f1f1 0%,#fcfcfc 50%,#f1f1f1 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left, #f1f1f1 0%,#fcfcfc 50%,#f1f1f1 100%); /* IE10+ */
	background: linear-gradient(left, #f1f1f1 0%,#fcfcfc 50%,#f1f1f1 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1f1f1', endColorstr='#f1f1f1',GradientType=1 ); /* IE6-9 */
}

body.chatbox {
	margin: 0;
	padding: 0;
	font-family:  tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	bgcolor:#FFFFCC;	
}

input {
	font-family:  tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	margin: 1;
	padding: 3;	
	background-color: #fff;
	border: 1px solid #c9c9c9;
}
select {
	margin: 1;
	padding: 3;	
	font-family:  tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	background-color: #fff;
	border: 1px solid #c9c9c9;
}
textarea {
	margin: 1;
	padding: 3;	
	font-family:  tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	background-color: #fff;
	border: 1px solid #c9c9c9;
}
input, select, textarea {
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	-khtml-border-radius:3px;
	-o-border-radius:3px;
	border-radius:3px;
}
table {
	font-family:  tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.operator {
	font-family: tahoma, Arial, Helvetica, sans-serif;
	font-size: 13px;
}
.operatorName {
	font-family: tahoma, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
}
.guest {
	font-family: tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.guestName {
	font-family: tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
 
.tabNav { 
	font-family:  tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color:#000000; 
}

	a.tabNav				{ text-decoration:none }
	a:link.tabNav			{ text-decoration:none }
	a:hover.tabNav		{ color:#003300; text-decoration:none }

.adminnavtop { 
	font-family:  tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color:#FFFFFF; 
}
	a.adminnavtop				{ text-decoration:none }
	a:link.adminnavtop			{ text-decoration:none }
	a:hover.adminnavtop		{ color:#CCFFCC; text-decoration:none }


.adminnavleft { 
	font-family:  tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color:#000066; 
}
	a.adminnavleft				{ text-decoration:none }
	a:link.adminnavleft			{ text-decoration:none }
	a:hover.adminnavleft		{ color:#006600; text-decoration:none }
		
.header { 
   font-family: tahoma, Arial, Helvetica, sans-serif; 
   font-size: 20px; 
   font-weight: bold; 
   color: #000000;
}  

.wh { 
   font-family: tahoma, Arial, Helvetica, sans-serif; 
   font-size: 20px; 
   font-weight: bold; 
   color: #000000;
} 

td {
	font-family:  tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#000000;
}

.standbox {
width: 450px;
height: 300px;
margin: 0 0 10px 0;
padding: 10px;
border: 1px;
background: #a5cbf7;
font-size: 11px;
}

.loginbox {
width: 333px;
height: 248px;
margin: 0 0 10px 0;
padding: 10px;
border: 0px;
border-top: none;
background: #F3F3F3 url(images/login.jpg) no-repeat 0 0;
font-size: 11px;
}


/* tabbed boxes */
td.tabon {
	background: #a5cbf7;
	border-top: outset #ffffff 2px;
	border-left: outset #ffffff 2px;
	border-right: outset #cccccc 2px;
	border-bottom: none;
}
td.taboff {
	background: #d6ebff;
	border-top: solid #cccccc 1px;
	border-left: solid #cccccc 1px;
	border-right: solid #cccccc 1px;
	border-bottom: solid #cccccc 2px;
}
td.tabsp {
	border-bottom: solid #cccccc 2px;
}
td.tabox {
	background-color: #a5cbf7;
	border-left: solid #cccccc 2px;
	border-right: solid #cccccc 2px;
	border-bottom: solid #cccccc 2px;
}

A.tabbed:link {
	color: #08245b;
	text-decoration: none;
}

A.tabbed:visited {
	color: #08245b;
	text-decoration: none;
}

A.tabbed:active {
	color: red;
	text-decoration: none;
}

A.tabbed:hover {
	color: #666666;
	text-decoration: underline;
}

TD.tabbed {
	font-family: tahoma, Arial,verdana,Sans-Serif;
	font-size: 8pt
}

TR.tabbed {
	font-family: tahoma, Arial,verdana,Sans-Serif;
	font-size: 8pt
}

 

bordertable {
	border: 1px black solid;
}

.bordertable{
 border: 1px black solid;
}

.button{
	border: 1px black solid;
	font-family: tahoma, Arial,verdana,Sans-Serif;
	font-size: 8pt;
	/*width: 100px; too small for some translations*/
}

.text{
	border: 1px black solid;
	font-family: tahoma, Arial,verdana,Sans-Serif;
	font-size: 8pt;
	height: 12pt;
}

/* Standard table 'spreadsheet' style */
table.tbl {
	background: #a5cbf7;
}

table.tbl TH {
	background-color: #08245b;
	color: #ffffff;
	list-style-type: disc;
	list-style-position: inside;
	border: outset #D1D1CD 1px;
	font-weight: normal;
	text-align:center;
}

table.tbl td {
	background-color: #ffffff;
}

/* a 'standard' table */
table.std {
	border: solid #08245b 2px;
	background: #d6ebff;
}
table.std TH {
	background-color: #08245b;
	color: white;
	list-style-type: disc;
	list-style-position: inside;
	border: outset #D1D1CD 1px;
}

table.std td.hilite {
	background-color: #ffffff;
}



/* tabbed boxes */
td.tabon {
	background: #a5cbf7;
	border-top: outset #ffffff 2px;
	border-left: outset #ffffff 2px;
	border-right: outset #cccccc 2px;
	border-bottom: none;
}
td.taboff {
	background: #d6ebff;
	border-top: solid #cccccc 1px;
	border-left: solid #cccccc 1px;
	border-right: solid #cccccc 1px;
	border-bottom: solid #cccccc 2px;
}
td.tabsp {
	border-bottom: solid #cccccc 2px;
}
td.tabox {
	background-color: #a5cbf7;
	border-left: solid #cccccc 2px;
	border-right: solid #cccccc 2px;
	border-bottom: solid #cccccc 2px;
}

/* Message styles */
.warning {
	color: red
}
.error {
	color: red
}
.message {
	color: #08245b;
}

.no_ {
	color: red
}

.clear{
clear:both;
}

/* top menu */
#top_menu_div{
clear:both;
background:#2d2d2d;
}
#top_menu_ul{
list-style-type:none;
margin:0;
padding:0;
}
#top_menu_ul li{
list-style:none;
float:right;
}
#top_menu_ul li a{
display:block;
white-space:nowrap;
padding:5px 10px;
color:#fff;
font-size:12px;
text-decoration:none;
-moz-border-radius:5px;
-webkit-border-radius:5px;
-khtml-border-radius:5px;
-o-border-radius:5px;
border-radius:5px;
margin:5px 5px;
}
#top_menu_ul li a:hover{
background:#ff1312;
}
.ontab{
background:#ff1312;
}

.boxMasterDiv{
list-style-type:none;
margin:0 10px;
padding:0;
border:1px solid #e1e1e1;
-moz-border-radius:5px;
-webkit-border-radius:5px;
-khtml-border-radius:5px;
-o-border-radius:5px;
border-radius:5px;
-moz-box-shadow: 0px 1px 1px #e7e7e7;
-webkit-box-shadow: 0px 1px 1px #e7e7e7;
-o-box-shadow: 0px 1px 1px #e7e7e7;
box-shadow: 0px 1px 1px #e7e7e7;
}
.boxHeaderDiv{
background:#2d2d2d;
color:#fff;
padding:7px 10px;
margin:-1px;
-moz-border-radius:5px 5px 0px 0px;
-webkit-border-top-right-radius:5px;
-webkit-border-top-left-radius:5px;
-khtml-border-radius:5px 5px 0px 0px;
-o-border-radius:5px 5px 0px 0px;
border-radius:5px 5px 0px 0px;
}
.boxContentDiv{
padding:10px;
}