/* Basic
*****************************/
*
{
    margin: 0;
    padding: 0;	
    font-family: Trebuchet MS, Tahoma, Lucida Sans Unicode, Lucida Sans, Verdana, Sans-Serif;
    font-size: 11px;
}
html {overflow-y: scroll;}
html, body
{
    height: 100%;
    width: 100%;
    color: white;
}
li { float: left; list-style-type: none; }
table { border-collapse: collapse; }
img { border: 0; }
hr {margin:10px 0 10px 0}

input[type="checkbox"]
{
    margin: 3px;
} 
input[type="radio"]
{
    margin: 3px;
}

body
{
    background: url( '../_gfx/bg.gif' ) repeat #000000 top left;
}
a, a:visited
{
    font-weight: bold;
    color: #01acff;
    text-decoration: none;
}
a:hover
{
    color: #88d8ff;
    text-decoration: underline;
}
h1
{
    color: #01acff;
    font-size: 18px;
    font-weight: bold;
    font-family: Trebuchet MS, Tahoma, Lucida Sans Unicode, Lucida Sans, Verdana, Sans-Serif;
    text-transform: uppercase;
    margin-bottom: 3px;
}
h2
{
    color: #01acff;
    font-size: 13px;
    font-weight: bold;
    font-family: Lucida Sans Unicode, Lucida Sans, Verdana, Sans-Serif;
    margin-bottom: 3px;
}

/* Content Box
*****************************/

#pageContainer
{
    width: 880px;
    border: solid 3px #ffffff;
    background: url( '../_gfx/content_bg.gif' ) repeat #0c2633;
    position: absolute;
    top: 50%;
    margin-top: -270px;
    height: 550px;
    left: 50%;
    margin-left: -450px;
}
#page
{
    background: transparent url('../_gfx/mascot.gif') no-repeat top right;
	position: relative;
    width: 880px;
    height: 550px;
}
#page #divMascotStrong 
{
	position: absolute;
    background: transparent url('../_gfx/mascot2.gif') no-repeat top right;
    width: 300px;
    height: 520px;
    right: 25px;
    top: -5px;
    display: none;
}

#header
{
	position: relative;
    height: 170px;
    background: url( '../_gfx/logo.gif' ) no-repeat transparent top;
    background-position: 215px 20px;
}
#header #frontImage 
{
	position: absolute;
	left: 20px;
	top: 0px;
	width: 177px;
	height: 161px;
    background: url( '../_gfx/frontImage.gif' ) no-repeat transparent top;
}
#header #schedule 
{
	position: absolute;
	right: 20px;
	top: 20px;	
	width: 180px;
}
#header #menu
{
	position: absolute;
	top: 100px;
	left: 215px;
    height: 22px;
    line-height: 22px;
}
#header #menu ul
{
    display: inline;
}
#header #menu ul li
{
    float: left;
    background: url('../_gfx/menu_dot.gif') no-repeat transparent top left;
    margin-right: 20px;
    padding-left: 6px;
}
#header #menu ul li a, #menu ul li a:visited
{
    font-family: Arial, Verdana, Sans-Serif;
    /*text-transform: uppercase;*/
    font-weight: bold;
    color: white;
    text-decoration: none;
    font-size: 14px;
}
#header #menu ul li a:hover
{
    /*color: #88d8ff;*/
    text-decoration: underline;
}
#header #submenuMenus
{
	left: 220px;
}
#header #submenuEvents
{
	left: 450px;
}
#header .submenu
{
	position: absolute;
	top: 130px;
    line-height: 10px;
    display: none;
}
#header .submenu ul li
{
    float: left;
    padding: 0 10px;
    border-right: 1px solid white;
}
#header .submenu ul li.last
{
    border-right: 0px transparent;
}

#content
{
    margin-top: 10px;
    padding: 0 20px 0 20px;
    overflow: auto;
    width: 830px;
    height: 320px;
}


#footer
{
	position: absolute;
	bottom: 0;
	left: 0;
    border-top: 1px solid #496372;
    background: #081a22 url( '../_gfx/footer_bg.gif' ) repeat-x top;
    width: 100%;
    height: 25px;
}
#footer ul
{
	margin-top: 6px;
	margin-left: 160px;
    font-weight: bold;
    color: #a9a8a8;
    font-size: 10px;
}
#footer ul li 
{
	margin: 0 15px 0 15px;
	float:left;
}
#footer a#facebook
{
	display: block;
	float: left;
	width: 75px;
	height: 16px;
	margin: 5px
}
#footer a#radio
{
	display: block;
	float: right;
	width: 74px;
	height: 12px;
	margin: 7px
}
#footer .content a, #footer .content a:visited
{
    color: White;
    font-weight: normal;
    text-decoration: none;
}
#footer .content a:hover
{
    color: White;
    text-decoration: underline;
}

