/* ------------- CMA05 -------------*/

BODY {
	margin: 2px 0px 0px 0px;
	background: #000000 ;
}

td,tr,p,div {
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
}

ul {
	margin: 0;
	padding: 0;
	list-style: none;
	padding-left:15px;
}

li
{
	line-height: 15px;
	padding-left: 1px;
	padding-top: 0px;
	background-image: url(../templates/cma/images/arrow.png) ;
	background-repeat: no-repeat;
	background-position: 0px 3px;
}

h1 {
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #ff0000;
}

h2 {
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #ff0000;
}

h3 {
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #ff0000;
}

h4 {
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	
}

h5 {
	color: #ffffff;
	font-size: 11px; 
	font-weight: bold;
	
}

h6 {
	color: #ffffff;
	font-size: 10px; 
	font-weight: bold;
	
}

/* Horizontal Line */
hr {
	background: #999999; height:1px; border: 1px solid;
}

hr.separator {
	background: #666666;
	height: 1px;
	width: 75px;
	border: 0px;
}

/*################ CLASS SETTINGS ##############*/




/*################ DIV SETTINGS ##############*/
#topmenu {
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	padding: 5px 0px 0px 0px;
	color: #000000;
	white-space: nowrap;	
}

#body {
	/*width: 750px;*/
	text-align: left;
	border-left  : outset 2px #999999;
	border-right : inset 1px #999999;
	/*background   : url(../images/bodybg.jpg)*/
	padding-left : 5px;
	padding-right: 5px;
	/*white-space: nowrap;*/
	
}
	
#righttopmenu {
	font-size: 10px;
	/*font-weight: bold;*/
	text-align: center;
	padding: 7px 0px 0px 0px;
	color: #000000;
	white-space: nowrap;
}

#right {
	
	border-left:  outset 1px #999999;
	border-right: inset 2px #999999;
	padding-left: 2px;
	text-align:left;
}


/*################# ########### ###########*/

a.buttonbar:link, a.buttonbar:visited {
	
	font-size: 10px;
	font-weight: bold;
	text-align: left;
	text-transform: uppercase;
	text-decoration  : none;
	letter-spacing: 2px;
	color: #000000;
	padding: 0px 0px 50px 50px;
}

a.buttonbar:hover {
	color: #CC3300;
}

.poll {
  /*font-family      : Arial, Helvetica, Trebuchet MS, Verdana, sans-serif;*/
  font-size        : 11px;
  color            : #ffffff;
  text-align: left;
  /*text-indent: 15px;*/
}

/* ###################### FORMULAR SETTINGS ###################### */

.button {
  	/*font-weight: bold;*/
	border:solid 1px #999999;
	background-color: #333333;
	color: #999999;
	text-align: center;
	font-size: 9px;
	margin-top: 5px;
  
}

.inputbox {
  	font-size        : 9px;
  	/*font-weight    : bold;*/
  	color            : #999999;
  	background       : #000000;
  	border           : solid 1px #999999;
}

/*###################  MAIN MENU SETTINGS  ################### */
a.mainlevel:link, a.mainlevel:visited {
	background: url(../images/menu_bullet.jpg) no-repeat;
	vertical-align: middle;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	padding-left: 12px;
	padding-top: 1px;
	height: 15px;
	margin-bottom: 2px;
}

a.mainmenu:link, a.mainmenu:visited {
	color: #ffffff; 
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	padding-left:12px;
	padding-right:10px;
}

a.mainmenu:hover {
	color: #D6DF8C; 
	text-decoration: none;
}

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

a:hover {
	color: #006699;	
	text-decoration: none;
	font-weight: bold;
}

a.category:link, a.category:visited {
	color: #ff0000;
	text-decoration: none;
	font-weight: bold;
}

a.category:hover {
	color: #999999;
	text-decoration: none;
	font-weight: bold;
}

/* changed left modules, maybe right too?! */
table.moduletable {
	width: 95%;
	table-layout:auto;
	padding-top: 2px;
	padding-bottom: 10px;
	text-align: left;
	text-indent: 5px;
}

table.moduletable th {
 	background: url(../images/title_background.png) no-repeat;
	vertical-align:middle;
	font-size: 12px;
	font-weight: bold;
	color: #ff0000;
	text-align:left;
	text-indent: 15px;
	width: 100%;
	height: 20px;
	/*text-transform: uppercase;*/
	
}

.contentheading {
	background: url(../images/title_background.png) no-repeat;
	vertical-align: middle;
	font-size: 12px;
	font-weight: bold;
	color: #ff0000;
	text-align: left;
	text-indent: 15px;
	width: 100%;
	height: 20px;
	/*text-transform: uppercase;*/
}

.componentheading {

	background: url(../images/title_background.png) no-repeat;
	vertical-align: middle;
	padding-top: 4px;
	font-size: 12px;
	font-weight: bold;
	color: #ff0000;
	text-align: left;
	text-indent: 15px;
	width: 100%;
	height: 20px;
	/*text-transform: uppercase;*/
}	
	
.sectiontableheader {
	background : #293C43;
	color : #ffffff;
	font-weight : bold;
	text-align: left;
	text-indent: 15px;
	padding: 3px;
}

.sectiontableentry1 {
	background-color : #333333;
	padding: 2px;
	text-align: left;
}

.sectiontableentry2 {
	background-color : #666666;
	padding: 2px;
	text-align: left;
}

div#body .sectiontableentry1 {
	background-color : #333333;
	padding: 2px;
	text-align: left;
}

div#body .sectiontableentry2 {
	background-color : #666666;
	padding: 2px;
	text-align: left;
} 

div#right .sectiontableentry1 {
	background-color : #333333;
	padding: 1px;
	text-align: left;
}

div#right .sectiontableentry2 {
	background-color : #666666;
	padding: 1px;
	text-align: left;
}


/* Styles for dhtml tabbed-pages */
/*.ontab {
	background-color: #121A1D;
	border-left: outset 1px #9DA6B3;
	border-right: outset 1px #9DA6B3;
	border-top: outset 1px #9DA6B3;
	border-bottom: solid 0px #ffffff;
	text-align: center;
	cursor: pointer;
	font-weight: normal;
	color: #ff6600;
}
.offtab {
	background-color: #25343B;
	border-left: outset 1px #9DA6B3;
	border-right: outset 1px #9DA6B3;
	border-top: outset 1px #9DA6B3;
	border-bottom: solid 1px #9DA6B3;
	text-align: center;
	cursor: pointer;
	font-weight: normal;
	color: #cccccc;
	
}*/
	
	
