/*
Design och programering av Zebra Media, Jamie Telin, Juli 2007
www: http://www.zebramedia.se
e-post: jamie@zebramedia.se
*/
<!--
body,td,th {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#000000;
}
body {
	background-color:#FFFFFF;
}
.top {
	background-image:url(image_layout/top.jpg);
	background-repeat:no-repeat;
	width:800px;
	height:148px;
}
.middle {
	background-image:url(image_layout/mid.jpg);
	background-repeat:no-repeat;
	background-repeat:repeat-y;
	width:800px;
}
.bottom {
	background-image:url(image_layout/bot.jpg);
	background-repeat:no-repeat;
	width:800px;
	height:41px;
}
.menu {
	background-image:url(image_layout/menu.jpg);
	background-repeat:no-repeat;
	background-repeat:repeat-y;
	width:800px;
	height:29px;
}
.menuexpanded {
	background-image:url(image_layout/menuexpand.jpg);
	background-repeat:no-repeat;
	background-repeat:repeat-y;
	width:800px;
	height:59px;
}
.pre_menu{
	height:4px;
}
/*
TEXT
*/
.smalltext {
	font-size:10px;
	color:#999999;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
.smalltext a{
	font-size:10px;
	color:#999999;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
.smalltext a:hover{
	font-size:10px;
	color:#999999;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

/*PLUGGS*/

.linkm A:link {
	text-decoration: none;
	color:#0099CC;
	font-weight:bold;
	font-size:12px;
}
.linkm A:visited {
	text-decoration: none;
	color:#0099CC;
	font-weight:bold;
	font-size:12px;
}
.linkm A:active {
	text-decoration: none;
	color:#0099CC;
	font-weight:bold;
	font-size:12px;
}
.linkm A:hover {
	text-decoration: none; 
	color:#FFFFCC;
	font-size:12px;
}

img {
	border:0px;
}

/*MENU*/
.chromestyle{
width: 110px;
font:normal 12px Verdana;
color:#0099CC;
font-weight:bold;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
/*border: 1px solid #BBB;*/
width: 100%;
/*background:url(image/menu_bg.jpg) center center repeat-x;
/*background: url(chromebg.gif) center center repeat-x; /*THEME CHANGE HERE*/
padding: 15px 0;
margin: 0;
font:normal 12px Verdana bold;
text-align: center; /*set value to "left", "center", or "right"*/
font:normal 12px Verdana;
color:#0099CC;
font-weight:bold;
}

.chromestyle ul li{
display: inline;
font:normal 12px Verdana;
color:#0099CC;
font-weight:bold;
}

.chromestyle ul li a{
/*color: #494949;*/
font:normal 12px Verdana;
color:#0099CC;
font-weight:bold;
padding: 4px 7px;
margin: 0;
text-decoration: none;
/*border-right: 1px solid #DADADA;*/
}

.chromestyle ul li a:hover{
/*background: url(chromebg-over.gif) center center repeat-x; /*THEME CHANGE HERE*/ 
background:#7f776d;
font:normal 12px Verdana;
color:#0099CC;
font-weight:bold;
}

.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
content: "";
/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
overflow:hidden;

position:absolute;
top: 0;
border: 1px solid #7f776d; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
background-color:#FFFFFF;
color:#0099CC;
font-weight:bold;
width: 170px;
visibility: hidden;
/*filter: progid:DXImageTransform.Microsoft.Shadow(color=#333333,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
/*border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
color:#0099CC;
font-weight:bold;
}
.dropmenudiv a:hover{
width: auto;
display: block;
text-indent: 3px;
/*border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
color:#0099CC;
font-weight:bold;
}
.dropmenudiv a:visited{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #333333; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
color:#0099CC;
font-weight:bold;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
overflow:hidden;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color:#666666;
}

/*MARK LIST*/
.selected {
	font-weight:bold;
	background-color:#FFCCCC;
}

.menutext {
color:#0099CC;
font-weight:bold;
font-family:Arial, Helvetica, sans-serif;
}