/* ========================================= */
/* Element Styles =========================== */
/* ========================================= */
/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, 
fieldset, form, label, legend,
caption {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: normal;
}

h2, h3, p {
	margin: 0;
	padding: 0;
}	
h1 {
	font-size: 24px;
	font-weight: bold;
	color: #00AEEF;
}
h2, h2 a {
	font-size: 14px;
	font-weight: 900;
	color: #00AEEF;
}

h3 {
	font-size: 12px;
	font-weight: bold;
	color: #333333;
}

p.top {
	text-align: right;
	font-style: italic
}

a {
	text-decoration: underline;
	color: #333333;
}
/* ====================
	a:link, a:visited {
		text-decoration: underline;
		color: #333333;
	}
	a:hover, a:active {
		color: #333333;
		text-decoration: underline;
	}
===================== */
a.expanded, a.collapsed {
	cursor: pointer; cursor: hand;
	padding-left: 20px;
}
	a.expanded {
		background: url(collapse.gif) no-repeat 3px 50%;
	}
	a.collapsed {
		background: url(expand.gif) no-repeat 3px 50%;
	}

/* ========================================= */
/* Class Styles =========================== */
/* ========================================= */
.button {
    text-align: center;
    padding: 0 2px;
}

.center {
    text-align: center;
}

.sep {
	font-size: 24px;
}

/* entry */
.entry_block {
	border: solid 2px #00AEEF;
	text-align: center;
	width: 90%;
	margin:auto;
	padding: 15px 10px 15px 10px;
}
.textentry {
	font-family: arial, sans-serif;
	font-size: 16px;
}

/* warn */
.warn_block 
{
	margin: auto;
	padding: 5px 10px 5px 10px;
	border: solid 2px red;
}
	.warn_block h3, .warn_block p, .warn_block a {
		padding-bottom: 5px;
		color: Red;
	}
.warn {
	color: red;
}

/* alert */
.alert {
	margin: auto;
	padding: 5px 10px 5px 10px;
	border: solid 2px #015862;
}
	.alert h3, .alert p {
		padding-bottom: 5px;
		color: #015862;
	}


.textcap {
	text-transform: capitalize;
}

.winner {
	text-transform: uppercase;
}

.error {
	color: red;
}
.error ul li{
	text-align: left;
}

div.clear {
	clear: both;
}

span.nobreak {
	white-space: nowrap;
}

/* ================================================== */
/* PNG Fix For IE6 */
/* ================================================== */
 img, div, input { behavior: url("iepngfix/iepngfix.htc") }
 /* url is relative to the HTML file, not this css file! */


/* ========================================= */
/* ElementID Styles ======================== */
/* ========================================= */
#wrapper {
	width:1000px;
	margin: auto;
}

#header-link {
	width: 1000px;
	height: 71px;
}
	#header-ca, #header-ca a {
		width: 134px;
		height: 71px;
		background-image: url(header-calottery.jpg);
		background-repeat: no-repeat;
		float: left;
	}
	#header-promo {
		margin: 0 auto 0 auto;
		display: inline;
	}
	#header-mycal, #header-mycal a {
		width: 154px;
		height: 71px;
		background-image: url(header-mycal.jpg);
		background-repeat: no-repeat;
		float: right;
	}
	
#header-ff {
	width: 1000px;
	height: 104px;
	background-image: url(header-ff.jpg);
	background-repeat: no-repeat;
}
	#header-ff h2 {
		font-style: italic; /*normal, italic, oblique */
		width: 500px;
		padding: 55px 0 0 395px;
	}
	
#header-divider {
	width: 1000px;
	height: 4px;
	background-image: url(header-divider.jpg);
	background-repeat: no-repeat;
	margin: 0;
	padding: 0;
	font-size: 1px;
	line-height: 1px;
}
	
#container {
	width: 958px;
	margin: auto;
	padding: 8px 0 0 0;
}

