/** Universal decorations **/
* {
	margin: 0;
	padding: 0;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; ;
	font-size: 11px;
}

.clear-both {
	clear: both;
	margin: 0;
}

/** Main Layout configuration **/
body {

	background: #FC0001 url(/files/img/bg/bgraster.gif) fixed -20px -20px;
}
#page {
	width: 890px;
	margin: 0 auto;
}
.content {
	width: 850px;
	margin: 0 auto;
}
#header {
	background: #ED0000 url(/files/img/jh/bg/header.jpg);
}
#header .content {
	height: 120px;
	position: relative;
}


#top_content {
	background: #FFF url(/files/img/bg/leftbar.gif) no-repeat;
}
#top_content * {
	color: #000;
}
#top_content p {
	font-size: 120%;
}
#top_content a {
	color: #FF0000;
}
#top_content h1 {
	padding: 15px 0 0 0;
	font-size: 200%;
	color: #B00003;
}
#box_content {
	background: url(/files/img/jh/bg/content.jpg) repeat-x #990000;
	padding-bottom: 20px;
}
#box_content .content {
	min-height: 200px;
}
#box_content .left {
	float: left;
	width: 310px;
}
#box_content .right {
	float: right;
	width: 520px;
}
#box_content * {
	color: #FFF;
}
#box_content a {
	color: #FF99FF;
}
#box_content h2 {
	font-size:150%;
	padding: 15px 0pt 20px;
	font-weight: normal;
}
#box_content h3 {
	font-size:120%;
	padding: 5px 0pt;
}
#sub_content {
	background: #FFF;
}

#content p {
	margin: 5px 0 0 0;
}
#content .clear-both  {
	margin: 0;
}
#content i {
	font-style: normal;
	color: #DE0019;
	text-transform: uppercase;
}
#content ol, #content ul {
	padding-left: 40px;
}
#content li {
	margin: 5px 0;
}
#footer {
	padding: 10px 0;
	background-color: #FC0001;
}
#footer * {
	color: #CCC;
}

/** Autocomplete fields */
div.autocomplete {
  position:absolute;
  width:250px;
  background-color:white;
  border:2px outset #888;
  margin:0px;
  padding:0px;
}
div.autocomplete ul {
  list-style-type:none;
  margin:0px;
  padding:0px;
}
div.autocomplete ul li.selected { background-color: #F4F876; }
div.autocomplete ul li {
  list-style-type:none;
  display:block;
  margin:0;
  padding:3px;
  cursor:pointer;
}

/** Some global content configs */
a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;	
}
#content .UserImage, #content .UserImageKl {
	background-position: center center;
	background-color: #FFF;
	background-repeat: no-repeat;
	border: 1px solid #660099;
}
#content .UserImage {
	width: 140px;
	height: 140px;	
}
#content .UserImageKl {
	cursor: pointer;
	width: 40px;
	height: 40px;	
}