/* standard elements */
* {
	margin: 0;
	padding: 0;
}
a {
	color: #1b1b1b;
}
a:hover {
	color: #999;
}
body {
	background: url(../images/shell/back.jpg) repeat;
	color: #1b1b1b;
	font: normal 62.5% "Lucida Sans Unicode",sans-serif;
	margin: 0;
}
input {
	color: #555;
	font: normal 1.1em "Lucida Sans Unicode",sans-serif;
}
p,cite,code,ul {
	font-size: 1.2em;
	padding-bottom: 1.2em;
	line-height: 19px;
}
p img{
	padding: 5px 7px 7px 0;
	float: left;
}
h1,h2 {
	font-size: 1.4em;
	margin-bottom: 12px;
	color: #477249;
	padding-top: 6px;
}
h3 {
	font-size: 1.2em;
	margin-bottom: 12px;
	color: #477249;
	padding-top: 6px;
	border-bottom: dashed 1px #477249;
	width: 250px;
}
cite {
	background: url(../images/shell/quote.gif) no-repeat;
	color: color: #999;
	display: block;
	font: normal 1.3em "Lucida Sans Unicode",serif;
	padding-left: 28px;
}

/* misc */
.clearer {
	clear: both;
}

/* structure */
.container {
   background: #FAFAFA;
	margin: 0 auto;
	padding-bottom: 6px;
	width: 767px;
	border:1px solid #A1A1A1;
}
.header {
	background: url(../images/shell/header.jpg) repeat-x;
	height: 183px;
}

/* title */
.title h1 {
	display: none;
}

/* navigation */
.navigation {
	margin-bottom: 4px;
}
.navigation a {
	background-color: #4A91C3;
	color: #FFF;
	float: left;
	font: bold 1.2em "Trebuchet MS",sans-serif;
	padding: 8px 0;
	width: 19%;
	border-right: 1px solid #FFF;
	text-align: center;
	text-decoration: none;
}
.navigation a:hover {
	background-color: #477249;
	color: #FFF;
}

/* main */
.main {
	clear: both;
	padding: 8px 18px;
}

/* main left */
.sidenav h1,.sidenav ul {
	padding-left: 12px;
}
.sidenav {
	background: #477249;
	float: left;
	width: 200px;
	height: 350px;
	padding: 0 0 46px 8px;
	margin-top: 10px;
}
.sidenav h1 {
	color: White;
	font-size: 1.2em;
	height: 20px;
	margin-top: 1.2em;
}
.sidenav ul {
	margin: 0;
	padding: 0;
}
.sidenav li {
	list-style:none;
	border-top: none;
	margin: 0px;
	padding:0px;	
}
.sidenav li a {
	/**color: #777;**/
	color: White;
	display: block;
	height: 13px;
	font-size: 0.9em;
	padding: 3px 6px 3px 14px;
	text-decoration: none;
	
}
.sidenav li a:hover {
	color: #999;
}

/* content */
.content {
	float: right;
	width: 520px;
	margin-top: 10px;
}
.content a{
	font-weight: bold;
	text-transform: uppercase;
}
.content .item {
	padding: 6px 12px;
	border: 1px solid #EEE;
	background: #FFF;
	margin-bottom: 8px;
   min-height:380px;
   height:auto !important;
   height:380px;
}
.content .descr {
	color: #333;
	margin-bottom: 6px;
}
.content li {
	list-style:circle ;
	margin-left: 18px;
}

/* search form */
navpad {
	padding: 0 0 6px 8px;
}
.styled {
	border: 1px solid #DDD;
	padding: 4px;
}
.button {
	background: url(../images/shell/search.gif) no-repeat left bottom;
	border: none;
	height: 27px;
	width: 27px;
}
.ajaxSearch_grpResultName, .AS_ajax_grpResultName, .paging1{
	display: none;
}
/* footer */
.footer {
	background: #477249;
	border: 1px solid #EEE;
	color: White;
	font-size: 1.1em;
	margin: 0 auto;
	text-align: center;
	padding: 6px;
	width: 720px;
	line-height: 12px;
}
.footer a {
	color: White;
	text-decoration: none;
}
.footer a:hover {
	color: #999;
	text-decoration: underline;
}
fieldset{
	border: none;
	padding-left: 15px;
}
.pleft{
	padding-left: 120px;
}
/* Greybox */
#GB_overlay {
  background-image: url(../images/shell/overlay.png); 
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  z-index: 100;
  width:  100%;
  height: 100%;
}

* html #GB_overlay {
  background-color: #000;
  background-color: transparent;
  background-image: url(../images/shell/blank.gif);
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../images/shell/overlay.png", sizingMethod="scale");
}

#GB_window {
  top: 10px;
  left: 0px;
  position: absolute;
  background: #fff;
  border: 5px solid #aaa;
  overflow: auto;
  width: 400px;
  height: 400px;
  z-index: 150;
}

#GB_frame {
  border: 0;
  overflow: auto;
  width: 100%;
  height: 378px;
}

#GB_caption {
  font: 12px bold helvetica, verdana, sans-serif;
  color: #fff;
  background: #888;
  padding: 2px 0 2px 5px;
  margin: 0;
  text-align: left;
}

#GB_window img {
  position: absolute;
  top: 2px;
  right: 5px;
  cursor: pointer;
  cursor: hand;
}
dl{float:left;display:inline;}
dt{float:left;width:275px;text-align:left;}
dd{margin:0;padding:0;width:200px;float:right;text-align:left;}
dd.img img{float:left;}

