/* STYLE 1 */

#container {
	width: 800px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: auto;
	margin-right: auto;
	padding: 10px; /*10px;*/
	background-color: #FFF;
	background-image: url(../images/bg.gif);
	background-repeat: repeat;
	background-position: center;
	border: thin inset #CCC;
}
#header {
	padding: 10px;
	margin-bottom: 5px;
    text-align: center;
}
#content {
	margin-left: 0;
	padding: 20px;
	width: 556px;
	display: inline;
	overflow: auto;
	position: relative;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 10px;

}
#menu {
	float: right;
	width: 175px;
	padding: 10px;
	text-align: center;	
}
#footer {
	clear: both;
	padding: 5px;
	margin-top: 5px;
	text-align: center;
}


/* side menu */

ul#navlist
{
	color: #000;
	width: 200px;
	padding: 0px;
	margin: 0px;
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: 11px;
	font-weight: normal;

}

ul#navlist li
{
	list-style: none;
	margin: 0px;
	
}

ul#navlist li a
{
	display: block;
	width: 150px;
	padding: 4px 8px 4px 8px;
	text-decoration: none;
	text-align: center;
	border-top-width: thin;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #999;
}

ul#navlist li a:link {
	color: #000;	
}
div#navcontainer li a:visited {
	color: #000;
}

ul#navlist li a:hover
{
	color: #900;
	font-weight: bold;
}

