﻿body
{
	background-color: #970000;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
}

a
{
	text-decoration: none;
	color: #660000;
	font-weight: bold;
}

.clear
{
	clear: both;
	display: block;
	width: 1px;
	height: 1px;
}

label.error 
{ 
	float: none; 
	color: red; 
	padding-left: .5em; 
	vertical-align: top; 
}

.SAWButton
{
	display: inline-block;
	cursor: pointer;
	border: solid 1px #660000;
	padding: 2px;
	background-color: #ffffff;
	margin-right: 20px;
}

.SAWButtonText
{
	color: #ffffff;
	background-color: #660000;
	padding: 2px 5px;
	display: block;
	font-size: 140%;
	font-weight: normal;
	line-height: 140%;
}

#address
{
	color: #ffffff;
	font-size: 11px;
	letter-spacing: 1px;
	font-family: Tahoma, Arial, Sans-Serif;	
	width: 100%;
	text-align: center;
}

#copyright
{
	color: #ffffff;
	letter-spacing: 1px;
	font-size: 11px;
	font-family: Tahoma, Arial, Sans-Serif;
	width: 100%;
	text-align: right;
}

.centeringbox
{
	display: block;
	width: 100%;
}

#placeholderTicketMessage
{
	
	display: block;
	width: 100%;
	padding-top: 40px;
	font-size: 200%;
	color: #660000;
	line-height: 200%;
	text-align: center;
	
}

.ticketsponsorlogo
{
	display: block;
	width: 100%;
	text-align: center;
}

#divTicketNumber
{
	display: block;
	margin: auto;
	width: 233px;
	height: 100px;
	background-image:url(images/blankticketbg.png);
	background-repeat: no-repeat;
	color: #ffffff;
	font-family: Palatino Linotype, Book Antiqua3, Palatino6, serif;
	font-size: 30px;
	line-height: 45px;
	padding-left: 27px;
	padding-top: 55px;
}

#ticketbg
{
	position: fixed;
	height: 100%;
	width: 125px;
	background-image: url(images/ticketbg.png);
	background-repeat: repeat-y;
	margin-top: -5px;
}

#mainwrapper
{
	margin: auto;
	width: 950px;
	display: block;
	z-index: 1;
	position: relative;
}

#Greeting
{
	position: absolute;
	z-index: 1;
	font-size: 16px;
	top: 19px;
	left: 370px;
	font-weight: bold;
	color: #660000;
}

#smileyouvewon
{
	display: block;
	position: absolute;
	z-index: 0;
	width: 233px;
	height: 150px;
	background-repeat: no-repeat;
	background-image: url(images/kate.png);
	top: 0px;
	left: 717px;
}

#logo
{
	margin-top: 7px;
	display: block;
	width: 950px;
	height: 196px;
	background-image:url(images/logo.jpg);
	background-repeat:no-repeat;
}

#logoshadow
{
	display:block;
	width: 950px;
	height: 17px;
	background-image:url(images/logoshadow.png);
	background-repeat:no-repeat;
}

#contentshadow
{
	display:block;
	width: 950px;
	height: 17px;
	background-image:url(images/contentshadow.png);
	background-repeat:no-repeat;
}

#contentpadding
{
	padding: 15px 0px;
}

#content
{
	margin-top: 20px;
	display: block;
	background-color: #ffffff;
	width: 920px;
	min-height: 500px;
	padding: 0px 15px;
	font-family: Tahoma, Century Gothic, Lucida Sans Unicode, Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	line-height: 14px;
	position: relative;
}

/* Title Bar */

.titlebar 
{
	background-color: #940000;
	display: block;
	height: 20px;
	font-size: 14px;
	padding: 4px;
	color: #660000;
}

.titlenav
{
	color: #660000;
	font-weight: bold;
	padding-left: 5px;
	padding-right: 5px;
}

.titlenav.active
{
	color: #ffffff;
	font-weight: bold;
}

/* Video Player */

.adPlayerPleaseWait 
{
	display: block;
	font-family: Tahoma, Helvetica, Arial, Sans-Serif;
	font-size: 120%;
	line-height: 120%;
	width: 100%;
	text-align: center;
}

.AdWrapper
{
	position: relative;
}

.AdPlayer
{
	display: block;
}

#sawAd
{
	width: 400px;
	height: 300px;
}

/* Category Layout */

.categoryName
{
	cursor: pointer;
	font-size: 25px;
	line-height: 40px;
	font-family: Arial, Helvetica, Sans-Serif;
	display: block;
	width: 350px;
	height: 40px;
	padding-left: 10px;
	margin-top: 2px;
	background-color: #660000;
	background-image: url(images/categorybuttonbg.jpg);
	color: #eeeeee;
}

#CategoryList
{
	display: block;
	height: 100%;
	width: 365px;
}

#CategoryOverview
{
	display: block;
	height: 100%;
	width: 545px;
	float: right;
	padding: 5px;
	font-size: 125%;
	line-height: 125%;
	background-color: #fffdcd;
}

