* {
	margin: 0px;
	padding: 0px;
}
body {
	background-color: #cccccc;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #4c4c4c;
	margin: 0px;
	padding: 0px;
	cursor: default;
}
#xpage {
	width: 768px;
	background-color: #ffffff;
	margin: 10px auto;
}
#xtop {
	height: 108px;
	background: url("../images/pagetop.png");
}
#xtop span {
	float: right;
	position: relative;
	top: 20px;
	left: -20px;
	color: #2D3952;
	font-size: 8pt;
	font-weight: bold;
}

#xmeniu {
	background: url("../images/main.png") 0px 0px repeat-y;
}
#xundermeniu {
	background: url("../images/undermeniu.jpg") ;
	height: 167px;
	margin: 0px 15px 0px 10px;
}
#xmain {
	background: url("../images/main.png");
	/*border: 1px solid red;*/
	padding-left: 10px;
}
#xleftpanel {
	float: left;
	width: 242px;
	
	background: url("../images/panel.png") repeat-x;
	
}
#xleftpanel  ul.tree{
	list-style-type: none;
	margin: 20px 0px 0px 10px;
}
#xleftpanel  ul.tree li {
	margin-left: 40px;
	background: url("../images/smbuletblue.gif") no-repeat 0px 5px;
}
/*#xleftpanel  ul.leaf li {
	background: url("../images/smbuletgray.gif") no-repeat 0px 5px;
}*/
#xleftpanel  ul.tree a {
	padding: 10px;
	color: #083D65;
	text-decoration: none;
}
#xleftpanel  ul.leaf a {
	color: #333333;
	text-decoration: none;
}
#xleftpanel ul.tree li a:hover {
	text-decoration: underline;
	margin: 1px;
}
#xleftpanel  ul{
	list-style-type: none;
	margin-left: 20px;
}
#xleftpanel  ul li {
	padding-left: 7px;
	margin: 4px;
}
#xleftpanel h2 {
	margin: 15px 0px 0px 40px;
	color: #555555;
	font-size: 12pt;
	padding-left: 20px;
	background: url("../images/buletgray.gif") 0px 3px no-repeat;
}
#xleftpanel h2 a{
	color: #555555;
	}

#xcontent {
	float: right;
	width: 460px;
	margin: 10px 20px 0px 0px;
	/*border: 1px solid red;*/
}
#xcontent h1{
	font-size: 12pt;
	/*color: #339966;*/
	color: #083D65;
	padding-left: 30px;
	margin: 0px 0px 20px 10px;
	background: url("../images/buletgreen.png") no-repeat;
}
#xcontent h2 {
	color: #339966;
	font-size: 12pt;
	padding-left: 30px;
	margin: 0px 0px 15px 10px;
}
#xcontent span {
	color: #083D65;
	/*padding-left: 30px;
	margin: 0px 0px 20px 10px;*/
}
#xcontent h1 a{
	color: #083D65;
	font-size: 10pt;
	margin: 0px 0px 10px 5px;
}
/*#xcontent h1{
	font-size: 14pt;
	color: #339966;
	padding-left: 30px;
	margin: 0px 0px 20px 0px;
	background: url("../images/buletgreen.png") no-repeat;
}*/
#xcontent p {
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px dotted #cccccc;
}
#xcontent p  a{
	color: #083D65;
}
#xcontent  img {
	float: left;
	margin: 0px 10px 0px 0px;
}
#xcontent  a.more {
	font-size: 8pt;
	padding-right: 10px;
	color: #339966;
	background: url("../images/smbuletgreen.png") no-repeat 105px 3px;
	text-decoration: none;
}
#xcontent  p.last{
	text-align: center;
	font-size: 7.5pt;
	color: #777777;
	text-transform: uppercase;
	border: 0px;
	margin: 0px;
}
#xbottom {
	color: #2D3952;
	height: 74px;
	background: url("../images/pagebot.png") bottom left;
}
#xbottom  span {
	color: #222222;
	position: relative;
	top: 20px;
	left: 370px;
	font-weight: bold;
	font-size: 9pt;
	font-style: italic;
}
#xbottom div {
	font-size: 8pt;
	font-weight: bold;
	width: 330px;
	position: relative;
	top: 40px;
	left: 10px;
	text-align: center;
	font-style: italic;
}
#xbottom a {
	color: #2D3952;
	text-decoration: none;
}
.clear{
	height: 0px; 
	clear: both;
	overflow: hidden;
}  
img {
	border: 0px;
}

/* tabs */ 
#xtabscontainer {
	border: 0px solid red;
	margin-left: 10px;
}
#tabs {
  width: 743px;
  float:left;
  background: transparent;
  font-size:80%;
  line-height:normal;
  border-bottom: 3px solid #266390;
  /*margin: 0px 15px 0px 10px;*/
  } 
#tabs ul {
	margin: 0px;
	padding: 0px 0px 0px 10px;
	list-style:none;
  }
#tabs li {
  display:inline;
  margin:0;
  padding:0;
  }
#tabs a {
  float:right;
  background:url("../images/tableft.gif") no-repeat left top;
  margin:0;
  padding:0 0 0 5px;
  text-decoration:none;
  }
#tabs a span {
  float:left;
  display:block;
  background:url("../images/tabright.gif") no-repeat right top;
  padding:5px 15px 4px 6px;
  color:#24618E;
  cursor: hand;
  }
#tabs a:hover span {
  color:#FFF;
  }
#tabs a:hover {
  background-position:0% -42px;
  }
#tabs a:hover span {
  background-position:100% -42px;
  }
#search {
	border: 1px solid #266390;
	font-size: 10pt;
	padding: 3px;
	margin-left: 30px;
	margin-top:10px;
	color: #266390;
}
button {
	color: #ffffff;
	font-size: 10pt;
	background-color: #266390;
	border: 1px outset #266390;
	padding: 1px;
}
.adsItem  img{
	border:none;
}  
