body, html {
	font-size: 13px;
	height: 100%;
}

.container {
	padding: 10px;
}

p {
	padding: 0;
	margin-bottom: 10px;
	margin-top: 4px;
}

/* LINKS */

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

/* HEADER / FOOTER */

#footer {
	min-width: 960px;
	background: url(/images/foot-back.png);
	border-top: 5px solid #333;
}

#footer a {
	color: #ccc;
}

#footer div {
	width: 30%;
	float: left;
	padding: 4px;
	text-align: left;
	padding: 10px;
}

#header {
	text-align: left;
	height: 100px;
	background: url(/images/header.png);
	margin: 0;
	padding: 0;
	width: 100%;
	min-width: 950px;
}

div#nav-holder {
	width: 100%;
	height: 36px;
	background: url(/images/nav-back.jpg);
	border-top: 1px solid #222;
	min-width: 950px;
}

div#logo {
	height: 65px;
	float: left;
	margin: 7px;
}

div#header div#login {
	float: right;
	text-align: right;
	color: white;
	margin-top: 8px;
	margin-right: 9px;	
}

div#header div#login a {
	color: #69f;
}

div#header div#login li {
	vertical-align: bottom;
}

div#rflank {
	padding-left: 14px;
	margin-left: 4px;
	border-left: 1px dashed #ccc;
	min-height: 400px;
}

div#rflank h1 {
	font-size: 1.2em;
	font-weight: normal;
	color: #900;
	line-height: 1.3em;
}

div#rflank .panel {
	background: #f7f7f7;
	border: 1px solid #999;
	padding: 8px;
}

div#rflank .panel-2 {
	background: #def;
	border: 1px solid #999;
	padding: 8px;
}

#footer div#final {
	text-align: right;
	float: right;
}

#footer h1 {
	font-size: 13px;
}

#footer ul, #footer ul li a {
	color: #aaa;
}

/* HELPERS */

th a {
	color: white;
}

th a:hover {
	color: #ddd;
}

tr.row1 td {
	background: #f7f7f7;
}

.full-width {
	width: 100%;
	display: block;
	margin-top: 4px;
}

.dash-bot {
	border-bottom: 1px dashed #ccc;
	padding-bottom: 6px;
}

div.top, .flank {
	margin-top: 10px;
}

.bord {
	border: 1px solid #ccc;
}

.pointer {
	cursor: pointer;
}

.nudge-top {
	margin-top: -9px;
}

.small-text
{
	font-size: 0.96em;
}

.big {
	font-size: 1.1em;
}

.grey {
	background: #eee;
	color: black;
}

.strong {
	font-weight: bold;
}

.center {
	text-align: center;
}

.blue {
	color: #149;
}

.pred {
	background: #fea;
	width: 38px;
}

.bookies-odds {
	width: 38px;
}

.blank {
	background: #222;
	border-bottom: 0;
}

.good {
	background: #afa;
	color: #030;
	font-weight: bold;
}

.curved {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.clear {
	clear: both;
}

.left {
	display: block;
	float: left;
}

.right {
	display: block;
	float: right;
}

.aleft {
	text-align: left;
}

.aright {
	text-align: right;
}

/* HEADINGS */

h1 {
	color: #900;
	font-size:1.4em;
	margin: 0;
	padding: 0;
	margin-bottom: 4px;
	text-transform: uppercase;
	clear: both;
}

h2 {
	font-size: 1.2em;
	margin: 0;
	padding: 0;
	margin-bottom: 4px;
	color: #900;
}

h2.box-header {
	background: url(/images/header-tile.png);
	padding: 5px 10px;
	border: 1px solid #bbb;
	border-bottom: 1px solid #ddd;
	margin-top: 14px;
	margin-bottom: 0;
	color: #444;
}

h3 {
	font-size: 1.5em;	
	font-weight: bold;
	color: #333;
	margin: 0;
	padding: 0;
	margin-bottom: 4px;
}

h3.contained {
	font-size: 16px;
	padding: 10px 2px;
	border-top: 1px dashed #ccc;
	border-bottom: 1px dashed #ccc;	
	text-align: center;
	width: 100%;
	margin-top: 14px;
	background: #def;
}

h4 {
	margin: 5px 0;
	padding: 0;
}

/* LISTS */

/* NAV */

ul.disc {
	list-style: disc;
	margin-left: 15px;
}

ul#nav {
	list-style: none;
	margin: 0;
	padding: 0;
	padding-top: 4px;
	width: 950px;
	margin: 0 auto;
}

