html,body,div,span,applet,object,iframe,blockquote,pre,a,abbr,acronym,address,code,del,em,img,dl,dt,dd,fieldset,form,label,legend,table,tbody,tfoot,thead,tr,th,td,p{
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	background:transparent;
	list-style:none;
}

:focus{
	outline:0;
}

table{
	border-collapse:collapse;
	border-spacing:0;
}

header,nav,footer,section,article{
	display:block;
}

strong,b{
	font-weight:bold
}

p{
	line-height:1.4;
	margin-top:1em;
	margin-bottom:1em;
}

select.wide{
	width:100%;
}

.block{
	display:block;
}

.clear{
	clear:both;
	height:0;
	font-size:0;
}

.clear.dotted{
	border-top:1px dotted #ccc;
}

.left{
	text-align:left;
}
	
.right{
	text-align:right;
}

.center{
	text-align:center;
}

.plain{
	font-weight:normal;
	color:#666;
}

.lighter{
	font-weight:normal;
	color:#ccc;
}

.smaller{
	font-size:0.8em !important;
}

.muchsmaller
	{font-size:0.7em !important;
}

.floatleft{
	float:left;
}

.floatright{
	float:right;
	}

.middle{
	vertical-align:middle;
}

.noborder{
	border:none !important;
}

.nomargin{
	margin:0 !important;
}

.nopadding{
	padding:0 !important;
}

.nowrap{
	white-space:nowrap;
}

.hidden{
	display:none
}

.framed{
	background:#fff;
	padding:5px;
	-webkit-box-shadow:0 0 5px rgba(0,0,0,0.8);
	-moz-box-shadow:0 0 5px rgba(0,0,0,0.8);
	-o-box-shadow:0 0 5px rgba(0,0,0,0.8);-
	ms-box-shadow:0 0 5px rgba(0,0,0,0.8);
	box-shadow:0 0 5px rgba(0,0,0,0.8);
}

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

.breadcrumb p{
	border-top:1px dotted #ccc;
	border-bottom:1px dotted #ccc;
	font-size:0.75em;
	color:#999;
	padding:3px 0;
	margin:2px 0 0 30px;
	width:940px;
}

#flash{
	color:#444;
	font-family:Arial, Helvetica, sans-serif;
	font-style:italic;
	top:30%;
	right:0;
	text-align:center;
	text-shadow:0 1px 0 #fff;
	position:absolute;
	width:100%;
	z-index:10000;
}

#flash .flash{
	background:#fea;
	border:10px solid #fff;
	margin:0 auto;
	padding:50px 20px;
	width:300px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	-webkit-box-shadow:0 0 10px rgba(0,0,0,0.8);
	-moz-box-shadow:0 0 10px rgba(0,0,0,0.8);
	-o-box-shadow:0 0 10px rgba(0,0,0,0.8);
	-ms-box-shadow:0 0 10px rgba(0,0,0,0.8);
	box-shadow:0 0 10px rgba(0,0,0,0.8);
}

#flash .flash.error{
		background:#fee;
		color:#c00;
	}

#messages{
	color:#444;
	font-family:Arial, Helvetica, sans-serif;
	font-style:italic;
	top:30%;
	right:0;
	text-align:center;
	text-shadow:0 1px 0 #fff;
	position:absolute;
	width:100%;z-index:10000;
}

#messages ul{
	background:#fea;
	border:10px solid #fff;
	margin:0 auto;padding:50px 20px;
	width:300px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	-webkit-box-shadow:0 0 10px rgba(0,0,0,0.8);
	-moz-box-shadow:0 0 10px rgba(0,0,0,0.8);
	-o-box-shadow:0 0 10px rgba(0,0,0,0.8);
	-ms-box-shadow:0 0 10px rgba(0,0,0,0.8);
	box-shadow:0 0 10px rgba(0,0,0,0.8);
}

#messages ul li{
	border:none;
	list-style:none;
}

