﻿body
{
	background-color: #663300;
	background-image: url(/images/LightningSports/page_bg.png);
	background-repeat: repeat;
	padding: 0;
	margin: 0;
	font: bold 11px/1.5em Verdana;
}
h1, h2
{
	font: bold 14px Verdana, Arial, Helvetica, sans-serif;
	color: #663300;
	margin: 0 0 10px 0;
	padding: 0;
}
h1
{
	font-size: 20px;
	color: #663300;
}
h2 
{
	font-size: 18px;
    color: #336633;
}
h3 
{
	font-size: 16px;
	margin: 10px 0 0 0;
}
h4
{
	font-size: 14px;
	margin: 10px 0 0 0;
}
img
{
	border: none;
}

#page-wrapper
{
	border: 1px solid #663300;
	background: #FFFFFF;
}
#header-wrapper
{
	
}

#logo 
{
	position: relative;
	top: 5px;
	left: 266px;
}
#header
{
	background: url( "/images/LightningSports/app_head.jpg" ) no-repeat left top;
	color: #003300;
	height: 150px;
}

#page-content
{
}

#footer
{
	background-color: #003300;
	color: #CCCCCC;
}
#footer a 
{
	color: #CCCCCC;
	font-size: 9px;
}



/* Styles */
.padded-content
{
	padding: 5px;
}

/*-- status --------------------------------*/
#status,
div.status
{
	text-align: right;
	padding: 5px 10px 0 0;
	color: #003300;
	font-size: .8em;
}
#status a,
div.status a
{
	text-decoration: none;
	color: #CCCCCC;
	
}