ul#nav li {
	float: left;
}

ul#nav li a {
	margin: 0;
	padding: 8px 12px;
	padding-top: 6px;	
	text-decoration: none;
	border-right: 1px solid #333;
	color: white;
}

ul#nav li a:hover {
	background: #369;
}

/* /NAV */

ul {
	list-style: none;
	margin: 0;
	padding: 0
}

/* FORMS */

select {
	font-size: 1em;
}

fieldset {
	padding: 18px 32px;
	background: #f7f7f7;
	border: 1px solid #bbb;
}

fieldset.with-head {
	border-top: 1px solid #ccc;
}

fieldset p {
	margin-bottom: 0;
}

label {
	clear: both;
	display: block;
	margin: 0;
	padding: 0;
	margin-top: 6px;
}

label.top {
	margin-top: 0;
}

span.label {
	display: block;
	margin-top: 16px;
}

input.small {
	width:50px;
}

input.med {
	width:100px;
}

/* BUTTONS */

a.button, button {
	display:block;
	float:left;
	margin: 0.7em 0.5em 0.7em 0;
	padding:5px 10px 5px 7px;   /* Links */
	border:1px solid #999;
	border-top:1px solid #ccc;
	border-left:1px solid #ccc;
	background-color:#e7e7e7;
	font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
	font-size:100%;
	line-height:130%;
	text-decoration:none;
	font-weight:bold;
	color:#565656;
	cursor:pointer;
	text-decoration: none; 
}

a.button:hover {
	background: #def;
	color: #357;
	border: 1px solid #58a;
}

button {
  width:auto;
  overflow:visible;
  padding:4px 10px 3px 7px;   /* IE6 */
}

button[type] {
  padding:4px 10px 4px 7px;   /* Firefox */
  line-height:17px;           /* Safari */
}

*:first-child+html button[type] {
  padding:4px 10px 3px 7px;   /* IE7 */
}

button img, a.button img{
  margin:0 3px -3px 0 !important;
  padding:0;
  border:none;
  width:16px;
  height:16px;
  float:none;
}

a.shouty-button {
	display: block;
	width: 322px;
	height: 61px;
}

a#buy-this-tip {
	background: url(/images/buttons/buy-this-tip.png);
}

a#buy-this-tip:hover {
	background-position: 0px 61px;
}

a#upgrade-premium {
	background: url(/images/buttons/upgrade-premium.png);
}

a#upgrade-premium:hover {
	background-position: 0px 61px;
}

.btn_full_analysis
{
	display: block;
	height: 24px;
	width: 100px;
	background: url(/images/buttons/full-analysis.png);
	margin-bottom: 0;
	padding-bottom: 0;
	background-position: 0 0;
}

.btn_full_analysis:hover
{
	background-position: 0px 24px;
}

.btn_acc_bet
{
	display: block;
	height: 24px;
	width: 100px;
	background: url(/images/buttons/acc-bet.png);
	margin-bottom: 0;
	padding-bottom: 0;
	background-position: 0 0;
}

.btn_acc_bet:hover
{
	background-position: 0px 24px;
}

body .purchase {
	color: #070;
}

a.purchase {
	border: 1px solid #385;
}

a.purchase:hover, button.purchase:hover {
	background-color: #def;
	border: 1px solid #358;
	color: #149;
}

a.purchase:active {
	background-color:#529214;
	color:#fff;
}

a.normal {
	border: 1px solid #444;
	color: #444;
}

a.purchase:hover, button.purchase:hover {
	background-color: #def;
	border: 1px solid #234;
	color: #149;
}

a.purchase:active {
	background-color:#529214;
	color:#fff;
}

