/*
* Skeleton V1.2
* Copyright 2011, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 6/20/2012
*/


/* Table of Content
==================================================
	#Reset & Basics
	#Basic Styles
	#Site Styles
	#Typography
	#Links
	#Lists
	#Images
	#Buttons
	#Forms
	#Misc */


/* #Reset & Basics (Inspired by E. Meyers)
================================================== */
	html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, h7, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
		margin: 0;
		padding: 0;
		border: 0;
		font-size: 100%;
		font: inherit;
		vertical-align: baseline; }
	article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
		display: block; }
	body {
		line-height: 1; }
	.container .one-third.column ul
{
font-size: 0px;
list-style-image:url(/images/check.png);
padding-left:20px;
}
.container .one-third.column ul li
{
background-repeat:no-repeat;
background-position:0px 5px; 
padding-left:5px;
font-size: 16px;
}
.container .two-thirds.column ul
{
font-size: 0px;
list-style-image:url(/images/check.png);
padding-left:20px;
}
.container .two-thirds.column ul li
{
background-repeat:no-repeat;
background-position:0px 5px; 
padding-left:5px;
font-size: 16px;
}

	blockquote, q {
		quotes: none; }
	blockquote:before, blockquote:after,
	q:before, q:after {
		content: '';
		content: none; }
	table {
		border-collapse: collapse;
		border-spacing: 0; }


/* #Basic Styles
================================================== */
	body {
		background: #fff;
		font: 16px/21px "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
		color: #444;
		-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
		-webkit-text-size-adjust: 100%;
 }

