/* badilist */
#badi
{
  width: 120px;
  padding: 3px;
  font-size: 9pt;
  overflow: hidden;
  border: 1px solid #ffffff;
}
/* inline search textbox */
.aratext{
	font: 15 pt tahoma, sans-serif;
	background-color: transparent;
	color: #FFA500;
	text-decoration: none;
}
/* left frame background class */
.bgleft {
 	font: 9px verdana, sans-serif;
 	background-color: #ffffff;
 	color: white;
	line-height: 10px;
}
/* top frame background class */
.bgtop {
	margin:0;
	padding:0;
}
/* inline search marker */
.marker
{
	background-color: #C4C4C4;
	color: black;
}
/* pager buttons */
#pbut {
  font-size: 7pt;
  width:16px;
  height:16px;
}
/* top buttons */
.nav td {
  padding:2px;
  height:23px;
  margin:0;
  vertical-align:middle;
}
/* panel leds */
#pmsg {
  background-color: #34252B;
font-size: 9px;
text-transform: uppercase;
  border: 1px solid black;
  border-right: none;
}
#pmsghi {
  background-color: #07F4F7;
font-size: 9px;
text-transform: uppercase;
  border: 1px solid black;
  border-right: none;
  }
#pbin {
  background-color: #34252B;
font-size: 9px;
text-transform: uppercase;
  border: 1px solid black;
  border-right: none;
}
#pbinhi {
  background-color: #FF0084;
 font-size: 9px;
text-transform: uppercase;
  border: 1px solid black;
  border-right: none;
}
#pevt {
  background-color: #34252B;
font-size: 9px;
text-transform: uppercase;
 border: 1px solid black;
}
#pevthi {
  background-color: #FFDD04;
font-size: 9px;
text-transform: uppercase;
  border: 1px solid black;
}
/* page browser text */
.pagi {
  font-size: 7pt;
  text-align: center;
}
/* page selector (select) */
.pagis {
  font-size: 6pt;
}
/* highlight color */
.highlight
{
  background-color: #43404D;
  border: 1px solid #31303C;
    filter:alpha(startopacity=90,finishopacity=70, style=1);
}
/* copyright line */
.copyright
{
  font-size: 7pt;
  color: #c0c0c0;
  filter:alpha(startopacity=90, finishopacity=55, style=2);
}
/* topic title */
.title {
  font: bold 12pt verdana, sans-serif;
  background-color: transparent;
  width: 100%;
  color: #000080;
  border: none;
  filter:alpha(startopacity=90, finishopacity=40, style=3);
}
.txt {
	font: 9pt tahoma, sans-serif;
	background-color: transparent;
	color: #454545;
	text-decoration: none;
}
/* buttons */
.but {
	font: 11pt arial,sans-serif;
	text-align: center;
	white-space: nowrap;
	cursor: hand;
	background-color: #526247;
	color: white;
	border: 2px outset #31303C;
	text-decoration: none;
}
/* button mouse over */
butover {
  background-color: #4A5D2A;
  border: 2px outset #31303C;
}
/* button pressed */
butdown {
	border: 2px inset black;
}
/* button link adjustments */
.but a {
  color:white;
}
.but a:hover {
  background-color: transparent;
  color:white;
}
.butover a {
  color:white;
}
.butover a:hover {
  background-color: transparent;
  color:white;
}
.timer {
  font-size: 7pt;
  vertical-align: middle;
}
/* panel classes */
.pi {
  border: 1px inset #31303C;
  font-size: 7pt;
  padding: 0px;
  text-align: center;
}
.pi a:hover {
  background-color: transparent;
}
/* top inputtexts */
.input {
  height:16px;
  font: 7pt verdana, sans-serif;
  border: 1px solid black;
  background-color: #43404D;
  color: #c0c0c0;
}
/* regular tab */
.tab {
  padding-top:2px;
  border-bottom: 2px inset #31303C;
  font-size: 7pt;
  white-space: nowrap;
}
.tab div {
  line-height: 12pt;
  white-space: nowrap;
  margin-left: 1px;
  padding-left: 4px;
  padding-right: 4px;
  padding-top: 2px;
  padding-bottom: 0;
  border: 2px outset #31303C;
  border-right: 1px outset #31303C;
  border-bottom: 0;
}
.tab a:hover {
  background-color: transparent;
}
/* selected tab */
.tabsel {
  border: 1px solid black;
  line-height: 11pt;
  white-space: nowrap;
  font-size: 7pt;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 4px;
  padding-right: 4px;
  cursor: default;
  border-bottom:0;
  white-space: nowrap;
}
/* tab contents */
.tabin {
  border: 2px outset #31303C;
  border-top: 0;
  padding: 4px;
  height: 245px;
  font-size: 8pt;
}