.tag{
	color:#444;
	color:rgba(0,0,0,0.7);
	display:inline-block;
	font-size:0.8em;
	font-weight:bold;
	padding:0.3em 0.8em;
	text-shadow:0 1px 0 #fff;
	white-space:nowrap;
	-webkit-box-shadow:0 0 2px rgba(0,0,0,0.8);
	-moz-box-shadow:0 0 2px rgba(0,0,0,0.8);
	-o-box-shadow:0 0 2px rgba(0,0,0,0.8);
	-ms-box-shadow:0 0 2px rgba(0,0,0,0.8);
	box-shadow:0 0 2px rgba(0,0,0,0.8);
}

.tag img{
	vertical-align:middle;
}

.tag.green{
	background:#e0edbc;
}

.tag.yellow{
	background:#ffe172;
}

.tag.red{
	background:#ebb3ad;
}

.tag.grey{
	background:#ddd;
}

button,.button,
input[type="submit"]{
	background:#96BF48;
	border:1px solid #fff;
	color:#fff;
	cursor:pointer;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	font-weight:bold;
	margin:0 0 0 5px;
	padding:0.5em 1.2em;
	text-decoration:none;
	text-shadow:0 -1px 0 #111;
	-webkit-box-shadow:0 0 2px rgba(0,0,0,0.8);
	-moz-box-shadow:0 0 2px rgba(0,0,0,0.8);
	-o-box-shadow:0 0 2px rgba(0,0,0,0.8);
	-ms-box-shadow:0 0 2px rgba(0,0,0,0.8);
	box-shadow:0 0 2px rgba(0,0,0,0.8);
}

button:hover,
.button:hover,
input[type="submit"]:hover{
	background:#444;
	color:#eee !important;
	text-decoration:none;
}

button[disabled="disabled"],
.button[disabled="disabled"],
input[type="submit"][disabled="disabled"]{
	background:#666;
	color:#ccc;
}

button.go,
.button.go,
input[type="submit"].go{
	background:#96BF48;
}

button.delete,
.button.delete,
input[type="submit"].delete{
	background:#f60;
}

button.small,
.button.small,
input[type="submit"].small{
	font-size:0.8em;
}

button.betnow,
.button.betnow,
input[type="submit"].betnow{
	position:absolute;
	background:url("../../assets/img/bgds-sprite.png") repeat-x scroll 0 -657px transparent;
	border:3px solid #fff;
	box-shadow:3px 3px 2px rgba(0,0,0,0.7);
	color:#fff;
	right:10px;
	padding:0.2em 0.9em;
	text-transform:uppercase;
}

button.betnow:hover,
.button.betnow:hover,
input[type="submit"].betnow:hover{
	background:#c60;
	color:#fff !important;
	text-shadow:none;
}

.http_error_code{
	font-size:2em;
	padding:2em 0 0;
	text-align:center;
	text-shadow:0 -1px 0 #ccc;
}

.http_error_explanation{
	padding:0 0 2em;
	}

.stars{
	white-space:nowrap;
}

span.wins{
	color:green;
	font-weight:bold;
}

span.losses{
	color:red;
	font-weight:bold;
}

body{
	margin:0;
}

body.login, body.login #content {
	background: #E6E6E6;
}

h1{
	font-size:1.8em;
	color:#000;
	}

span.name{
	font-weight:lighter;
	color:#023f56;
}

#outer-header{
	background:#2D3538;
	height:70px;
}

#outer-header .header{
	margin:0 auto;
	padding:13px 0 15px 0;
	width:960px;
}

#outer-header .header .logo a{
	background:url(../img/bk-logo-admin.png) top left no-repeat;
	width:520px;
	height:45px;
	float:left;
}

.tipsters #outer-header .header .logo a{
	background:url(../../assets/img/bk-logo-tipsters.png) top left no-repeat;
}

#wrapper{
	width:94%;
	margin:0 auto;
	background: #ffffff;
}

.panel{
	background:#fff;
	border:1px solid #cdcdcd;
	margin:150px auto;
	padding:1px;
	width:500px;
	-webkit-box-shadow:0 0 5px rgba(0,0,0,0.8);
	-moz-box-shadow:0 0 5px rgba(0,0,0,0.8);
	-o-box-shadow:0 0 5px rgba(0,0,0,0.8);
	-ms-box-shadow:0 0 5px rgba(0,0,0,0.8);
	box-shadow:0 0 5px rgba(0,0,0,0.8);
}