#SelectCategoryButton
{
	margin-top: 5px;
	display: block;
	margin-left: 600px;
	/*top: 170px;
	left: 600px;*/
	clear: both;
	cursor: pointer;
	border: solid 1px #660000;
	padding: 2px;
	background-color: #ffffff;
}

#SelectCategoryButtonText
{
	color: #ffffff;
	background-color: #660000;
	padding: 2px 5px;
	display: block;
	font-size: 140%;
	line-height: 140%;
}

#CategoryWrapper 
{
	position: relative;
}

#CategoryImage
{
	width: 100%;
	display: block;
	text-align: center;
	margin-top: 10px;
}

/* Category Prize List */

.sponsorURL
{
	display: block;
	margin: auto;
	text-align: center;
	margin-bottom: 10px;
}

#ReturnCategoriesButton
{
	position: absolute;
	z-index: 1;
	top: 10px;
	left: 570px;
	cursor: pointer;
	border: solid 1px #660000;
	background-image: url(images/onionskino.png);
	padding: 2px;
}

#ReturnCategoriesButtonText
{
	color: #660000;
	padding: 2px 5px;
	display: block;
	font-size: 140%;
	line-height: 140%;
}


.GetTicketButton
{
	width: 250px;
	display: block;
	text-align:center;
	margin: auto;
	margin-bottom: 10px;
	cursor: pointer;
	border: solid 1px #660000;
	padding: 2px;
	background-color: #ffffff;
}

.GetTicketButtonText
{
	color: #ffffff;
	background-color: #660000;
	padding: 2px 5px;
	display: block;
	font-size: 140%;
	line-height: 140%;
}

.GetTicketButtonText a
{
	text-decoration: none;
	color: #ffffff;
}

.HideButton
{
	display: none !important;
}

.PrizeButton:hover
{
	background-color: #cbb;
	color: #660000;
}

.PrizeButton
{
	background-color: #660000;
	color: #ffffff;
	display: block;
	font-weight: bold;
	font-size: 150%;
	text-align: center;
	display: block;
	width: 100%;
	margin-bottom: 4px;
	padding: 6px 0px;
	cursor: pointer;
}

#PrizeChoices
{
	position: absolute;
	top: 80px;
	width: 120px;
	left: 20px;
	border: solid 2px #660000;
	left: 3px;
	color: #660000;
	padding: 2px;
	display: block;
	background-image: url(images/onionskino.png);
	background-repeat: repeat;
	overflow: auto;
	text-align: center;
}

#PrizeDescription
{
	position: absolute;
	top: 80px;
	width: 450px;
	min-height: 250px;
	border: solid 2px #660000;
	left: 150px;
	color: #660000;
	padding: 5px;
	display: block;
	background-image: url(images/onionskino.png);
	background-repeat: repeat;
	overflow: auto;
}

#CategoryTitle
{
	position: absolute;
	top: 10px;
	left: 10px;
	color: #660000;
	padding: 2px 5px;
	display: block;
	font-size: 200%;
	line-height: 200%;
	background-image: url(images/onionskin.png);
	background-repeat: repeat;
}

#PrizeSponsors
{
	display: block;
	width: 160px;
	padding-left: 5px;
	float: right;
}

#SponsorTitle 
{
	font-size: 150%;
	line-height: 175%;
}

#SponsorText
{
	font-size: 80%;
	line-height: 110%;
}

#wrapperCategoryPrize
{
	position: relative;
	width: 100%;
}

#CategoryBGImage
{
	background-repeat: no-repeat;
	width: 752px;
	height: 575px;
	display: block;
	position: relative;
}

/* Horizontal Menu Section */

#horizmenu
{
	width: 100%;
	height: 18px;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	color: #ffffff;
}

#horizmenu ul
{
	list-style-type: none;
	float: right;
}

#horizmenu li 
{
	float: left;
	padding-left: 15px;
	padding-right: 15px;
	text-transform: lowercase;
}

#horizmenu li a 
{
	color: #ffffff;
	text-decoration: none;
}

#horizmenu li a:hover
{
	color: #fffdcd;
	border-bottom: dotted 1px #fffdcd;
}

#horizmenu ul li:first-child
{
	
}


/* Ticket issued */

#ticketIssued
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 125%;
	line-height: 120%;
	display: block;
	padding: 5px;
	width: 400px;
	margin-top: 5px;
}

#divPrizeDesconTicketPage
{

	display: block;
	float: right;	
	width: 400px;
	margin-right: 50px;
	margin-top: 10px;
	border: double 3px #660000;
	padding: 3px;
	
}

/* Registration / Signup */

#simpleexplanation
{
	font-size: 125%;
	line-height: 130%;
}

#homepagead
{
	border: solid 1px #000;
	margin-top: 10px;
}

#freetojoinplaywin 
{
	width: 950px;
	height: 284px;
	display: block;
	margin-left: -15px;
	margin-top: -15px;
	background-image: url(images/freetojoinplaywin.jpg);
	background-repeat: no-repeat;
	background-color: #300;
}

