html, body, form, fieldset,div {
  margin: 0;
  padding: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  vertical-align: top;
}


hr {
border: none;
	height: 0px;
  border-top: 1px solid #e0e0e0;
background: white;
color: white;

}

img {
  border: none;
}

ul {
  padding-left: 20px;
}

.ajax-loading {
  background: url(../images/ajax-loader.gif) no-repeat center;
}

table {
  vertical-align: top;
}
td {
  vertical-align: top;
}
table.blog {
  width: 100%;
}


a, a:active, a:visited, a:hover {
  text-decoration: underline;
  color: rgb(255, 0, 204);
}

body {
  text-align: left;
  height: 100%;
}

#top0 {
    width:100%;
    height: 18px;
    background: #ff00cc;
    color: white;
    font-weight: bold;
    font-size: 10px;
}
#top0 a {
    color: white;
}
#top01 {
    float:right;
}

#top1 {
  position: relative;
}
#jdoc_topmenu {
  /*position: absolute;*/
  left: 0px;
  top: 3px;
}
#jdoc_logo {
	left:16px;
	position:absolute;
	top:22px;
}
#jdoc_search {
  float:right;
	display:inline;
}
#banner1 {
  position: absolute;
  left: 500px;
  top: 40px;
}
#banner2 {
  position: absolute;
  right: 300px;
  top: 40px;
}
#top2 {
  border-top: 1px solid #99cc00;
  height:20px;
	position:relative;
}
#jdoc_header {
  position: absolute;
  left: 10px;
  top: 0px;
}
#jdoc_language {
  float:right;
  padding-left: 10px;
}
#jdoc_language .moduletable {
  float:right;
  padding-left: 15px;
}
#jdoc_banner3 {
	float: left;
	display:inline;
	padding-left:10px;
	padding-top:2px;
}


#wraper {
  border-top: 1px solid #99cc00;
  overflow: visible;
}

#left {
  padding: 10px;
  width:17%;
  border-right: 1px solid #e0e0e0;
}
#center {
   padding: 10px;
	 width:100%;
}
#right {
  padding: 10px;
  width:22%;
  border-left: 1px solid #e0e0e0;
}

#left2 {
     padding: 10px;
  width:200px;
}
#center2 {
   padding: 10px;
}
#right2 {
   padding: 10px;
  width:360px;
}
#right2 h3, #center2 h3, #right2 a, #center2 a  {
  color: black;
}


#left h3{
	color:#f0c;
	font-size:16px;
	font-weight:normal;
	margin:11px 0 0;
}
#bottom0 {
  clear:both;
  border-top: 1px solid #e0e0e0;
   padding: 10px;
}

#bottom1 {
  clear:both;
  border-top: 1px solid #e0e0e0;
   padding: 10px;
}
#bottom2 {
  clear:both;
  border-top: 1px solid #99cc00;
   padding: 10px;
}
#bottom20 {
 width: 100%;
 text-align: center;
}
#center3 {
 width: 990px;
 text-align: left;
 margin: 0px auto;
}


#bottom3 {
  padding: 10px;
  clear:both;
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 9px;
}
.moduletable_left {
  width:178px;
  padding: 4px;
  margin: 10px 10px;
}

.moduletable-violet {
  border: 1px solid #cc33cc;
  width:178px;
  padding: 4px;
  margin: 15px 10px;
}
.moduletable-violet h3 {
  color: #cc33cc;
  padding-left: 10px;
}
.moduletable-violet a {
color: #057EFF;
font-weight: bold;
}

.moduletable-red {
  border: 1px solid #ff3366;
  width:178px;
  padding: 4px;
  margin: 15px 10px;
}

.moduletable-red h3 {
  color: #ff3366;
  padding-left: 10px;
}
.moduletable-red a {
color: #057EFF; 
font-weight: bold;
}

#jflanguageselection, #jflanguageselection ul.jflanguageselection {
  padding:0;
  margin:0;
}


h1, h3, .componentheading, .contentheading {
	color:#f0c;
	font-size:16px;
	font-weight:bold;
	margin:11px 0 0;
}

.menu-top {
  clear: left;
  list-style: none;
  margin: 0px;
}
.menu-top li
{
  display: inline;
  text-align:center;
  margin-right: 20px;
  font-size:11px;
}
.menu-top li a, .menu-top li a:visited
{
  color: black;
}

.menu-top li a:hover, .menu-top li.active a {
	color:#FF00CC;
}

/* Pagination ---*/
ul.pagination { 
	float: left;
	margin:12px auto;
}

ul.pagination li {
	background: none;
	display: inline;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

ul.pagination li span { padding: 0 2px; line-height: 20px; }

ul.pagination a {
	border: 1px solid #ccc;
	color: #000;
	line-height: 20px;
	padding: 0 2px;
	text-decoration: none;
    font-weight: normal;
}

ul.pagination a:hover, ul.pagination a:active, ul.pagination a:focus {
	background: rgb(255, 0, 204);
	border: 1px solid rgb(255, 0, 204);
	color: #fff;
	text-decoration: none;
}

/* System */
#system-message dt.message {
  visibility:hidden;
 }

#system-message dd.message {
	margin: 0;
	padding: 0;
}

#system-message dd.message ul,
#system-message dd.error ul,
#system-message dd.notice ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#system-message dd.message ul li,
#system-message dd.error ul li,
#system-message dd.notice ul li {
	margin: 0;
	padding: 0;
	background: none;
	color: #FFFFFF;
	margin: 0;
	padding: 5px;
}

/* System Standard Messages */
#system-message dd.message ul {
	font-weight: bold;
	border: none;
}

/* System Error Messages */
#system-message dd.error ul {
	font-weight: bold;
	border: none;
}

/* System Notice Messages */
#system-message dd.notice ul {
    font-weight: bold;
    border: none;
}

/* FORM
--------------------------------------------------------- */
form {
	margin: 0;
	padding: 0;
}

form label {
	cursor: pointer;
}

input, select, textarea, .inputbox {
	font-size: 12px;
}

.inputbox {
	border: 1px solid #CCCCCC;
	padding: 3px;
}

* html .button { /*IE 6*/
	padding: 1px 5px;
}

*+html .button { /*IE 7*/
	padding: 1px 5px;
}

.menu-exclusive_right  {
font-size:11px;
font-weight:normal;
margin-top:0;
padding-top:0;
}

.menu-exclusive_right li {
margin-left:5px;
margin-top:0;
padding-bottom:0;
padding-top:0;
}

.menu-exclusive_right li a {
color:#000000;
}

a.title_link {
color:#FF00CC;
font-size:16px;
text-decoration:none;
}

#mod_search_searchword  {
font-size:11px;
height:12px;
}

.menu-exclusive {
font-size:15px;
font-weight:normal;
padding:5px 7px 5px 5px;
}

.menu-exclusive li {
margin-left:20px;
padding-bottom:10px;
}

.menu-exclusive li a  {
color:#000000;
}