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

body {
  font-size: 12px;
  text-align: center;
  font-family: Arial,Helvetica,sans-serif;
  margin: 0px 0px 0px 0px;
}

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

a:hover {
	text-decoration: underline;
	font-weight: normal;
}

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 {
	-moz-border-radius: 10px 10px 10px 10px;
	background-color: #BFDCA2;
	margin-top: 20px;
	padding: 5px;
}

.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;
  width:780px;
}

#header_container {
  background-image: url(../images/header.jpg);
  width: 780px;
  height: 100px;
  margin-top: 15px;
}

#content_container {
  background-image: url(../images/main.jpg);
  background-repeat: repeat-y;
  width: 780px;
}

#footer_container {
  background-image: url(../images/footer.jpg);
  width: 780px;
  height: 170px;
}

#header{
 margin: 0 15px;
 padding: 5px 0 0 0;
}

#menu {
  width: 15%;
  background-color: #BFDCA2;
  -moz-border-radius:10px;
  -khtml-border-radius:10px;
  margin: 0px 0px 0px 15px;
  padding: 5px;
  float: left;
}

#content {
  width: 78%;
  background-color: #BFDCA2;
  -moz-border-radius:10px;
  -khtml-border-radius:10px;
  margin: 0px 15px 0px 0px;
  padding: 5px;
  float: right;
}

#footer {
  margin: 0px 15px 0px 15px;
  padding: 10px 0px 0px 0px;
}

#syndicate_logo {
  float: right;
  text-align: right;
  padding: 70px 10px 0 0;
}

#syndicate {
  float: left;
  color: #ffffff;
  padding: 85px 0 0 175px;
}



/*********************************************************/
/*** 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;
}

