/* #################### MISC SETTINGS #################### */
BODY {
  margin           : 0px;
  padding          : 0px;
  background-color : #ffffff ;
  color            : #000000;
  font-family      : Arial, Helvetica, sans-serif;
  font-size        : 14px;

}
/* ###################### LINKS ###################### */
a:link,a:visited {
  color            : #8888ff;
  text-decoration  : none;
}
a:hover {
  color            : #7DA1C7;
  text-decoration  : none;
}
a:active {
  text-decoration  : none;
  color            : #8888ff;
}
/* #################### LINKS END #################### */
td,tr,p,div {
  font-family      : Arial, Helvetica, sans-serif;
  font-size        : 16px;
  color            : #000000;
}

HR {
  background       : #CCCCCC;
  height           : 1px;
  width            : 75%;
}

li {
  list-style       : inside url(images/arrow.gif) 2px;
  list-style-image : url(images/arrow.gif);
}

.navigationline {
  font-family	   : tahoma;
  font-size        : 12px;
  color            : #CCCCCC;
}

/* ###################### UPPER BUTTON BAR ###################### */
.buttonbar {
  display          : block;
  font-family: Arial, Helvetica, sans-serif;
  width            : 100%;
  text-align       : center;
  font-weight      : normal;
  text-decoration  : none;
}

a.buttonbar:link, a.buttonbar:visited {
  font-size        : 17px;
  padding-top      : 1px;
  padding-bottom   : 1px;
  text-decoration  : none;
  border-top       : 1px solid #95BFD1;
  border-left      : 1px solid #95BFD1;
  border-right     : 1px solid #427D96;
  border-bottom    : 1px solid #427D96;
  background-color : #50A9DC;
  color            : #FFFFFF
}
a.buttonbar:hover {
  font-size        : 17px;
  padding-top      : 1px;
  padding-bottom   : 1px;
  border-top       : 1px solid #427D96;
  border-left      : 1px solid #427D96;
  border-right     : 1px solid #95BFD1;
  border-bottom    : 1px solid #95BFD1;
  background-color : #308CC0;
  color            : #FFFFFF
}
/* ################ MAIN AND SUB MENU SYSTEM ################ */

a.mainlevel:link, a.mainlevel:visited {
	display: block;
	font-size: 14px;
	font-weight: bold;
	color: #000000;/*13136E;*/
	text-transform: uppercase;
	text-align: right;
	height: 21px;
	line-height: 21px;
	text-indent: 14px;
	width: 195px;
	background-image: url(images/menu_bg.png);
	background-position: left center;
	background-repeat: no-repeat;
}

a.mainlevel:hover {
	display: block;
	font-size: 14px;
	font-weight: bold;
	color: #50A9DC;
	text-transform: uppercase;
	text-align: right;
	height: 21px;
	line-height: 21px;
	text-indent: 14px;
	width: 195px;
	background-image: url(images/menu_bg_over.png);
	background-position: right center;
	background-repeat: no-repeat;
}

a.sublevel:link, a.sublevel:visited {
	display: block;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-transform: uppercase;
	text-align: right;
	height: 18px;
	line-height: 18px;
	text-indent: 14px;
	width: 160px;
}
a.sublevel:hover {
	color: #50A9DC;
	font-weight: bold;
	text-decoration: none;
	font-size: 12px;
}

/* ################### MODULE SETTINGS ################### */
table.moduletable {
  background-color : #F9F9F9;
  border           : 1px solid #D9D9D9;
  width            : 100%;
  margin-bottom    : 10px;

}

table.moduletable th {
  border           : 3px solid #F9F9F9;
  text-align       : center;
  color            : #333333;
  height           : 27px;
  background-color : #95CBE9;  
}

table.moduletable td {
  border           : 3px solid #F9F9F9;
  font-weight      : normal;
}
/* ###################### CONTENT PAGE SETTINGS ###################### */
.contentpane {
  padding-left     : 14px;
  padding-right    : 14px;
}

.contentpaneopen {
  padding-left     : 14px;
  padding-right    : 14px;
}

.contentheading, .componentheading {
  font-size        : 22px;
  font-family: tahoma;
  color            : #ff00cc;
  text-align  : right;
  text-decoration : bold;
}
.rubrique{
  font-size        : 20px;
  font-family: Arial, Helvetica, sans-serif;
  color            : #0000cc;
  text-align  : right;
  text-decoration : bold;
}

.contentdescription {
  color            : #000000;
}
/* ###################### FORMULAR SETTINGS ###################### */
.button {
  font-style       : normal;
  color            : #000000;
  background-color : #F0F0F0;
  border           : 1px solid #cccccc;
}

.inputbox {
  color            : #000000;
  background       : #F0F0F0;
  border           : 1px solid #CCCCCC;
}

/* ################### SECTION LISTING SETTINGS ################### */
.sectiontableentry1 {
  background-color : #F9F9F9;
}

.sectiontableentry2 {
  background-color : #F0F0F0;
}

.sectiontableheader {
  background-color : #CCCCCC;
  color            : #2A7CA9;
  font-size : 16px;
}

/* ##################### SMALL FONT SETTINGS ##################### */
.small {
  color            : #3366C0;
  text-decoration  : none;
  font-weight      : medium;
}

.smalldark {
  color            : #000000;
  font-weight      : medium;
}

.createdate {
  color            : #999999;
  text-decoration  : none;
  font-weight      : medium;
}