#active a:link, #active a:visited, #active a:hover
{
	color: #000;
}
/* top menu */
#navcontainer2 ul
{
	padding-left: 0;
	margin-left: 0;
	width: 100%;
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

#navcontainer2 ul li { display: inline; }

#navcontainer2 ul li a
{
	color: #005E5E;
	text-decoration: none;
	padding-top: 0.2em;
	padding-right: 1em;
	padding-bottom: 0.2em;
	padding-left: 1em;
}

#navcontainer2 ul li a:hover
{
	color: #00008A;
	text-decoration: underline;
}


/* image properties */
.imgleft {
	  float: left;
      padding: 6px 10px 6px 0px;	  
}

.imgright {
	  float: right;
      padding: 6px 0px 6px 10px;	  
}
	
img { 
	  border-width: 0px; 
}

/* image with border */
.borderimg { 
	  border-style:solid;
      border-color: #D6DDE6;
      border-width:1px;
}

/* general settings */
html {
    height: 100%;
}

body {
	height: 100%;
	font: 11px Verdana,Tahoma,Arial,sans-serif;
	background-color: #FFF;
	background-image: url(../images/body.jpg);
	top center no-repeat;
}


h1, h2, h3, h4, h5, h6, h7
{
	margin: 0px;
	padding: 0px;
	color: #333;
}
h1 {

	 font-size: 14px;
	font-weight: bold;
	color: #005E5E;
}
h2 { 
	 font-size: 14px;
     font-weight: bold;
} 
h3 { 
	font-size: 12px;
	font-weight: bold;
	position: relative;
	color: #900;
	font-family: Verdana, Geneva, sans-serif;
}
h4 { 
	 font-size: 12px;   
     font-weight: bold;
	 color: #005E5E;
}
h5 { 
	font-size: 14px;
	font-weight: bold;
	color: #00C;
} 
h6 { 
     font-size: 13px;   
	 text-align: center;
     font-weight: bold;
     color: black;
     border: 1px solid #808080;
	 background: url(images/h6_bg.png) #d9dffb;
}

/* how the links should behave (apart from the menu) */
a { text-decoration: underline; }
a:link { color: #333; }
a:visited { color: #333; }
a:active { color: #333; }
a:hover { color: #999; }

/* plain link */
a.plain { text-decoration: none; }
a.plain:link { color: black; }
a.plain:visited { color: black; }
a.plain:active { color: black; }
a.plain:hover { color: black; }


input, textarea
{
	background-color: #C6E8FF;
	
}
.textarea
{
	background-color: #C6E8FF;
	
}
/* text in tables */
td, th {
	font: 11px Verdana,Tahoma,Arial,sans-serif;
}
/* borderless table */
table#borderless {
	border-collapse: collapse;
	border-style: hidden;
}
table.borderless th,
table.borderless td {
	border: 0px;
	padding: 5px;
	border-style: hidden;
	vertical-align: top;
}
table.borderless caption {
	font-size: 14px;
	font-weight: bold;
	color: #333;
	text-align: left;
	padding-top: 3px;
	padding-bottom: 8px;
	margin-left: auto;
	margin-right: auto;
}

/* table with border */
.datatable {
	border: 1px solid #ffffff;
	border-collapse: collapse;
	margin-left:auto;
	margin-right:auto;
}
.datatable td {
	border: thin solid #999;
	padding: 4px;
	text-align: left;
	vertical-align: top;
	background-color: #FFFFFF;
}
.datatable th {
	background-color: #ffffff;
	font-weight: normal;
	color: #666677;
	text-align: left;
	padding: 4px;
	border: thin solid #999;
}
.datatable caption {
	font-size: 14px;
	font-weight: bold;
	color: #000;
	text-align: left;
	padding-top: 3px;
	padding-bottom: 8px;
	margin-left: auto;
	margin-right: auto;
}
.datatable tr.altrow {
		background-color: #E9EEF5;
		color: #000000;
}
/*.datatable tr:hover, .datatable tr.hilite {
		background-color: #dff;
		color: #000000;
}*/
	
/* (?) popup properties */
a.info{
    position:relative; /*this is the key*/
    z-index:24; background-color:red; 
    color:#000;
    text-decoration:none;
    font-size: 11px;
    font-weight: normal;
	cursor: help;
}

a.info:hover{z-index:90; background-color:#ff0}

a.info span{display: none}

a.info:hover span{ /*the span will display just on :hover state*/
    display:block;
    position:absolute;
    z-index: 90;
    top:2em; left:1em; width:25em;
    border:1px solid #0cf;
    background-color:#cff; color:#000;
    text-align: left
}
#sddm
{
	z-index: 30;
	text-align: center;
	}

#sddm li
{
	padding: 0;
	list-style: none;
	float: left;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	
}

#sddm li a
{
	display: block;
	width: auto;
	color: #125868;
	text-align: center;
	text-decoration: none;
	margin-top: 0;
	margin-right: 1px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 10px;
}

#sddm li a:hover
{
	color: #13387A;
	text-decoration: underline;
}

#sddm div
{
	position: absolute;
	visibility: hidden;
	margin: 0;
	padding: 0;
	background-color: #FFF;
}

	#sddm div a
	{
	position: relative;
	display: block;
	margin: 0;
	width: auto;
	white-space: nowrap;
	text-align: center;
	text-decoration: none;
	color: #125868;
	font: 11px arial;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 25px;
}

	#sddm div a:hover
	{	
	color: #13387A;
	text-decoration: underline;
	}
	
	
#sddm2
{
	color: #000;
	width: 200px;
	padding: 0px;
	margin: 0px;
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	}

#sddm2 li
{
	list-style: none;
	margin: 0px;
	
}

#sddm2 li a
{
	display: block;
	width: 150px;
	padding: 4px 8px 4px 8px;
	text-decoration: none;
	text-align: center;
	border-top-width: thin;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #999;
}

#sddm2 li a:hover
{
	color: #900;
	font-weight: bold;
}

#sddm2 div
{
	position: absolute;
	visibility: hidden;
	margin: 0;
	padding: 0;
	background-color: #FFF;
}

	#sddm2 div a
	{
	position: relative;
	display: block;
	margin: 0;
	width: auto;
	white-space: nowrap;
	text-align: center;
	text-decoration: none;
	color: #125868;
	font: 11px arial;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 25px;
}

	#sddm2 div a:hover
	{
	color: #900;
	text-decoration: underline;
	font-weight: bold;	
	}
