﻿/*# Metadata ################################### Header v.2
# $URL: http://gt-nas-1/svn/gamebase.frontend/trunk/xsl_gamebase/_stargames/data/backgrounds.css $
# $Rev: 3430 $
# $Date: 2011-06-22 15:27:13 +0200 (Mi, 22 Jun 2011) $
# $Author: bszil $
### TOC ###################################################
#
### Description ###########################################
#
#########################################################*/

/* COMMON */

html {
    padding: 0px !important;
}

#backgroundHack {
	height: 100%;
	min-height: 100%;
	margin: 0 auto;
	background: url(../imgs/wrapper_bg.gif) repeat-y center;
}

#wrapper {
	background: #3A3E47;
	border-bottom-color:#3A3E47;
}

#header h1 {
	background: url(../imgs/headerLogo.png) no-repeat;
	_background: url(../imgs/headerLogo.gif) no-repeat;
}

#footer {
	background: none;
}

#footer .copyright {
	background: url(../imgs/footer.gif) #014984;
}

#footer #over18 img {
    display: none;
}

#footer #over18 {
	background: url(../imgs/18.gif) no-repeat;
	display: block;
    height: 25px;
    width: 25px;
}

#footer .footerIcons {
    background: #0062A3;
	height: 29px;
}

/* HOME */

body {
	background: url(../imgs/gradient_home.gif) repeat-x #0062a3;
}

#background {
	background: url(../imgs/bg_home.jpg) no-repeat 50% top transparent;
	min-height: 100%;
}

#header {
	background: url(../imgs/bg_home.jpg) no-repeat 50% top transparent;
}

.home #content {
    background: #3A3E47;
	margin-top: 27px;
	border-top: 10px solid #3A3E47;
	border-bottom: 10px solid #3A3E47;
	margin-bottom: 109px;
}

/* GAMES */

body.games,
body.games_details {
	background: url(../imgs/gradient_games.gif) repeat-x #e0c237;
}

.games #background,
.games_details #background {
	background: url(../imgs/bg_games.jpg) no-repeat 50% top transparent;
}

.games  #header,
.games_details #header {
	background: url(../imgs/bg_games.jpg) no-repeat 50% top transparent;
}

.games  #footer .footerIcons,
.games_details #footer .footerIcons {
    background: #e0c237;
}

/* CASINO */

body.casino {
	background: url(../imgs/gradient_casino.gif) repeat-x #4a0912;
}

.casino #backgroundHack {
	background-image: url(../imgs/wrapper_bg_casino.gif);
}

.casino #background {
	background: url(../imgs/bg_casino.jpg) no-repeat 50% top transparent;
}

.casino #wrapper {
	border-bottom-color:#222;
	background-color: #222;
}

.casino  #header {
	background: url(../imgs/bg_casino.jpg) no-repeat 50% top transparent;
}

.casino #content {
	border-color: #222;
	background: url(../imgs/casino/backCasino.gif);
}

.casino #footer #over18 {
	background: url(../imgs/18.gif) no-repeat;
}

.casino #footer .footerIcons {
    background: #4a0912;
}

/* POKER */

body.poker {
	background: url(../imgs/gradient_poker.gif) repeat-x #0d5027;
}

.poker #background {
	background: url(../imgs/bg_poker.jpg) no-repeat 50% top transparent;
}

.poker  #header {
	background: url(../imgs/bg_poker.jpg) no-repeat 50% top transparent;
}

.poker #footer .footerIcons {
    background: #0d5027;
}

/* BINGO */

body.bingo {
	background: url(../imgs/gradient_bingo.gif) repeat-x #e9a6ef;
}

.bingo #background {
	background: url(../imgs/bg_bingo.jpg) no-repeat 50% top transparent;
}

.bingo  #header {
	background: url(../imgs/bg_bingo.jpg) no-repeat 50% top transparent;
}

.bingo #footer .footerIcons {
    background: #e9a6ef;
}

/* MIN */


body.min {
	background-position: 0 -24px;
}

body.min #backgroundHack {
	background: none;
}

.min #background {
	background: none;
	min-height: 0;
}

.min #header {
	background-position: 0 -24px;
}

.min #header h1 {
	background-image: url(../imgs/headerLogo.png);
	_background-image: url(../imgs/headerLogo.gif);
}

/* PARTNER */

.partner #backgroundHack {
	height: auto;
	min-height: auto;
	margin: auto;
	background: none;
}

.partner #background {
	background: none;
}
