a.menu{ font: bold 84% 'trebuchet ms',helvetica,sans-serif; color: #000;}

a { text-decoration: none;

}

a.name
{
	font: 'trebuchet ms',helvetica,sans-serif; 
	color: #000;
}

body {
	background-color: #EDF6FF;
}

div.frame
{
	display: block;
	margin: 0 auto;
	padding: 0px;
	width: 80%;
	max-width: 900px;
	border: 0px solid gray;
	line-height: 150%;
}

div.container
{
	padding: 10px;
	border: 1px solid gray;
	line-height: 150%;
	background-color: #FFFFFF;
	min-height: 150px;
}

div.left
{
	float:left;
	width:160px;
}

div.topHeader 
{
	margin: 15px;
	font: bold 200% 'trebuchet ms',helvetica,sans-serif; 
	text-decoration: none; 
	color: #444444;
	text-shadow: 2px 2px 5px #999;
}

div.headerImage
{
	width: 50%;
	text-align: right;
}

div.roundEdges
{
	/* För firefox */  
   -moz-border-radius: 10px;  
   /* För webkit-baserade webbläsare som Safari */  
   -webkit-border-radius: 10px;  
}


h1 a{ color: #D0670B}

div.foot
{
	text-align: right;
	margin-top: 3px;
	bottom: 0px;
	font-style: italic;
	font: bold 70% 'trebuchet ms',helvetica,sans-serif;
}

div.menu
{
	display: table;
	min-height: 23px;
	margin-left: 15px;
	margin-right: 15px;
	padding-left: 10px;
	padding-right: 10px;
	text-shadow: 1px 1px 3px #999;
	background-color: #fff;
	border: 1px solid gray;
	border-bottom: 0px;
	
	/* För firefox */  
   -moz-border-radius-topleft: 10px;  
   -moz-border-radius-topright: 10px;  
   /* För webkit-baserade webbläsare som Safari */  
   -webkit-border-radius-topleft: 10px;
   -webkit-border-radius-topright: 10px;   
}

div.main
{
	/*margin-left:160px;*/
	width: auto;
}

div.news
{
	font: 84% 'trebuchet ms',helvetica,sans-serif;
	margin: 6 3;
	background: #9BCDFA;
	color: #222222;
	border: 1px solid gray;
}

div.news h1{margin: 0 10px; font-size: 150%; color: #D0670B;}
div.news p{margin: 0 10px;padding-top: 5px; padding-bottom: 5px;}

div.popup
{
	padding: 10px;
	position: absolute;
	width: 300px;
	left: 200px;
	top: 200px;
	border: 2px solid gray;
	background-color: #fff;
	display: none;
}

a img 
{
	border: none;
}

div.popup a
{
	position: absolute;
	right: 10px;
	top: 10px;
	text-decoration:none;
	font:bold 12px Verdana, Georgia, "Times New Roman", Times, sans-serif;
	color:#444;
}

input.button 
{
	color:#050; 
	font: bold 84% 'trebuchet ms',helvetica,sans-serif; 
	background-color: #fed; 
	border: 1px solid; 
	border-color: #696 #363 #363 #696;
}

p.header { font: bold 130% 'trebuchet ms',helvetica,sans-serif; }

p.description 
{
	font: 84% 'trebuchet ms',helvetica,sans-serif; 
	font-style: italic;
}

p.square_header
{
	font-style: italic;
	padding: 0px;
	margin: 0px;
}

table.list_result 
{
	/*border-width: 0px 0px 0px 0px;*/
	border-spacing: 0px;
	border: thin grey solid;
	width: 100%;
}

table.list_result td 
{
	border-width: 0px 0px 0px 0px;
}

th { text-align: left; padding-right: 5px; 
	font: bold 84% 'trebuchet ms',helvetica,sans-serif;}

td { font: 84% 'trebuchet ms',helvetica,sans-serif; }
td.bold { font: bold 84% 'trebuchet ms',helvetica,sans-serif; }
td.align_right { text-align: right; }
td.put_comment { padding-right: 5px; }

.odd { background-color: #CDE6FC; }
.even { background-color: #ffffff; }

ul {  margin: 0; padding: 0px; list-style-type:none;}
ul li { position:relative; float:left; padding-left: 5px; padding-right: 5px; padding-top: 3px; padding-bottom: 3px;}
ul .current { background-color: #CDE6FC; border-right: thin grey solid; border-left: thin grey solid;}
ul li:hover:not(.current) { background-color: #EDF6FF;}
ul li a { padding:2px 2px; text-decoration:none; font:bold 12px Verdana, Georgia, "Times New Roman", Times, serif; color:#444444;}