#nav{
	margin:0 auto;
	padding:0;
	/*width:94%;*/
	width:940px;
	display:inline-block;
}

#nav:after{
	content:" ";
	display:block;
	height:0;
	font-size:0;
	clear:both;
	visibility:hidden;
}

#nav{
	display:block;
}

#nav li{
	font-size:12px;
}

#nav li a{
	color:#fff;
	text-shadow:1px 1px 2px #000;
}

#outer-nav-admin{
	background:#96BF48;
	border-bottom:1px solid #000;
}

#bookmakerspage #nav_bookmakers a,
#tipspage #nav_tips a,
#tipsterspage #nav_tipsters a,
#blogpage #nav_blog a,
#admin-tipster #nav_tips a,
#categoriespage #nav_blog a,
#categoriespage #nav_categories a,
#resourcespage #nav_resources a,
#featurespage #nav_adverts a,
#partnerpage #nav_adverts a,
#sponsored_links_page #nav_adverts a,
#paid_links_page #nav_adverts a,
#visitors_page #nav_visitors a{
	color:#fc0;
	}

ul#user-tools{
	float:right;
	list-style-type:none;
	margin:10px 0;
}

ul#user-tools li{
	background:none;
	display:inline;
	padding:0;
}

ul#user-tools li a{
	font-size:0.8em;
	color:#fc6;
	text-decoration:none;
}

ul#user-tools li a.user{
		color:#fff;
}

a.login-as{
	font-size:0.9em;
	color:#023f56;
	text-decoration:none;
}

a.login-as:hover{
	color:#000;
}

#outer-footer{
	background:#f6f6f6;
	margin:20px 0 0;
}

#outer-footer .footer{
	color:#ccc;
	font-size:0.8em;
	margin:0 auto;
	padding:5px 0;width:960px;
}

#outer-footer .footer a{
	color:#ccc;
}

.login .field.pass{
	background-position:0 -43px;
}

.login label{
	font-weight:bold;
	line-height:200%;
	width:18%;
}

#reset_password{
	border-bottom:1px dotted #319ebd;
	color:#319ebd;
	float:left;
	font-size:0.8em;
	text-decoration:none;
}

#reset_password:hover{
	color:#023f56;
}

.pseudolabel{
	color:#023f56;
	display:inline;
	font-weight:bold;
}

.pseudolabel:after{
	content:" *";
	color:#a84608;
	font-size:1em;
}

.field{
	color:#319ebd;
	font-size:1em;
	font-weight:bold;
	margin:20px 0 15px;
}
#tip_form .field {
    width: 100%;
}

#blogpage .field{
	color:#b76237;
}

.field.required label:not(.radio_label):after{
	content:" *";
	color:#a84608;
	font-size:1em;
}

.field.short{
	float:left;
	width:48%;
}

.field.short.right{
	float:right;
	text-align:left;
}

.field.third{
	width:30%;
}

.field.hour{
	width:2em;
}

.field.date{
	width:10em;
}

.field.odds{
	display:inline;
	}

.field.odds input{
	width:2em;
}

.field .errormessage{
	color:red;
}

input[type="text"],
input[type="password"],
textarea{
	color:#000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	margin:5px -1px 0 -1px;
	padding:7px 0 7px 5px;
	width:100%;
}

textarea{line-height:1.4}span.hint,
p.hint{
	font-style:italic;
	font-size:0.8em;
	color:#999;
	font-weight:100;
}

p.note{
	background:transparent url(/img/icons-sprite.png) no-repeat 0 -521px;
	border-top:1px dotted #ccc;
	border-bottom:1px dotted #ccc;
	color:#c60;
	font-size:0.9em;
	font-style:italic;
	padding:5px 22px;
}

fieldset{
	background:#F2F7FA;
	border:1px solid #cdcdcd;
	padding:0 20px 0 15px;
	margin:5px 0 15px;
}

