/* ATO - Content area styles */

.c_contentcontainer {
  display:block;
  position:relative;
  
  padding:10px 20px;
  font-size:12px;
  font-weight:normal;
  /* enable if content-height should be limited and scrollable */
  /*
  overflow:auto;   
  height:100px;
  */
}

.c_header {
  clear:both;
  font-size:16px;
  font-weight:bold;
  margin-top:12px;
  margin-bottom:8px;
}

.c_headersmall {
  clear:both;
  font-weight:bold;
  margin-top:8px;
  margin-bottom:6px;
}

.c_text {
  float:none;
  font-size:12px;
  margin-top:6px;
  margin-bottom:6px;
  text-align:justify;
  
}

.c_textred {
  float:none;
  font-size:12px;
  margin-top:0px;
  margin-bottom:0px;
  padding:2px 3px;
  color:#000000;
  background-color:#CED4D0;
}

.c_textgrey {
  float:none;
  font-size:12px;
  margin-top:0px;
  margin-bottom:0px;
  padding:2px 3px;
  color:#FFFFFF;
  background-color:#808080;
}

.c_image_left {
  clear:both;
  /*text-align:justify;*/
  margin-bottom:10px;
}

.c_image_left IMG {
  float:left;
  position:relative;
  margin-right:20px;
  margin-bottom:10px;
}

.c_image_right {
  clear:both;
  margin-bottom:10px;
}

.c_image_right IMG {
  float:right;
  position:relative;
  margin-left:10px;
  margin-bottom:10px;
}

.c_image_center {
  clear:both;
  margin-top:6px;
  margin-bottom:6px;
}


.c_contentcontainer A:link {
  text-decoration:none;
  color:#000000;
  text-decoration:underline;
}

.c_contentcontainer A:visited {
  color:#000000;
  text-decoration:underline;
}
.c_contentcontainer A:hover {
  background-color:#808080;
  color:#DDDDDD;
  text-decoration:none;
}

.c_image_table {
  margin-bottom:10px;
}

.c_image_table td{
  margin-bottom:10px;
  font-size:12px;
}
.c_image_table IMG {
  margin-right:10px;
}


ul {
  padding-top:3px;
  padding-bottom:3px;
  padding-left:0px;
  margin-left:0px;
}

ul li {
  list-style-type:none;
  list-style-image:url('../img/markerleft.gif');
  padding-left:0px;
  margin-left:20px;
}


ol {
  padding-top:3px;
  padding-bottom:3px;
  margin-top:8px;
  margin-bottom:0px;
}


#searchform form {
  background-color:#808080;
  padding:4px 8px;
  color:#000000;
}

#searchwords {
  font-size:12px;
  border:1px solid #FFFFFF;
}

#searchgo {
  font-size:12px;
  border:1px solid #000000;
  background-color:#CED4D0;
  color:#000000;
}