/* vertical tab */
.vtab {
  padding-right:2px;
  border-left: 2px inset #31303C;
  font-size: 7pt;
  white-space: nowrap;
  cursor: default;
}
.vtab div {
  line-height: 12pt;
  white-space: nowrap;
  margin-top: 1px;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-right: 2px;
  padding-left: 0;
  border: 2px outset #31303C;
  border-top: 1px outset #31303C;
  border-left: 0;
}
.vtab a:hover {
  background-color: transparent;
}
/* vertical selected tab */
.vtabsel {
  border: 1px solid black;
  line-height: 11pt;
  white-space: nowrap;
  font-size: 7pt;
  padding-right: 2px;
  padding-left: 2px;
  padding-top: 4px;
  padding-bottom: 4px;
  cursor: default;
  border-left:0;
  white-space: nowrap;
}
/* vertical tab contents */
.vtabin {
  border: 2px outset #31303C;
  border-right: 0;
  padding: 4px;
  height: 245px;
  font-size: 8pt;
}


/* hayvan ara */
.adiv {
  display:block;
  position:absolute;
  top:44px;
  left:215px;
  width:18px;
  overflow:hidden;
}
.amain {
  background-color: #3A3742;
  border:1px solid #31303C;
  border-left:0;
  width:100%;
  padding:4px;
   background-image: url(intel_habg.jpg);
 background-repeat: no-repeat;
 background-position: top;
}
td.amain {
  font-size: 8pt;
  }
.aup {
  border-right:0px solid #31303C;
  height:18px
}
.amid {
  background-color: #3A3742;
  border:1px outset #31303C;
  font-weight: lighter;
  font-family: arial;
  color: black;
  font-size:0px;
  border-right:0;
  padding:4px;
  line-height:8pt;
  cursor:w-resize;
height: 150px;
  width:24px;
  
}
.abot {
  border:0px solid #31303C;
  height:140px
}

ul {
	list-style-type: lower-roman;
  	line-height: 12pt;
}
.a {
	color: #E4EFB9;
	text-decoration: none;
	height: 1px;
	behavior: url(linkhilight.htc);
	filter: progid:dximagetransform.microsoft.gradientwipe(sProperties);
	cursor: hand;
	font-size: 12px;
	font-weight: bold;
}
.a:hover {
	color: #000000;
	background-color: #E4EFB9;
}
.b {
	color: #7A7A7A;
	text-decoration: none;
	height: 1px;
	behavior: url(linkhilight.htc);
	filter: progid:dximagetransform.microsoft.gradientwipe(sProperties);
	cursor: hand;
	font-size: 12px;
	font-weight: bold;
}
.b:hover {
	color: #037EAA;
	background-color: #7A7A7A;
}
select, input, optgroup {
  font: 8pt verdana, sans-serif;
  background-color: #43404D;
  color: white;
  border: 1px inset #120D0F;
  behavior: url(linkhilight.htc);
	filter: progid:dximagetransform.microsoft.gradientwipe(sProperties);
}

textarea {
  font: 9pt verdana, sans-serif;
  color: #c0c0c0;
  width:100%;
  border: 1px solid black;
  background-color: #43404D;
  padding: 5px;
}
body {
 	font: 9pt verdana, sans-serif;
 	background-color: #ffffff;
 	color: #ffffff;

}
.alt-txt {
 	font: 9pt verdana, sans-serif;
 	background-color: #ffffff;
 	color: #cccccc;

}