#blogpage fieldset{
	background:#fff6ee;
	border:1px solid #fdb;
}

fieldset legend{
	background:#479CCF;
	border:1px solid #c1e9fc;
	color:#fff;
	font-weight:bold;
	font-size:14px;
	padding:6px 15px;
	margin-left:-30px;
	position:relative;
}

#blogpage fieldset legend{
	background:#6f2703;
}

fieldset legend img{
	vertical-align:middle;
}

fieldset.photo span.hint,
fieldset.logo span.hint{
	background:url(../../assets/img/icons-sprite.png) 0 -445px no-repeat;
	display:block;padding:20px 0 0 20px;
}

fieldset.photo img.logo_preview,
fieldset.logo img.logo_preview{
	border:1px solid #ccc;
	display:block;
	margin:10px 10px 10px 0;
}

fieldset.inline_fields,
fieldset.options{
	border:0;
	margin:0;
	padding:0;
	overflow:hidden;
	}

fieldset.inline_fields .field,
fieldset.options .field{
	float:left;margin-right:1em;
}

fieldset.options{
	margin:1em 0;
}

fieldset.options .field{
	margin:0.2em 0;
	width:24%;
}
.fold{
	background:url(../img/fold-blue.png) 12px 0 no-repeat;
	position:absolute;
	display:block;
	left:-12px;
	bottom:-20px;
	height:20px;
	width:25px;
}

#blogpage .fold{
	background:url(../../assets/img/fold-brown.png) 12px 0 no-repeat;
}

.content_header{
	border-top:1px dotted #ccc;
	border-bottom:1px dotted #ccc;
	margin:0 0 20px;
	padding:10px 0;
}

.content_header p{
	margin:0;
}

.content_header p#author{
	font-size:0.9em;
}

#login.admin .field{
	padding:0 15px;
}

#login.admin label{
	font-weight:bold;
}

.buttons{
	margin-top:20px;
	text-align:right;
}

.login .buttons{
margin:20px;
}

input[type="submit"],a.littlelink{
	background:#96BF48;
	border:1px solid #fff;
	color:#fff;
	font-size:1em;
	text-shadow:0 1px 0 #333;
	padding:5px 20px;
	cursor:pointer;
}

input[type="submit"]:hover,
a.littlelink:hover{
	text-decoration:none;
	background:#2D3538;
}

input.title{
	font-size:1.5em;
	font-weight:bold;
}

table.list{
	clear:both;
	font-size:0.95em;
	width:100%;
}

.summary table.list{
	font-size:0.9em;
}

table.list thead th{
	border-right:1px solid #fff;
	color:#fff;
	cursor:pointer;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:lighter;
	padding:0.5em 1.2em 0.5em 0.5em;
	text-align:left;
	text-shadow:none;
}

table.list thead th:first-child{
	border-left:none;
}

table.list thead th:last-child{
	border-right:none;
}

table.list thead th.header{
	border-bottom:1px solid #fff;
	background:url(../../assets/img/bgds-sprite.png) 0 -480px repeat-x;
	padding:5px;
	color:#70c4e3;
	font-size:1em;
}

table.list tbody th{
	background:#ccc;
	background:rgba(0,0,0,0.2);
	border-bottom:1px solid #fff;
	color:rgba(0,0,0,0.7);font-family:Arial, Helvetica, sans-serif;
	padding:0.3em 0.5em;
	text-shadow:0 1px 1px #fff;
}

table.list tbody th:last-child{
	border-right:none;
}

table.list tbody td{
	color:#023f56;
	font-size:0.9em;
	padding:0.3em 0.5em;
	vertical-align:middle;
}

table.list tbody td:first-child{
	border-left:none;
}

table.list tbody td:last-child{
	border-right:none;
}

table.list tbody td.actions *{
	visibility:hidden;
}

table.list tbody td.nowrap{
	white-space:nowrap;
}

table.list tbody tr td{
	background:#f6f6f6;
	border-bottom:1px solid #fff;
	}

table.list tbody tr:nth-child(even) td{
	background:rgba(0,0,0,0.1);
}

