

html, body, div, h1, h2, h3, ul, ol, li, form, fieldset,  input, textarea {      margin: 0;      padding: 0;      font-size: 100%;  }  ul {list-style: none;}  img, fieldset {border: 0;}  h1, h2, h3 {font-weight: normal;}  em {font-style: italic;}  strong {font-weight: bold;}   

/* @override 
	http://localhost2/bet-tipsters.com/css/style.css */

body{
font-family: 'Open Sans', sans-serif;
font-size:12px;
padding:0px;
margin:0px;
color:#444;
background-image:url(../images/body_bground.png);
background-repeat:repeat-x;
background-position:top;
background-color: #e9e9e9;
padding-top:0px;
}

/* new clearfix */
.fixed:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
* html .fixed             { zoom: 1; } /* IE6 */
*:first-child+html .fixed { zoom: 1; } /* IE7 */

a {
	color:#444;
	text-decoration:none;
}
a:hover {
	color:#000;
	text-decoration:underline;
}

.mainmenu{
	width: 660px;
	height: 46px;
	position: absolute;
	right:0px;
	top: 40px;

}
ul.menu{
	position: absolute;
	right: 0px;
	margin-right: -25px;
}
ul.menu li {
	display:block;
	height:46px;
	float:left;
}
ul.menu li a{

	display:block;
	font-size:14px;
	background-repeat:repeat-x;
	line-height:46px;
	height:46px;
	padding-left: 25px;
	padding-right: 25px;
	color:#606060;
	text-align: center;
	text-transform: uppercase;
}

ul.menu li a:hover, ul.menu li a.active{
	color:#D44607;
	text-decoration:none;	
}

a:hover .btn{
	color:#FFF;
	text-decoration:none;
	background-color:#F00;
}

a:hover .btn{
	color:#FFF;
	text-decoration:none;
}

.sidebox h3 a, h1 a, h2 a{
	color:#D44607;
	text-decoration:none;
}

.sidebox h3 a:hover, h1 a:hover, h2 a:hover{
	color:#D44607;
	text-decoration:underline;
}

.more a{
	color:#00578E;
	text-decoration:none;
}

.more a:hover{
	color:#00578E;
	text-decoration:underline;
}

.content_layout ul{
	margin-left:15px;
}

.content_layout ol{
	margin-left:30px;
}

.content_layout ul li{
	list-style:inside;
}

.wrap{
	width:960px;
	margin:0 auto;
	padding:0;
	margin-bottom:0px;
	margin-top:0px;
}
.outer_wrap{	
	background-image:url(../images/footer.png);
	background-repeat:repeat-x;
	background-position:bottom;
border-bottom: 1px solid #000;
}

.main_page {
	margin-top: 20px;
	width:960px;
	padding:0px;
	padding-top: 0px;
}

.content_layout {
	width:640px;
	float: right;
	padding:0;
	margin:0 auto;
	margin-left:20px;
	text-align:justify;
	min-height:500px;
	_min-height:500px;
	margin-bottom:20px;
}

.sidebox_layout {
	width:300px;
	float:left;
	padding:0;
	margin:0 auto;
}

.clear {
	clear:both;
	margin:0 auto;
	padding:0;
}

.headerbottom{
	height:182px;
	padding-top: 35px;
	position: relative;
	display: block;
	
}
.targetimg{
	position: absolute;
	top: 10px;
	right: -80px;
}
.homeinfobox{
	width: 190px;
	padding-right: 20px;
	float: left;
	min-height: 190px;
	position: relative;
}
.homeinfoboximg{
	position: absolute;
	right: -200px;
	top: 0px;
	width: 200px;
	height: 179px;
}
.homeinfobox ul{
	margin-left:0px;
	margin-right:15px;
}

.homeinfobox ul li{
	list-style-image:url(../images/bullet.png);
	font-size:13px;
	color:#6D6E70;
	margin-bottom:3px;
}

.home-message {
	padding: 10px;
	background-color: #D44607;
	color: #fff;
	font-size: 12px;
	font-weight: normal;
	overflow: hidden;
	margin-bottom: 20px;
}
.home-message h1 {
	color: #fff;
	font-size: 20px;
	font-weight: 300;
	padding: 0px;
	margin: 0px;
}
.home-message strong{
font-weight: normal;
}
.home-message a, .home-message a:hover{
	color: #fff;
}
.homenewstitle{
	display: block;
	font-size: 14px;
	font-weight: 300;
	line-height: 14px;
	padding-bottom: 7px;	
	color: #444;
}
.homenewstitle span{
	color: #D44607;
}

.button{
	display: block;
	background-color: #D44607;

	width: 196px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 14px;
	color: #fff;
	margin-top: 10px;
	position: absolute;
	bottom: 12px;
}

.button:hover{
text-decoration: none;
	background-color: #ac3713;
	color: #fff;

}

.usermenuwarp{
	height:14px;
	padding-top: 8px;
	padding-bottom: 8px;
	width: 960px;
	text-align: right;
	color: #ffffff;
	text-transform: lowercase;
	
}


ul.usermenu{
float:right;	
position: relative;
height: 14px;
margin-right: -20px;
}
ul.usermenu li {
	display:block;
	height:46px;
	float:left;
}

ul.usermenu li a{
	display:block;
	font-size:12px;
	line-height:14px;
	height:14px;
	margin-left: 20px;
	margin-right: 20px;
	color:#E0DFDE;
	
}

ul.usermenu li a:hover, ul.usermenu li a.active{
	color:#ffffff;
	text-decoration:none;	
}

.arrow{
position: absolute;
top:20px;
right:50px;
z-index: 1000;

}

.tipsterbox{
height: 135px;
position: relative;
margin-bottom: 14px;
border-bottom: 1px solid #efefef;
color: #555;
}

.tipsterbox .graph{
background-color: #f7f7f7;
float: left;
margin-right: 10px;
padding: 10px;
height: 90px;
width: 90px;
}

.tipsterbox .stars{
position: absolute; 
color: #D44607;
font-size: 16px;
top: 0px;
right: 0px;

}
.tipsterbox .name{
color:#D44607;
display: block;
font-size: 16px;
font-weight: 300;
height: 40px;
padding-right: 45px;
overflow: hidden;
margin-bottom: 5px;

}

.tipsterbox .details{
line-height: 16px;
}
.tipsterbox .details span{
color: #000;
}
.tipsterbox .more{
	position: absolute;
	bottom: 5px;
	right: 0px;
	color: #D44607;
	clear: both;
}

.tipster_listing {
	background-color: #fff;	
	height: 75px;
	margin-bottom: 20px;
	padding: 10px;
	padding-top: ;
	position: relative;
}

 .tipster_listing .sporticon, .tipster_fullview .sporticon{
		  vertical-align:middle;
		  margin-right: 10px;
		  margin-bottom: 4px;
		  
  }

.new_entry{
	position: absolute;
	top: 0px;
	left: 0px;
	height: 20px;
	width: 80px;;
	background-color: #D44607;
	color: #fff;
	line-height: 20px;
	text-align: center;
}
.tipster_listing .rank{
	width: 70px;
	height: 70px;

	margin: 3px;
	color: #666;
	text-align: center;
	line-height: 90px;
	font-size: 47px;
	font-weight: 300;
}
.tipster_listing .rank span{
	font-size: 14px;
}
.tipster_listing .rankwarp{
	background-color: #f7f7f7;
	width: 80px;
	height: 95px;
	float: left;
	margin-right: 5px;
		margin-top: -10px;
		margin-left: -10px;
		position: relative;
}


.tipster_guaranteed{
	position: absolute;
	top:0;
	left:0;
	color: #fff;
	width: 0px;
	height: 0px;
	text-align: right;	
	border-right: 20px solid transparent;
	border-bottom: 20px solid transparent;
	border-top: 20px solid #D2471B;
	border-left: 20px solid #D2471B;
	z-index: 1000;
	
}

.tipster_guaranteed .fa{
	margin-top: -13px;
	margin-left: -15px;
	}
	
	

.tipster_listing .name{
	margin-bottom: 5px;
	font-size: 20px;
	font-weight: 300;
	color: #D44607;
	margin-left: 7px;
	
}
.tipster_listing .name:hover{
	text-decoration: none;
	background-color: #f9f9f9;

}
.tipster_listing .details{
	color: #605F5F;
	font-size: 12px;
	font-weight: normal;
	text-align: center;
	width: 65px;
	float: left;
	margin-right: 5px;
	border-right: 1px solid #eee;

}
.tipster_listing .details:last-of-type {
	border: none;
}
.tipster_listing .details div{
	font-size: 22px;
	
}


.tipster_listing .more, .tipster_listing .more_follow{
	display: block;
	width: 90px;
	height: 32px;
	line-height: 14px;
	padding-top: 15px;
	text-align: center;
	font-size: 12px;
	color: #666;
	position: absolute;
	right: 0px;
	border: 1px solid #eee;
	border-right: none;
}

.tipster_listing .more{
	bottom: 0px;
	border-bottom: none;
	color: #D44607;
}

.tipster_listing .more_follow{
	top: 0px;
	border-top: none;
	color: #666;
}

.tipster_listing .more:hover,.tipster_listing .more_follow:hover{
	background-color: #f7f7f7;
	text-decoration: none;
}


.tipster_listing .more_follow_lrg{
	border: 1px solid #eee;
	width: 180px;
	height: 55px;
	line-height: 55px;
	margin-top:20px;
	padding-top: 0px;
}

.mainbox p{
margin-top: 0px;
}

