﻿/*Copyright (c) 2009, Brexson Media Group. All rights reserved. www.brexson.com
version: 1.0.0
Contains any elements that are specific to the splash page.
*/
/*=========================================== CORE ===========================================*/
html,
body{
	background-color:#000;
	background-repeat:no-repeat;
	background-image:url("/Style%20Library/Images/Splash/PageBackgrounds/SB_background.jpg");
	font-family:Verdana, Geneva, sans-serif;
	margin:0px;
	padding:0px;
}

html {
}

/*========================================== LAYOUT ==========================================*/
#wrapper {
}

#container {
}

#welcome-message {
	position:absolute;
	left:22px;
	top:138px;
	color:#fff;
	font-size:13px;
}

#welcome-message p {
	margin-top:13px;
	margin-bottom:0px;
}

#portal-options {
	background:url(/Style%20Library/Images/Splash/bg-portalbar.png) no-repeat bottom;
	width:1014px;
	height:102px; /*102px + 19px for the coloured bar at the bottom of each portal group*/
	position:absolute;
	left:0px;
	top:355px;
}

ul.portals {
	margin:0px !important;
	padding:0px !important;
	height:121px;
	background-repeat:repeat-x;
	background-position:bottom;
	display:block;
	float:left;
	text-align:center;
	position:relative;
}
ul.portals li {
	margin:0px;
	padding:0px;
	list-style:none;
	display:inline-table;
	vertical-align:top;
	margin:0 8px 0 8px;
	position:relative;
	top:30px;
}
ul.portals li.label {
	position:absolute;
	left:0px;
	margin:0px;
	width:100%;
	top:102px;
	text-align:center;
	font-size:10px;
	color:#fff;
	background:url(/Style%20Library/Images/Splash/bg-label.png) repeat;
}

ul#corporate-sites{
	/*background-image:url(../images/splash/bg-goldbar-19px.gif);*/

	width:153px;
}
ul#rds-sites {
	/*background-image:url(../images/splash/bg-redbar-19px.gif);*/

	width:246px;
}
ul#wagering-sites {
	/*background-image:url(../images/splash/bg-greenbar-19px.gif);*/

	width:269px;
}
	ul#wagering-sites li#horseplayers {
		top:18px;
		margin-left:35px;
	}
	ul#wagering-sites li.label span {
		display:block;
		float:left;
	}
	
ul#wagering-sites li.label span#off-track-wagering {
           width:247px;
           overflow:hidden;
           text-align:center;
           position:relative;
           height:38px;
           margin-left:10px;
           _margin-left:13px;
           display:block;
     }     
     
#wagering-sites li.label {
     width:269px!important;
     overflow:hidden;
     height:38px !important;
}

#wagering-sites li.label span {
     overflow:hidden !important;
     height:38px !important;
}

	
ul#account-wagering-sites {
	/*background-image:url(../images/splash/bg-greenbar-19px.gif);*/

	width:150px;
}
	ul#account-wagering-sites li#horseplayers {
		top:18px;
		margin-left:35px;
	}
	ul#account-wagering-sites li.label span {
		display:block;
		float:left;
	}
	
     ul#account-wagering-sites li.label span#account-wagering {
           width:123px;
           margin-left:21px;
           _margin-left:15px;
     }
     
#account-wagering-sites li.label {
     width:150px !important;
     overflow:hidden;
     height:38px !important;
}

#account-wagering-sites li.label span {
     overflow:hidden !important;
     height:38px !important;
}
#corporate-sites li.label {
     overflow:hidden !important;
     height:38px !important;
}
#rds-sites li.label {
     overflow:hidden !important;
     height:38px !important;
}
#dining-sites li.label {
     overflow:hidden !important;
     height:38px !important;
}
	
ul#dining-sites {
	/*background-image:url(../images/splash/bg-bluebar-19px.gif);*/

	width:196px;
}
	ul#dining-sites li#wegz {
		top:42px;
	}
#copyright {
	height:32px;
	background:#000;
	width:100%;
	position:absolute;
	bottom:0px;
	left:0px;
	line-height:32px;
	color:#7e7e7e;
	font-size:10px;
}
/*========================================== FONTS ===========================================*/
p {
}

h1 {
}

h2{
}

h3{
}

h4{
}

h5{
}

h6{
}

a:link {
}

a:visited {
}

a:hover {
}

a:focus {
}

a:active {
}

/*========================================== FORMS ===========================================*/
form {
}

form fieldset {
}

form label {
}

form select {
}

form textarea {
}

form input.text {
}

form input.button {
}

form input.checkbox {
}

form input.radio {
}

form input.file {
}

form input.image {
}

form input.hidden {
}






