/* Global Styles */

body {
	margin:3px;
	padding:0;
	background-color:#000000;
}

.leftColumn {
	background-image: url(/images/template/leftColumnBG.gif);
}

.stream {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #333333;
}

.main {
  background-color:#FFFFFF;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #333333;
  padding: 0px 15px 15px 15px;
  height: 365px;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
}
	
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}
	
.footer {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  color: #333333;
}




/* Links */
a:link, a:visited {
  font-family      : Arial, Helvetica, sans-serif;
  color            : #000066;
  text-decoration  : none;
}

a:hover {
  color            : #ff0000;
}

a.stream:link, a:visited {
  font-family      : Arial, Helvetica, sans-serif;
  color            : #000066;
  text-decoration  : none;
}

a.stream:hover {
  color            : #ff0000;
}

a.buttonbar:link, a.buttonbar:visited {
  font-family      : Arial, Helvetica, sans-serif;
  font-size        : 13px;
  color            : #000066;
  border-bottom    : none;
  font-weight      : bold;
  padding-left     : 10px;
  padding-right    : 10px;
  line-height      : 21px;
}


/* ###################### MAIN MENU SETTINGS ###################### */
.mainlevel {
  font-family      : Arial, Helvetica, sans-serif;
  font-size        : 12px;
  font-weight      : bold;
  text-align       : left;
  margin-bottom    : 3px;
  padding-left     : 3px;
  line-height      : 17px;
}

a.mainlevel:link, a.mainlevel:visited {
  color            : #000066;
}

a.mainlevel:hover {
  color            : #ff0000;
}



/* ###################### MODULE SETTINGS ###################### */
table.moduletable {
  width: 100%;
  padding: 0px;
}

table.moduletable th {
  font             : Arial, Helvetica, sans-serif;
  font-size        : 14px;
  font-weight      : bold;
  color            : #000000;
  text-align       : center;
  padding          : 0px;
  margin-bottom    : 4px;
  background-color : #cccccc;
}


/* ###################### FORMULAR SETTINGS ###################### */
.button {
  font-family      : Arial, Helvetica, sans-serif;
  font-style       : normal;
  font-weight      : bold;
  font-size        : 10px;
  color            : #000000;
  border           : 1px solid;
}

.inputbox {
  font-family      : Arial, Helvetica, sans-serif;
  font-size        : 10px;
  font-weight      : bold;
  color            : #000000;
  background       : #FFFFFF;
  border           : 1px solid;
}