/* Sub pages
*****************************/

.rightContent 
{
    float: right;
    width: 260px;
    height: 320px;
    overflow: auto;
    padding-right: 20px;
}

#slideshow
{
	width: 520px;
	height: 318px;
	z-index: 10;
	overflow: hidden; /* Patrik: To make the height of this div not increasing while loading the images*/
	/*visibility: hidden; */ /* Patrik: To hide the images before making a slideshow of them*/
	border: 1px solid white;
}

.imageContainer img
{
    width: 144px;
    height: 96px;
    float: left;
    margin: 7px;
    border: 1px solid white;
}

.subContent img.menu
{
    margin: 7px;
    border: 1px solid white;
}

.subContent .date
{
    font-size: 13px;
    font-weight: bold;
}
.subContent .text
{
    margin-top: 20px;
}
.subContent img
{
    margin-top: 20px;
    border: 1px solid white;    
}

/* pop menu
------------------*/


#slideshowContainer
{
    position: relative;
	width: 520px;
	height: 318px;
}
    #slideshowContainer ul#popmenu
    {
        position: absolute;
	    width: 100%;
	    height: 100%;
	    z-index: 11;
        border: 1px solid white;
    }
        #slideshowContainer ul#popmenu li
        {
	        width: 173px;
	        height: 50px;
	        float: left;
	        text-align: left;
	        background: Black url(../_gfx/mer_info.jpg) no-repeat;
	        background-position: center -100px;
	        overflow: hidden;
            position: absolute;
            bottom: 0px;
            cursor: pointer;
        }
        #slideshowContainer ul#popmenu li.nolink
        {
            cursor: default;
	        background-image: none;
        }
        #slideshowContainer ul#popmenu li#pop1
        {
	        width: 174px;
            left: 0px;
        }
        #slideshowContainer ul#popmenu li#pop2
        {
            left: 174px;
        }
        #slideshowContainer ul#popmenu li#pop3
        {
            left: 347px;
        }
            #slideshowContainer ul#popmenu li p
            {
	            margin: 8px;
            }
            #slideshowContainer ul#popmenu li .title
            {
	            margin-bottom: 20px;
	            padding: 8px;
            }
                #slideshowContainer ul#popmenu li .title h1
                {
	                margin-bottom: -3px;
                }

/* sub menu
------------------*/

.contentMenu 
{
    height: 100%;
    width: 280px;
    margin-right: 20px;
    float: left;
    border-right: 1px dotted #074968;
    height: 320px;
    overflow: auto;
}
.contentMenu ul
{
}
.contentMenu ul li
{
    float: none;
    margin-left: 10px;
    padding-right: 10px;
    margin-top: 7px;
    font-size: 12px;
}
.contentMenu ul li a, .contentMenu ul li a:visited
{
    color: White;
    padding: 0 2px;
}
.contentMenu ul li.selected a
{
    background-color: #074968;
}

.subContent 
{
    float: left;
    width: 520px;
    height: 320px;
    overflow: auto;
}

/* event calender
------------------*/

.events
{
    margin-top: 10px;
}
.events .item 
{
    border-bottom: 1px dotted #074968;
    margin-top: 2px;
    padding: 1px;
}.events .selected 
{
    background-color: #074968;
}
.events .item .link
{
    float: right;
}
.events .item .date
{
    font-weight: bold;
}
.events .item .title
{
    
}

/* Form
------------------*/

.form 
{
    float:left;
}

.formInfo 
{
    float: left;
    width: 50%;
    margin-right: 30px;
    margin-top: 20px;
}


.form input.textbox, .form textarea, .form select
{
    background-color: #0C2633;
    border: 1px solid #0997C7;
    color: #eeeeee;
    margin-bottom: 5px;
    font-size: 10px;
}

.form input.textbox, .form textarea
{
    padding: 2px;
    width: 300px;
}

.form select {
    padding: 1px;
}

.form input.small
{
    width: 100px;
}

.form input.medium
{
    width: 160px;
}

/* Message respons
------------------*/

.messageOK, .messageERROR
{
	padding:7px;
	margin-bottom:15px;
}
.messageOK
{
	border:1px solid #079100;
	background-color:#106200;
}
.messageERROR
{
	border:1px solid #910000;
	background-color:#620000;
}