﻿
/******MASTER PAGE STYLES******/

body 
{
    background-color: #f1f1f3;
    margin: 0;
	padding: 0;
}

* 
{
    margin:0px;
    padding:0px;
    font-family: Helvetica, Arial, Sans-Serif;
    font-size: 10pt;
    line-height: 14pt;
}

.page
{
    display: block;
    margin: 0px auto;
    width: 1041px;
}

.page-right-shadow
{
    background-image: url(/images/p3/upper-right-shadow.jpg);
    background-position: right 0px;
    background-repeat: no-repeat;
    display: block;
    padding-right: 13px;
}

.page-left-shadow
{
    background-image: url(/images/p3/upper-right-shadow.jpg);
    background-repeat: no-repeat;
    display: block;
    padding-left: 3px;
}

.surround
{
    display: block;
    background-color: #ffffff;
    width: 1024px;
    position: relative;
}

.menusurround
{
    display: block;
    height: 125px;
    width: 100%;
}

.logo
{
    display: block;
    position: absolute;
    background-image: url(/images/p3/fraffle-logo.png);
    width: 332px;
    height: 195px;
    z-index: 1000;
}

.maincolumn-surround
{
    display: block;
    padding-top: 27px;
}

.maincolumn 
{
    display: block;
    width: 589px;
    padding-left: 49px;
    padding-right: 23px;
}

.rightcolumn
{
    display: block;
    float: right;
    width: 296px;
    padding-left: 12px;
    padding-right: 55px;
}

.spacer
{
    display: block;
    height: 27px;
    width: 100%;
}

.footer
{
    width: 100%;
    padding-top: 30px;
    padding-left: 45px;
    padding-bottom: 40px;
    color: #cccccc;
    font-size: 75%;
}

.footerBlock a
{
	text-decoration:none;
}

.footerBlock
{
	display:inline-block;
	width:auto;
	padding-left: 20px;
}

.clear
{
    display: block;
    width: 1px;
    height: 1px;
    clear: both;
}


.sub-column
{
    display: block;
    width: 291px;
}

.float-right
{
    float: right;
}

.sawPart
{
	overflow: hidden;
}

/******TOP MENU******/

.topmenu
{
    position: relative;
    display: block;
}

.topmenu ul
{
    list-style-type: none;
    margin-top: 100;
}

.topmenu li
{
    margin-left: -180px;
    display: block;
    float: right;
    position: relative;
}

.topmenuoverlay
{
    background-image: url(/images/p3/transparent-overlay.png);
    background-repeat: repeat;
    width: 1024px;
    height: 104px;
    z-index: 100;
    display: block;
    position: absolute;
    cursor: pointer;
}

.menuitem
{
    display: block;
    width: 236px;
    height: 104px;
    background-repeat: no-repeat;
    background-position: 0px 0px;
}

/******UNIVERSAL STYLES******/

h2 
{
    text-transform: uppercase;
    background-image: url(/images/p3/titlebgpattern.jpg);
    background-repeat: repeat-x;
    display: block;
    width: 100%;
    height: 28px;
    padding-left: 5px;
    padding-top: 5px;
    font-size: 17px;
    color: #0054a5;
}


.special-message
{
    background-image: url(/images/p3/starleft.jpg);
    background-repeat: no-repeat;
    padding-left: 21px;
    display: block;
    height: 22px;
    background-color: #f6ecb1;
    color: #0054a5;
/*    font-size: 75%;
    line-height: 200%;*/
}

.special-message-end 
{
    background-image: url(/images/p3/starright.jpg);
    background-repeat: no-repeat;
    background-position: right 0px;
    display: inline-block;
    height: 22px;    
    padding-right: 21px;
    margin: 3px 0px;
}

.hyperlink a
{
    color: #0254a6;
    text-decoration: none;
}

.hyperlink a:hover
{
    border-bottom: 1px dotted #0254a6;
}

/****Enter Raffle Styles****/