/* SIGNUP */
img#cvv {
	margin-left: 10px;
	margin-top: 3px;
}

/* panels */

.panel-1 {
	border: 1px solid #369;
	background: #def;
	padding: 10px;
}

.panel-2 {
	padding: 14px 4px;
	margin: 8px 0;
	border-bottom: 1px dashed #ccc;
}

.panel-3 {
	padding: 10px;
	background: #f7f7f7;
	border: 1px solid #ccc;
}

.panel-4 {
	padding: 8px;
	background: white;
	border: 1px solid #ddd;
}

/* TABLES */

table {
	border-collapse: collapse;
}

table.bord {
	border: 1px solid #999;
}

table.bord td {
	border: 1px solid #ccc;
}

th.real {
	background: #fe6;
	color: black;
}

table.stats-table th.real {
	background: #fe6;
	color: black;
}

table.stats-table tr th.white {
	border-right: 1px solid #999;
	border-bottom: 1px solid #ccc;
}

th.white {
	background: #fff;
	color: black;
}

tr.real td {
	background: #ffa;
}

th.real {
	background: #fe6;
	color: black;
}

td.real {
	background: #ffa;
}

table.stats-table td.real {
	background: #ffa;
}

tr.real td.head {
	background: #fc0;
}

tr.real td.head {
	background: #fc0;
}

th, tr#teams td {
	background: #111;
	color: white;
	font-weight: normal;
	padding: 3px;
	text-align: center;
}

tr#teams td {
	font-size: 1.1em;
	padding-top: 6px;
}

tr#form td {
	background: #eee;
}

td {
	background: white;
	text-align: center;
	padding: 2px;
}

table.display_table tr:hover td {
	background: #def;
	cursor: pointer;
}

table.display_table td {
	text-align: left;
	padding: 4px;
	border-bottom: 1px dashed #ccc;
}

tr.bookie td {
	background: #def;
}

th.bookie {
	background: #369;
	color: white;
}

tr.bookie td.head {
	background: #147;
	color: white;
	padding: 4px;
	font-weight: normal;
}

td.bookie {
	background: #def;
}

td.bord-left-dot {
	border-left: 1px dotted #ccc;
}

tr.data-row td {
	border-bottom: 1px dotted #bbb;
}

table#overview {
	border-bottom: 1px solid #999;
	width: 100%;
	margin-bottom: 0;
}

table#overview td.last {
	border-right: 1px solid #aaa;
}

table#overview td.first {
	border-left: 1px solid #aaa;	
}

table#overview td {
	padding: 2px;
}

table#overview td.bookies {
	width: 60px;
	text-align: center;
}

table#overview td.home-data {
	background: #9ab;
	border-bottom: 1px dotted #58a;
}

table#overview td.draw-data {
	background: #ccc;
	border-bottom: 1px dotted #999;
}

table#overview td.away-data {
	background: #f97;
	border-bottom: 1px dotted #975;
}

table#overview td.home-head {
	background: #246;
	color: white;
}

table#overview td.draw-head {
	background: #333;
	color: white;
}

table#overview td.away-head {
	background: #610;
	color: white;
}

table#head2head
{
	padding: 4px;
	padding-top: 6px;
	background: #ddd;
	border: 1px solid #999;
}

table#head2head tr#form td
{
	padding: 4px;
}

table#head2head tr#real td
{
	padding: 4px;	
	border-bottom: 1px solid #ddd;
}

table#head2head tr#bookies td
{
	padding: 4px;
}

table.tip {
	border: 1px solid #ccc;
	margin-top: 10px;
}

table.tip th {
	text-align: right;
	border-bottom: 1px dashed #666;	
	padding: 6px;
	width: 130px;
	background: #444;
}

table.tip td {
	text-align: left;
	padding-left: 8px;
	border-bottom: 1px dashed #ddd;
}

table.league {
	width: 200px;
	border: 1px solid #aaa;
}

table.league td {
	border-bottom: 1px dashed #ccc;
}

hr {
	border-color: #eee;
}