.small_stats{
		font-size: 14px;
		line-height: 22px;
		color:#666;
		border:#9B9B9B solid 1px;
		background-image:url(../images/graph-back.png);
		background-repeat:repeat-x;
		height:200px;
		text-align: center;
		WIDTH:220px;
		padding:10px;
		margin-left:20px;
		margin-bottom:20px;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px;
		float: right;
}
.small_stats span{
color: #801C0D;
}

#headerflash{
	margin-bottom:15px;
	float:left;
	width:620px;
	height:245px;
}

.header{
position: relative;
}

.mainbox h1, h1{	
	font-size:20px;
	font-weight:300;
	color:#D44607;
	line-height:30px;
	height: 30px;
	padding-left:10px;
	margin-bottom:10px;
	padding-top: 10px;

}

.sidebox h3{	
	font-size:18px;
	font-weight:300;
	color:#D44607;
	line-height:30px;
	height: 30px;
	padding:10px;
	margin-bottom:10px;

}
.sidebox h3 span{
	font-size:12px;
}

h1 span{
	float:right;
	margin-right:5px;
	font-size:12px;
	padding-right: 10px;
}

.mainbox h2{	
	font-size:14px;
	font-weight:normal;
	color:#605F5F;
	border:#9B9B9B solid 1px;
	background-image:url(../images/h2-back.png);
	background-repeat:repeat-x;
	line-height:30px;
	padding-left:10px;
	text-align: center;
	margin-bottom:10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.mainbox, .property_listing, .property_full, .car_listing, .news_listing, .news_fullview, .article_listing, .article_fullview, .carfull, .resource_category, .resource_listing, .products_listing, .products_fullview{
	background-color:#ffffff;
	margin-bottom:20px;
	min-height: 500px;
}

.article_listing h3{
	font-size:18px;
	font-weight:bold;
	color:#0177C1;
	border:none;
	background-image:url(../images/h1.png);
	background-repeat:no-repeat;
	line-height:30px;
	padding-left:30px;
	margin-bottom:20px;
}
.article_listing h3 a {
	color:#0177C1;
	text-decoration:none;
}


.content{
	padding:10px;
	padding-top:0px;
	margin:0px;
}

.main_small_box{
	background-color:#EEEEEE;
	border:#CECECE solid 1px;
	padding-top:0px;
	width:288px;
	float:left;
	margin-right:10px;
	margin-left:10px;
	margin-top:10px;
	margin-bottom:10px;
}

.property_listing_small, .products_listing_box{
	background-color:#FFF;
	border:#CECECE solid 1px;
	padding-top:0px;
	width:274px;
	float:left;
	margin-right:8px;
	margin-left:8px;
	margin-bottom:10px;
	padding:8px;
	padding-top:0px;
	text-align:left;
}

.property_listing_small p{
	padding:0px;
	margin:0px;
	color:#686868;
}

.property_listing_small img, .products_listing_box img{
	float:left;
	margin-right:8px;
}

.property_listing_small .more, .products_listing_box .more{
	color:#00578E;
	display:block;
	text-align:right;
}

.property_listing_small h2, .products_listing_box h2{
	font-weight:bold;
	font-size:14px;
	color:#00578E;
	background-image:none;
	padding:0px;
}

.testimonial_box{
	background-color:#EEEEEE;
	border:#CECECE solid 1px;
	border-left:#CECECE solid 15px;
	margin-bottom:20px;
	padding:10px;
}

.testimonial_box .quote {
	color:#CECECE;
	font-size:220px;
	margin-top:-180px;
	float:right;
	margin-left:10px;
}

.sidebox{
	background-color:#ffffff;
	margin-bottom:20px;
	padding-bottom:15px;

}

.sidebox p{
	padding:10px;
	padding-top:0px;
	display:block;
}


.sidebox  ul.links, .sidebox ul.links_nohover{
	margin-top:10px;
}

.sidebox ul.links_nohover li{
	border-bottom: 1px solid #E7E7E7;
	line-height:27px;
	margin-bottom:10px;
	margin-left:10px;
	margin-right:10px;
	padding-left:10px;
	display:block;

}

.sidebox ul.links li a{
	border-bottom: 1px solid #E7E7E7;
	line-height:35px;
	margin-left:0px;
	margin-right:0px;
	padding-left:10px;
	display:block;
	

}

.sidebox  ul.links li a:hover{
	color: #D44607;
	text-decoration:none;
}





.footer{

	height:170px;
	margin-bottom: 10px;
	color:#b2b2b2;
	padding-top: 15px;
	overflow: hidden;
}
.footer .copyright{
		text-align:center;
		clear:both;
		padding-top: 28px;
		
}

.footer a{
	color:#b2b2b2;
}

.footer a:hover{
	color:#fff;
	text-decoration: none;
}

.footerbox .title{
	font-size:14px;
	font-weight:300;
	color:#eee;
	margin-bottom:10px;
	padding-left: 10px;
}

.footerbox{
	width:300px;
	float:left;
	padding-left:10px;
	height: 170px;
	overflow: hidden;
	margin-left: -2px;
}

.footerbox ul{
	margin-left:26px;
}

.footerbox ul li{
	margin-bottom:7px;
	list-style:url(../images/fbullet.png);
}



.cars_prices th {
	border:#aaaaaa solid 1px;
	border-collapse:collapse;
	color:#FFF;
	background-color:#666666;
	padding:0px;
	line-height:22px;
}

.cars_prices {
	clear:both;
	border:#aaaaaa solid 1px;
	border-collapse:collapse;
	padding:2px;
	font-size:11px;
	text-align:center;
	background-color:#F3F3F3;
	margin-top:7px;
	margin-bottom:15px;
}

.cars_prices td {
	border:#aaaaaa solid 1px;
	border-collapse:collapse;
	line-height:28px;
}

.cars_prices_row2{
	background-color:#E5E3E3;
}


/**************************************************** TABLE STYLE ****************************************************/

table.gridtable  {
	width:100%;
	font-size:12px;
	line-height:14px;

	color:#444;
	border-width: 1px;
	border-color:#ffffff;
	border-collapse: collapse;
	text-align:center;
	background-color:#F4F4F4;
	margin-bottom:20px;
}
table.gridtable th {
background-color: #bcbbbb;
	border-right: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
	font-weight: normal;
	color:#ffffff;
	text-align: center;
	height:30px;
	line-height:30px;
	width: 100px;
	position: relative;
}
table.gridtable th i {
	position: absolute;
	top: -5px;
	right: -1px;
	font-size: 16px;
	color: #616161;
}

table.gridtable  td {
	border-right: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
	padding-bottom: 3px;
	padding-top: 3px;
}

table th.event{	width: 150px;}
table th.date{ width: 80px;}
table th.tipster{ width: 100px;}
table th.odds, table th.stake, table th.profit,table th.result, table th.league{
	width: 45px;
}








td.even {
	background-color:#e7e7e7;
}

td.red {
	color:#D1073C;
}

td.green {
	color:#117842;
}

/****************************************************END OF TABLE STYLE****************************************************/



/******************************************************PAGINATION STYLES************************************************************/
ul.pager  {
	clear:both;
	text-align:center;
	background-color:#F9F9F9;
	border:#F4F4F4 solid 1px;
	margin:0px;

	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 20px;
	
}
.pager li {
	background-image:none;
	display:inline;
	list-style-type:none;
	font-weight:normal;
	line-height:22px;
	color:#000;
	margin:4px;
}
.pager a {
	padding:3px 8px;
	background-color:#ddd;
	border:#cdcdcd solid 1px;
	color:#000;
	-moz-border-radius:1px;
	-webkit-border-radius:1px;
	border-radius:1px;
}
.pager a:hover {
	text-decoration:none;
	background:#ccc;
	color:#000;
}

/***************************************************END OF PAGINATION STYLES********************************************************/









.content_images, .property_images, .car_images, .product_images, .news_images, .article_images, .gallery_images, .articles_imagesfull, .product_imagesfull{
	float:left;
	margin-right:9px;
	margin-bottom:10px;
}

.first_image {
	clear:both;
	float:right;
	margin-left:10px;
	margin-bottom:10px;
}

.property_price{
	height:75px;
	text-align:right;
}

.newsstorydate{
	font-style:italic;
	color:#666;
}

.content_document {
	clear:both;
	margin:0px;
	padding:0px;
	font-size:14px;
	line-height:32px;
	padding-left:10px;
	margin-top:10px;
	border: solid 1px #D1D1D1;
	background: #E2E2E2;
	display:block;
}

.content_document:hover {
	background: #D1D1D1;
	text-decoration:none;
}

.content_video {
	clear:both;
	margin:0px;
	padding:10px;
	margin-top:10px;
	border: solid 1px #e3e3e3;
	background: #fafafa;
	display:block;
	text-align:center;
}

.content_video span{
	font-size:16px;
	font-weight:bold;
	line-height:32px;
	display:block;
	color:#368ad1;
}

.price_table {
	border:#FFFFFF solid 1px;
	border-collapse:collapse;
	padding:2px;
	font-size:11px;
	text-align:center;
	background-color:#F3F3F3;
	width:570px;
	margin-left:25px;
}

.price_table th {
	border:#FFFFFF solid 1px;
	border-collapse:collapse;
	color:#000000;
	background-color:#A5C9E3;
	padding:0px;
	line-height:34px;
	color:#000000;
}
.price_table td {
	border:#FFFFFF solid 1px;
	border-collapse:collapse;
	line-height:34px;
}


/***************************************************RESOURCE STYLES********************************************************/

.resource a {
	clear:both;
	color:#000000;
	font-size:12px;
	font-weight:bold;
}
.resource-addurl {
	margin-top:5px;
	float:right;
	margin-right:10px;
	clear:both;
	margin-bottom:10px;
}
.resource-addurl a {
	color:#000000;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
}
.resource {
	margin-bottom:10px;
}
.resource-category {
	text-decoration:none;
	float:left;
	width:280px;
	font-weight:bold;
	margin-top:10px;
	margin-bottom:10px;
}
.resource-category a {
	color:#000000;
	text-decoration:none;
}
/***************************************************END OF RESOURCES STYLES********************************************************/




/*************************************************** FORM  STYLES - MAINBOX ********************************************************/

.mainbox form p {
	padding:0px;
	margin:0px;
	float:left;
	width:290px;
	padding-left:5px;

}

.mainbox label{
	position: relative; top: 25px; left: 10px;
	color:#666666;
}

.mainbox label.toplabel{
	position: relative; top: 25px; left: 10px;
	color:#666666;
}

.mainbox select, .mainbox submit, .mainbox input, .mainbox textarea {
	color:#000000;
	font-size:12px;
	height:20px;
	border: 1px solid #aaaaaa;
	width:270px;
	padding:5px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
.mainbox select {
	height:32px;
	width: 282px;
}
.mainbox textarea {
	height:100px;
}

.mainbox form p.fourcol { width:142px; }
.mainbox p.fourcol select, .mainbox p.fourcol textarea, .mainbox p.fourcol submit, .mainbox p.fourcol input { width:122px; }


.mainbox form p.onecol { width:590px; }
.mainbox p.onecol select, .mainbox p.onecol textarea, .mainbox p.onecol submit, .mainbox p.onecol input { width:565px; }

/*************************************************** FORM  STYLES - MAINBOX END ********************************************************/
.sidebox form p {
	padding:0px;
	margin:0px;
	float:left;
	width:290px;
	padding-left:5px;
	padding-bottom:0px;
}

.sidebox label{
	position: relative; top: 25px; left: 10px;
	color:#666666;
}

.sidebox select, .sidebox submit, .sidebox input, .sidebox textarea {
	color:#000000;
	font-size:12px;
	height:20px;
	border: 1px solid #aaaaaa;
	width:270px;
	padding:5px;
}

.sidebox select{
margin-top:16px;
height:32px;
width:282px;
}

.sidebox textarea {
	height:100px;
}

.sidebox .h3  {
	clear:both;
	color:#0177C1;
	margin-left:10px;
	padding-top:15px;
	width:280px;
	border-bottom: 1px solid #0177C1;
}

.sidebox form p.twocol { width:142px; }
.sidebox p.twocol textarea, .sidebox p.twocol submit, .sidebox p.twocol input { width:122px; }
.sidebox p.twocol select {
width:134px;
}

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







.message-error{
	font-size:12px;
	font-weight:bold;
	color: #B80404;
	border : 1px solid #B80404;
	padding : 5px;
	background :#EDE4E4;
	width : auto;
	font-weight:bold;
	margin-bottom:15px;
}

.message-ok{
	font-size:12px;
	font-weight:bold;
	color: #37852E;
	border : 1px solid #37852E;
	padding : 5px;
	background :#DEEBDD;
	width :auto;
	margin-bottom:15px;
}


.button-blue-round, .button-gray-round{
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 10px;
	display:block;
	line-height:30px;
	height:30px;
	width:135px;
	color: #ffffff;
	background-image:url(../images/buttons-sprite.png);
	background-repeat:repeat-x;
	background-position: 0 0px;
	text-align:center;
	font-weight: bold;
     -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    border-radius: 4px;
	
}

.button-blue-round:hover {
	color:#ffffff;
	text-decoration:none;
	background-position: 0 -50px;
}

.button-gray-round{
	color:#4D4D4D;
	background-position: 0 -100px;
}

.button-gray-round:hover {
	color:#4D4D4D;
	text-decoration:none;
	background-position: 0 -150px;
}

input.datepicker {
	background-image:url(../images/datepicker.png); 
	background-repeat:no-repeat; 
	background-position:right;	
}

.add_tip_confirm{
	background: #f7f7f7;
	margin-bottom: 5px;
	padding: 5px;
	padding-left: 10px;
	position: relative;
	border: 1px solid #f0f0f0;	
	min-height: 20px;
}
.add_tip_confirm .field{
	width: 	120px;
	font-weight: bold;
	display: block;
	float: left
}

.add_tips_listing {
	background: #f7f7f7;
	height: 73px;
	margin-bottom: 10px;
	padding: 5px;
	position: relative;
	border: 1px solid #f0f0f0;
}
.add_tip{
	background: #57a831;
	border: 1px solid #93b186;
	color: #fff;
}

.event img {

float: left;
padding-left: 5px;
padding-right: 5px;
padding-top: 4px;
}

.add_tips_listing .event {
font-size: 13px;
width: 292px;
float: left;
height: 33px;
overflow: hidden;

}

.add_tips_listing .odds {
font-size: 12px;
line-height: 14px;
float: left;
width: 45px;
height: 25px;
padding-top: 2px;
padding-left: 2px;
padding-right: 2px;
text-align: center;
background-color: #e1e1e1;
border: 1px solid #d4d4d4;
margin-left: 5px;

-webkit-box-shadow: inset 0px 0px 4px 0px rgba(0, 0, 0, 0.4);  
box-shadow: inset 0px 13px 10px -5px rgba(255, 255, 255, 1);
}
.add_tips_listing .underover{
	width: 65px;
}

.add_tips_inputs{
font-size: 14px;
width: 613px;
float: left;
height: 33px;
margin-top: 5px;
overflow: hidden;

-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;	
}
.add_tips_inputs input{
	width:130px;
	margin-right:5px;
}
.add_tips_inputs select{
	width:150px;
}

.add_tips_listing .tipentry {
font-size: 12px;
float: left;
width: 68px;
height: 31px;
padding-top: 2px;
padding-left: 2px;
padding-right: 2px;
text-align: center;
background: url('../images/add_tips_back.jpg') repeat-x left bottom;
overflow: hidden;
border: 1px solid #ddd;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
margin-left: 5px;
}

.feetipssmall .tip{
	position: relative;
	height: 50px;
	margin-bottom: 5px;
	margin-top: 5px;
}

.feetipssmall .flag{
float: left;
margin-right: 10px;
margin-bottom: 20px;
}
.feetipssmall .event{
	font-weight: bold;
	overflow: hidden;
	width: 160px;
	height: 16px;

}
.feetipssmall .result{
position: absolute;
bottom: 0px;
left: 0px;
}

.feetipssmall .datetime{
font-size: 11px;
color: #7d7f7c;
margin-bottom: 3px;
}


.feetipssmall .selection{
overflow: hidden;
width: 160px;
height: 16px;


}

.feetipssmall .more a{ 
display: block;
overflow: hidden;
width: 200px;
text-align: center;
height: 20px;
line-height: 20px;

color: #d24406;
}

.feetipssmall .more a:hover{ 
text-decoration: none;
color: #fff;
background-color:#d24406 ;
}
.feetipssmall {
	width:220px;
	height: 100px;
	min-height: 250px;
	_min-height: 250px;
}

#caroufredsel {
	font-size: 35px;
	font-weight: 300;
	font-style: italic;
	line-height: 35px;
	color: #767675;
	text-shadow: 0px 0px 5px #fff;
}
#caroufredsel li{
	padding-bottom: 20px;
	padding-top: 18px;
	padding-bottom: 18px;
}