table.list tbody tr td.tipresult img,
table.list tbody tr td.actions img{
	display:block;
	float:left;
}

table.list tbody tr.selectable{
	cursor:pointer;
}

table.list tbody tr.selectable:hover td{
	background:#f6debe}

table.list tbody tr.selectable:hover td.actions *{
	visibility:visible}

table.list tbody tr.selected td{
	background:#fea}

table.list tbody tr.archived td:not(.actions){
	color:rgba(0,0,0,0.4)}

table.list tbody tr.touched td{
	background:#def;
	border-bottom:2px dashed #bcd;
	border-top:2px dashed #bcd}

table#preview{
	width:100%}

table#preview thead{
	font-size:1.1em}

table#preview thead tr{
	background:none}

table#preview thead th{
	padding:0}

table#preview thead input{
	background:url(../../assets/img/bgds-sprite.png) 0 -25px repeat-x;
	color:#fff;
	font-weight:bold;
	padding:10px 8px}

table#preview thead input:hover{
	background:#fff;
	color:#023f56}

table#preview thead input:focus{
	background:#fff;
	color:#023f56}

table#preview tr{
	background:url(/img/bgds-sprite.png) 0 -205px repeat-x scroll}

table#preview tr.short_tip{
	background:#f6f6f6;
	border-top:1px dotted #023f56;
	border-bottom:1px dotted #023f56}

table#preview tr.short_tip td{
	padding-top:0.5em}

table#preview th,
table#preview td{
	padding:0 0 5px 10px;
	height:40px}

table#preview input{
	width:98%}

table#preview tbody th{
width:20%}

.limited_field{
margin-bottom:0.2em}

.limited_field .limited_input_mask{
	background:#fbdedb;
	border-top-style:none;
	width:100%;
	border:1px solid #c1c1c1;
	border-top:1px solid #848484;
	border-bottom:1px solid #e1e1e1;
	position:relative;
	float:right;margin:0}