div.date-headerL {
	background: url(/images/date-headerL.jpg);	
	border-bottom: 1px solid #600;
	width: 6px;
	background-repeat: no-repeat;
	height: 20px;
	float: left;
	padding-top: 10px;
	padding-bottom: 4px;
}

div.date-header {
	float: left;
	font-weight: normal;
	font-size: 16px;
	line-height: 14px;
	text-align: left;
	color: white;
	background: #900;
	border-bottom: 1px solid #600;
	height: 20px;
	padding: 4px;
	padding-top: 10px;
	padding-bottom: 4px;
	width: 690px;
}

div.date-headerR {
	background: url(/images/date-headerR.jpg);	
	border-bottom: 1px solid #600;
	width: 6px;
	background-repeat: no-repeat;
	height: 20px;
	float: left;
	padding-top: 10px;
	padding-bottom: 4px;
}

/* Stats Table */
table.stats-table {
	margin-top: 4px;
	border: 1px solid #aaa;
}

table.stats-table tr td.head {
	width: 150px;
	text-align: right;
}

table.stats-table th.white, table.stats-table td.white {
	background: white;
	border: 0;
}

table.stats-table tr td {
	border-bottom: 1px solid #ddd;
	border-right: 1px dotted #bbb;
	padding: 4px;
	background: white;
}


table.stats-table tr.grey td {
	background: #ccc;
	border-bottom: 1px solid #aaa;
}

table.stats-table tr th {
	font-weight: normal;
	border-right: 1px solid #999;
	border-bottom: 1px solid #ccc;	
}

table.stats-table tr:hover {
	background: #def;
	cursor: pointer;
}

table.stats-table th.fixed, table.stats-table td.fixed {
	width: 180px;
}

/* SUBS TABLE */

table#subs_table {
	border-bottom: 2px solid #999;
}

table#subs-table tr#first td {
	border-top: 0;
}

table#subs_table th, table#subs_table tr td {
	font-size: 1.1em;
	padding: 6px;
}

table#subs_table tr td {
	border-bottom: 1px dashed #bbb;
}

table#subs_table td ul
{
	list-style: disc;
}

table#subs_table td ul li {
	font-size: 14px;
	text-align: left;
}

table#head2head tr#bookies td
{
	padding: 4px;
}

td.stats-grade {
	background: #eee;
	font-weight: bold;
	width: 100px;
}

.odds, td.stats-grade.odds {
	background: #feb;
}

table#bookies tr#top-row td {
	border-bottom: 1px solid #999;
}

table#bookies tr.odds td {
	border: 1px dotted #ccc;
	border-bottom: 1px solid #bbb;
	padding: 4px;	
}

#demo-pred {
	background: #fea;
	border: 1px solid #eda;
	padding: 4px;
	text-align: center;
	font-style: italic;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	margin-bottom: 12px;
}

#demo-pred2 {
	background: #fea;
	border: 1px solid #eda;
	padding: 4px;
	text-align: center;
	font-style: italic;
	-webkit-border-bottom-right-radius: 7px;
	-webkit-border-bottom-left-radius: 7px;
	-moz-border-radius-bottomright: 7px;
	-moz-border-radius-bottomleft: 7px;
	border-bottom-right-radius: 7px;
	border-bottom-left-radius: 7px;
}

div#recent-blog li {
	padding: 4px 2px;
	border-bottom: 1px dashed #ddd;
}

div#main-blog-content h1 {
	color: #358;
}

a.subscribe {
	width: 180px;
	height: 36px;
	display: block;
	background: url(/images/buttons/subscribe.png);
}

a.subscribe:hover {
	display: block;
	background: url(/images/buttons/subscribe.png);
	background-position: 0 36px;
}

.price {
	font-weight: bold;
	font-size: 1.2em;
}

/* USER MESSAGES */
.info-box {
	padding: 6px;
	background: #def;
	border: 1px solid #89a;
	text-align: center;
	font-size: 1em;
	margin-bottom: 8px;
	margin-top: 10px;
	line-height: 1.4em;
	color: #124;
}

.err-box {
	padding: 8px;
	background: #fdd;
	color: #900;
	border: 1px solid #900;
	margin-top: 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;	
	text-align: center;
	margin-bottom: 6px;
}