#caroufredsel i{
	color: #d44607;
	font-style: italic;
}

#caroufredsel a{
	color: #767675;
}

#caroufredsel a:hover{
	text-decoration: none;
	background-image:url(../images/caroufredsel-hover.png);
	background-repeat: repeat;
}
.cartdiscount{
	width: 200px;
	text-align: right;
	padding: 5px;
	font-size: 14px;
	background: #fbfbfb;
	margin-top: 10px;
	
	float: right;

}

.carttotal{
	color: #D44607;
	width: 200px;
	text-align: right;
	padding: 5px;
	font-size: 20px;
	margin-top: 10px;
	background: #f9f9f9;
	float: right;
}

.cartoffer{
	
	font-weight: 300;
	margin-top: 10px;
	width: 390px;
	height: 66px;
	text-align: left;
	padding: 5px;
	font-size: 12px;
	background: #f9f9f9;
	float: left;
}

.cartoffer strong{
	font-weight: 400;
	font-size: 16px;

}

.alert-message.success{
	background: none;
	background-image: none;
	background-color: #57a957;
	border: none;
    -webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
  }
  
  .alert-message.error{
	background: none;
	background-image: none;
	background-color: #c43c35;
	border: none;
    -webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
  }
  
 
.alert-message a,.alert-message a:hover{
	text-decoration: underline;
	color: #FFFFFF;
}


 
  .tip{
	  width: 620px;
	  height: 80px;
	  overflow: hidden;
	  margin-bottom: 10px;
	  position: relative;
	  color: #666;
	  background: #F7F7F7;
  }

