* 
{
    padding: 0;
    margin: 0;
}

body
{
     margin-left: 4px;
     margin-right: 4px;
}

a
{
    color: #aa4444;
    text-decoration: none;
}

img
{
    border: none;
}

a img
{
    text-decoration: none;
}

body
{
    font-family: "Trebuchet MS", Verdana, Arial, Helvetica, "sans-serif !important";
    font-size: 10pt;
    background: black url('../images/background.jpg') fixed repeat-x center;
    color: #eee;
    clear:both;
}

.loader
{
    display: table; 
    margin: auto; 
    height: 100%;
}

.loader p
{
    display: table-cell; 
    vertical-align: middle;
}

#page
{
    background-color: black;
    width: 960px;
    margin: 20px auto;
}

#pageheader 
{
    text-align: center;
    overflow: hidden;
}

#mainmenu
{
    background-color: #333;
    display: block;
    border: solid 1px black;
    border-left: none;
    margin-left: 1px;
    right: 0;
    height: 32px;
}

#mainmenu li 
{
    list-style: none;   
    float: left;
    margin: 0;
    vertical-align: middle;
    line-height: 24px;
    border-right: solid 1px black;
}

#mainmenu li a
{
    display: block;
    font-family: Impact;
    font-size: 12pt;
    /*font-weight: bold;*/
    text-decoration: none;
    padding: 4px 8px;
    color: #eee;
    background-color: #333;
}

#mainmenu li a:hover
{
    background: #666 url('../images/button-hover.gif') repeat-x center;
    text-decoration: none;
    color: #a44!important;
}

#mainmenu li a:active
{
    background-color: #daa;
    color: #333;
    text-decoration: none;
}

#mainmenu li a.selected
{
    background-color: #333;
    text-decoration: none;
    color: #daa;
}

#mainmenu li a.disabled
{
    background: #333!important;
    text-decoration: none;
    color: #888!important;
    cursor: default!important;
}

#langsel
{
    text-align: right;
    padding: 4px;
}

select, input
{
    font-family: "Trebuchet MS", sans-serif;
}

#main 
{
    height: 390px;
    margin-bottom: 2px;
    padding: 2px;
}

#content
{
    display: block;
    overflow-y: auto;
    overflow-x: hidden;
    width: 850px;
    float: left;
    height: 100%;
}

#partners
{
    display: inline;
    background-color: transparent;
    width: 100px;
    height: 100%;
    float: right;
}

#partners p
{
    text-align: center;
    font-size: 0.8em;
    margin-bottom: 6px;
    color: #ccc;
    background-color: #333;
}

ul.partnerslist li
{
    list-style: none;   
    display: block;
    margin: 0;
    text-align: center;
    border: none;
}

ul.partnerslist img 
{
   /* filter:gray(); doesn't work with FF */
   opacity:0.2;
   filter:alpha(opacity=20);
   width: 100px;
} 

ul.partnerslist img:hover 
{
   opacity:1;
   filter:alpha(opacity=100);
} 

ul.partnerslist a:hover img 
{
   opacity:1;
   filter:alpha(opacity=100);
}

ul.projects
{
    list-style-type: none;
}

ul.projects li
{
	/*
	font-family: "Trebuchet MS";
	font-weight: bold;
	*/
	font-family: Impact;
	font-size: 12pt;
    padding: 12px;
    margin: 12px;
}


div.panel
{
    background-color: #877; /*#402828;*/
    display: inline;
    float: left;
    margin: 2px;
}

div.panelheader
{
    color: black;
    padding-left: 4px;   
    /*padding-top: 2px;
    padding-bottom: 1px;*/
    font-weight: bold;
}

div.panelcontent
{
    /*background-color: black;*/
    padding: 4px;
    margin: 2px;
    background: black url('../images/panel_gradient.png') repeat-x bottom;
    opacity: 0.7;
    filter:alpha(opacity=70);
}


.pagetitle
{
    color: #fff;
    font-family: Impact;
    font-size: 14pt;
    margin-bottom: 20px;
}

div.pagecontent
{
    margin: 8px;
}

.pagecontent p
{
    margin-bottom: 8px;
}

#social
{
    display: block;
    height: 40px;
    background-color: transparent;
    vertical-align: middle;
}

#social ul
{
    float: right;
}

#social ul li
{
    display: inline;
    list-style: none;
}