.lowlight {
	margin-bottom: 10px;
	background: #f7f7f7;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #999;
	padding: 12px;
}

div.lowlight img {
	border: 1px solid #ccc;
}

div.lowlight img.right {
	margin-left: 10px;
} 

div.lowlight img.left {
	margin-right: 10px;
}

/* BLOG */

div#blog-share {
	border-top: 1px dotted #aaa;
	border-bottom: 1px dotted #aaa;	
	padding-top: 8px;
	padding-left: 8px;
	background: #f7f7f7;
}

div#blog-share div.item {
	float: left;
	padding-right: 4px;
	height: 64px;
}

div#main-blog-content {
	padding: 10px 0;
	border-top: 1px dashed #ccc;
}

div.rss {
	padding: 4px;
	background: url(/images/rss.jpg);
	background-repeat: no-repeat;
	margin-bottom: 6px;
	height: 20px;
	padding-left: 34px;
	font-size: 1.2em;
	padding-top: 6px;
	margin: 12px 0;
}

li.cur {
	background: url(/images/cur-blog.png);
}

.promo-holder-small {
	background-color: #e9eaee;
	border: 1px solid #ccc;
	padding: 8px;
	margin-top: 0pt;
	margin-right: auto;
	margin-bottom: 0pt;
	margin-left: auto;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	width: 46%;
	float: left;
	min-height: 116px;
}

#sub-form {
	font-size: 1.2em;
}

img#blog-img
{
	float: left;
	margin: 10px;
	border: 1px solid #999;
}

/* WIDGET */

.wid-chart { 
	padding: 30px;
	padding-left: 10px;
	float: left;
}

.wid-homeKey, .wid-awayKey, .wid-drawKey {
	border: 1px solid #000;
	width: 20px;
	height: 20px;
}

.wid-homeKey { background-color: #b40000; }
.wid-awayKey { background-color: #000096; }
.wid-drawKey { background-color: #009600; }

table.wid {
	border-collapse: collapse;
	border: none; padding: 0; margin: 0;
	width: 270px;
	float: right;
	margin-top: 24px;
	margin-right: 12px;
	border: 1px solid #ccc;
}

table.wid th {
	font-size: 13px;
	padding: 2px;
	background: #333;
	border: 1px solid #333;
}

table.wid td {
	font-size: 13px;
	height: 40px;
	padding: 0 10px;
	margin: 0;
	text-align: center;
	border-bottom: 1px solid #ccc;
}

table.wid td.key {
	padding: 0;
}

table.wid td.team {
	text-align: left;
	font-size: 18px;
}

table.wid td.odds { font-weight: bold; }
table.wid th {
	height: 20px;
	padding: 2px 10px;
	border-right: 1px solid #444;
}

.wid-outer {
	background: url(/widget/holder.png);
	background-repeat: no-repeat;
	width: 500px;
	height: 300px;
}

.wid-header {
	display: block;
	float: none;
	font-size: 15px;
	font-weight: normal;
	color: #333;
	padding: 2px;
	color: white;
	padding-left: 10px;
	padding-top: 5px;
}

.wid-right, .wid-left { padding: 2px 5px; }
.wid-right { float: right; }

input.curve {
    background: url(/images/input.png);
    background-repeat: no-repeat;
    border: 0;
    width: 155px;
    height: 24px;
    padding: 0 4px;
	margin: 0;
	margin-top: 4px;
	
}

.watermark {
	color: #777;
}

.recBet {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 6px 10px;
	margin-bottom: 3px;
	padding-left: 48px;
}

.win {
	border: 1px solid #060;
	color: #060;
	background: url('/images/tick.jpg');
	background-repeat: no-repeat;
	background-position: 4px 5px;
}

.lose {
	border: 1px solid #900;
	color: #900;
	background: url('/images/cross.jpg');	
	background-repeat: no-repeat;
	background-position: 4px 5px;	
}

.about {
	margin-top: 10px;
}

table.dashed td {
	padding: 10px;
	border-bottom: 1px dashed #ccc;
}