#SignInSignUp
{
	display: block;
	width: 100%;
	min-height: 500px;
	background-image: url(images/signupsignin.jpg);
	background-repeat: no-repeat;
	padding-top: 100px;

}

#SignUp 
{
	display: block;
	float: left;
	width: 400px;
}

#SignInForm p
{
	margin: .25em 0em;
}

#SignInForm fieldset
{
	border: none;
	padding: 0px;
	margin: 0px;
}


#SignInForm .textbox
{
	border: none;
	border-bottom: solid 1px #660000;
	font-family: Arial, Helvetica, Sans-Serif;
}

#SignInForm label
{
	width: 130px;
	text-align: right;
	display: inline-block;
}

#SignInForm #butLogin
{
	margin-left:200px;
	margin-top: 15px;
	cursor: pointer;
}


#RegistrationForm p
{
	margin: .25em 0em;
}

#RegistrationForm .textbox
{
	border: none;
	border-bottom: solid 1px #660000;
	font-family: Arial, Helvetica, Sans-Serif;
}

#RegistrationForm label
{
	width: 120px;
	text-align: right;
	display: inline-block;
}

#RegistrationForm #genderflabel
{
	width: 60px;
}

#RegistrationForm fieldset
{
	border: none;
	padding: 0px;
	margin: 0px;
}

#RegistrationForm #butRegister
{
	margin-left: 50px;
	margin-top: 10px;
	cursor: pointer;
}


#RegistrationForm a, #SignInForm a
{
	color: #660000;
	font-weight: bold;
	text-decoration: none;
}

#RegistrationForm a:hover, #SignInForm a:hover
{
	text-decoration: underline;
}

#errorlabel
{
	font-weight: bold;
	color: #660000;
}

/* check tickets */

.checknumber 
{
	cursor: pointer;
	font-weight: bold;
	color: #660000;
}

/* contact us */

#frmContactUs p
{
	margin: .25em 0em;
	vertical-align: top;
}

#frmContactUs textarea
{
	border: solid 1px #660000;
	font-family: Arial, Helvetica, Sans-Serif;
}

#frmContactUs .textbox
{
	border: none;
	border-bottom: solid 1px #660000;
	font-family: Arial, Helvetica, Sans-Serif;
}

#frmContactUs label
{
	width: 120px;
	text-align: right;
	display: inline-block;
	vertical-align: top;
}

#frmContactUs #butcuSubmit
{
	margin-left: 125px;
}

#ThankYouforYourInquiry
{
	color: #660000;
	font-weight: bold;
	width: 100%;
	padding: 5px;
	border: solid 1px #660000;
	display: block;
	margin-bottom: 5px;
	background-color: #fffcee;
}

#ticketwithshadow
{
	background-image: url(images/ticketwshadow.png);
	background-repeat: no-repeat;
	display: block;
	width: 260px;
	height: 145px;
	position: relative;
	float: right;
}

/* winners' gallery */

#winnergallerybg
{
	display: block;
	position: absolute;
	background-image: url(images/winnergallery.jpg);
	background-repeat: no-repeat;
	margin-left: 721px;
	margin-top: -15px;
	height: 100%;
	width: 214px;
}

#winnergallerysurround
{
	display: block;
	width: 700px;
}

#galleryofwinnners
{
	margin-left: 100px;	
}

/* Wisdom and Wit */

#WisdomAndWit, #WAWTitle, #WAWQuote, #WAWAttribution
{
	display: block;
}

#WAWTitle
{
	background-image: url(images/wisdomandwit.jpg);
	background-repeat: no-repeat;
	width: 295px;
	height: 84px;
	margin-top: 10px;
}

#WAWQuote
{
	display: block;
	margin-top: -15px;
	min-height: 65px;
	background-image: url(images/openquote.jpg);
	background-repeat: no-repeat;
	padding-left: 88px;
	font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
	font-size: 125%;
	line-height: 130%;
}

#WAWCloseQuote
{
	display: block;
	background-image: url(images/closequote.jpg);
	background-repeat: no-repeat;
	padding-right: 82px;
	background-position: right bottom;
}

#WAWAttribution
{
	font-style: italic;
	font-weight: bold;
	margin-left: 20px;
}

/* WINNER FORM */

#WinnerForm .text
{
	border: none;
	border-bottom: solid 1px #660000;
	font-family: Arial, Helvetica, Sans-Serif;
}

#WinnerForm label
{
	width: 130px;
	text-align: right;
	display: inline-block;
	margin-right: 5px;
}

.CouponSurround
{
	display: block;
	width: 353px;
	float: left;
	margin-bottom: 10px;	
}

.diagimage 
{
	background-image: url(http://www.somebodyalwayswins.com/images/diagonalcolors.jpg);
	background-repeat: no-repeat;
	background-position: right;
}

h2
{
	line-height: 100%;
}

.freetojoinplaywin 
{
	background-image: url(images/freetojoinplaywin.jpg);
	background-repeat: no-repeat;
}

#oldfreetojoinplaywin 
{
	display: block;
	width:100%;
	height:284px;
}