#social img
{
   opacity:0.2;
   filter:alpha(opacity=20);
   width: 32px;
}

#social img:hover 
{
   opacity:1;
   filter:alpha(opacity=100);
} 

#social a:hover img 
{
   opacity:1;
   filter:alpha(opacity=100);
}

#nextgigs
{
    width: 380px;
    /* overflow: auto; */
}

#nextgigs div.panelcontent
{
    height: 100px;
    overflow: auto;
}


ul#gigslist
{
    list-style-type: none;
}

#store
{
    width: 572px;
}

#store div.panelcontent
{
    height: 100px;
    overflow: hidden;
}

#store ul li
{
    display: inline;
    list-style: none;
    float: left;
    width: 280px;
    overflow: visible!important; /* workaround for jCarousel Lite in Chrome */
}

#store div.thumbnail
{
    float: left;
    font-size: 0.9em;
}

#store div.thumbnail img
{
    width: 70px;
    margin: 4px;
}

#store div.info
{
    display: inline;
    font-weight: bold;
    font-size: 0.9em;
    height: 78px;
}

#store span.info
{
    font-size: .8em;
    font-weight: normal;
}

#store div.clear 
{ 
    clear: both; 
}

div.mybutton
{
    padding-top:8px;
    vertical-align: bottom;
}

.mybutton a
{
    border: solid 1px black;
    display: inline;
    text-decoration: none;
    padding: 4px 8px;
    color: #eee;
    background-color: #544;
}

.mybutton a:hover
{
    background: #666 url('../images/button-hover.gif') repeat-x center;
    text-decoration: none;
    color: #a44;
}

.mybutton a:active
{
    background-color: #daa;
    color: #333333;
    text-decoration: none;
}

#pagefooter
{
    position: relative;
    bottom: 0;
    background-color: black;
    height: 30px;
    display: block;
    clear: both;
    text-align: center;
}

div.error
{
    color: red;
    font-weight: bold;
}

.highlight
{
    color: #fdd;
    font-weight: bold;
}

td.label
{
    text-align: right;
    padding-right: 4px;
    vertical-align: middle;
    white-space:nowrap;
}

/* ------------ Modal screen ------------*/

#mask 
{
    position: fixed;
    left:0;
    top:0;
    width:100%;
    height:100%;
    z-index:99000;
    background-color:#000;
    cursor: wait
}

#modal
{
    position: fixed;
    z-index: 99001;
    cursor: wait
}

#modal p
{
    text-align: center;
    color: #FFF;
    font-size: 12pt;
}

/* --------------- Splash --------------- */
#entersite
{
    /* background: transparent;*/
    background:rgba(255,255,255,0.25);
    position: fixed;
    display: none;
    clear: both;
    text-align: center;
    padding: 10px;
    /* bottom: 5%; */
    top: 70%;
    /* left: 50%; */
    left:0;
    width: 99%;
    z-index: 999;
}

#entersitebutton
{
    vertical-align: bottom;
    padding: 4px;
}

#entersitebutton a
{
    border: solid 1px #ddd;
    display: inline;
    text-decoration: none;
    padding: 3px 40px;
    color: #fff;
    background-color: #977;
    font-family: Impact;
    font-size: 14pt;
}

#entersitebutton a:hover
{
    background: #666 url('../images/button-hover.gif') repeat-x center;
    text-decoration: none;
    color: #a44;
}

#entersitebutton a:active
{
    background-color: #daa;
    color: #333333;
    text-decoration: none;
}


#splash {
    display: none;
    width: 99%;
    position: absolute;
    z-index: -1;
}            
/* -------------------------------------- */


div.underconstruction
{
    height: 200px;
    padding-top: 100px;
    text-align: center;
}

p.underconstruction
{
    font-family: Impact;
    font-size: 14pt;
}

img.underconstruction
{
    height: 20px;
    margin-top: 20px;
    margin-bottom: 80px;
}

td.aligntop
{
    vertical-align: top;
}

img.thumbnail
{
    padding: 3px;
    margin: 2px;
    background-color: #999;
}

div#gallery
{
    display: inline;
    overflow-y: auto;
    overflow-x: hidden;
    float: left;
    height: 324px;
    margin-bottom: 8px;
}

div.backto
{
    display: inline;
	margin-top:20px;
	float: right;
}

#cookieChoiceInfo
{
	color: black;
	height: 40px;
	vertical-align: middle;
	padding-top: 20px!important;
}