@charset "utf-8";

/* * * * * * * * * * fixBrowser * * * * * * * * * */

* { 
   font-size: 11px;
   font-family: Verdana,Arial,sans-serif;
   background-repeat: no-repeat;
}

body {
   background-color:#7882BE; 
   background-image:url('../graphics/main_background.jpg'); 
   background-repeat: repeat-x;
   padding: 0px;
   margin:  0px;
}

  
/* * * * * * * * * * TinyMCE specific rules * * * * * * * * * */
body.mceContentBody {
   background: #D9DBEB;
}


/* * * * * * * * * * global stuff * * * * * * * * * */    

h1 {
	font-size: 1.6em;
	color:#000060;
	margin-top: 10px;
	margin-bottom: 5px;
}

h2 {
	font-size: 1.3em;
	color:#000060;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 5px;
}

#index_page h2 {
   width: 100%;
   text-align: center;
   border-bottom: solid 1px #2F3C85;
}

h2 .subtitle {
   font-size: 11px;
   color: windowtext;
   font-weight: normal;
}

h3, h4, h5, h6, h7, h8 {
   font-weight: bold;
	margin-top: 10px;
   margin-bottom: 3px;
}

p {
   margin-bottom: 0.3em;
}

td p {
   margin-top: 0px;
   padding-top: 0px;
}

th {
	text-align: left;
	font-weight: bold;
}

td {
	vertical-align:top;
}

img {
   margin-left:  5px;
   margin-right: 5px;
}

ul {
   padding-top: 0px;
   margin-top: 0px;
}

sup {
	font-size: 0.9em;
	line-height:50%;
}

hr {
   border: none;
   background-color: #2F3C85;
   width: 100%;
   height: 1px;
   text-align: left;
}

/* * links * */
a img {
   border: none;
}

a.simple {
   color:#000060;
   text-decoration: none;
} 
a.simple:active {
   color:#000000;
   text-decoration: none;
}
a.simple:hover {
   font-weight:bold;
   text-decoration: none;
}

/* * differnet classes * */
.clear {
   clear: both;
}

.spacer {
   width:10px;
   height:10px;
   margin:0px;
   padding:0px;
}

.spacerBig {
   width:20px;
   height:20px;
   margin:0px;
   padding:0px;
}

/* default backgound */
.content_bg {
   background-color: #D9DBEB;
}

.highlight {
   background-color: #C0C4DF;
}

.highlight2 {
   background-color: #848BB8;
}

.bordered {
	border: solid 1px #2F3C85;
}

.footnote {
	border-top: 1px solid #2F3C85;
	font-size: 0.8em;	
}

.popupContent {
   background-color:#D9DBEB;
   padding: 10px 10px 10px 10px
}


