/*
Design och programering av Zebra Media, Jamie Telin
www: http://www.zebramedia.se
e-post: jamie@zebramedia.se
*/
<!--


body {
	background-color:#FFFFFF;
	margin:0px;
}
.bodybg {
	/*background-image:url(../image_layout/bodybg.jpg);
	background-repeat:repeat-x;	*/
}
.top {
	background-image:url(../image_layout/top.jpg);
	background-repeat:no-repeat;
	width:817px;
	height:274px;
}
.middle {
	background-image:url(../image_layout/mid.jpg);
	background-repeat:no-repeat;
	background-repeat:repeat-y;
	width:817px;
}
.bottom {
	background-image:url(../image_layout/bot.jpg);
	background-repeat:no-repeat;
	width:817px;
	height:69px;
}
.menu {
	/*background-image:url(../image_layout/menu.jpg);*/
	background-repeat:no-repeat;
	width:817px;
	height:38px;
}
.br {
	background-image:url(../image_layout/break.jpg);
	background-repeat:no-repeat;
	float:right;
	width:2px;
	height:28px;
}
.menu_l {
	background-image:url(../image_layout/menu_l.jpg);
	background-repeat:no-repeat;
	width:7px;
	height:38px;
}
.menu_r {
	background-image:url(../image_layout/menu_r.jpg);
	background-repeat:no-repeat;
	width:7px;
	height:38px;
}
.menu_m {
	background-image:url(../image_layout/menu_m.jpg);
	background-repeat:no-repeat;
	background-repeat:repeat-x;
	height:38px;
}

.folder{
	background-image:url(../image_layout/image_folder.jpg);
	width:182px;
	height:149px;
}
.foldertext {
	color:#FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	text-decoration:none;
}
.foldertext a {
	color:#FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	text-decoration:none;
}

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

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

.imageholder {
	background-image:url(../image_layout/imageholder.jpg); 
	width:250px; 
	height:237px;
}

/*PLUGGS*/
.linkm A:link {
	text-decoration: none;
	color:#FFFFFF;
	font-weight:bold;
}
.linkm A:visited {
	text-decoration: none;
	color:#FFFFFF;
	font-weight:bold;
}
.linkm A:active {
	text-decoration: none;
	color:#FFFFFF;
	font-weight:bold;
}
.linkm A:hover {
	text-decoration: none; 
	color:#FFFFCC;
}
.linkm2 A:link {
	text-decoration: none;
	color:#333333;
	font-weight:bold;
}
.linkm2 A:visited {
	text-decoration: none;
	color:#333333;
	font-weight:bold;
}
.linkm2 A:active {
	text-decoration: none;
	color:#333333;
	font-weight:bold;
}
.linkm2 A:hover {
	text-decoration: none; 
	color:#666666;
}


/*MENU*/
.chromestyle{
width: 99%;
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_layout/crommenu.jpg) center center repeat-x; /*THEME CHANGE HERE*/
padding: 4px 0;
margin: 0;
text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #494949;
padding: 4px 7px;
margin: 0;
text-decoration: none;
border-right: 1px solid #DADADA;
}

.chromestyle ul li a:hover{
background:url(../image_layout/crommenu2.jpg) center center repeat-x; /*THEME CHANGE HERE*/
}

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


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

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #BBB; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
background-color: white;
width: 200px;
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,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;
font-weight: bold;
color: black;
}

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

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

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

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