.enter-raffle
{
    display: block;
    border-bottom: 1px solid #cdcdcd; 
    margin-bottom: 5px;
    padding-bottom: 10px;
    width: 100%;
    position: relative;
}

.enter-raffle div
{
    display: block;
}

.enter-raffle .category
{
    font-size: 80%;
    color: #444444;
    font-weight: bold;
}

.enter-raffle .sponsor
{
    font-size: 80%;
}

.enter-raffle .title
{
    font-family: Tahoma, Geneva, San-Serif;
    font-weight: bold;
    color: #555555;
}

.enter-raffle .surround
{
	width: 570px;
}

.enter-raffle .surround .buttons .ticket
{
    background-image: url(/images/p3/enter-raffle-text.jpg);
    width: 92px;
    height: 19px;
    float: left;
    vertical-align: top;
    cursor: pointer;
}

.enter-raffle .surround .rightside
{
    float: left;
    width: 400px;
}

.enter-raffle .surround .picture
{
    display: block;
    position: relative;
    float: left;
    margin-right: 13px;
    width: 148px;
    height: 90px;
    background-color: #ccc;
}

.sawPart .addthis_toolbox
{
    float: right;
}

.sawPart .buttons .addthis_toolbox
{
    float: left;
}

.addthis_toolbox
{
    padding: 0px 5px;
    vertical-align: top;
}

.fb_edge_widget_with_comment
{
    width: 150px;
}

/** Used only for the rewards image on Rewards Page **/
.pictureRewards
{
    display: block;
    position: relative;
    float: left;
    margin-right: 13px;
    width: 446px;
    height: 234px;
    background-color: #ccc;
    cursor: pointer;
}

/****Winners Scroll Pane Styles****/

#cphRightColumn_spWinners_pnlScrollPane
{
	height: 235px;
}

.Winner
{
	margin-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid gray;
	font-size: 12px;
	color: #323232;
}

.Winner .Picture
{
	width: 70px;
	height: 55px;
	float: left;
	margin-right: 10px;
}

.Winner .FirstName
{
	font-weight: bold;
	font-size: 12px;
}

.Winner .Location, .Winner .Prize
{
	font-size: 12px;
}

.Winner .Sponsor
{
	display: none;
}

/****Wisdom and Wit Box Styles****/

.wisdom-wit
{
    display: block;
    width: 299px;
    height: 125px;
    background-image: url(/images/p3/wisdomwit-text.jpg);
    background-repeat: no-repeat;
    font-size: 12px;
    font-weight: bold;
    color: #363231;
}

.wisdom-wit-border
{
	width: 238px;
	height: 74px;
	background-repeat: no-repeat;
	border: 1px solid white;
	padding: 35px 30px 5px 20px;
	margin: 5px;
	position: absolute;
}

.wisdom-wit #WAWCloseQuote #WAWQuote
{
	font-size: 12px;
	line-height: 16px;
}

.wisdom-wit .quote
{
	display: inline;
}

.wisdom-wit #WAWAttribution
{
	float: right;
	font-size: 10px;
}

/****Twitter Feed Styles****/

.tweet .tweetPost
{
	margin-top: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid gray;
	min-height: 48px;
}

.tweet img
{
	width: 48px;
	height: 48px;
	float: left;
	margin-right: 5px;
}

.tweet .title
{
	font-size: 11px;
}

.tweet .author, .tweet .author a
{
	font-size: 11px;
	text-decoration: none;
}

/****YouTube Pane Styles****/

.scroll-pane .YouTubeVideo
{
	border-bottom: 1px solid gray;
	padding-bottom: 5px;
	margin-top: 5px;
	height: 50px;
	font-size: 12px;
}

.YouTubeVideo img
{
	float: left;
	margin-right: 10px;
	width: 68px;
	height: 44px;
}

.YouTubeVideo a
{
	text-decoration: none;
	font-size: 12px;
}

.YouTubeVideo .YouTubeVideoDescription
{
	display: none;
}

.YouTubeVideo .YouTubeVideoDate
{
	font-size: 10px;
}