.tip_tipster_follow{
display: block;
transform: rotate(-90deg);
background: #666666;
color: #fff;  
width: 80px;
height: 20px;
line-height: 20px;	
text-transform: uppercase;
text-align: center;
position: absolute;
top:30px;
left:-30px;
}
.tip_tipster_unfollow{
	background: #D3481A;
}
.tip_tipster_follow:hover{
	background: #b2b2b2;
	color: #fff;	
	text-decoration: none;
}

  .tip_tipster{
	  width: 180px;
	  height: 80px;
	  overflow: hidden;
	  border-right: 1px solid #e6e6e6;
	  position: absolute;
	  top: 0;
	  left: 20px;
	  background: #f4f4f4;
  }
   .tip_tipster_name{
	  font-size: 14px;
	  font-weight: 400;
	  color: #D44607;
	  line-height: 40px;
	  text-align: left;
	  border-bottom: 1px solid #e6e6e6;
  }
 .tip_tipster_name .sporticon{
		  vertical-align:middle;
		  margin-right: 10px;
		  margin-bottom: 2px;
		  margin-left: 15px;
  }
  .tip_tipster_name a{
	  color: #D44607;
	}
  .tip_tipster_count, .tip_tipster_yeild{
	  padding-top: 4px;
	  line-height: 14px;
	  width: 88px;
	  float: left;
	  text-align: center;
	  
  }
  .tip_tipster_count {
	  border-right: 1px solid #e6e6e6;
  }
  
   
  .tip_game{
  	width: 420px;
	height: 40px;
	overflow: hidden;   
	  position: absolute;
	  top: 0;
	  right: 0;
	  line-height: 40px;
	  text-align: center;
	  border-bottom: 1px solid #e6e6e6;
  }
  
  .tip_game_league{
	width: 41px;  
	height: 40px;
	line-height: 40px;
	text-align: center;
	float: right;
	padding-top: 8px;
	border-left: 1px solid #e6e6e6;
  }
  
	
	.tip_game_event_date{
	height: 40px;
	width: 106px;
	line-height: 38px;
	padding-left: 5px;
	text-align: left;
	float: left;
	font-weight: 300;
	text-align: left;
	border-right: 1px solid #e6e6e6;
	
	}
	
	.tip_game_event{
	height: 40px;
	width: 245px;
	line-height: 38px;
	padding-left: 10px;
	  font-size: 14px;
	  font-weight: 400;
	  color: #D44607;
	  line-height: 40px;	float: left;
	text-align: left;
	padding-left: 20px;
	position: relative;
	
	}
	
	
	.tip_game_analysis{
		color: #D44607;
		line-height: 16px;
		font-size: 16px;
		padding-left: 3px;
		padding-right: 3px;
		position: absolute;
		top:0px;
		right:0px;
		padding-left:10px;
		padding-right:10px;
		padding-top:11px;
		padding-bottom:11px;		
		
	}
		
		  
 .tip_details{
	  width: 420px;
	  height: 40px;
	  overflow: hidden;
	  position: absolute;
	  bottom: 0;
	  right: 0;
  }


  .tip_details_stake, 
  .tip_details_odds, 
  .tip_game_result_selection,
  .tip_game_result_profit,
  .tip_game_result_result{
	  padding-top: 4px;
	  height: 40px;
	  line-height: 14px;
	  width: 55px;
	  float: left;
	  text-align: center;
  }
  .tip_game_result_selection{
	 width: 210px;
 	}
 	.tip_game_result_result{
	  width: 40px; 
	  padding-top: 7px;
   } 
  .tip_details_stake, 
  .tip_details_odds,
  .tip_game_result_selection,
  .tip_game_result_profit{
	  border-right: 1px solid #e6e6e6;
  }

  .tip strong {
	   line-height: 18px;
	   font-size: 13px;
	   font-weight: bold;
	   display: block;
   }
   
.tip_game_buy{
	position: absolute;
	right: 0;
	bottom: 0;
	display: block;
	line-height: 42px;
	height: 40px;
	text-align: left;
	text-transform: uppercase;
	padding-left: 20px;
	width: 288px;
}
.tip_game_buy:hover{
	text-decoration: none;
	color: #fff;
	background: #D2471B;
	
}				
				
   
.tip_game_buy_guaranteed{
	position: absolute;
	top:0;
	right:0;
	color: #fff;
	width: 0px;
	height: 0px;
	text-align: right;	
	border-left: 20px solid transparent;
	border-bottom: 20px solid transparent;
	border-top: 20px solid #D2471B;
	border-right: 20px solid #D2471B;
	z-index: 1000;
	
}

.tip_game_buy_guaranteed .fa{
	margin-top: -13px;
	margin-left: -3px;
}

.btn-buy-credits{
	display: block;
height: 65px;
width: 280px;
background: #D3481A;
color: #fff;
margin-bottom: 10px;
line-height: 40px;
font-size: 18px;
font-weight: bold;
text-align: center;
}
.btn-buy-credits:hover{
	background: #ef4811;
	color: #fff;
	text-decoration: none;
}
.btn-buy-credits span{
	font-weight: 300;
	display: block;
line-height: 15px;
font-size: 12px;
text-align: center;
}
	
	

.addtipbox {
	background-color:#ffffff;
	margin-bottom:20px;
	min-height: 500px;
}

.addtipbox .content{
padding: 20px;
padding-right: 0px;
}



	
/*************************************************** FORM  STYLES - ADDTIPBOX ********************************************************/

.addtipbox form p {
	padding:0px;
	margin:0px;
	float:left;
	width:300px;
	padding-left:0px;
/* 	background: #f1f1f1; */
	padding-bottom: 10px;
	margin-bottom: 5px;
}

.addtipbox label{
	display: block;
	line-height: 25px;
	color:#666666;
	text-align: left;
}

.addtipbox label.toplabel{
	position: relative; top: 25px; left: 10px;
	color:#666666;
}

