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


body {
	background-color:#FFFFFF;
	background-image:url(../image_layout/bg.jpg);
	margin:0px;
}
.bodybg {
	background-image:url(../image_layout/bodybg.jpg);
	background-repeat:repeat-x;
	width:100%;
	margin:0px;
	padding:0px;
}
.top {
	background-image:url(../image_layout/top.jpg);
	background-repeat:no-repeat;
	width:990px;
	height:236px;
}
.middle {
	background-image:url(../image_layout/mid.jpg);
	background-repeat:no-repeat;
	background-repeat:repeat-y;
	width:990px;
}
.bottom {
	background-image:url(../image_layout/bot.jpg);
	background-repeat:no-repeat;
	width:990px;
	height:163px;
}
.sponsormiddle {
	background-image:url(../image_layout/sponsormid.jpg);
	background-repeat:no-repeat;
	background-repeat:repeat-y;
	width:990px;
}
.sponsorbottom {
	background-image:url(../image_layout/sponsorbot.jpg);
	background-repeat:no-repeat;
	width:990px;
	height:26px;
}
.menu {
	/*background-image:url(../image_layout/menu.jpg);*/
	background-repeat:no-repeat;
	width:990px;
	height:60px;
}
.br {
	background-image:url(../image_layout/break.jpg);
	background-repeat:no-repeat;
	float:right;
	width:2px;
	height:28px;
}

.content_top {
	background-image:url(../image_layout/content_top.jpg);
	width:433px;
	background-repeat:no-repeat;
}

.content_holder {
	background-image:url(../image_layout/content_holder.jpg);
	width:356px;
	height:150px;
	background-repeat:no-repeat;
}
.bar_notepad{
	background-image:url(../image_layout/icons/bar_notepad.jpg);
	height:62px;
	width:210px;
}
.bar_imagefolder{
	background-image:url(../image_layout/icons/bar_imagefolder.jpg);
	height:62px;
	width:210px;
}
.bar_stats{
	background-image:url(../image_layout/icons/bar_stats.jpg);
	height:62px;
	width:210px;
}
.bar_calendar{
	background-image:url(../image_layout/icons/bar_calendar.jpg);
	height:62px;
	width:210px;
}
.infobox {
	border:#666666 1px dashed; 
	background-image:url(../image_layout/graybg.jpg);
	-moz-border-radius:5px;
}
.flik {
	width:120px;
	height:40px;
	background-image:url(../image_layout/flik.jpg);
	background-repeat:no-repeat;
}
.flik2 {
	width:123px;
	height:38px;
	background-image:url(../image_layout/flik2.jpg);
	background-repeat:no-repeat;
}
.flik2text {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	text-transform:uppercase;
	color:#999999;
	font-weight:bold;
}
.gray1 {
}
.gray2 {
	background-image:url(../image_layout/graybg.jpg);
}

.listColor1 {
	background-color:#FFCC00;
}
.listColor2 {
	background-color:#FF3300;
}
.listColor3 {
	background-color:#FF6699;
}
.listColor4 {
	background-color:#CC6699;
}
.listColor5 {
	background-color:#CCCC00;
}
.listColor6 {
	background-color:#009900;
}
.listColor7 {
	background-color:#0066CC;
}
.listColor8 {
	background-color:#6633CC;
}

.showprew{
	position:absolute;
	display:none; 
	width:300px; 
	padding:4px; 
	border:#000000 1px solid;
	background-image:url(../image_layout/graybg.jpg);
	-moz-border-radius:5px;
}
/*PLUGGS*/
.linkm A:link {
	text-decoration: none;
	color:#000066;
	font-weight:bold;
}
.linkm A:visited {
	text-decoration: none;
	color:#000066;
	font-weight:bold;
}
.linkm A:active {
	text-decoration: none;
	color:#000066;
	font-weight:bold;
}
.linkm A:hover {
	text-decoration: none; 
	color:#FFCC00;
}


/*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: 0px solid #0066CC;
width: 100%;
background:url(image_layout/menu_bg.jpg) center center; /*THEME CHANGE HERE*/
padding: 5px 0;
margin: 0;
text-align: right; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

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

.chromestyle ul li a:hover{
background:url(image_layout/menu_bg.jpg) center center; /*THEME CHANGE HERE*/
color:#FFCC00;
}

.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{
position:absolute;
top: 0;
border: 1px solid #BBB; /*THEME CHANGE HERE*/
border-bottom-width: 1;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
background-color:#FFFFFF;
width: 200px;
padding-left:5px;
padding-right:5px;
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:#FFFFFF;
}

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

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