/* Contents based on general descriptions from Http://www.w3c.org and the following:   */
/* http://positioniseverything.net provided several ideas or fixes                     */
/* http://en.wikipedia.org/wiki/Cascading_Style_Sheets provided several ideas.         */
/*    in particular color schemes and box showing and closing content index            */ 
/* http://www.mozilla.org    (top menu - since the jello mold was not working          */
/* The various parts of the contents of style sheet and function library is a mixture  */
/* of the above and extensions by experimentation                                      */
/*                                                                                     */
/* Revision history for EpiData.dk : Created by Jens M.Lauritsen                       */
/* Version 1.0     Date: Jan. 17th 2006                                                */
/*                                                                                     */

/* Jello **************/

body .epidata {margin: 5px 5px 5px 5px; padding: 5px 5px 5px 5px; font-family: Arial, "times new-roman", serif; 
           background-color: white; font-size: 1.1em; color: #000; top: 10px; left: 10px;}

/* Jello */
/* find the values for width from : http://www.positioniseverything.net/articles/sidepages/pie-calc.php     */

body {
	padding: 0 275px 0 275px; /* these side paddings together determine the natural min-width */
	margin: 0;
	text-align: center; /* this centers the wrappers in older IEwin versions */
	background: gray;
}
		
#sizer {
	margin: 0 auto 0 auto; /* this centers the wrappers in standards browsers */
	width: 71%; /* here is the critical value for customizing the Jello behavior */
	max-width: 250px;  /* version for IE is at the bottom of this style block */
}

#expander {
	background: white;
	margin: 0 -275px 0 -275px; /* these side margins should be the same or slightly less than body paddings */
	min-width: 550px; /* This prevents Safari from losing the negative margins in narrow windows */
	position: relative;
}

/* Holly hack for IE. Must be zero, not the usual 1% value, due to IE bug \*/
* html #expander { height: 0; }
/* */

/* helps IE get the child percentages right. */
#wrapper { width: 100%; } 

/* http://positioniseverything.net/easyclearing */

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */



body, #header div, #content, #footer {
	max-width: 600px; margin: 0 auto;
}

#header div { position: relative; }

/* header */

#header {

	position: relative;
	border-bottom: 1px solid black;
        background-color: white;
 	z-index: 1;
        width: 100%;

}


#header, #header ul, #header a  {
	padding: 0;
	margin: 0px;
	list-style: none;
	border-right: 1px solid #1f2635;
	border-top: none;
	position: relative;
	top: 0;
        background-color: white;
        float: left;
        font-family: Arial, Verdane, "Times New-Roman"
}


#header li, #header img  {
	float: left;
	padding: 0 0 0 5px ;
	margin: 0;
        top: 1px;
}


#header ul a:link, #header ul a:visited {
	display: block;
	float: left;
	padding: 5px 5px 0 0 ;
	text-decoration: none;
} 

#ignored {}

#header ul li a:hover {
	background: #475470;
	color: #fff;
	text-decoration: underline;
        border-color: #fef5e4 #d4cab9 #c2b9a8 #ece3d2;
} 

 li a:hover {
border-color: #fef5e4 #d4cab9 #c2b9a8 #ece3d2;
background-position: -1px -1px;
padding: 3px 6px 5px 9px;
}


.maincol {
margin: 60px 70px 70px 50px;
}


.maincolhome {
margin: 100px 70px 70px 50px;
}

.indent, ul .indent {text-align: left; font-size: 0.9em;}  

li.a { list-style: none; text-align: left; font-size: 1.0em;}  
li.b { margin-left: 25px; margin-bottom: 1.2em; text-align: left; font-size: 1.0em;}  


ul p, ul , ol {text-align: left; font-size: 0.9em;
margin: 0.5em 0;
}
		

/* prevents oversize images from breaking layout in browsers that support max-width */
img {max-width: 100%; padding: 1px 1px 1px 1px;} 

.top {
   background-color: blue;
   padding: 0 0 5px 55px;
   top: 0px;
   position: relative ;
   font-size: 1.5em;
   color: white;
   font-family: Arial, "Times New-Roman", proportional, serif;
   text-align: left;
   }


h2 {
   background-color: blue;
   font-size: 1.5em;
   color: white;
   font-family: Arial, "Times New-Roman", proportional, serif;
   padding: 5px 5px 5px 25px;
   text-align: left;
   }


h3 {
   background-color: blue;
   font-size: 1.2em;
   color: white;
   font-family: Arial, "Times New-Roman", proportional, serif;
   padding: 3px 3px 3px 3px;
   text-align: left;
   }


h4 {
   background-color: blue;
   font-size: 1.05em;
   color: white;
   font-family: Arial, "Times New-Roman", proportional, serif;
   padding: 2px 2px 2px 12px;
   text-align: left;
   }

h5 {
   background-color: blue;
   font-size: 1.0em;
   color: white;
   font-family: Arial, "Times New-Roman", proportional, serif;
   padding: 2px 2px 2px 12px;
   text-align: left;
   width: 300px;
   }


p {
   background-color: white;
   font-size: 1.0em;
   color: black;
   font-family: Arial, Times-Roman, proportional;
   text-align: left;
   }

.imgtxt p {
   font-size: 0.7em;
   color: blue;
   line-height:0.90em;
   font-family: Arial, Times-Roman, proportional;
   }

.small {font-size: .8em;}

.extrasmall {font-size: .7em;}

.center {text-align: center; color: blue}

.centersmall {text-align: center; color: blue; font-size: .85em ;}

.fixed {font-family: monospace}

#construction {
   background-color: red;
   font-size: 12px;
   padding: 5px 5px 5px 5px;
   color: white;
   float: left;
   font-family: Arial, Times-Roman, proportional, serif;
   position: fixed;
   top : 1px;
   left: 1px;
   }

#news {
        top: 110px;
        position: absolute;
	font-size: 0.85em;
	float: left;	
        left: 35px;
}



#foot {
   font-size: 0.75em;
   width: 100%;
   left: 5px;
   text-align: center;
   right: 5px;
   top: 5px;
   bottom: 5px;
   position: relative;
   color: white;
   font-family: Arial, "Times New-Roman", proportional, serif, monospace;
   padding: 5px 5px 5px 5px;
   }


