﻿body
{
	background-image:url('../Images/background.jpg');
	background-color:#0079C3;
	background-repeat:repeat-x;
	color:#fff;
	font-family:Verdana;
	font-size:12px;
}

a, img
{
	font-family:Verdana;
	font-weight:bold;
	color:#fff;
	text-decoration:none;
	border:none;
}

a:hover
{
	font-family:Verdana;
	font-weight:bold;
	color:#cc0000;
	text-decoration:none;
	border:none;
}

/* ---------- Master Page ---------- */
#allDivs
{
	width:1024px;
	margin:auto;
}
#divTopMenu
{
	background-color:#003658;
}
#topHeader
{
	background-image:url('../Images/topHeader.png');
	background-repeat:no-repeat;
	width:1010px;
	height:99px;
	margin:auto;
	font-weight:bold;
}

#loginLanguageMenu
{
	background-image:url('../Images/languageBackground.png');
	background-repeat:no-repeat;
	width:1010px;
	height:39px;
	margin:auto;
	margin-top:2px;
	font-size:16px;
	font-weight:bold;
	color:#979595;
}

#login
{
	float:left;
	width:700px;
	margin-left:10px;
	margin-top:7px;
}

#loginTextBoxes
{
	float:left;
}

#forgotPasswordLink
{
	float:left;
	margin-top:5px;
	margin-left:10px;
}

#centreText
{
	float:left;
	margin-top:5px;
}

#passwordClear, .default-value, .passwordField
{
	color:#7B1B1E;
	width:132px;
	height:17px;
	font-size:14px;
}

.btnLogin, .btnLogout
{
	width:67px;
	height:24px;
	cursor:pointer;
	float:right;
}

#newAccount, #cashier, #logoutLink
{
	float:left;
	margin-left:10px;
}

.buttonNames
{
	 font-size:14px;
     text-align:center;
	 font-weight:bold;
}

.newAccountButton
{
	background-image:url('../Images/newAccountButton.jpg');
	width:115px;
	height:24px;
}

#divContent
{
	background-color:#003658;
}

#divFooter
{
	width:1024px;
}

#topFooter
{
	background-image:url('../Images/strip_creditcard.png');
	background-repeat:no-repeat;
	width:1024px;
	height:77px;
}

#middleFooter
{
	background-image:url('../Images/copyrightBackground.png');
	background-repeat:no-repeat;
	width:1024px;
	height:80px;
	font-weight:bold;
	text-align:center;
	color:#fff;
}

#bottomFooter
{
	width:35%;
	margin:auto;
}

/* ---------- Default Page ---------- */
#menuAll
{
	height:684px;
	margin:auto;
	width:1010px;
}
#divBanner
{
	background-image:url('../Images/bannerBackground.png');
	background-repeat:no-repeat;
	width:1010px;
	height:305px;
}

#topFour
{
	margin-left:2px;
}

#bottomFour
{
	margin-left:2px;
	float:left;
}

.menuNamesPosition
{
	 font-size:23px;
	 float:right;
	 margin-right:45px;
	 margin-top:16px;
	 text-shadow: black 0.1em 0.1em 0.2em;
}

#sportsButton, #pokerButton, #casinoButton, #casinoLiveButton, #supportButton, #promotionButton, #inviteFriendButton, #vincitoriButton
{
	background-repeat:no-repeat;
	height:176px;
	margin:auto;
	float:left;
	font-weight:normal;
	cursor:pointer;
}

#sportsButton
{
	background-image:url('../Images/sportsButton.jpg');
	width:250px;
}

#pokerButton
{
	background-image:url('../Images/pokerButton.jpg');
	width:253px;
}

#casinoButton
{
	background-image:url('../Images/casinoButton.jpg');
	width:252px;
}

#casinoLiveButton
{
	background-image:url('../Images/casinoLiveButton.jpg');
	width:253px;
}

#supportButton
{
	background-image:url('../Images/supportButton.jpg');
	width:251px;
}

#promotionButton
{
	background-image:url('../Images/promotionButton.jpg');
	width:252px;
}

#inviteFriendButton
{
	background-image:url('../Images/inviteFriendButton.jpg');
	width:252px;
}

#vincitoriButton
{
	background-image:url('../Images/vincitoriButton.jpg');
	width:253px;
}