/*-- Menu Tabs G--------------------------- */
div.nav,
#nav 
{
	background: #003300;
	width: 100%;
}
#tabsG
{
	float: left;
	width: 100%;
	background: #003300;
	font-size: 93%;
	line-height: normal;
}
#tabsG ul
{
	margin: 0;
	padding: 0 0 0 10px;
	list-style: none;
}
#tabsG li
{
	display: inline;
	margin: 0;
	padding: 0;
}
#tabsG a
{
	float: left;
	background: url( "/images/LightningSports/tableft.png" ) no-repeat left top;
	margin: 0;
	padding: 0 0 0 4px;
	text-decoration: none;
}
#tabsG a span
{
	float: left;
	display: block;
	background: url( "/images/LightningSports/tabright.png" ) no-repeat right top;
	padding: 5px 15px 4px 6px;
	color: #003300;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabsG a span
{
	float: none;
}
/* End IE5-Mac hack */
#tabsG a:hover span
{
	color: #CCCCCC;
}
#tabsG a:hover
{
	background-position: 0% -42px;
}
#tabsG a:hover span
{
	background-position: 100% -42px;
}

/*-- Menu Active Tabs G--------------------------- */

#activeTabsG a
{
	float: left;
	background: url( "/images/LightningSports/activetableft.png" ) no-repeat left top;
	margin: 0;
	padding: 0 0 0 4px;
	text-decoration: none;
}
#activeTabsG a span
{
	float: left;
	display: block;
	background: url( "/images/LightningSports/activetabright.png" ) no-repeat right top;
	padding: 5px 15px 4px 6px;
	color: #006600;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#activeTabsG a span
{
	float: none;
}
/* End IE5-Mac hack */
#activeTabsG a:hover span
{
	color: #CCCCCC;
}
#activeTabsG a:hover
{
	background-position: 0% -42px;
}
#activeTabsG a:hover span
{
	background-position: 100% -42px;
}

/*--Alert ---------------------------*/
.alert {
	background: #fff6bf url(/images/LightningSports/exclamation.png) center no-repeat;
	background-position: 15px 50%; /* x-pos y-pos */
	text-align: left;
	padding: 5px 20px 5px 45px;
	margin: 1px 0 2px; 
	border-top: 2px solid #CCCCCC;
	border-bottom: 2px solid #CCCCCC;
	}
	
/*--Info ----------------------------*/
	.info {
	background: #D3DFEB url(/images/LightningSports/info.png) center no-repeat;
	background-position: 15px 8px; /* x-pos y-pos */
	text-align: left;
	padding: 5px 20px 5px 45px;
	margin: 1px 0 2px; 
	border: 1px solid #A5C1DE;
	}
/*--News ---------------------------*/
	.news
	{
		background: #F7F1DE url(/images/LightningSports/news.png) center no-repeat;
	background-position: 15px 8px; /* x-pos y-pos */
	text-align: left;
	padding: 5px 20px 5px 45px;
	margin: 1px 0 2px; 
	border: 1px solid #E5D7AA;
	}

	
/*--Warning -------------------------*/
	.warning 
	{
		background: #E5BFBF url(/images/LightningSports/warning.png) center no-repeat;
	background-position: 15px 50%; /* x-pos y-pos */
	text-align: left;
	padding: 5px 20px 5px 45px;
	margin: 1px 0 2px; 
	border-top: 2px solid #CC7F7F;
	border-bottom: 2px solid #CC7F7F;
	color: #663300!important;
	}
	.error 
	{
		color: #663300!important;
	}
/*--Help ---------------------------*/
	.help 
	{
		background: #FFFFE5 url(/images/LightningSports/help.png) center no-repeat;
	background-position: 15px 8px; /* x-pos y-pos */
	text-align: left;
	padding: 5px 20px 5px 45px;
	margin: 1px 0 2px; 
	border-top: 2px solid #FFE57F;
	border-bottom: 2px solid #FFE57F;
	}
	

/*--Other Styles --------------------*/
.list 
{
	margin: 0 0 18px 15px;
}
.review-table 
{
	border: 1px solid #663300;
	margin: 2px 10px 10px 0;
	width: 98%;
}
.review-table th,
.review-table td
{
	padding: 3px;
}
.review-table th 
{
	background: #CEE1FF url("/images/LightningSports/th_bg.png") repeat-x top left;
	border: 1px solid #CEE1FF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	color: #FFF;
}
.review-table td 
{
	border-right: 1px solid #CCC;
}
.review-table tr.odd-row 
{
	background: #F5F5F5;
}
.review-table tr.even-row 
{
	background: #FFFFFF;
}
.review-table tr.even-row td 
{
	border-right-color: #DEDEDE;
}
.review-table tr.selected-row
{
	
	background-color: #D8E5F2;
}
.review-table tr.selected-row td.dark
{
	background-color: #C8D5E2;
}
.review-table tr.selected-row td 
{
	border-right-color: #B8C5D2;	
}


.column-a-box 
{
	border: 1px solid #E5D7AA;
	background-color: #F7F1DE;
	margin: 1px 5px 5px 1px;
}
.column-a-box .title 
{
	padding: 3px;
	margin: 0 0 3px;
	color: #000000;
	background: #E5D7AA;
}
.padded-a-box 
{
	border: 1px solid #A2BCD5;
	background-color: #CCCCCC;
	margin: 1px 0 5px 1px;
	padding: 5px;
	width: 250px;
}

.sm
{
	font-size: .8em;
}
.sm input
{
	font-size: 1em;
}


.right 
{
	text-align: right;
	margin: 0 5px 0 0;
}

input.button 
{
	background: #CCCCCC url("/images/LightningSports/btn_bg.png") repeat-x top left;
	border: 2px solid #663300;
	border-top-color: #CCCCCC;
	border-left-color: #CCCCCC;
	font-weight: bold;
	margin: 5px 0;
    color: #003300;
}
input.button-sm 
{
	background: #CCCCCC url("/images/LightningSports/btn_bg.png") repeat-x top left;
	border: none;
	font-size: 120%;
    color: black;
    font-weight: normal;
    text-decoration: none;
    cursor: pointer;
    color: #003300;
}
input.button-sm:hover {
    border: 2px outset;
}

a.button-sm
{
	background: #CCCCCC url("/images/LightningSports/btn_bg.png") repeat-x top left;
	border: none;
	font-size: 120%;
    color: #003300;
    font-weight: normal;
    text-decoration: none;
    padding: 1px 5px 2px 5px;
    cursor: pointer;
}

a.button-sm:visited {
    font-weight: normal;
    color: #003300;
}

a.button-sm:hover {
    border: 3px outset;
}

input.button-sm2
{
	background: #CCCCCC url("/images/LightningSports/btn_bg.png") repeat-x top left;
	border: none;
	font-size: 90%;
    color: #003300;
    font-weight: normal;
    text-decoration: none;
    cursor: pointer;
    padding: 0px 5px 0px 5px;
}
input.button-sm2:hover {
    border: 2px outset;
}
a.button-sm2
{
	background: #CCCCCC url("/images/LightningSports/btn_bg.png") repeat-x top left;
	border: none;
	font-size: 90%;
    color: #003300;
    font-weight: normal;
    text-decoration: none;
    cursor: pointer;
    padding: 1px 7px 2px 7px;
}
a.button-sm2:visited {
    font-weight: normal;
    color: #003300;
}
a.button-sm2:hover {
    border: 3px 3px 2px 2px outset;
}

/*-- Review Accomplishments -----------------*/
.list-open 
{
	
	padding: 2px;
    cursor: pointer;
}
.list-closed 
{
	
	padding: 2px;
    cursor: pointer;
}
.list-indented 
{
	padding: 2px 2px 2px 40px;
}
/*-- Form Styles ------------------------*/
.form-box 
{
	border: 1px solid #A2BCD5;
	background-color: #D8E5F2;
	margin: 1px 0 5px 1px;
}

.poweredby 
{
	font-size: 80%;
	color: #999999;
	text-align: right;
	width: 798px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	padding: 0px;
}
/*-- Redeem Points ----------------------*/
.product-category 
{
	border-bottom: 1px solid #000033;
	padding: 5px;
}
.product-category h3 
{
	border-bottom: 1px solid #000033;
}
.product-list 
{
	width: auto;
    cursor: default;
}

.product 
{
	float:left;
	width: 250px;
	margin: 5px;
	padding: 5px;
	border: 1px solid #A2BCD5;
	background-color: #D8E5F2;
	
}
.product-redeem
{
	float: left;
	width: 90px;
	margin-right: 3px;
}
.product-description 
{
	margin-left: 93px;
    margin-right: 3px;   
    text-align: left;
    text-align: left;
}
img.product-image 
{
	border: 1px solid #333;
    width: 75%;
    height: 75%;
    margin: 0 0 10px 0;
}

.clear-left { clear:left; }
.clear-right { clear:right; }
.clear { clear:both; }

.supTable {
    border: 1pt solid #A2BCD5;
}

.supTableCell {
    border: 1px solid #A2BCD5;
    font-size: 90%;
    color: black;
    font-weight: normal;
    text-decoration: none;
}

.supTableHead {
    border: 1px solid #A2BCD5;
    font-size: 90%;
    color: black;
    font-weight: normal;
    text-decoration: none;
}