#sidebar {
	width: 209px;
	margin: 0;
	padding: 0;
	float: left;
}
#content {
	width: 743px;
	margin: 0;
	padding: 0;
	float: right;
}
	#content-top {
		width: 743px;
		height: 19px;
		background-image: url(content-header.jpg);
		background-repeat: no-repeat;
	}

	#content-main {
		width: 743px;
		background-image: url(content-filler.jpg);
		background-repeat: repeat-y;
		min-height: 500px;
	}
		#content-header {
			width: 240px;
			margin-top: 24px;
			padding: 0;
			float: left;
		}
		#content-header h1 {
			margin-left: 35px;
		}

		#content-body {
			width: 453px;
			margin-top: 31px;
			padding: 0;
			float: left;
			min-height: 400px;
		}

	#content-bot {
		width: 743px;
		height: 19px;
		background-image: url(content-foot.jpg);
		background-repeat: no-repeat;
	}

#footer {
	padding: 10px 10px 20px 10px;
	font-family: verdana, sans-serif; /* serif, san-serif, cursive, fantasy, monospace */
	font-size: 12px; /*xx-small, x-small, small, medium, large, x-large, xx-large, smaller, larger, length, % */
	font-style: normal; /*normal, italic, oblique */
	color: #999999;
	text-align: center;
}

	#footer a {
		color: #999999;
		text-decoration: underline; /* none, underline, overline, line-through, blink */
	}

.content-header-image-gen, .content-header-image-my_entries, .content-header-image-faq, .content-header-image-rules {
	background: url(content-header-image-gen.jpg) no-repeat;
	width: 200px;
	height: 230px;
	margin: 10px 0 0 20px;
}
.content-header-image-how_play {
	background: url(content-header-image-htp.jpg) no-repeat;
	width: 200px;
	height: 230px;
	margin: 10px 0 0 20px;
}
.content-header-image-draws { 
	background: url(content-header-image-win.jpg) no-repeat;
	width: 200px;
	height: 230px;
	margin: 10px 0 0 20px;
}
.content-header-image-entry { 
	background: url(content-header-image-entry.jpg) no-repeat;
	width: 200px;
	height: 230px;
	margin: 10px 0 0 20px;
}
.content-header-image-share { 
	background: url(content-header-image-share.jpg) no-repeat;
	width: 200px;
	height: 230px;
	margin: 10px 0 0 20px;
}

#ff-ticket {
	background: url(fan5_ticket.jpg) no-repeat;
	width: 180px;
	height: 278px;
	float: right;
}

#how-it-works {
	width: 240px;
	margin-top: 24px;
	padding: 0;
	float: left;
}
#ff-ticket.how-it-works-ticket {
	margin: 45px 0 25px 0;
}

#entry-how-to {
	width: 220px;
	padding: 0;
	float: left;
}
#ff-ticket.entry-how-to-ticket {
	margin: 0;
}

/* ========================================= */
/* Sidebar Styles ======================== */
/* ========================================= */
.sidebar-top {
	display: block;
	background: url(menu-header-tall.jpg) no-repeat;
	height: 62px;
}
.sidebar-top h2 {
	color: #FFFFFF;
	padding: 20px 0 0 0px;
	text-align: center;
}
.sidebar-bot {
	display: block;
	background: url(menu-foot.jpg) no-repeat;
	height: 14px;
}
.sidebar-list {
	background: url(menu-filler.jpg) repeat-y;
	width: 209px;
}

#sidebar ul {
	width: 201px;
	list-style: none;
	margin: auto;
	padding: 0;
 }
#sidebar ul li h3 {
	color: #00AEEF;
	padding: 7px 0 5px 25px;
}
#sidebar ul li p {
	padding: 3px 0 3px 25px;
	text-transform: uppercase;
}
#sidebar ul li.sidebar-divider {
	display: block;
	background: url(sidebar-divider.gif) repeat-x;
	width: 201px;
	height: 1px;
	padding: 0;
	font-size: 1px;
	line-height: 1px;
}
#sidebar ul li.spacer {
	display: block;
	background: url(spacer.gif) repeat-y;
	height: 10px;
}

