@charset "iso-8859-1";
/* CSS Document */

body,td,th {
	font-family: Arial;
	font-size: 11px;
	color: #2F2E2E;
}
body {
	background-color: #FBFBFB;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding:0px;
	background-repeat:repeat-x;
	background-image: url(images/tal.jpg);
}
.text_head {
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	color: #2F2E2E;
	font-weight: bold;
}

a:link {
	color: #32769A;
	text-decoration:none;
	font-family: Arial;
	font-size: 11px;
}
a:visited {
	color: #32769A;
	text-decoration:none;
	font-family: #2F2E2E;
	font-size: 11px;
}
a:hover {
	color: #32769A;
	text-decoration:none;
	font-family: Arial;
	font-size: 11px;
}
a:active {
	color: #32769A;
	text-decoration:none;
	font-family: Arial;
	font-size: 11px;
}
form{
margin:0px;padding:0px;
}
.inp {
	height: 20px;
	width: 200px;
}
.textar {
	height: 100px;
	width: 200px;
}
.style1 {
   font-size: 12px;
   font-weight: bold;
   color: #000000;
}
.selectmenu{
  width:240px;font-family:Tahoma;font-size:11px;border-width:0px;
}
.divrrs{width:80%; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: #7484ad}
.arss{color: #7484ad; font-size: 11px;}

.copy22 a:active,
.copy22 a:visited,
.copy22 a:link {
   color: #727272;
   text-decoration:none;
   }

.copy22 a:hover {
   color: #D1D1D1;
   text-decoration: underline;
   }
.menu_head {
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	color: #FFFFFF;
	font-weight: bold;
}
.white_head {
	font-family: Arial;
	font-size: 11px;
	font-style: normal;
	color: #FFFFFF;
	font-weight: normal;
}
.text_copyright {
	font-family: Arial;
	font-size: 11px;
	font-style: normal;
	color: #FFFFFF;
	font-weight: normal;
}

.Container {
	padding: 5px 0px 0px 0px;
	margin: 0;
}

.Container li {
	list-style-type: none;
}

.Container input{
    width: 14px;
	height: 14px;
	float: left;
	margin: 2px;
}

/* indent for all tree children excepts root */
.Node {
    margin-left: 36px;
	zoom: 1;
}

.IsRoot {
    margin-left: 0;
}
 
.ExpandOpen .Expand {
    background-image: url(img/minus.gif);
}
 
/* closed is higher priority than open */
.ExpandClosed .Expand {
    background-image: url(img/plus.gif);
}
 
/* highest priority */
.ExpandLeaf .Expand {
    background-image: url(img/leaf.gif);
}

.Content {
    margin-left:36px;
	min-height: 18px;
}
* html  .Content {
    height: 20px;
}


.ExpandLoading   {
    width: 18px;
    height: 18px;
    float: left;
    background-image: url(img/loading.gif);
}

.Expand {
    width: 18px;
    height: 18px;
    float: left;
}


.ExpandOpen .Container {
        display: block;
}

.ExpandClosed .Container {
        display: none;
}

.ExpandOpen .Expand, .ExpandClosed .Expand {
        cursor: pointer;
}
.ExpandLeaf .Expand {
        cursor: auto;
}