.limited_field .limited_input_mask input{
	font-family:monospace;
	font-size:1.4em;
	margin:0;
	padding:10px 0 8px;
	border-top:1px solid #d4d4d4}

.limited_field .limited_input_mask .limited_input{
	background:transparent;
	border-bottom-style:none;
	border-left-style:none;
	border-right-style:none;
	position:absolute;left:0;
	z-index:2;width:100%}

.limited_field .limited_input_mask .limiter{
	background:#fff;
	border:none;
	border-top-style:none;
	border-right:2px solid red;
	width:auto !important}

.limited_field .hint{
	color:#999;
	font-weight:100;
	font-family:Georgia,"Times New Roman",serif;
	font-style:italic;
	font-size:0.8em;
	margin:0;width:79%}

.postinglimit{
	border:3px solid #fc0;
	background:#fea;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	padding:10px;
	margin:0 0 2em}

.postinglimit h3{
	margin:0 0 0.5em;
	font-size:1.1em}

.postinglimit .limitline{
	font-size:0.9em;
	padding:3px;
	border-bottom:1px dotted #fc0}

.postinglimit strong{
	text-shadow:0 1px 0 #fff}

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

.dataTables_info{
	float:left;color:#999;
	font-family:Georgia,"Times New Roman",serif;
	font-style:italic;
	padding-top:12px}

.dataTables_length{
	float:left;
	font-size:0.8em;
	margin:10px 0 40px;
}

.dataTables_filter{
	color:#999;
	font-family:Georgia,"Times New Roman",serif;
	font-style:italic;
	float:right;
	margin-bottom:10px;
	text-align:right;
	width:300px}

.dataTables_filter input[type="text"]{
	background:url(../../assets/img/icons-sprite.png) 3px -485px no-repeat #fff;
	border:none;
	border:1px solid #999;
	padding:3px 5px 3px 25px;
	width:200px}

.dataTables_paginate{
	float:right;
	margin-top:10px;
	text-align:right;
	width:44px}

.paginate_disabled_previous,
.paginate_enabled_previous,
.paginate_disabled_next,
.paginate_enabled_next{
	height:19px;
	width:19px;
	margin-left:3px;
	float:left}

.paginate_disabled_previous{
	background-image:url("../../assets/img/datatables/back_disabled.png")}

.paginate_enabled_previous{
	background-image:url("../../assets/img/datatables/back_enabled.png");
	cursor:default}

.paginate_disabled_next{
	background-image:url("../../assets/img/datatables/forward_disabled.png")}

.paginate_enabled_next{
	background-image:url("../../assets/img/datatables/forward_enabled.png");
	cursor:default}

.sorting_asc,.sorting_desc,
.sorting,
.sorting_asc_disabled,
.sorting_desc_disabled{
	background:#444;
	background-repeat:no-repeat;
	background-position:right 5px}

.sorting_asc{
	background-image:url("../../assets/img/datatables/sort_asc.png")}

.sorting_desc{
	background-image:url("../../assets/img/datatables/sort_desc.png")}

.sorting{
	background-image:url("../../assets/img/datatables/sort_both.png")
}

.sorting_asc_disabled{
	background-image:url("../../assets/img/datatables/sort_asc_disabled.png")}

.sorting_desc_disabled{
	background-image:url("../../assets/img/datatables/sort_desc_disabled.png")}

.valid {
	border:1px solid #0C0 !important;
}
.invalid {
	border:1px solid #F00 !important;
}

.login .login {
    width: 90% !important;
}


#fbrowse,
#fbrowse2 {
	background: #FFF;
    border: 1px solid rgb(0, 0, 0);
    display: block;
    height: 400px;
    overflow: auto;
    width: 100%;	
}

.imagebr {
	cursor:pointer;
	height:132px;
	width:132px;
	background-size:132px auto;
	float:left;
	margin:5px;
	border:1px solid #000;
	opacity:0.35;
	box-sizing:border-box;
}
.imagebr:hover {
	border:1px solid #F00 !important;
	opacity:1;
}
.imagebr.chosen {
	border:2px solid #090 !important;
	opacity:1;
}

.imagebr_cnt,
.imagebr_del {
	display:block;
	width:20px;
	height:20px;
	border:1px solid #000;
	background:#FFF;
	color:#F00;
	text-align:center;
}



/*MODAL*/
.modal-box {
  display: none;
  position: absolute;
  z-index: 1000;
  width: 98%;
  background: white;
  border-bottom: 1px solid #aaa;
  border-radius: 4px;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  border: 1px solid rgba(0, 0, 0, 0.1);
  background-clip: padding-box;
}

.modal-box header,
.modal-box .modal-header {
  padding: 0.5em 1.5em;
  border-bottom: 1px solid #ddd;
}

.modal-box header h3,
.modal-box header h4,
.modal-box .modal-header h3,
.modal-box .modal-header h4 { margin: 0; }

.modal-box header h3 {
	font-size:1em;
}

.modal-box .modal-body { padding: 0.5em 1.5em; }

.modal-box footer,
.modal-box .modal-footer {
  padding: 0.5em;
  border-top: 1px solid #ddd;
  background: rgba(0, 0, 0, 0.02);
  text-align: right;
}

.modal-overlay {
  opacity: 0;
  filter: alpha(opacity=0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 900;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3) !important;
}

.modal-box a.close {
  line-height: 1;
  font-size: 1.5em;
  position: absolute;
  top: 2%;
  right: 2%;
  text-decoration: none;
  color: #bbb;
}

.modal-box a.close:hover {
  color: #222;
  -webkit-transition: color 1s ease;
  -moz-transition: color 1s ease;
  transition: color 1s ease;
}

@media (min-width: 32em) {
  /*.modal-box { width: 50%; }*/
  .modal-box {
    margin: 0 auto 0 30%;
    width: 30%;
  }
}

/* // MODAL*/













@media only screen and (max-width: 980px) {

#nav {
    width: 94%;
}

}

@media only screen and (max-width: 639px) {

.login .panel,
#loginpanel {
    width: 320px;
	overflow: hidden;
	margin-top:10px;
}

}


@media only screen and (max-width: 359px) {

.login .panel,
#loginpanel {
    float: left;
    width: 80% !important;
}

}