.addtipbox select, .addtipbox input, .addtipbox textarea {
	color:#000000;
	font-size:12px;
	height:20px;
	border: 1px solid #aaaaaa;
	width:270px;
	padding:5px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
.addtipbox select {
	height:32px;
	width: 282px;
}
.addtipbox textarea {
	height:60px;
}

.addtipbox form p.onecol { width:620px; }
.addtipbox p.onecol input { width:580px; }
.addtipbox p.onecol textarea { width:580px; }
.addtipbox p.onecol select { width:590px; }

	
.addtipbox form p.fourcol { width:155px; }
.addtipbox p.fourcol input { width:122px; }
.addtipbox p.fourcol select { width:134px; }

.addtipbox form p.eightcol { width:77px; }
.addtipbox p.eightcol input { width:122px; }
.addtipbox p.eightcol select { width:48px; }



.ok_to_add_tip{
	border-top: 5px solid #0A801A;
	border-bottom: 5px solid #0A801A;
}	

.addtipbox.ok_to_add_tip label{
color: #fff;
}

/* @override 
	http://localhost2/bet-tipsters.com/css/bootstrap.css */




.container {
  width: 940px;
  margin-left: auto;
  margin-right: auto;
  zoom: 1;
}
.container:before, .container:after {
  display: table;
  content: "";
  zoom: 1;
  *display: inline;
}
.container:after {
  clear: both;
}
.container-fluid {
  position: relative;
  min-width: 940px;
  padding-left: 20px;
  padding-right: 20px;
  zoom: 1;
}
.container-fluid:before, .container-fluid:after {
  display: table;
  content: "";
  zoom: 1;
  *display: inline;
}
.container-fluid:after {
  clear: both;
}
.container-fluid > .sidebar {
  float: left;
  width: 220px;
}
.container-fluid > .content {
  margin-left: 240px;
}
a {
  text-decoration: none;
  line-height: inherit;
  font-weight: inherit;
}
a:hover {
  text-decoration: underline;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.hide {
  display: none;
}
.show {
  display: block;
}
.row {
  zoom: 1;
  margin-left: -20px;
}
.row:before, .row:after {
  display: table;
  content: "";
  zoom: 1;
  *display: inline;
}
.row:after {
  clear: both;
}
[class*="span"] {
  display: inline;
  float: left;
  margin-left: 20px;
}
.span1 {
  width: 40px;
}
.span2 {
  width: 100px;
}
.span3 {
  width: 160px;
}
.span4 {
  width: 220px;
}
.span5 {
  width: 280px;
}
.span6 {
  width: 340px;
}
.span7 {
  width: 400px;
}
.span8 {
  width: 460px;
}
.span9 {
  width: 520px;
}
.span10 {
  width: 580px;
}
.span11 {
  width: 640px;
}
.span12 {
  width: 700px;
}
.span13 {
  width: 760px;
}
.span14 {
  width: 820px;
}
.span15 {
  width: 880px;
}
.span16 {
  width: 940px;
}
.span17 {
  width: 1000px;
}
.span18 {
  width: 1060px;
}
.span19 {
  width: 1120px;
}
.span20 {
  width: 1180px;
}
.span21 {
  width: 1240px;
}
.span22 {
  width: 1300px;
}
.span23 {
  width: 1360px;
}
.span24 {
  width: 1420px;
}
.offset1 {
  margin-left: 80px;
}
.offset2 {
  margin-left: 140px;
}
.offset3 {
  margin-left: 200px;
}
.offset4 {
  margin-left: 260px;
}
.offset5 {
  margin-left: 320px;
}
.offset6 {
  margin-left: 380px;
}
.offset7 {
  margin-left: 440px;
}
.offset8 {
  margin-left: 500px;
}
.offset9 {
  margin-left: 560px;
}
.offset10 {
  margin-left: 620px;
}
.offset11 {
  margin-left: 680px;
}
.offset12 {
  margin-left: 740px;
}
.span-one-third {
  width: 300px;
}
.span-two-thirds {
  width: 620px;
}
.offset-one-third {
  margin-left: 340px;
}
.offset-two-thirds {
  margin-left: 660px;
}

.label {
  padding: 1px 3px 2px;
  background-color: #bfbfbf;
  font-size: 9.75px;
  font-weight: bold;
  color: #ffffff;
  text-transform: uppercase;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.label.important {
  background-color: #c43c35;
}
.label.warning {
  background-color: #f89406;
}
.label.success {
  background-color: #46a546;
}
.label.notice {
  background-color: #62cffc;
}

.btn.danger,
.alert-message.danger,
.btn.danger:hover,
.alert-message.danger:hover,
.btn.error,
.alert-message.error,
.btn.error:hover,
.alert-message.error:hover,
.btn.success,
.alert-message.success,
.btn.success:hover,
.alert-message.success:hover,
.btn.info,
.alert-message.info,
.btn.info:hover,
.alert-message.info:hover {
  color: #ffffff;
}
.btn.danger,
.alert-message.danger,
.btn.error,
.alert-message.error {
  background-color: #c43c35;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#ee5f5b), to(#c43c35));
  background-image: -moz-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: -ms-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ee5f5b), color-stop(100%, #c43c35));
  background-image: -webkit-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: -o-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: linear-gradient(top, #ee5f5b, #c43c35);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ee5f5b', endColorstr='#c43c35', GradientType=0);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  border-color: #c43c35 #c43c35 #882a25;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}
.btn.success, .alert-message.success {
  background-color: #57a957;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#62c462), to(#57a957));
  background-image: -moz-linear-gradient(top, #62c462, #57a957);
  background-image: -ms-linear-gradient(top, #62c462, #57a957);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #62c462), color-stop(100%, #57a957));
  background-image: -webkit-linear-gradient(top, #62c462, #57a957);
  background-image: -o-linear-gradient(top, #62c462, #57a957);
  background-image: linear-gradient(top, #62c462, #57a957);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#62c462', endColorstr='#57a957', GradientType=0);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  border-color: #57a957 #57a957 #3d773d;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}
.btn.info, .alert-message.info {
  background-color: #339bb9;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#5bc0de), to(#339bb9));
  background-image: -moz-linear-gradient(top, #5bc0de, #339bb9);
  background-image: -ms-linear-gradient(top, #5bc0de, #339bb9);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5bc0de), color-stop(100%, #339bb9));
  background-image: -webkit-linear-gradient(top, #5bc0de, #339bb9);
  background-image: -o-linear-gradient(top, #5bc0de, #339bb9);
  background-image: linear-gradient(top, #5bc0de, #339bb9);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5bc0de', endColorstr='#339bb9', GradientType=0);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  border-color: #339bb9 #339bb9 #22697d;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}
.btn {
  cursor: pointer;
  display: inline-block;
  background-color: #e6e6e6;
  padding: 5px 14px 6px;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  color: #000;
  font-size: 13px;
  line-height: normal;
  border: 1px solid #ccc;
  border-bottom-color: #bbb;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;

}
.btn:hover {
  -webkit-box-shadow: inset 0px 0px 40px 0px rgba(0, 0, 0, 0.2);  
  box-shadow: inset 0px 0px 40px 0px rgba(0, 0, 0, 0.2);
  color: #333;
  text-decoration: none;
}
.btn:focus {
  outline: 1px dotted #666;
}
.btn.primary {
  color: #ffffff;
  background-color: #c41c38;
  background-repeat: repeat-x;
  background-image: none;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  border:none;
}
.btn:active {
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.btn.disabled {
  cursor: default;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  filter: alpha(opacity=65);
  -khtml-opacity: 0.65;
  -moz-opacity: 0.65;
  opacity: 0.65;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn[disabled] {
  cursor: default;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  filter: alpha(opacity=65);
  -khtml-opacity: 0.65;
  -moz-opacity: 0.65;
  opacity: 0.65;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn.large {
  font-size: 15px;
  line-height: normal;
  padding: 9px 14px 9px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.btn.small {
  padding: 7px 9px 7px;
  font-size: 11px;
}
:root .alert-message, :root .btn {
  border-radius: 0 \0;
}
button.btn::-moz-focus-inner, input[type=submit].btn::-moz-focus-inner {
  padding: 0;
  border: 0;
}





.alert-message {
  position: relative;
  padding: 7px 15px;
  margin-bottom: 18px;
  color: #404040;
  background-color: #eedc94;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#fceec1), to(#eedc94));
  background-image: -moz-linear-gradient(top, #fceec1, #eedc94);
  background-image: -ms-linear-gradient(top, #fceec1, #eedc94);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fceec1), color-stop(100%, #eedc94));
  background-image: -webkit-linear-gradient(top, #fceec1, #eedc94);
  background-image: -o-linear-gradient(top, #fceec1, #eedc94);
  background-image: linear-gradient(top, #fceec1, #eedc94);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fceec1', endColorstr='#eedc94', GradientType=0);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  border-color: #eedc94 #eedc94 #e4c652;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  border-width: 1px;
  border-style: solid;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
}
.alert-message .close {
  *margin-top: 3px;
  /* IE7 spacing */

}
.alert-message h5 {
  line-height: 18px;
}
.alert-message p {
  margin-bottom: 0;
}
.alert-message div {
  margin-top: 5px;
  margin-bottom: 2px;
  line-height: 28px;
}
.alert-message .btn {
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.25);
  -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.25);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.25);
}
.alert-message.block-message {
  background-image: none;
  background-color: #fdf5d9;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  padding: 14px;
  border-color: #fceec1;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.alert-message.block-message ul, .alert-message.block-message p {
  margin-right: 30px;
}
.alert-message.block-message ul {
  margin-bottom: 0;
}
.alert-message.block-message li {
  color: #404040;
}
.alert-message.block-message .alert-actions {
  margin-top: 5px;
}
.alert-message.block-message.error, .alert-message.block-message.success, .alert-message.block-message.info {
  color: #404040;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}
.alert-message.block-message.error {
  background-color: #fddfde;
  border-color: #fbc7c6;
}
.alert-message.block-message.success {
  background-color: #d1eed1;
  border-color: #bfe7bf;
}
.alert-message.block-message.info {
  background-color: #ddf4fb;
  border-color: #c6edf9;
}




	/*********************************************************** VALIDATION ENGINE ****************************************************************/

	.formError {
			position:absolute;
			top:300px; left:300px;
			padding-bottom:13px;
			display:block;
			z-index:5000;
		}
			#debugMode{
				background:#000;
				position:fixed;
				width:100%; height:200px;
				top:0; left:0;
				overflow:scroll;
				opacity:0.8;
				display:block;
				padding:10px;
				color:#fff;
				font-size:14px;
				z-index:100000;
			}
		
			.ajaxSubmit{ padding:20px; background:#55ea55;border:1px solid #999;display:none}
			.formError .formErrorContent {
				width:100%; 
				background:#ee0101;
				color:#fff;
				width:150px;
				font-family:tahoma;
				font-size:11px;
				border:2px solid #ddd;
				box-shadow: 0px 0px 6px #000;
				-moz-box-shadow: 0px 0px 6px #000;
				-webkit-box-shadow: 0px 0px 6px #000;
				padding:10px 10px 10px 10px;
			}
			.greenPopup .formErrorContent {background:#33be40;}
			
			.blackPopup .formErrorContent {background:#393939;color:#FFF;}
			
			.formError .formErrorArrow{
				position:absolute;
				bottom:0;left:20px;
				width:15px; height:15px;

				z-index:5001;
			}
			.formError .formErrorArrowBottom{top:0;margin:-6px;}
			
				.formError .formErrorArrow div{
					border-left:2px solid #ddd;
					border-right:2px solid #ddd;
					box-shadow: 0px 2px 3px #444;
					-moz-box-shadow: 0px 2px 3px #444;
					-webkit-box-shadow: 0px 2px 3px #444;
					font-size:0px; height:1px; background:#ee0101;margin:0 auto;line-height:0px; font-size:0px; display:block;
				}
					.formError .formErrorArrowBottom div{
						box-shadow: none;
						-moz-box-shadow: none;
						-webkit-box-shadow: none;
					}
					
				.greenPopup .formErrorArrow div{background:#33be40;}
				.blackPopup .formErrorArrow div{background:#393939;color:#FFF;}

				.formError .formErrorArrow .line10{width:15px;border:none;} 
				.formError .formErrorArrow .line9{width:13px;border:none;} 
				.formError .formErrorArrow .line8{width:11px;} 
				.formError .formErrorArrow .line7{width:9px;} 
				.formError .formErrorArrow .line6{width:7px;} 
				.formError .formErrorArrow .line5{width:5px;} 
				.formError .formErrorArrow .line4{width:3px;} 
				.formError .formErrorArrow .line3{width:1px;
					border-left:2px solid #ddd;
					border-right:2px solid #ddd;
					border-bottom:0px solid #ddd;} 
				.formError .formErrorArrow .line2{width:3px;border:none;background:#ddd;}
				.formError .formErrorArrow .line1{width:1px;border:none;background:#ddd;}  
				
/*********************************************************** VALIDATION ENGINE ****************************************************************/

/*
    ColorBox Core Style
    The following rules are the styles that are consistant between themes.
    Avoid changing this area to maintain compatability with future versions of ColorBox.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative; overflow:hidden;}
#cboxLoadedContent{overflow:auto;}
#cboxLoadedContent iframe{display:block; width:100%; height:100%; border:0;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}

/* 
    Example user style
    The following rules are ordered and tabbed in a way that represents the
    order/nesting of the generated HTML, so that the structure easier to understand.
*/
#cboxOverlay{background:url(../images/colorbox/overlay.png) 0 0 repeat;}
#colorbox{}
    #cboxTopLeft{width:21px; height:21px; background:url(../images/colorbox/controls.png) -100px 0 no-repeat;}
    #cboxTopRight{width:21px; height:21px; background:url(../images/colorbox/controls.png) -129px 0 no-repeat;}
    #cboxBottomLeft{width:21px; height:21px; background:url(../images/colorbox/controls.png) -100px -29px no-repeat;}
    #cboxBottomRight{width:21px; height:21px; background:url(../images/colorbox/controls.png) -129px -29px no-repeat;}
    #cboxMiddleLeft{width:21px; background:url(../images/colorbox/controls.png) left top repeat-y;}
    #cboxMiddleRight{width:21px; background:url(../images/colorbox/controls.png) right top repeat-y;}
    #cboxTopCenter{height:21px; background:url(../images/colorbox/border.png) 0 0 repeat-x;}
    #cboxBottomCenter{height:21px; background:url(../images/colorbox/border.png) 0 -29px repeat-x;}
    #cboxContent{background:#fff;}
    #cboxLoadedContent{margin-bottom:28px;}
    #cboxTitle{position:absolute; bottom:4px; left:0; text-align:center; width:100%; color:#949494;}
    #cboxCurrent{position:absolute; bottom:4px; left:0px; color:#949494;}
    #cboxSlideshow{position:absolute; bottom:4px; right:30px; color:#0092ef;}

    #cboxPrevious{position:absolute; top:0px; left:0px; width:100px; height:90%; text-indent:-9999px; background:url(../images/colorbox/blank.gif) center right no-repeat;}
    #cboxPrevious.hover{background:url(../images/colorbox/prev.gif) center left no-repeat; }

    #cboxNext{position:absolute; top:0px; right:0px; width:100px; height:90%; text-indent:-9999px; display:block; background:url(../images/colorbox/blank.gif) center right no-repeat;}
    #cboxNext.hover{background:url(../images/colorbox/next.gif) center right no-repeat; }

    #cboxLoadingOverlay{background:url(../images/colorbox/loading_background.png) center center no-repeat;}
    #cboxLoadingGraphic{background:url(../images/colorbox/loading.gif) center center no-repeat;}
    #cboxClose{position:absolute; bottom:0; right:0; background:url(../images/colorbox/controls.png) -25px 0px no-repeat; width:25px; height:25px; text-indent:-9999px;}
    #cboxClose.hover{background-position:-25px -25px;}


/*
    The following fixes png-transparency for IE6.  
    It is also necessary for png-transparency in IE7 & IE8 to avoid 'black halos' with the fade transition
    
    Since this method does not support CSS background-positioning, it is incompatible with CSS sprites.
    Colorbox preloads navigation hover classes to account for this.
    
    !! Important Note: AlphaImageLoader src paths are relative to the HTML document,
    while regular CSS background images are relative to the CSS document.
*/
.cboxIE #cboxTopLeft{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=../images/colorbox/internet_explorer/borderTopLeft.png, sizingMethod='scale');}
.cboxIE #cboxTopCenter{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=../images/colorbox/internet_explorer/borderTopCenter.png, sizingMethod='scale');}
.cboxIE #cboxTopRight{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=../images/colorbox/internet_explorer/borderTopRight.png, sizingMethod='scale');}
.cboxIE #cboxBottomLeft{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=../images/colorbox/internet_explorer/borderBottomLeft.png, sizingMethod='scale');}
.cboxIE #cboxBottomCenter{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=../images/colorbox/internet_explorer/borderBottomCenter.png, sizingMethod='scale');}
.cboxIE #cboxBottomRight{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=../images/colorbox/internet_explorer/borderBottomRight.png, sizingMethod='scale');}
.cboxIE #cboxMiddleLeft{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=../images/colorbox/internet_explorer/borderMiddleLeft.png, sizingMethod='scale');}
.cboxIE #cboxMiddleRight{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=../images/colorbox/internet_explorer/borderMiddleRight.png, sizingMethod='scale');}



/***********************************************************DATE PICKER****************************************************************/

table.jCalendar {
	border: 1px solid #000;
	background: #aaa;
    border-collapse: separate;
    border-spacing: 2px;
}
table.jCalendar th {
	background: #333;
	color: #fff;
	font-weight: bold;
	padding: 3px 5px;
}

table.jCalendar td {
	background: #ccc;
	color: #000;
	padding: 3px 5px;
	text-align: center;
}
table.jCalendar td.other-month {
	background: #ddd;
	color: #aaa;
}
table.jCalendar td.today {
	background: #666;
	color: #fff;
}
table.jCalendar td.selected {
	background: #f66;
	color: #fff;
}
table.jCalendar td.selected.dp-hover {
	background: #f33;
	color: #fff;
}
table.jCalendar td.dp-hover,
table.jCalendar tr.activeWeekHover td {
	background: #fff;
	color: #000;
}
table.jCalendar tr.selectedWeek td {
	background: #f66;
	color: #fff;
}
table.jCalendar td.disabled, table.jCalendar td.disabled.dp-hover {
	background: #bbb;
	color: #888;
}
table.jCalendar td.unselectable,
table.jCalendar td.unselectable:hover,
table.jCalendar td.unselectable.dp-hover {
	background: #bbb;
	color: #888;
}

/* For the popup */

/* NOTE - you will probably want to style a.dp-choose-date - see how I did it in demo.css */

div.dp-popup {
	position: relative;
	background: #ccc;
	font-size: 10px;
	font-family: arial, sans-serif;
	padding: 2px;
	width: 171px;
	line-height: 1.2em;
}
div#dp-popup {
	position: absolute;
	z-index: 199;
}
div.dp-popup h2 {
	font-size: 12px;
	text-align: center;
	margin: 2px 0;
	padding: 0;
}
a#dp-close {
	font-size: 11px;
	padding: 4px 0;
	text-align: center;
	display: block;
}
a#dp-close:hover {
	text-decoration: underline;
}
div.dp-popup a {
	color: #000;
	text-decoration: none;
	padding: 3px 2px 0;
}
div.dp-popup div.dp-nav-prev {
	position: absolute;
	top: 2px;
	left: 4px;
	width: 100px;
}
div.dp-popup div.dp-nav-prev a {
	float: left;
}
/* Opera needs the rules to be this specific otherwise it doesn't change the cursor back to pointer after you have disabled and re-enabled a link */
div.dp-popup div.dp-nav-prev a, div.dp-popup div.dp-nav-next a {
	cursor: pointer;
}
div.dp-popup div.dp-nav-prev a.disabled, div.dp-popup div.dp-nav-next a.disabled {
	cursor: default;
}
div.dp-popup div.dp-nav-next {
	position: absolute;
	top: 2px;
	right: 4px;
	width: 100px;
}
div.dp-popup div.dp-nav-next a {
	float: right;
}
div.dp-popup a.disabled {
	cursor: default;
	color: #aaa;
}
div.dp-popup td {
	cursor: pointer;
}
div.dp-popup td.disabled {
	cursor: default;
}

/*********************************************************** END DATE PICKER****************************************************************/


	


.availcalendar { float:left; margin: 5px; height: 210px; line-height: 11px;}
.availcalendar .calheading { background:#999; font-weight:bold; text-align:center; width:171px; padding:5px; border-bottom:0px solid #fff; border-top:1px solid #fff; border-right:1px solid #fff;border-left:1px solid #fff; font-size:14px; margin-bottom: 0px; color: #fff;}
.availcalendar td.day-head { background:#ccc; font-weight:bold; text-align:center; width:25px; height:25px; border-bottom:1px solid #fff; border-top:1px solid #fff; border-right:1px solid #fff; font-size:11px; }
.availcalendar table    { border-left:1px solid #fff; font-size:11px; }
.availcalendar tr.row  {  }
.availcalendar td.day  { font-size:11px; position: relative;  } 
.availcalendar td.day-np  { background:#eee; min-height:25px; height:25px; } 
.availcalendar td.day, .availcalendar td.day-np { width:25px; height:25px; padding:0px; border-bottom:1px solid #fff; border-right:1px solid #fff; }
.selectableday:hover{ cursor:pointer; opacity: 0.15; }
.availcalendar tr  { padding: 0px; margin: 0px;  } 
.availcalendar td  { padding: 0px; margin: 0px;  } 

.availabilityprev, .availabilitynext { float:left;cursor:pointer;padding:5px; background:#999;border-right:1px solid #fff;text-align:center; width:171px;color:#fff
}
.availabilitynext{ float: right}
.availabilityprev:hover, .availabilitynext:hover { ;cursor:pointer; text-decoration: underline
}

/*!
Chosen, a Select Box Enhancer for jQuery and Prototype
by Patrick Filler for Harvest, http://getharvest.com

Version 1.5.1
Full source at https://github.com/harvesthq/chosen
Copyright (c) 2011-2016 Harvest http://getharvest.com

MIT License, https://github.com/harvesthq/chosen/blob/master/LICENSE.md
This file is generated by `grunt build`, do not edit it by hand.
*/

/* @group Base */
.chosen-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.chosen-container * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.chosen-container .chosen-drop {
  position: absolute;
  top: 100%;
  left: -9999px;
  z-index: 1010;
  width: 100%;
  border: 1px solid #aaa;
  border-top: 0;
  background: #fff;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
}
.chosen-container.chosen-with-drop .chosen-drop {
  left: 0;
}
.chosen-container a {
  cursor: pointer;
}
.chosen-container .search-choice .group-name, .chosen-container .chosen-single .group-name {
  margin-right: 4px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: normal;
  color: #999999;
}
.chosen-container .search-choice .group-name:after, .chosen-container .chosen-single .group-name:after {
  content: ":";
  padding-left: 2px;
  vertical-align: top;
}

/* @end */
/* @group Single Chosen */
.chosen-container-single .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0 0 0 8px;
  height: 25px;
  border: 1px solid #aaa;
  border-radius: 5px;
  background-color: #fff;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #ffffff), color-stop(50%, #f6f6f6), color-stop(52%, #eeeeee), color-stop(100%, #f4f4f4));
  background: -webkit-linear-gradient(#ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background: -moz-linear-gradient(#ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background: -o-linear-gradient(#ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background: linear-gradient(#ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background-clip: padding-box;
  box-shadow: 0 0 3px white inset, 0 1px 1px rgba(0, 0, 0, 0.1);
  color: #444;
  text-decoration: none;
  white-space: nowrap;
  line-height: 24px;
}
.chosen-container-single .chosen-default {
  color: #999;
}
.chosen-container-single .chosen-single span {
  display: block;
  overflow: hidden;
  margin-right: 26px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.chosen-container-single .chosen-single-with-deselect span {
  margin-right: 38px;
}
.chosen-container-single .chosen-single abbr {
  position: absolute;
  top: 6px;
  right: 26px;
  display: block;
  width: 12px;
  height: 12px;
  background: url('/images/chosen-sprite.png') -42px 1px no-repeat;
  font-size: 1px;
}
.chosen-container-single .chosen-single abbr:hover {
  background-position: -42px -10px;
}
.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
  background-position: -42px -10px;
}
.chosen-container-single .chosen-single div {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 18px;
  height: 100%;
}
.chosen-container-single .chosen-single div b {
  display: block;
  width: 100%;
  height: 100%;
  background: url('/images/chosen-sprite.png') no-repeat 0px 2px;
}
.chosen-container-single .chosen-search {
  position: relative;
  z-index: 1010;
  margin: 0;
  padding: 3px 4px;
  white-space: nowrap;
}
.chosen-container-single .chosen-search input[type="text"] {
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  width: 100%;
  height: auto;
  outline: 0;
  border: 1px solid #aaa;
  background: white url('/images/chosen-sprite.png') no-repeat 100% -20px;
  background: url('/images/chosen-sprite.png') no-repeat 100% -20px;
  font-size: 1em;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
}
.chosen-container-single .chosen-drop {
  margin-top: -1px;
  border-radius: 0 0 4px 4px;
  background-clip: padding-box;
}
.chosen-container-single.chosen-container-single-nosearch .chosen-search {
  position: absolute;
  left: -9999px;
}

/* @end */
/* @group Results */
.chosen-container .chosen-results {
  color: #444;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0 4px 4px 0;
  padding: 0 0 0 4px;
  max-height: 240px;
  -webkit-overflow-scrolling: touch;
}
.chosen-container .chosen-results li {
  display: none;
  margin: 0;
  padding: 5px 6px;
  list-style: none;
  line-height: 15px;
  word-wrap: break-word;
  -webkit-touch-callout: none;
}
.chosen-container .chosen-results li.active-result {
  display: list-item;
  cursor: pointer;
}
.chosen-container .chosen-results li.disabled-result {
  display: list-item;
  color: #ccc;
  cursor: default;
}
.chosen-container .chosen-results li.highlighted {
  background-color: #3875d7;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #3875d7), color-stop(90%, #2a62bc));
  background-image: -webkit-linear-gradient(#3875d7 20%, #2a62bc 90%);
  background-image: -moz-linear-gradient(#3875d7 20%, #2a62bc 90%);
  background-image: -o-linear-gradient(#3875d7 20%, #2a62bc 90%);
  background-image: linear-gradient(#3875d7 20%, #2a62bc 90%);
  color: #fff;
}
.chosen-container .chosen-results li.no-results {
  color: #777;
  display: list-item;
  background: #f4f4f4;
}
.chosen-container .chosen-results li.group-result {
  display: list-item;
  font-weight: bold;
  cursor: default;
}
.chosen-container .chosen-results li.group-option {
  padding-left: 15px;
}
.chosen-container .chosen-results li em {
  font-style: normal;
  text-decoration: underline;
}

/* @end */
/* @group Multi Chosen */
.chosen-container-multi .chosen-choices {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0 5px;
  width: 100%;
  height: auto !important;
  height: 1%;
  border: 1px solid #aaa;
  background-color: #fff;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(1%, #eeeeee), color-stop(15%, #ffffff));
  background-image: -webkit-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background-image: -moz-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background-image: -o-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background-image: linear-gradient(#eeeeee 1%, #ffffff 15%);
  cursor: text;
}
.chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none;
}
.chosen-container-multi .chosen-choices li.search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}
.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
  margin: 1px 0;
  padding: 0;
  height: 25px;
  outline: 0;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none;
  color: #999;
  font-size: 100%;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
}
.chosen-container-multi .chosen-choices li.search-choice {
  position: relative;
  margin: 3px 5px 3px 0;
  padding: 3px 20px 3px 5px;
  border: 1px solid #aaa;
  max-width: 100%;
  border-radius: 3px;
  background-color: #eeeeee;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
  background-image: -webkit-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -moz-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -o-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-size: 100% 19px;
  background-repeat: repeat-x;
  background-clip: padding-box;
  box-shadow: 0 0 2px white inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  color: #333;
  line-height: 13px;
  cursor: default;
}
.chosen-container-multi .chosen-choices li.search-choice span {
  word-wrap: break-word;
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  position: absolute;
  top: 4px;
  right: 3px;
  display: block;
  width: 12px;
  height: 12px;
  background: url('/images/chosen-sprite.png') -42px 1px no-repeat;
  font-size: 1px;
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
  background-position: -42px -10px;
}
.chosen-container-multi .chosen-choices li.search-choice-disabled {
  padding-right: 5px;
  border: 1px solid #ccc;
  background-color: #e4e4e4;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
  background-image: -webkit-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -moz-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -o-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  color: #666;
}
.chosen-container-multi .chosen-choices li.search-choice-focus {
  background: #d4d4d4;
}
.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
  background-position: -42px -10px;
}
.chosen-container-multi .chosen-results {
  margin: 0;
  padding: 0;
}
.chosen-container-multi .chosen-drop .result-selected {
  display: list-item;
  color: #ccc;
  cursor: default;
}

/* @end */
/* @group Active  */
.chosen-container-active .chosen-single {
  border: 1px solid #5897fb;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.chosen-container-active.chosen-with-drop .chosen-single {
  border: 1px solid #aaa;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #eeeeee), color-stop(80%, #ffffff));
  background-image: -webkit-linear-gradient(#eeeeee 20%, #ffffff 80%);
  background-image: -moz-linear-gradient(#eeeeee 20%, #ffffff 80%);
  background-image: -o-linear-gradient(#eeeeee 20%, #ffffff 80%);
  background-image: linear-gradient(#eeeeee 20%, #ffffff 80%);
  box-shadow: 0 1px 0 #fff inset;
}
.chosen-container-active.chosen-with-drop .chosen-single div {
  border-left: none;
  background: transparent;
}
.chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: -18px 2px;
}
.chosen-container-active .chosen-choices {
  border: 1px solid #5897fb;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.chosen-container-active .chosen-choices li.search-field input[type="text"] {
  color: #222 !important;
}

/* @end */
/* @group Disabled Support */
.chosen-disabled {
  opacity: 0.5 !important;
  cursor: default;
}
.chosen-disabled .chosen-single {
  cursor: default;
}
.chosen-disabled .chosen-choices .search-choice .search-choice-close {
  cursor: default;
}

/* @end */
/* @group Right to Left */
.chosen-rtl {
  text-align: right;
}
.chosen-rtl .chosen-single {
  overflow: visible;
  padding: 0 8px 0 0;
}
.chosen-rtl .chosen-single span {
  margin-right: 0;
  margin-left: 26px;
  direction: rtl;
}
.chosen-rtl .chosen-single-with-deselect span {
  margin-left: 38px;
}
.chosen-rtl .chosen-single div {
  right: auto;
  left: 3px;
}
.chosen-rtl .chosen-single abbr {
  right: auto;
  left: 26px;
}
.chosen-rtl .chosen-choices li {
  float: right;
}
.chosen-rtl .chosen-choices li.search-field input[type="text"] {
  direction: rtl;
}
.chosen-rtl .chosen-choices li.search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 5px 3px 19px;
}
.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
  right: auto;
  left: 4px;
}
.chosen-rtl.chosen-container-single-nosearch .chosen-search,
.chosen-rtl .chosen-drop {
  left: 9999px;
}
.chosen-rtl.chosen-container-single .chosen-results {
  margin: 0 0 4px 4px;
  padding: 0 4px 0 0;
}
.chosen-rtl .chosen-results li.group-option {
  padding-right: 15px;
  padding-left: 0;
}
.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
  border-right: none;
}
.chosen-rtl .chosen-search input[type="text"] {
  padding: 4px 5px 4px 20px;
  background: white url('/images/chosen-sprite.png') no-repeat -30px -20px;
  background: url('/images/chosen-sprite.png') no-repeat -30px -20px;
  direction: rtl;
}
.chosen-rtl.chosen-container-single .chosen-single div b {
  background-position: 6px 2px;
}
.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
  background-position: -12px 2px;
}

/* @end */
/* @group Retina compatibility */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
  .chosen-rtl .chosen-search input[type="text"],
  .chosen-container-single .chosen-single abbr,
  .chosen-container-single .chosen-single div b,
  .chosen-container-single .chosen-search input[type="text"],
  .chosen-container-multi .chosen-choices .search-choice .search-choice-close,
  .chosen-container .chosen-results-scroll-down span,
  .chosen-container .chosen-results-scroll-up span {
    background-image: url('/images/chosen-sprite@2x.png') !important;
    background-size: 52px 37px !important;
    background-repeat: no-repeat !important;
  }
}
/* @end */


/* This is the core CSS of Tooltipster */

/* GENERAL STRUCTURE RULES (do not edit this section) */

.tooltipster-base {
	/* this ensures that a constrained height set by functionPosition,
	if greater that the natural height of the tooltip, will be enforced
	in browsers that support display:flex */
	display: flex;
	pointer-events: none;
	/* this may be overriden in JS for fixed position origins */
	position: absolute;
}

.tooltipster-box {
	/* see .tooltipster-base. flex-shrink 1 is only necessary for IE10-
	and flex-basis auto for IE11- (at least) */
	flex: 1 1 auto;
}

.tooltipster-content {
	/* prevents an overflow if the user adds padding to the div */
	box-sizing: border-box;
	/* these make sure we'll be able to detect any overflow */
	max-height: 100%;
	max-width: 100%;
	overflow: auto;
}

.tooltipster-ruler {
	/* these let us test the size of the tooltip without overflowing the window */
	bottom: 0;
	left: 0;
	overflow: hidden;
	position: fixed;
	right: 0;
	top: 0;
	visibility: hidden;
}

/* ANIMATIONS */

/* Open/close animations */

/* fade */

.tooltipster-fade {
	opacity: 0;
	-webkit-transition-property: opacity;
	-moz-transition-property: opacity;
	-o-transition-property: opacity;
	-ms-transition-property: opacity;
	transition-property: opacity;
}
.tooltipster-fade.tooltipster-show {
	opacity: 1;
}

/* grow */

.tooltipster-grow {
	-webkit-transform: scale(0,0);
	-moz-transform: scale(0,0);
	-o-transform: scale(0,0);
	-ms-transform: scale(0,0);
	transform: scale(0,0);
	-webkit-transition-property: -webkit-transform;
	-moz-transition-property: -moz-transform;
	-o-transition-property: -o-transform;
	-ms-transition-property: -ms-transform;
	transition-property: transform;
	-webkit-backface-visibility: hidden;
}
.tooltipster-grow.tooltipster-show {
	-webkit-transform: scale(1,1);
	-moz-transform: scale(1,1);
	-o-transform: scale(1,1);
	-ms-transform: scale(1,1);
	transform: scale(1,1);
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
	-moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
	-ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
	-o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
	transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
}

/* swing */

.tooltipster-swing {
	opacity: 0;
	-webkit-transform: rotateZ(4deg);
	-moz-transform: rotateZ(4deg);
	-o-transform: rotateZ(4deg);
	-ms-transform: rotateZ(4deg);
	transform: rotateZ(4deg);
	-webkit-transition-property: -webkit-transform, opacity;
	-moz-transition-property: -moz-transform;
	-o-transition-property: -o-transform;
	-ms-transition-property: -ms-transform;
	transition-property: transform;
}
.tooltipster-swing.tooltipster-show {
	opacity: 1;
	-webkit-transform: rotateZ(0deg);
	-moz-transform: rotateZ(0deg);
	-o-transform: rotateZ(0deg);
	-ms-transform: rotateZ(0deg);
	transform: rotateZ(0deg);
	-webkit-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 1);
	-webkit-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4);
	-moz-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4);
	-ms-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4);
	-o-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4);
	transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4);
}

/* fall */

.tooltipster-fall {
	-webkit-transition-property: top;
	-moz-transition-property: top;
	-o-transition-property: top;
	-ms-transition-property: top;
	transition-property: top;
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
	-moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
	-ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
	-o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
	transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
}
.tooltipster-fall.tooltipster-initial {
	top: 0 !important;
}
.tooltipster-fall.tooltipster-show {
}
.tooltipster-fall.tooltipster-dying {
	-webkit-transition-property: all;
	-moz-transition-property: all;
	-o-transition-property: all;
	-ms-transition-property: all;
	transition-property: all;
	top: 0 !important;
	opacity: 0;
}

/* slide */

.tooltipster-slide {
	-webkit-transition-property: left;
	-moz-transition-property: left;
	-o-transition-property: left;
	-ms-transition-property: left;
	transition-property: left;
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
	-moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
	-ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
	-o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
	transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
}
.tooltipster-slide.tooltipster-initial {
	left: -40px !important;
}
.tooltipster-slide.tooltipster-show {
}
.tooltipster-slide.tooltipster-dying {
	-webkit-transition-property: all;
	-moz-transition-property: all;
	-o-transition-property: all;
	-ms-transition-property: all;
	transition-property: all;
	left: 0 !important;
	opacity: 0;
}

/* Update animations */

/* We use animations rather than transitions here because
 transition durations may be specified in the style tag due to
 animationDuration, and we try to avoid collisions and the use
 of !important */

/* fade */

@keyframes tooltipster-fading {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

.tooltipster-update-fade {
	animation: tooltipster-fading 400ms;
}

/* rotate */

@keyframes tooltipster-rotating {
	25% {
		transform: rotate(-2deg);
	}
	75% {
		transform: rotate(2deg);
	}
	100% {
		transform: rotate(0);
	}
}

.tooltipster-update-rotate {
	animation: tooltipster-rotating 600ms;
}

/* scale */

@keyframes tooltipster-scaling {
	50% {
		transform: scale(1.1);
	}
	100% {
		transform: scale(1);
	}
}

.tooltipster-update-scale {
	animation: tooltipster-scaling 600ms;
}

/**
 * DEFAULT STYLE OF THE SIDETIP PLUGIN
 * 
 * All styles are "namespaced" with .tooltipster-sidetip to prevent
 * conflicts between plugins.
 */

/* .tooltipster-box */

.tooltipster-sidetip .tooltipster-box {
	background: #565656;
	border: 2px solid black;
	border-radius: 4px;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-box {
	margin-top: 8px;
}

.tooltipster-sidetip.tooltipster-left .tooltipster-box {
	margin-right: 8px;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-box {
	margin-left: 8px;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-box {
	margin-bottom: 8px;
}

/* .tooltipster-content */

.tooltipster-sidetip .tooltipster-content {
	color: white;
	line-height: 18px;
	padding: 6px 14px;
}

/* .tooltipster-arrow : will keep only the zone of .tooltipster-arrow-uncropped that
corresponds to the arrow we want to display */

.tooltipster-sidetip .tooltipster-arrow {
	overflow: hidden;
	position: absolute;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow {
	height: 10px;
	/* half the width, for centering */
	margin-left: -10px;
	top: 0;
	width: 20px;
}

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow {
	height: 20px;
	margin-top: -10px;
	right: 0;
	/* top 0 to keep the arrow from overflowing .tooltipster-base when it has not
	been positioned yet */
	top: 0;
	width: 10px;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow {
	height: 20px;
	margin-top: -10px;
	left: 0;
	/* same as .tooltipster-left .tooltipster-arrow */
	top: 0;
	width: 10px;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow {
	bottom: 0;
	height: 10px;
	margin-left: -10px;
	width: 20px;
}

/* common rules between .tooltipster-arrow-background and .tooltipster-arrow-border */

.tooltipster-sidetip .tooltipster-arrow-background, .tooltipster-sidetip .tooltipster-arrow-border {
	height: 0;
	position: absolute;
	width: 0;
}

/* .tooltipster-arrow-background */

.tooltipster-sidetip .tooltipster-arrow-background {
	border: 10px solid transparent;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-background {
	border-bottom-color: #565656;
	left: 0px;
	top: 3px;
}

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-background {
	border-left-color: #565656;
	left: -3px;
	top: 0px;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-background {
	border-right-color: #565656;
	left: 3px;
	top: 0px;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-background {
	border-top-color: #565656;
	left: 0px;
	top: -3px;
}

/* .tooltipster-arrow-border */

.tooltipster-sidetip .tooltipster-arrow-border {
	border: 10px solid transparent;
	left: 0;
	top: 0;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-border {
	border-bottom-color: black;
}

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-border {
	border-left-color: black;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-border {
	border-right-color: black;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-border {
	border-top-color: black;
}

/* tooltipster-arrow-uncropped */

.tooltipster-sidetip .tooltipster-arrow-uncropped {
	position: relative;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-uncropped {
	top: -10px;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-uncropped {
	left: -10px;
}


.tooltipster-sidetip.tooltipster-borderless .tooltipster-box{border:none;background:#1b1b1b;background:rgba(10,10,10,.9)}.tooltipster-sidetip.tooltipster-borderless.tooltipster-bottom .tooltipster-box{margin-top:8px}.tooltipster-sidetip.tooltipster-borderless.tooltipster-left .tooltipster-box{margin-right:8px}.tooltipster-sidetip.tooltipster-borderless.tooltipster-right .tooltipster-box{margin-left:8px}.tooltipster-sidetip.tooltipster-borderless.tooltipster-top .tooltipster-box{margin-bottom:8px}.tooltipster-sidetip.tooltipster-borderless .tooltipster-arrow{height:8px;margin-left:-8px;width:16px}.tooltipster-sidetip.tooltipster-borderless.tooltipster-left .tooltipster-arrow,.tooltipster-sidetip.tooltipster-borderless.tooltipster-right .tooltipster-arrow{height:16px;margin-left:0;margin-top:-8px;width:8px}.tooltipster-sidetip.tooltipster-borderless .tooltipster-arrow-background{display:none}.tooltipster-sidetip.tooltipster-borderless .tooltipster-arrow-border{border:8px solid transparent}.tooltipster-sidetip.tooltipster-borderless.tooltipster-bottom .tooltipster-arrow-border{border-bottom-color:#1b1b1b;border-bottom-color:rgba(10,10,10,.9)}.tooltipster-sidetip.tooltipster-borderless.tooltipster-left .tooltipster-arrow-border{border-left-color:#1b1b1b;border-left-color:rgba(10,10,10,.9)}.tooltipster-sidetip.tooltipster-borderless.tooltipster-right .tooltipster-arrow-border{border-right-color:#1b1b1b;border-right-color:rgba(10,10,10,.9)}.tooltipster-sidetip.tooltipster-borderless.tooltipster-top .tooltipster-arrow-border{border-top-color:#1b1b1b;border-top-color:rgba(10,10,10,.9)}.tooltipster-sidetip.tooltipster-borderless.tooltipster-bottom .tooltipster-arrow-uncropped{top:-8px}.tooltipster-sidetip.tooltipster-borderless.tooltipster-right .tooltipster-arrow-uncropped{left:-8px}