/* This file needs to be saved in the UTF-8 format in order to handle EditMenuName attributes with non-english characters */

/*SeaTime. Struktur lider av IE6 */
html
{
	background-color: #CCCCCC;
}
.mainformdiv
{
	text-align: center;
	height:100%; 
	background-color: #CCCCCC; /* bakgrundsfärg utanför huvudsidan */	
}
#containerdiv
{
	width: 87em;
	border-left: solid 1px black;
	border-right: solid 1px black;
	border-bottom: solid 1px black;
	border-top: solid 1px black;
	margin:auto;
	background-color: #fff;
}
#headerdiv
{
	text-align: center;
	background-color: #BCCCF0;	
	width:100%;
}
#topmenudiv
{ 
	background-color: #cde5f8;
	text-align: left;
	position: relative;
	top: -2px;	
	height:2.2em;
	padding-top:0.2em;
	width:100%;
}
#pagenamediv
{
	background-color: #EEEEEE;		
	width:100%;
	float:left;
	height:auto;	
	padding-top:0.4%;
	padding-bottom:0.3%;
}
#pagenamedivinner
{
	background-color: #EEEEEE;		
	padding-left:1%; /*2008-01-29 2.5*/
	padding-right:1%;
	height:auto;
}
#languagediv
{
	margin-top:0.5em;
	margin-bottom: 0.5em;
	/*margin-right:0.5em;*/
	/*text-align:right;*/
	background-color: #fff;
	height:1.6em;
	width:98%;
}
#maincontainerdiv
{
	background-color: #FFFFFF;
	width:100%;
	overflow:auto;		
}
#maincontainerdivinner
{
	margin:1%;
	background-color: #FFFFFF;
	/*background-color:Fuchsia;	*/
	text-align: left;	
	min-height:500px;
	height:auto !important;
	height:500px;	
}
#leftmenudiv
{
	width:24%;
	float:left;
	background-color: #FFFFFF;	
	/*background-color:lightblue;	*/
}
#leftmenudivinner
{
	width:100%;
}
#leftmenudivinnerIE
{
	float:left;
	margin-top:1em;
	margin-bottom:1%;
	margin-right:2%;
	margin-left:0%; /* Ändring 2008-02-18 */
	text-align: left;
}
#contentdiv
{
	width: 75%;
	float:left;
	line-height:1.4;
	/*background-color:Purple;	*/
	background-color: #FFFFFF;	
}
#mainareadiv
{
	float: left;
	text-align: left;
	height: auto;
	width:69%;
}
#mainareadivinner
{
	padding-left:2.3%;
	padding-right:1%;
}
#mainareadivinnerIE
{
	width:100%; /* Denna div finns eftersom IE table width=100% ställer till med problem. Den bryter layouten och flödar över */
}
#mainareadivfull
{
	float: left;
	text-align: left;
	height: auto;
	width:100%;
	/*background-color:Maroon;*/
	background-color: #FFFFFF;
}
#rightmenudiv
{
	width: 30%;
	float:left;
}

#rightmenudivinner
{
	text-align:left;
	padding-left:5%;
	padding-right:1%;
}
#rightmenudivinnerIE
{
	width:100%; /* Denna div finns eftersom IE table width=100% ställer till med problem. Den bryter layouten och flödar över */		
}
#footerdiv
{
	background-color:#ffffff;
	border-top: dashed 1px #DAD8DB;	
	height:3em;
	width:100%;
}
#footerdivinner
{
	margin-top:1%;
	padding-left:1%;
	padding-right:1%;
}
#footerleftdiv
{
	width: 49%; 
	float: left; 
	text-align: left;
}
#footerrightdiv
{
	width: 49%; 
	float:right;
	text-align: right;
}
/* Divvar för trekolumnsindelning */
#leftcolumndiv
{
	float:left;
	width:33.3%;
	/*background-color:Yellow;	*/
	background-color: #FFFFFF;	
}
#leftcolumndivinner
{
	padding-left:0%;
	padding-right:4%;	
}
#leftcolumndivinnerIE
{
	width:100%;	
}
#middlecolumndiv
{
	float:left;
	width:33.3%;
	/*background-color:Green;	*/
	background-color: #FFFFFF;	
}
#middlecolumndivinner
{
	padding-left:0%;
	padding-right:4%;
}
#middlecolumndivinnerIE
{
	width:100%;	
}
#rightcolumndiv
{
	float:left;
	width:33.3%;	
	/*background-color:Gray;*/
	background-color: #FFFFFF;	
}
#rightcolumndivinner
{
	padding-left:0%;
	padding-right:0%;	
}
#rightcolumndivinnerIE
{
	width:100%;	
}
div.leftaligned
{
	text-align: left;
}
div.leftfloating
{
	float: left;
}
div.rightaligned
{
	text-align: right;
}
div.rightfloating
{
	float: right;
}
div.emptyclear 
{
	clear:both;
	width: 1px;
	height:0;
	line-height:1px;
	font-size:1px;
}
#extrapagenamediv
{
	background-color: #EEEEEE;		
	width:100%;
	float:left;	
	height:auto;
	margin-top:-0.5%;
	padding-bottom:0.3%;
}
#extrapagenamedivinner
{
	background-color: #EEEEEE;
	padding-left:1%; /*2008-01-29 2.5*/
	height:auto;	
}
.hidden
{
	display:none;
}

.clear { clear:both; }

/* SearchContainer
======================================== */
.SearchContainer
{
    background-color:#e9f2f9;
	padding:.6em;
	margin:0 0 1em 0;
}
/* ==[END]====================================== */


/* StandardListing
======================================= */
#StandardListing{
	padding:.6em;
}
#StandardListing .item{
	padding-bottom:.6em;
	padding-top:.6em;
}
#StandardListing .item a{
	color:#295aa6;
	font-weight:bold;
	text-decoration:none;
}
#StandardListing .item a:hover{
	color:#000;
	font-weight:bold;
	text-decoration:underline;
}
#StandardListing .item .intro{
	font-size:.95em;
}
#StandardListing .item .date{
	color:#606060;
	font-size:.95em;
}
#StandardListing .item .date .right{
	text-align:right;
}
#StandardListing h2{
	padding:0;
	margin:0;
	font-weight:bold;
}
#StandardListing ul{
	list-style-type:none;
	list-style-image:none;
	margin:0;
	padding:0;
}

#StandardListing li a { font-weight:bold; }	
#StandardListing span.dateTime{
	color:#606060;
	font-size:.95em;
}

#StandardListing li p{
	margin:0;
}

/* ==[END]====================================== */