/* #Typography
================================================== */
	h1, h2, h3, h4, h5, h6, h7 {
		color: #404040;
		font-family: "Arial", "Georgia", "Times New Roman", serif;
		font-weight: normal; }
	h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, h7 a, { font-weight: inherit; }
	h1 { font-size: 17px; line-height: 21px; margin-bottom: 0px; margin-top: 4px;margin-left: 0px;color: #999999;}
	h2 { font-size: 21px; line-height: 30px; margin-bottom: 4px; padding-left: 5px; color: #ffffff; background: #498AF3;}
	h3 { font-size: 33px; line-height: 34px; margin-bottom: 12px; margin-top: 4px;color: #06a012;}
	h4 { font-size: 18px; line-height: 23px; margin-bottom: 4px; padding-left: 5px; color: #fff; background: rgb(76,76,76); /* Old browsers */
background: -moz-linear-gradient(top, rgba(76,76,76,1) 0%, rgba(89,89,89,1) 12%, rgba(102,102,102,1) 25%, rgba(71,71,71,1) 39%, rgba(44,44,44,1) 50%, rgba(0,0,0,1) 51%, rgba(17,17,17,1) 60%, rgba(43,43,43,1) 76%, rgba(28,28,28,1) 91%, rgba(19,19,19,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(76,76,76,1)), color-stop(12%,rgba(89,89,89,1)), color-stop(25%,rgba(102,102,102,1)), color-stop(39%,rgba(71,71,71,1)), color-stop(50%,rgba(44,44,44,1)), color-stop(51%,rgba(0,0,0,1)), color-stop(60%,rgba(17,17,17,1)), color-stop(76%,rgba(43,43,43,1)), color-stop(91%,rgba(28,28,28,1)), color-stop(100%,rgba(19,19,19,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(76,76,76,1) 0%,rgba(89,89,89,1) 12%,rgba(102,102,102,1) 25%,rgba(71,71,71,1) 39%,rgba(44,44,44,1) 50%,rgba(0,0,0,1) 51%,rgba(17,17,17,1) 60%,rgba(43,43,43,1) 76%,rgba(28,28,28,1) 91%,rgba(19,19,19,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(76,76,76,1) 0%,rgba(89,89,89,1) 12%,rgba(102,102,102,1) 25%,rgba(71,71,71,1) 39%,rgba(44,44,44,1) 50%,rgba(0,0,0,1) 51%,rgba(17,17,17,1) 60%,rgba(43,43,43,1) 76%,rgba(28,28,28,1) 91%,rgba(19,19,19,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(76,76,76,1) 0%,rgba(89,89,89,1) 12%,rgba(102,102,102,1) 25%,rgba(71,71,71,1) 39%,rgba(44,44,44,1) 50%,rgba(0,0,0,1) 51%,rgba(17,17,17,1) 60%,rgba(43,43,43,1) 76%,rgba(28,28,28,1) 91%,rgba(19,19,19,1) 100%); /* IE10+ */
background: linear-gradient(to bottom, rgba(76,76,76,1) 0%,rgba(89,89,89,1) 12%,rgba(102,102,102,1) 25%,rgba(71,71,71,1) 39%,rgba(44,44,44,1) 50%,rgba(0,0,0,1) 51%,rgba(17,17,17,1) 60%,rgba(43,43,43,1) 76%,rgba(28,28,28,1) 91%,rgba(19,19,19,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c4c4c', endColorstr='#131313',GradientType=0 ); /* IE6-9 */}
	h5 { font-size: 20px; line-height: 24px; margin-bottom: 2px; padding-left: 5px; color: #FF7141; font-weight: bold;}
  h6 { font-size: 21px; line-height: 30px; margin-bottom: 4px; padding-left: 5px; color: #ffffff; background: #16a012;}
	h7 { font-size: 21px; line-height: 30px; margin-bottom: 4px; padding-left: 5px; color: #ffffff; background: #003092;}
	.subheader { color: #777; }

	p { margin: 0 0 20px 2px; }
	p img { margin: 0; }
	p.lead { font-size: 21px; line-height: 27px; color: #777;  }

	em { font-style: italic; }
	strong { font-weight: bold; color: #333; }
	small { font-size: 80%; }

/*	Blockquotes  */
	blockquote, blockquote p { font-size: 17px; line-height: 24px; color: #777; font-style: italic; }
	blockquote { margin: 0 0 20px; padding: 9px 20px 0 19px; border-left: 1px solid #ddd; }
	blockquote cite { display: block; font-size: 12px; color: #555; }
	blockquote cite:before { content: "\2014 \0020"; }
	blockquote cite a, blockquote cite a:visited, blockquote cite a:visited { color: #555; }

	hr { border: solid #FF793C; border-width: 2px 0 0; clear: both; margin: 5px 0 5px; height: 0; }

/* #Links
================================================== */
	a, a:visited { color: blue; text-decoration: none; font-weight: normal; outline: 0; }
	a:hover, a:focus { color: #16a012; text-decoration: underline; }
	p a, p a:visited { line-height: inherit; }


/* #Lists
================================================== */
	

/* #Images
================================================== */

	img.scale-with-grid {
		max-width: 100%;
		height: auto; }


/* #Buttons
================================================== */

	.button,
	button,
	input[type="submit"],
	input[type="reset"],
	input[type="button"] {
		background: #ccc; /* Old browsers */	
		background: #ccc -moz-linear-gradient(top, rgba(255,255,255,.35) 0%, rgba(10,10,10,.4) 100%); /* FF3.6+ */
		background: #ccc -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,.35)), color-stop(100%,rgba(10,10,10,.4))); /* Chrome,Safari4+ */
		background: #ccc -webkit-linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(10,10,10,.4) 100%); /* Chrome10+,Safari5.1+ */
		background: #ccc -o-linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(10,10,10,.4) 100%); /* Opera11.10+ */
		background: #ccc -ms-linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(10,10,10,.4) 100%); /* IE10+ */
		background: #ccc linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(10,10,10,.4) 100%); /* W3C */ 
	  border: 1px solid #aaa;
	  border-top: 1px solid #ccc;
	  border-left: 1px solid #ccc;
	  -moz-border-radius: 3px;
	  -webkit-border-radius: 3px;
	  border-radius: 3px;
	  color: #444;
	  display: inline-block;
	  font-size: 16px;
	  font-weight: bold;
	  text-decoration: none;
		text-align: left;
	  text-shadow: 0 1px rgba(255, 255, 255, .75);
	  cursor: pointer;
	  margin-bottom: 3px;
	  line-height: normal;
	  padding: 8px 10px;
	  font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif; }
		p a, p a:visited { line-height: inherit; }

	.button:hover,
	button:hover,
	input[type="submit"]:hover,
	input[type="reset"]:hover,
	input[type="button"]:hover {
		color: #222;
		background: #ddd; /* Old browsers */
		background: #ddd -moz-linear-gradient(top, rgba(255,255,255,.3) 0%, rgba(0,0,0,.3) 100%); /* FF3.6+ */
		background: #ddd -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,.3)), color-stop(100%,rgba(0,0,0,.3))); /* Chrome,Safari4+ */
		background: #ddd -webkit-linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* Chrome10+,Safari5.1+ */
		background: #ddd -o-linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* Opera11.10+ */
		background: #ddd -ms-linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* IE10+ */
		background: #ddd linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* W3C */
	  border: 1px solid #888;
	  border-top: 1px solid #aaa;
	  border-left: 1px solid #aaa; }

	.button:active,
	button:active,
	input[type="submit"]:active,
	input[type="reset"]:active,
	input[type="button"]:active {
		border: 1px solid #666;
		background: #ccc; /* Old browsers */
		background: #ccc -moz-linear-gradient(top, rgba(255,255,255,.35) 0%, rgba(10,10,10,.4) 100%); /* FF3.6+ */
		background: #ccc -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,.35)), color-stop(100%,rgba(10,10,10,.4))); /* Chrome,Safari4+ */
		background: #ccc -webkit-linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(10,10,10,.4) 100%); /* Chrome10+,Safari5.1+ */
		background: #ccc -o-linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(10,10,10,.4) 100%); /* Opera11.10+ */
		background: #ccc -ms-linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(10,10,10,.4) 100%); /* IE10+ */
		background: #ccc linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(10,10,10,.4) 100%); /* W3C */ }

	.button.full-width,
	button.full-width,
	input[type="submit"].full-width,
	input[type="reset"].full-width,
	input[type="button"].full-width {
		width: 100%;
		padding-left: 0 !important;
		padding-right: 0 !important;
		text-align: center; 
		color: #000;}

	/* Fix for odd Mozilla border & padding issues */
	button::-moz-focus-inner,
	input::-moz-focus-inner {
    border: 0;
    padding: 0;
	}


/* #Forms
================================================== */

	form {
		margin-bottom: 20px; }
	fieldset {
		margin-bottom: 20px; }
	input[type="text"],
	input[type="password"],
	input[type="email"],
	textarea,
	select {
		border: 1px solid #ccc;
		padding: 6px 4px;
		outline: none;
		-moz-border-radius: 2px;
		-webkit-border-radius: 2px;
		border-radius: 2px;
		font: 13px "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
		color: #777;
		margin: 0;
		width: 210px;
		max-width: 100%;
		display: block;
		margin-bottom: 20px;
		background: #fff; }
	select {
		padding: 0; }
	input[type="text"]:focus,
	input[type="password"]:focus,
	input[type="email"]:focus,
	textarea:focus {
		border: 1px solid #aaa;
 		color: #444;
 		-moz-box-shadow: 0 0 3px rgba(0,0,0,.2);
		-webkit-box-shadow: 0 0 3px rgba(0,0,0,.2);
		box-shadow:  0 0 3px rgba(0,0,0,.2); }
	textarea {
		min-height: 60px; }
	label,
	legend {
		display: block;
		font-weight: bold;
		font-size: 13px;  }
	select {
		width: 220px; }
	input[type="checkbox"] {
		display: inline; }
	label span,
	legend span {
		font-weight: normal;
		font-size: 13px;
		color: #444; }

/* #Misc
================================================== */
	.remove-bottom { margin-bottom: 0 !important; }
	.half-bottom { margin-bottom: 10px !important; }
	.add-bottom { margin-bottom: 20px !important; }
/* #Design Top
================================================== */
.rounded_boxgreen2
{
  background: rgb(255,255,255); /* Old browsers */
background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(229,229,229,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(229,229,229,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* IE10+ */
background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* W3C */

		border-bottom: 1px solid #404040;
		border-right: 1px solid #404040;
		border-left: 1px solid #404040;
		box-shadow: 10px 10px 20px #999999;
border-radius: 2px;
		height: 100%;
		width: 280px;
		padding:5px;
		margin-bottom:10px;
		font: normal 17px Arial;
		font-color: #ffffff;
		border-bottom-left-radius: 1em;
		border-bottom-right-radius: 1em;
   -moz-border-radius-bottomleft: 10px;
    -webkit-border-bottom-left-radius: 10px;
		-moz-border-radius-bottomright: 10px;
    -webkit-border-bottom-right-radius: 10px;	
}
.rounded_boxgreen22
{
      background: url(http://www.bet1015.com/images/grey-sidemenus.png);   
		border-bottom: 0px solid #404040;
		border-right: 1px solid #404040;
		border-left: 1px solid #404040;
		border-top: 1px solid #404040;
		box-shadow: 10px 10px 20px #999999;
border-radius: 2px;
		height: 100%;
		width: 280px;
		padding:5px;
		font: normal 14px Arial;
		border-top-left-radius: 1em;
		border-top-right-radius: 1em;
   -moz-border-radius-topleft: 10px;
    -webkit-border-top-left-radius: 10px;
		-moz-border-radius-topright: 10px;
    -webkit-border-top-right-radius: 10px;
}
.rounded_boxnfl
{
   background: rgb(255,255,255); /* Old browsers */
background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(229,229,229,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(229,229,229,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* IE10+ */
background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* W3C */

		border-bottom: 1px solid #404040;
		border-right: 1px solid #404040;
		border-left: 1px solid #404040;
		box-shadow: 10px 10px 20px #999999;
border-radius: 2px;
		height: 130px;
		width: 280px;
		padding:5px;
		margin-bottom:10px;
		font: normal;
		font-color: #ffffff;
		border-bottom-left-radius: 1em;
		border-bottom-right-radius: 1em;
   -moz-border-radius-bottomleft: 10px;
    -webkit-border-bottom-left-radius: 10px;
		-moz-border-radius-bottomright: 10px;
    -webkit-border-bottom-right-radius: 10px;	
}
.rounded_top
{
    background-color: #404040;          /* if needed */
    border: 1px solid BORDER_COLOR;   /* if needed */
		height: 147px;
		width: 100%;
		padding:2px;
		border-top-left-radius: 1em;
   -moz-border-radius-topleft: 15px;
    -webkit-border-top-left-radius: 15px;
		border-top-right-radius: 1em;
   -moz-border-radius-topright: 15px;
    -webkit-border-top-right-radius: 15px;
}
.rounded_top
{
  background-color: COLOR;            /* if needed */
  border: 1px solid BORDER_COLOR;     /* if needed */
  position: relative;
}

.rounded_top > .tl, .rounded_STYLE > .tr, .rounded_STYLE > .bl, .rounded_STYLE > .br
{
  width: RADIUS;
  height: RADIUS;
  position: absolute;
}

.rounded_top > .tl
{
  background: url(http://www.sportingways.com/sportingways-greyleft.png) top left no-repeat;
  top: OFFSET;
  left: OFFSET;
}

.rounded_top > .tr
{
  background: url(http://www.bestinclass.com/images/ui/rounded/STYLE-tr.png) top right no-repeat;
  top: OFFSET;
  right: OFFSET;
}

.rounded_top > .bl
{
  background: url(http://www.bestinclass.com/images/ui/rounded/STYLE-bl.png) bottom left no-repeat;
  bottom: OFFSET;
  left: OFFSET;
}

.rounded_top > .br
{
  background: url(http://www.bestinclass.com/images/ui/rounded/STYLE-br.png) bottom right no-repeat;
  bottom: OFFSET;
  right: OFFSET;
}
.menu{margin:0 auto; padding:0; height:30px; width:100%; display:block; background:url('/images/topMenuImages.png') repeat-x;}
.menu li{padding:0; margin:0; list-style:none; display:inline;}
.menu li a{float:left; padding-left:15px; display:block; color:rgb(255,255,255); text-decoration:none; font:12px Verdana, Arial, Helvetica, sans-serif; cursor:pointer; background:url('/images/topMenuImages.png') 0px -30px no-repeat;}
.menu li a span{line-height:30px; float:left; display:block; padding-right:15px; background:url('/images/topMenuImages.png') 100% -30px no-repeat;}
.menu li a:hover{background-position:0px -60px; color:rgb(255,255,255);}
.menu li a:hover span{background-position:100% -60px;}
.menu li a.active, .menu li a.active:hover{line-height:30px; font:12px Verdana, Arial, Helvetica, sans-serif; background:url('/images/topMenuImages.png') 0px -90px no-repeat; color:rgb(255,255,255);}
.menu li a.active span, .menu li a.active:hover span{background:url('/images/topMenuImages.png') 100% -90px no-repeat;}

.awesome {
    background: #ff6301;
    display: inline-block;
    padding: 5px 10px 6px;
    color: #fff;
    text-decoration: none;
    font-weight: normal;
    line-height: 1;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
    text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
    border-bottom: 1px solid rgba(0,0,0,0.25);
    position: relative;
    cursor: pointer;
    }
     
    .awesome:hover {
    background: #16A012;
    }
     
     
    /* Sizes ---------- */
    .small.awesome {
    font-size: 12px;
    }
    .medium.awesome {
    font-size: 13px;
    }
    .large.awesome {
    font-size: 17px;
    padding: 8px 14px 9px;
		 }
		.larger.awesome {
    font-size: 17px;
    padding: 8px 14px 9px;
    }
     
    /* Colors ---------- */
    .blue.awesome {
    background-color: #2daebf;
    }
    .red.awesome {
    background-color: #e33100;
    }
    .magenta.awesome {
    background-color: #a9014b;
    }
    .orange.awesome {
    background-color: #ff5c00;
    }
    .yellow.awesome {
    background-color: #ffb515;
    }
.rounded_bookmakerlist3
{
    background: #006a12;     
		border: 1px solid #404040;   /* if needed */
		height: 100%;
		width: 275px;
		padding:2px;
		margin-top: 4px;
		box-shadow: 10px 10px 20px #999999;
border-radius: 2px;
				border-top-left-radius: 1em;
		border-top-right-radius: 1em;
   -moz-border-radius-topleft: 10px;
    -webkit-border-top-left-radius: 10px;
		-moz-border-radius-topright: 10px;
    -webkit-border-top-right-radius: 10px;
		border-bottom-left-radius: 1em;
		border-bottom-right-radius: 1em;
   -moz-border-radius-bottomleft: 10px;
    -webkit-border-bottom-left-radius: 10px;
		-moz-border-radius-bottomright: 10px;
    -webkit-border-bottom-right-radius: 10px;
}
.rounded_bookmakerlist2
{
    background: url(http://www.sportingways.com/images/greyimage.png);     
		border: 1px solid #404040;   /* if needed */
		height: 100%;
		width: 275px;
		padding:10px;
		margin-top: 4px;
		box-shadow: 10px 10px 20px #999999;
border-radius: 2px;
				border-top-left-radius: 1em;
		border-top-right-radius: 1em;
   -moz-border-radius-topleft: 10px;
    -webkit-border-top-left-radius: 10px;
		-moz-border-radius-topright: 10px;
    -webkit-border-top-right-radius: 10px;
		border-bottom-left-radius: 1em;
		border-bottom-right-radius: 1em;
   -moz-border-radius-bottomleft: 10px;
    -webkit-border-bottom-left-radius: 10px;
		-moz-border-radius-bottomright: 10px;
    -webkit-border-bottom-right-radius: 10px;
}
.rounded_email
{
    background: url(http://www.sportingways.com/images/greyimage.png);     
		border: 1px solid #404040;   /* if needed */
		height: 130px;
		width: 275px;
		padding:10px;
		margin-top: 4px;
		margin-bottom: 14px;
		box-shadow: 10px 10px 20px #999999;
border-radius: 2px;
				border-top-left-radius: 1em;
		border-top-right-radius: 1em;
   -moz-border-radius-topleft: 10px;
    -webkit-border-top-left-radius: 10px;
		-moz-border-radius-topright: 10px;
    -webkit-border-top-right-radius: 10px;
		border-bottom-left-radius: 1em;
		border-bottom-right-radius: 1em;
   -moz-border-radius-bottomleft: 10px;
    -webkit-border-bottom-left-radius: 10px;
		-moz-border-radius-bottomright: 10px;
    -webkit-border-bottom-right-radius: 10px;
}
.buttonss {width:70px;
    height:140px;
    overflow:hidden;
}
.buttonss:after {
    content:"";
    width:100px;
    height:100px;
    background: linear-gradient(left top, #cb60b3 0%,#c146a1 50%,#a80077 51%,#db36a4 100%);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    display:block;
    margin-top:20px;
    margin-left:25px;
}
.shape {
    float: left;
    position: relative;
    border: 1px solid #ccc;
    border-right: none;
    width: 240px; height: 80px;
    background: linear-gradient(white, #f1f1f1 37%, #e1e1e1 57%, #f6f6f6);
    cursor: pointer;
}
.shape:after {
    position: absolute;
    top: 50%; right: 0;
    margin: -24px -20px;
    border-top: solid 1px #ccc;
    border-right: solid 1px #ccc;
    width: 40px /* 80px/2 */; height: 47px/* 80px/sqrt(3) */;
    transform: rotate(30deg) skewY(30deg); /* create a rhombus */
    /* 49.1deg = atan(1.15) = atan(47px/40px) */
    background: 
            linear-gradient(-49.1deg, #f6f6f6, #e1e1e1 43%, #f1f1f1 63%, white);
    content: ''
}
.t {
    position: relative;
}
.t:before, 
.t:after {
    left: 0;
    right: 0;
    position: absolute;
    z-index: -1;
    content: '';
}
.t:before {
    top: 0;
    bottom: 50%;
    transform: skewX(10deg);
}
.t:after {
    top: 50%;
    bottom: 0;
    transform: skewX(-10deg);
}
.arrow_box {
	position: relative;
	background: #88b7d5;
	border: 4px solid #c2e1f5;
}
.arrow_box:after, .arrow_box:before {
	left: 100%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.arrow_box:after {
	border-color: rgba(136, 183, 213, 0);
	border-left-color: #88b7d5;
	border-width: 30px;
	top: 50%;
	margin-top: -10px;
}
.arrow_box:before {
	border-color: rgba(194, 225, 245, 0);
	border-left-color: #c2e1f5;
	border-width: 36px;
	top: 50%;
	margin-top: -16px;
}
.menu{margin:0; padding:0; width:240px; list-style:none;background:rgb(255,255,255);}
.menu li{padding:0; margin:0 0 1px 0; height:40px; display:block; }
.menu li a{text-align:left;height:40px; padding:0px 25px; font:16px Verdana, Arial, Helvetica, sans-serif; color:rgb(255,255,255); display:block; background:url('/images/verMenuImages.png') 0px 0px no-repeat; text-decoration:none;}
.menu li a:hover{background:url('/images/verMenuImages.png') 0px -40px no-repeat; color:rgb(255,255,255)}
.menu li a.active, .menu li a.active:hover{background:url('/images/verMenuImages.png') 0px -80px no-repeat; color:rgb(255,255,255)}
.menu li a span{line-height:40px;}

table.boxcode { border-collapse:collapse; }
table.boxcode tbody tr td,
table.boxcode thead tr th {
  text-align: center;
  padding: 10px;
  border:2px solid #fff;
}
table.boxcode thead th { background: rgb(255,183,107); /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmYjc2YiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2ZmYTczZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUxJSIgc3RvcC1jb2xvcj0iI2ZmN2MwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZjdmMDQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top, rgba(255,183,107,1) 0%, rgba(255,167,61,1) 50%, rgba(255,124,0,1) 51%, rgba(255,127,4,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,183,107,1)), color-stop(50%,rgba(255,167,61,1)), color-stop(51%,rgba(255,124,0,1)), color-stop(100%,rgba(255,127,4,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(255,183,107,1) 0%,rgba(255,167,61,1) 50%,rgba(255,124,0,1) 51%,rgba(255,127,4,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(255,183,107,1) 0%,rgba(255,167,61,1) 50%,rgba(255,124,0,1) 51%,rgba(255,127,4,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(255,183,107,1) 0%,rgba(255,167,61,1) 50%,rgba(255,124,0,1) 51%,rgba(255,127,4,1) 100%); /* IE10+ */
background: linear-gradient(to bottom, rgba(255,183,107,1) 0%,rgba(255,167,61,1) 50%,rgba(255,124,0,1) 51%,rgba(255,127,4,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffb76b', endColorstr='#ff7f04',GradientType=0 ); /* IE6-8 */
copy

}
/* This is the important bit below */
table.boxcode tr:nth-child(odd) td{ background: #DFDFDF; 
}
table.boxcode tr:nth-child(even) td{ background: #ffffff;
 }

table.box { border-collapse:collapse; }
table.box tbody tr td,
table.box thead tr th {
  text-align: center;
  padding: 10px;
  border:1px solid orange;
}
table.box thead th { background: url(/images/orange-splash-banner.jpg);}
/* This is the important bit below */
table.box tr:nth-child(odd) td{ background: url(/images/nfl-back.jpg); }
table.box tr:nth-child(even) td{ background: url(/images/nfl-back.jpg); }

#shell {
 width:300px;
 height:100%;
 background:url(http://www.sportingways.com/images/greyimage.png);
 padding:5px;
 border-radius: 10px 10px 10px 10px;
 border:1px solid #000;
 overflow:hidden;
}
#title {
 background: ;
padding:0px;
 width:100%;
}
#slideshow_container {
    width: 728px;
    height: 90px;
}

#caption {
    width: WIDTH SET ABOVE;
    height: PREFERRED HEIGHT OF CAPTIONS;
    padding: PREFERRED PADDING;
    color: PREFERRED COLOR;
    font-family: PREFERRED FONT;
    font-size: PREFERRED FONT SIZE
}