.wrapper-1 {width:100%; display:block; min-height:500px; padding:10px; font-family:Tahoma, Helvetica, Arial, sans-serif; text-align:left;}
.wrapper-sec-1 {width:50%; display:inline-block; padding:0px;float:left;}


.wrapper-sec-2 {width:50%; display:inline-block; padding:0px; float:right;}
.content-header-a {font-size:18px; color:#Ab0000;  padding:10px 0 10px 0; text-align:left; font-family: 'Open Sans', sans-serif;}
.page-header-a {font-size:20px; color:#202020;  /*padding:0 0 0 20px;*/ text-align:left; font-family: 'Open Sans', sans-serif; width:auto; display:block; float:left;}

.clear	{clear:both;}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.box	{
	
	/* GENERAL */	
	padding:30px 30px 40px 30px;
	background:#EEE;
	
}

.wood	{

	/* BACKGROUND GRADIENTS */
	background:url(wood.png);
	
}
.main-header-area{padding:2px auto;
	margin-bottom:2px; margin-top:2px;
	/* GENERAL */
	/*padding:2px 18px;*/
	margin-left:auto; margin-right:auto;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	display:block;	
	width:100%;
	text-align:left;
	
	/* BACKGROUND GRADIENTS */
	background: #F6F6F6;
	background: -moz-linear-gradient(top, #FFF, #FFF 50%, #EFEFEF);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FFF), color-stop(.5, #FFF), to(#EFEFEF));
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#FFFFFF', EndColorStr='#E6E6E6'); /* IE6,IE7 only */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#FFFFFF', EndColorStr='#E6E6E6')"; /* IE8 only */
	
	/* BORDER RADIUS */
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	
	/* BORDERS */
	border:1px solid #DDD;
	border-bottom:1px solid #CDCDCD;
	
	/* TEXT COLOR & SHADOW */
	color:#151515;
	text-shadow: 0 1px 1px #FFF;
	height:140px;
	min-height:36px;}
	
.state_sport_dropdown{
	margin-top: 10px;
}

p.white	{
	color:#888;
	text-shadow:0 2px 1px rgba(255,255,255,0.9);
}

.btn_white_header {padding:7px 0 0 7px; display:inline-block; }
.btn_white {
	padding:2px auto;
	margin-bottom:2px; margin-top:2px;
	/* GENERAL */
	/*padding:2px 18px;*/
	margin-left:auto; margin-right:auto;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	display:block;	
	/*width:96%;*/
	text-align:left;
	
	/* BACKGROUND GRADIENTS */
	background: #F6F6F6;
	background: -moz-linear-gradient(top, #FFF, #FFF 50%, #EFEFEF);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FFF), color-stop(.5, #FFF), to(#EFEFEF));
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#FFFFFF', EndColorStr='#E6E6E6'); /* IE6,IE7 only */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#FFFFFF', EndColorStr='#E6E6E6')"; /* IE8 only */
	
	/* BORDER RADIUS */
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	
	/* BORDERS */
	border:1px solid #DDD;
	border-bottom:1px solid #CDCDCD;
	
	/* TEXT COLOR & SHADOW */
	color:#151515;
	text-shadow: 0 1px 1px #FFF;
	height:auto;
	min-height:36px;
}

.btn_white:hover	{
	
	/* BACKGROUND GRADIENTS */
	background: #EEE;
	background: -moz-linear-gradient(top, #FFF, #FFF 70%, #EEE);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FFF), color-stop(.7, #FFF), to(#EEE));
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#FFFFFF', EndColorStr='#EEEEEE'); /* IE6,IE7 only */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#FFFFFF', EndColorStr='#EEEEEE')"; /* IE8 only */
}

.btn_white:focus	{
	
	/* GENERAL */
	padding:10px 19px 9px 19px;
	
	/* TEXT COLOR & SHADOW */
	color:#FFF;
	text-shadow: 0 -1px 1px #333;
	
	/* BORDERS */
	border:none;
		
	/* BACKGROUND GRADIENTS */
	background:#999;
	background: -moz-linear-gradient(top, #999, #777 5%, #AFAFAF);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #999), color-stop(.05, #777), to(#AFAFAF)); 
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#777777', EndColorStr='#AFAFAF'); /* IE6,IE7 only */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#777777', EndColorStr='#AFAFAF')"; /* IE8 only */
	
	/* INNER SHADOW & OUTER SHADOW */
	box-shadow: inset 0px 2px 5px #444, 0 1px 0px #DDD;
	-webkit-box-shadow: inset 0px 2px 5px #444, 0 1px 0px #DDD;
	-moz-box-shadow: inset 0px 2px 7px #444, 0 1px 0px #DDD;
}


.btn_whitefull {
	padding:2px auto;
	margin-bottom:2px; margin-top:2px;
	/* GENERAL */
	/*padding:2px 18px;*/
	margin-left:auto; margin-right:auto;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	display:block;	
	width:100%;
	text-align:left;
	
	/* BACKGROUND GRADIENTS */
	background: #F6F6F6;
	background: -moz-linear-gradient(top, #FFF, #FFF 50%, #EFEFEF);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FFF), color-stop(.5, #FFF), to(#EFEFEF));
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#FFFFFF', EndColorStr='#E6E6E6'); /* IE6,IE7 only */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#FFFFFF', EndColorStr='#E6E6E6')"; /* IE8 only */
	
	/* BORDER RADIUS */
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	
	/* BORDERS */
	border:1px solid #DDD;
	border-bottom:1px solid #CDCDCD;
	
	/* TEXT COLOR & SHADOW */
	color:#151515;
	text-shadow: 0 1px 1px #FFF;
	height:auto;
	min-height:36px;
}

.btn_whitefull:hover	{
	
	/* BACKGROUND GRADIENTS */
	background: #EEE;
	background: -moz-linear-gradient(top, #FFF, #FFF 70%, #EEE);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FFF), color-stop(.7, #FFF), to(#EEE));
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#FFFFFF', EndColorStr='#EEEEEE'); /* IE6,IE7 only */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#FFFFFF', EndColorStr='#EEEEEE')"; /* IE8 only */
}

.btn_whitefull:focus	{
	
	/* GENERAL */
	padding:10px 19px 9px 19px;
	
	/* TEXT COLOR & SHADOW */
	color:#FFF;
	text-shadow: 0 -1px 1px #333;
	
	/* BORDERS */
	border:none;
		
	/* BACKGROUND GRADIENTS */
	background:#999;
	background: -moz-linear-gradient(top, #999, #777 5%, #AFAFAF);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #999), color-stop(.05, #777), to(#AFAFAF)); 
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#777777', EndColorStr='#AFAFAF'); /* IE6,IE7 only */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#777777', EndColorStr='#AFAFAF')"; /* IE8 only */
	
	/* INNER SHADOW & OUTER SHADOW */
	box-shadow: inset 0px 2px 5px #444, 0 1px 0px #DDD;
	-webkit-box-shadow: inset 0px 2px 5px #444, 0 1px 0px #DDD;
	-moz-box-shadow: inset 0px 2px 7px #444, 0 1px 0px #DDD;
}
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/


.btn_orange {
	
	/* GENERAL */
	padding:3px 18px;
	margin:2px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	display:inline-block;	
	
	/* BACKGROUND GRADIENTS */
	background: #0078A5;
	background: -moz-linear-gradient(top, #00ADEE, #00ADEE 5%, #0078A5);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #00ADEE), color-stop(.03, #00ADEE), to(#0078A5)); 
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#00ADEE', EndColorStr='#0078A5'); /* IE6,IE7 only */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#00ADEE', EndColorStr='#0078A5')"; /* IE8 only */


	/* BORDER RADIUS */
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	
	/* BORDERS */	
	border:1px solid #0076A3;
	/*border-bottom:1px solid #d86f15;*/
	
	/* TEXT COLOR & SHADOW */
	color:#FFF;
	text-shadow: 0 1px 1px #6f3a02;
}

.btn_orange:hover	{
	
	
	/* BACKGROUND GRADIENTS */
	background: #00678E;
	background: -moz-linear-gradient(top, #0095CC, #0095CC 5%, #00678E);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #0095CC), color-stop(.03, #0095CC), to(#00678E)); 
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#0095CC', EndColorStr='#00678E'); /* IE6,IE7 only */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#0095CC', EndColorStr='#00678E')"; /* IE8 only */

	/* BORDERS */
	border:1px solid #00678E;
	
}

.btn_orange:focus	{
	
	/* GENERAL */
	padding:10px 19px 10px 19px;
	
	/* TEXT COLOR & SHADOW */
	color:#FFF;
	text-shadow: 0 -1px 1px #894906;
	
	/* BORDERS */
	border:none;

	/* BACKGROUND GRADIENTS */
	background: #e47412;
	background: -moz-linear-gradient(top, #f07810, #f1a91a 95%, #f07810);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f07810), color-stop(.9, #f1a91a), to(#f07810)); 
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#f07810', EndColorStr='#f1a91a'); /* IE6,IE7 only */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#f07810', EndColorStr='#f1a91a')"; /* IE8 only */
	
	/* INNER SHADOW & OUTER SHADOW */
	box-shadow: inset 0px 2px 5px #9b5901, 0 1px 0px #e0d5c7;
	-webkit-box-shadow: inset 0px 2px 5px #9b5901, 0 1px 0px #e0d5c7;
	-moz-box-shadow: inset 0px 2px 5px #9b5901, 0 1px 0px #e0d5c7;
	
}

/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

.btn_green {
	
	/* GENERAL */
	padding:2px 28px;
	
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	display:inline-block;
	margin-right:20px;	
	
	/* BACKGROUND GRADIENTS */
	background: #6abe18;
	background: -moz-linear-gradient(top, #cbe951, #9dd254 5%, #5eac11);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #cbe951), color-stop(.03, #9dd254), to(#5eac11)); 
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#9dd254', EndColorStr='#5eac11'); /* IE6,IE7 only */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#9dd254', EndColorStr='#5eac11')"; /* IE8 only */


	/* BORDER RADIUS */
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	
	/* BORDERS */	
	border:1px solid #53a40c;
	border-bottom:1px solid #468f0a;
	
	/* TEXT COLOR & SHADOW */
	color:#FFF;
	text-shadow: 0 1px 1px #316903;
}

.btn_green:hover	{
	
	
	/* BACKGROUND GRADIENTS */
	background: #61b212;
	background: -moz-linear-gradient(top, #cbe951, #98ca53 5%, #55a10b);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #cbe951), color-stop(.03, #98ca53), to(#55a10b)); 
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#98ca53', EndColorStr='#55a10b'); /* IE6,IE7 only */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#98ca53', EndColorStr='#55a10b')"; /* IE8 only */

	/* BORDERS */
	border-bottom:1px solid #468f0a;
	
}

.btn_green:focus	{
	
	/* GENERAL */
	padding:10px 19px 10px 19px;
	
	/* TEXT COLOR & SHADOW */
	color:#FFF;
	text-shadow: 0 -1px 1px #316903;
	
	/* BORDERS */
	border:none;
		
	/* BACKGROUND GRADIENTS */
	background: #5aa80d;
	background: -moz-linear-gradient(top, #55a10b, #94ce44 95%, #58a32b);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #55a10b), color-stop(.9, #94ce44), to(#58a32b)); 
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#55a10b', EndColorStr='#94ce44'); /* IE6,IE7 only */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#55a10b', EndColorStr='#94ce44')"; /* IE8 only */
	
	/* INNER SHADOW & OUTER SHADOW */
	box-shadow: inset 0px 2px 5px #346c13, 0 1px 0px #d0e0c7;
	-webkit-box-shadow: inset 0px 2px 5px #346c13, 0 1px 0px #d0e0c7;
	-moz-box-shadow: inset 0px 2px 5px #346c13, 0 1px 0px #d0e0c7;
	
}

/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/


/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

.btn_darkblue {
	
	/* GENERAL */
	padding:9px 18px;
	margin:20px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	display:inline-block;	
	
	/* BACKGROUND GRADIENTS */
	background: #4986e8;
	background: -moz-linear-gradient(top, #c1d7ff, #76b8fc 5%, #4986e8);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #aadaf0), color-stop(.03, #76b8fc), to(#4986e8)); 
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#76b8fc', EndColorStr='#4986e8'); /* IE6,IE7 only */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#76b8fc', EndColorStr='#4986e8')"; /* IE8 only */
	
	/* BORDER RADIUS */
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	
	/* BORDERS */	
	border:1px solid #3b79df;
	border-bottom:1px solid #2562c7;
	
	/* TEXT COLOR & SHADOW */
	color:#FFF;
	text-shadow: 0 1px 1px #0d3474;
}

.btn_darkblue:hover	{
	
	/* BACKGROUND GRADIENTS */
	background: #3f7bda;
	background: -moz-linear-gradient(top, #c1d7ff, #6caff4 5%, #407ddf);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #c1d7ff), color-stop(.03, #6caff4), to(#407ddf)); 
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#6caff4', EndColorStr='#407ddf'); /* IE6,IE7 only */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#6caff4', EndColorStr='#407ddf')"; /* IE8 only */
	
	/* BORDERS */
	border-bottom:1px solid #2581a8;
	
}

.btn_darkblue:focus	{
	
	/* GENERAL */
	padding:10px 19px 10px 19px;
	
	/* TEXT COLOR & SHADOW */
	color:#FFF;
	text-shadow: 0 -1px 1px #0d3474;
	
	/* BORDERS */
	border:none;
		
	/* BACKGROUND GRADIENTS */
	background: #3675da;
	background: -moz-linear-gradient(top, #4986e8, #76b8fc 95%, #4986e8);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #4986e8), color-stop(.9, #76b8fc), to(#4986e8)); 
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#4986e8', EndColorStr='#76b8fc'); /* IE6,IE7 only */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4986e8', EndColorStr='#76b8fc')"; /* IE8 only */
	
	/* INNER SHADOW & OUTER SHADOW */
	box-shadow: inset 0px 2px 5px #1c4c7d, 0 1px 0px #c9d5e8;
	-webkit-box-shadow: inset 0px 2px 5px #1c4c7d, 0 1px 0px #c9d5e8;
	-moz-box-shadow: inset 0px 2px 5px #1c4c7d, 0 1px 0px #c9d5e8;
	
}

/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/



/* ----------------------------------------------
-- GLOBAL STYLES FOR ALL NOTIFICATIONS
---------------------------------------------- */
.notification a{color:#3399ff; text-decoration:none;}
.notification {
	/* GENERAL */
	
	
	color: #4f4f4f;
	display: block;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif;
	font-size: 11px;
	line-height: 19px;
	margin-bottom: 2px!important;
	overflow: hidden;
	position: relative;
	border: 1px solid;
	border-bottom-width: 2px;
	/* BOX SHADOWS */
	-moz-box-shadow: 0px 1px 2px rgba(0,0,0,0.15), 0px 0px 2px rgba(0,0,0,0.05);
	-webkit-box-shadow: 0px 1px 2px rgba(0,0,0,0.15), 0px 0px 2px rgba(0,0,0,0.05);
	box-shadow: 0px 1px 2px rgba(0,0,0,0.15), 0px 0px 2px rgba(0,0,0,0.05); /* standards version last */
	
	/* BORDER RADIUS */
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px; /* standards version last */
}

.notification p {
	/* GENERAL */
	padding: 16px 16px 16px 42px;
	text-shadow: 0px 1px 0px rgba(255,255,255,0.65);
}

.notification p strong {
	/* GENERAL */
	color: #303030;
	font-weight: bold;
}

/* ----------------------------------------------
-- SUCCESS NOTIFICATION
---------------------------------------------- */
.notification.success {
	/* GENERAL */
	background-color: #dde6ba;
	border-color: #d0e289 #c6d881 #b8cb71;
	/*margin-left:2%;
	/*margin-right:2%;
	margin-bottom:0px;*/
	/* BACKGROUND GRADIENTS */
	background: -moz-linear-gradient(top,
		#fff,
		#e6efc2 2%,
		#d9e2b7
	);
	background: -webkit-gradient(linear, left top, left bottom,
		from(#fff),
		color-stop(0.02, #e6efc2),
		to(#d9e2b7)
	);
	background: linear-gradient(top,
		#fff,
		#e6efc2 2%,
		#d9e2b7
	); /* standards version last */
	
	/* filter gradient for IE */
	filter: PROGID:DXImageTransform.Microsoft.Gradient(StartColorStr='#e6efc2',EndColorStr='#d9e2b7');
}

.notification.success p {
	background: transparent url('../tick.png') no-repeat scroll 14px 17px;
}

.notification.success p strong {
	color: #417800;
}

/* ----------------------------------------------
-- ERROR NOTIFICATION
---------------------------------------------- */
.notification.error {
	/* GENERAL */
	background-color: #f6dbd6;
	border-color: #f7d5d6 #f1c8ca #f2b5b8;
	
	/* BACKGROUND GRADIENTS */
	background: -moz-linear-gradient(top,
		#fff,
		#fbe2e3 2%,
		#eeccce
	);
	background: -webkit-gradient(linear, left top, left bottom,
		from(#fff),
		color-stop(0.02, #fbe2e3),
		to(#eeccce)
	);
	background: linear-gradient(top,
		#fff,
		#fbe2e3 2%,
		#eeccce
	); /* standards version last */
	
	/* filter gradient for IE */
	filter: PROGID:DXImageTransform.Microsoft.Gradient(StartColorStr='#fbe2e3',EndColorStr='#eeccce');
}

.notification.error p {
	background: transparent url('cross.png') no-repeat scroll 14px 17px;
}

.notification.error p strong {
	color: #d43c41;
}

/* ----------------------------------------------
-- WARNING NOTIFICATION
---------------------------------------------- */
.notification.warning {
	/* GENERAL */
	margin-left:2%; margin-right:2%;
	background-color: #f9f9b4;
	border-color: #f7dc72 #f4d96c #eace61;
	
	/* BACKGROUND GRADIENTS */
	background: -moz-linear-gradient(top,
		#fff,
		#ffffb9 2%,
		#f0efae
	);
	background: -webkit-gradient(linear, left top, left bottom,
		from(#fff),
		color-stop(0.02, #ffffb9),
		to(#f0efae)
	);
	background: linear-gradient(top,
		#fff,
		#ffffb9 2%,
		#f0efae
	); /* standards version last */
	
	/* filter gradient for IE */
	filter: PROGID:DXImageTransform.Microsoft.Gradient(StartColorStr='#ffffb9',EndColorStr='#f0efae');
}

.notification.warning p {
	background: transparent url('../exclamation.png') no-repeat scroll 14px 17px;
}

.notification.warning p strong {
	color: #777909;
}

/* ----------------------------------------------
-- TIP/INFO NOTIFICATION
---------------------------------------------- */
.notification.tip {
	/* GENERAL */
	margin-left:2%; margin-right:2%; margin-bottom:0;
	background-color: #dceffa;
	border-color: #b8e1fd #a6d4f4 #9ed1f5;
	
	/* BACKGROUND GRADIENTS */
	background: -moz-linear-gradient(top,
		#fff,
		#e0f4ff 2%,
		#d4e6f0
	);
	background: -webkit-gradient(linear, left top, left bottom,
		from(#fff),
		color-stop(0.02, #e0f4ff),
		to(#d4e6f0)
	);
	background: linear-gradient(top,
		#fff,
		#e0f4ff 2%,
		#d4e6f0
	); /* standards version last */
	
	/* filter gradient for IE */
	filter: PROGID:DXImageTransform.Microsoft.Gradient(StartColorStr='#e0f4ff',EndColorStr='#d4e6f0');
}

.notification.tip p strong {
	color: #0068a4;
}

.notification.tip p {
	background: transparent url('../tip.png') no-repeat scroll 14px 17px;
}

/* ----------------------------------------------
-- NEUTRAL NOTIFICATION
---------------------------------------------- */

.latest-news h2 {font-size:18px; font-family:'Open Sans',sans-serif; margin: 0px 0px 8px 0px;}
.latest-news p{
	line-height: 16px;
}
.latest-news {
	font-family:'Open Sans',sans-serif;
	/*margin-left:2%; margin-right:2%;*/
	/* BACKGROUND GRADIENTS */
	background: -moz-linear-gradient(top,
		#fff,
		#f0f0f0 2%,
		#e4e4e4
	);
	background: -webkit-gradient(linear, left top, left bottom,
		from(#fff),
		color-stop(0.02, #f0f0f0),
		to(#e4e4e4)
	);
	background: linear-gradient(top,
		#fff,
		#f0f0f0 2%,
		#e4e4e4
	); /* standards version last */
	
	/* filter gradient for IE */
	filter: PROGID:DXImageTransform.Microsoft.Gradient(StartColorStr='#f0f0f0',EndColorStr='#e4e4e4');
	font-family:Tahoma, Geneva, sans-serif; font-size:11px; padding:10px; color:#303030;}
.notification.neutral {
	/* GENERAL */
	/*margin-left:2%;
	margin-right:2%;*/
	margin-bottom:0px;
	background-color: #f0f0f0;
	border-color: #e4e4e4 #d9d9d9 #cbcbcb;
	
	/* BACKGROUND GRADIENTS */
	background: -moz-linear-gradient(top,
		#fff,
		#f0f0f0 2%,
		#e4e4e4
	);
	background: -webkit-gradient(linear, left top, left bottom,
		from(#fff),
		color-stop(0.02, #f0f0f0),
		to(#e4e4e4)
	);
	background: linear-gradient(top,
		#fff,
		#f0f0f0 2%,
		#e4e4e4
	); /* standards version last */
	
	/* filter gradient for IE */
	filter: PROGID:DXImageTransform.Microsoft.Gradient(StartColorStr='#f0f0f0',EndColorStr='#e4e4e4');
}

.notification.neutral p strong {
	color: #303030;
}

.notification.neutral p {
	background: transparent url('../neutral.png') no-repeat scroll 14px 17px;
}

.slideshow-shadowbox {
width:96%; 
margin-top:2px; 
margin-bottom:20px;
box-shadow: 0px 0px 10px 10px #ddd; 
height:280px; 
display:block; 
position:relative; 
margin-left:auto; margin-right:auto;  
border-color:#E4E4E4 #D9D9D9 #CBCBCB; 
background:#606060;

border-bottom-width: 2px;
	/* BOX SHADOWS */
	-moz-box-shadow: 0px 1px 2px rgba(0,0,0,0.15), 0px 0px 2px rgba(0,0,0,0.05);
	-webkit-box-shadow: 0px 1px 2px rgba(0,0,0,0.15), 0px 0px 2px rgba(0,0,0,0.05);
	box-shadow: 0px 1px 2px rgba(0,0,0,0.15), 0px 0px 2px rgba(0,0,0,0.05); /* standards version last */
	
	/* BORDER RADIUS */
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px; /* standards version last */}
	.slideshow-shadowbox-inner {	/* BOX SHADOWS */
	-moz-box-shadow: inset 0px 0px 50px rgba(0,0,0,0.5), 0px 0px 2px rgba(0,0,0,0.05);
	-webkit-box-shadow:inset 0px 0px 50px rgba(0,0,0,0.5), 0px 0px 2px rgba(0,0,0,0.05);
	box-shadow: inset 0px 0px 50px rgba(0,0,0,0.5), 0px 0px 2px rgba(0,0,0,0.05); /* standards version last */}
	.avatar-50 {width:50px; height:50px; margin-left:4px; margin-right:4px; margin-top:4px; margin-bottom:4px; display:inline-block; /* BORDER RADIUS */
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px; /* standards version last */
	/*background:#909090;*/
	float:left; position:relative;}
	.wrap-icons {display:inline-block; width:100%; text-align:center; margin-left:auto; margin-right:auto; height:auto; min-height:160px;}
	.section-two {width:100%; display:block; position:relative;}
	
	
	.header-primary-links {display:inline-block; float:right; position:relative; /*width:50%;*/ margin-top:7px;}
	.header-primary-links li  { display:inline;  font-size:11px; font-family:"Lucida Grande","Lucida Sans Unicode",Arial,sans-serif; line-height:18px; text-decoration:none; float:right; margin-left:10px; /*margin-right:10px;*/ border-left:0px solid #ddd; border-right:0px solid #ccc; }
	
	.header-primary-links li a {color:#3399FF;font-size:11px; font-family:"Lucida Grande","Lucida Sans Unicode",Arial,sans-serif; line-height:18px; text-decoration:none;}
	
	.latest-scores {display:block; width:100%; margin-left:auto; margin-right:auto; margin-top:0px; margin-bottom:1px; position:relative; min-height:130px; background:#606060;}
	
	
	/* BEGIN THE LATEST SCORES STYLES */ 
	
.latestscores-container {width:auto; display:block; margin-left:auto; margin-right:auto; background:#001631; min-height:120px; font-family:Arial, Helvetica, sans-serif;padding:10px;}

#latestscores-a {}
.latestscores-a {width:20%; /*height:100px;*/ float:left; margin-left:5px; margin-right:5px; display:inline-block;}
.latestscores-header {width:100%; height:20px; padding:5px;
background:  #a01c30!important; /* old browsers */
	background: -moz-linear-gradient(top, #a01c30 0%, #920616 100%)!important; /* firefox */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a01c30), color-stop(100%,#920616))!important; /* webkit */
	border-radius: 0px!important;
	-webkit-border-radius: 0px!important;
	-moz-border-radius: 0px!important;
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0, .4!important);
	height:15px;
}
.latestscores-age { width:75%; font:Arial, Helvetica, sans-serif; color:#fff; float:left; font-size:11px; }
.latestscores-class { width:25%; font:Arial, Helvetica, sans-serif; color:#fff; float:left; font-size:11px; }
.latestscores-score { width:25%; font:Arial, Helvetica, sans-serif; color:#fff; float:right; font-size:11px; text-align:center; }
.latestscores-body {width:100%; height:14px; padding:5px; background:#dddddd; }
.latestscores-teamname { width:80%; font:Arial, Helvetica, sans-serif; color:#202020; float:left; font-size:11px; text-align:left; }
.latestscores-body-a {width:100%; height:14px; padding:5px; background:#f4f4f4; text-align:left;}
.latestscores-teamscore{ width:20%; font:Arial, Helvetica, sans-serif; color:#202020; float:left; font-size:11px; text-align:center;}
.latestscores-datetag {width:100%; color:#fff; font-size:10px; font-family:Arial, Helvetica, sans-serif; padding:5px; text-align:center;} 
.instructions {font-family:Tahoma, Geneva, sans-serif; font-size:12px; color:#606060; padding:20px; margin-bottom:20px;}
	/* END THE LATEST SCORES STYLE */
	
	.logo {padding:20px; float:left; text-align:center; position:relative; width:25%; height:auto; display:block;}
	
	.logo a{color:#3399FF;font-size:11px; font-family:"Lucida Grande","Lucida Sans Unicode",Arial,sans-serif; line-height:18px; text-decoration:none; font-weight:normal;}
	div.miniweb-sport-submenu {
    background: none repeat scroll 0 0 #001631;
    border: 0 solid #BEBABA;
    float: left;
    margin: 2px 0;
    min-height: 38px;
    width: 100%;
}

.miniweb-sport-submenu ul li a {
    color: #FFFFFF;
    font-size: 11px;
    font-weight: normal;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
	font-family:Tahoma, Geneva, sans-serif;
}
div.miniweb-sport-submenu ul {
    width: 100%;
}
.miniweb-sport-submenu ul li:first-child {
    padding-left: 14px;
}
.miniweb-sport-submenu ul li {
    display: inline-block;
    margin: 0 5px;
}
.miniweb-sport-submenu ul li {
    border-right: 1px solid #51647C;
    margin: 0 !important;
    padding: 0 5px;
}
ul li {
    list-style-position: outside;
}


