/*****************************/
/*** Core html setup stuff ***/
/*****************************/

body {
  font-size: 12px;
  text-align: center;
  font-family: Arial,Helvetica,sans-serif;
  margin: 0px 0px 0px 0px;
  background-image: url(../images/bg.jpg);
}

a:link, a:visited {
	text-decoration: none;
	font-weight: normal;
	color: #FF6600;
}

a:hover {
	text-decoration: none;
	font-weight: normal;
	color: #666666 !important;
}

p { margin-top: 0; margin-bottom: 5px; }

img { border: 0 none; }

.clear:after
{
  content: '.';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clear
{
  display: inline-block;
}

.clear
{
  display: block;
}

.moduletable{
  font-size: 12px;
}

.moduletable_header {

}

.moduletable_header h1{
  text-align: center;
  font-size: 24px;
}

.moduletable_header h2{
  text-align: center;
  font-size: 20px;
}

.moduletable_header h3{
  text-align: center;
  font-size: 18px;
}

.moduletable_header h4{
  text-align: center;
  font-size: 14px;
}

.moduletable_menu h1{
  text-align: left;
  font-size: 20px;
}

.moduletable_menu h2{
  text-align: left;
  font-size: 18px;
}

.moduletable_menu h3{
  text-align: left;
  font-size: 14px;
}

.moduletable_menu h4{
  text-align: left;
  font-size: 12px;
}

.moduletable_menu .mainlevel{
  font-size: 12px;
}

.moduletable_menu #active_menu{

}

.blog{
  width: 100%;
  font-size: 12px;
}

.contentpaneopen{
  width: 100%;
  font-size: 12px;
}

.contentpaneopen table{
  width: 100%;
  font-size: 12px;
}

.contentpaneopen h1{
  text-align: left;
  font-size: 20px;
}

.contentpaneopen h2{
  text-align: left;
  font-size: 18px;
}

.contentpaneopen h3{
  text-align: left;
  font-size: 14px;
}

.contentpaneopen h4{
  text-align: left;
  font-size: 12px;
}

.article_separator{
  
}


/*****************************************/
/*** Template specific layout elements ***/
/*****************************************/
	
#wrapper {
  text-align: center;
  position: absolute;
  top: 145px;
  left: 205px;
  width: 620px !important;
  height: 400px !important;
  overflow: auto;  
}

#menu {
  text-align:left;
  width: 100px;
  margin: 50px 0px 0px 0px;
  padding: 0px 0px 0px 10px;
  float: left;
}

#menu ul{
  list-style: none;
  margin: 0px !important;
  padding: 0px !important;
}

#menu ul li ul{
  list-style: none;
  padding: 0px 0px 0px 10px !important;
  margin: 0px 0px 0px 0px !important;
}

#content {
  width: 480px;
  margin: 10px 0px 0px 0px !important;
  padding: 0 10px 0 0 !important;
  float: right;
}


/*********************************************************/
/*** Template specific layout elements used in backend ***/
/*********************************************************/


table {
  width: 100%;
}

.list thead {
  -moz-border-radius-bottomleft:4px;
  -moz-border-radius-bottomright:4px;
  -moz-border-radius-topleft:4px;
  -moz-border-radius-topright:4px;
  background-color: #E6E6E6;
  border:1px solid #D3D3D3;
  color:#555555;
  font-weight:normal;
  outline-color:-moz-use-text-color;
  outline-style:none;
  outline-width:medium;
}

.list thead tr th {
  padding: 0 5px 0 5px;
}

.list tbody {
  -moz-border-radius-bottomleft:4px;
  -moz-border-radius-bottomright:4px;
  -moz-border-radius-topleft:4px;
  -moz-border-radius-topright:4px;
  background-color: #E6E6E6;
  border:1px solid #D3D3D3;
  color:#555555;
  font-weight:normal;
  outline-color:-moz-use-text-color;
  outline-style:none;
  outline-width:medium;
}

.list tbody tr td{
  padding: 0 5px 0 5px;
}

.list tbody tr .action {
  width:16px;
  height:16px;
  cursor:pointer;
}