/* ========================================= */
/* Sidebar Menu Styles ======================== */
/* ========================================= */
#sidebar ul li.menu {
	display: inline;
	height: 22px;
	line-height: 22px;
  }
	#sidebar ul li.menu a {
		display: block;
		padding: 0px 25px;
		text-decoration: none;
		color: #333333;
	}
	#sidebar ul li.menu a:hover, #sidebar ul li.menu a:active /* mouse over link */
	{
		background: url(menu-btn-over.jpg) no-repeat;
		text-decoration: none;
		color: #333333;
	}
	#sidebar ul li.menu a.selected /* selected link */
	{
		background: url(menu-btn-over.jpg) no-repeat;
		text-decoration: none;
		color: #333333;
	}

/* ========================================= */
/* Home Page Styles ======================== */
/* ========================================= */
#home-header h1, #home-header h2 {
	padding: 20px 40px 0 40px;
}
#home-flash 
{
	background: url(carousel-menu-alt.jpg) no-repeat;
	width: 580px;
	height: 385px;
	text-align: center;
	padding: 0 0 30px 0;
	margin: auto;
}
#home-notice 
{
	width: 90%;
	padding: 10px 15px 10px 15px;
	border: solid 2px black;
	margin: 5px auto;
}
/* ========================================= */
/* Winner Claim Form Styles ================ */
/* ========================================= */
.win_claim h2, .win_claim h3, .win_claim p {
	padding: 10px 0 0 0;
}
	.win_claim table.data_table td {
		padding: 2px 4px;
	}
		.win_claim table.data_table td.label {
			text-align: right;
		}

	.win_claim .option_block {
		padding:0 0 0 15px;
	}
#get-adobe a {
	background: url(get_adobe_reader.jpg) no-repeat;
	width: 158px;
	height: 39px;
	float: left;
}
#get-adobe-click {
	width: 280px;
	float: right;
	padding: 0 0 0 10px;
}

/* ========================================= */
/* Font & Text Styles ====================== */
/* ========================================= */
.block_tb05 {
	padding: 5px 0 5px 0;
}

.block_tb10 {
	padding: 10px 0 10px 0;
}

.block_tb15 {
	padding: 15px 0 15px 0;
}

.block_sp05 h2, .block_sp05 h3, .block_sp05 p, .block_sp05 table {
	padding: 0 0 5px 0;
}

.block_sp10 h2, .block_sp10 h3, .block_sp10 p {
	padding: 0 0 10px 0;
}

.block_sp15 h2, .block_sp15 h3, .block_sp15 p {
	padding: 0 0 15px 0;
}

.block_t05 {
	padding: 5px 0 0 0;
}

.block_t10 {
	padding: 10px 0 0 0;
}

.block_t15 {
	padding: 15px 0 0 0;
}

.block_b05 {
	padding: 0 0 5px 0;
}

.block_b10 {
	padding: 0 0 10px 0;
}

.block_b15 {
	padding: 0 0 15px 0;
}

.block_l20 
{
	padding: 0 0 0 20px;
}

.block_l25 
{
	padding: 0 0 0 25px;
}

table.summary td {
	padding: 2px;
}
	table.summary td.label {
		text-align:right;
	}
	table.summary td.data {
		font-weight:bold;
	}

table.entry_table td {
	padding: 4px;
}
	.entry_table td.label {
		text-align: right;
	}
	.entry_table td.entry {
		text-align: left;
	}

table.border_table {
	border-width: 1px;
	border-style: solid;
	border-color: #4e4D50;
	border-collapse: collapse;
}
	.border_table th, .border_table td {
		border: 1px solid #999999;
		padding: 5px;
	}

div.border_block {
	border-style: solid;
	border-color: #4e4D50;
	border-width: 1px 1px 1px 1px;
}

div.divider {
	background-image: url(divider.gif);
	background-repeat: repeat-x;
	height: 1px;
}