/****Not Signed In Popup****/

#popopen-signinup
{
    display: none;
}

.hidden
{
    display: none;
}

/****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;
}

/**** Connect With Us ****/

.connectWithUsUC .CWUIcon 
{
    background-repeat:no-repeat;
    height: 22px;
    width: 22px;
    display: block;
    margin: auto;
}

.connectWithUsUC .CWUTwitterImg
{
    background-image:url(/images/p3/twitter.jpg);
}

.connectWithUsUC .CWUBlogImg
{
    background-image:url(/images/p3/blog.jpg);
}

.connectWithUsUC .CWUFacebookImg
{
    background-image:url(/images/p3/facebook.jpg);
}

.connectWithUsUC .CWUEmailImg
{
    background-image:url(/images/p3/email.jpg);
}

.connectWithUsUC .CWUYouTubeImg
{
    background-image:url(/images/p3/youtube.jpg);
}

.connectWithUsUC a
{
    display: inline-block;
    text-decoration: none;
    color: #333;
    width: 55px;
}

.connectWithUsUC .CWUText
{
    font-size: 90%;
    text-align: center;
    display: block;
}

/*****SAW PART****/

.xButton
{
    float: right;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin-top: 5px;
    margin-right: 5px;
    cursor: pointer;
}

.collapse
{
    background-image: url(/images/p3/minus-image.jpg);
}

.expand
{
    background-image: url(/images/p3/plus-image-white.jpg);
}

/****Enter To Redeem Styles****/

.enter-to-redeem
{
    display: block;
    border-bottom: 1px solid #cdcdcd; 
    margin-bottom: 5px;
    padding-bottom: 10px;
    width: 100%;
    position: relative;
}

.enter-to-redeem div
{
    display: block;
}

.enter-to-redeem .category
{
    font-size: 80%;
    color: #666666;
}

.enter-to-redeem .sponsor a
{
    font-size: 80%;
    text-decoration: none;
}

.enter-to-redeem .description
{
    color: #bd2635;
}

.enter-to-redeem .title
{
    font-family: Tahoma, Geneva, San-Serif;
    font-weight: bold;
    color: #555555;
}

.enter-to-redeem .surround
{
	width: 570px;
}

.enter-to-redeem .surround .buttons .reward
{
    background-image: url(/images/p3/rewards-enter-to-redeem-button.jpg);
    width: 116px;
    height: 19px;
    float: left;
    vertical-align: top;
    cursor: pointer;
}

.redeem
{
    background-image: url(/images/p3/redeem.jpg);
    width: 92px;
    height: 19px;
    float: left;
    vertical-align: top;
    cursor: pointer;
}

.enter-to-redeem .surround .buttons
{
    padding-top: 17px;
}

.enter-to-redeem .surround .rightside
{
    float: left;
    width: 400px;
}

.enter-to-redeem .surround .picture
{
    display: block;
    position: relative;
    float: left;
    margin-right: 13px;
    width: 148px;
    height: 90px;
    background-color: #ccc;
}

.sawPart .addthis_toolbox
{
    float: right;
}

.sawPart .buttons .addthis_toolbox
{
    float: left;
}

.addthis_toolbox
{
    padding: 0px 5px;
    vertical-align: top;
}

.fb_edge_widget_with_comment
{
    width: 150px;
}


.loginrestricted
{
    width: 480px;
    height: 61px;
}

.loginrestricted .forgotpassword a
{
    right: 100px;
}

.supField .terms a
{
    font-weight: bold;
    font-size: 9px;
    color: #214255;
}

.no-more-raffles
{
    font-weight: bold;
}


.new-name-announcement
{
    background-color: #ffef9a;
    width: 100%;
    height: 30px;
    border: 4px solid #00284E;
    margin-bottom: 10px;
    text-align: center;
}

.new-name-announcement span
{
    font-family: Arial;
    font-weight: bold;
    color: #d6362e;
    height: 30px;
    line-height: 30px;
    vertical-align: top;
}
