body {
    background: #FFFFFF;
}

.topFourWrapper .info .modelText span {
	color:			#555555;
}

.topFourWrapper .info .modelText a {
	color:			#185993;
}

.navigation li a:hover {
	color: #FFF;
}

nav .navigation li:hover {
	background:		#319ff8;
}


.logo {
	margin-left:	-10px;
}

.freeCredits {
    background: url("/images/skins/whitelabel/basic_02/custom/freeoneslive/120-free.png") no-repeat scroll 0 0 transparent;
}

.serviceType {
	color:				#165992;
}

.serviceType a {
	color:				#165992;
}

.serviceType .selectedType {
	color:				#073d6a;
}

.subNav a {
	color:				#165992;
}

.subNav a:hover {
	color:				#073d6a;
}

.topLinks a {
    color: #165992;
}

.topLinks a:hover {
    color: #2091eb;
}

.topLinks span a {
    color: #165992;
	font-weight: bold;
}

.topLinks span a:hover {
    color: #2091eb;
	font-weight: bold;
}

.login {
    color: #FFFFFF;
}

.login .btn {
    background: none repeat scroll 0 0 #ff931f;
    color: #FFFFFF;
}

.titles .grey {
    background: none repeat scroll 0 0 transparent;
}

.titles h1 {
    background: none repeat scroll 0 0 transparent;
    color: #109cef;
}

.titles h1 span {
    color: #66b8ff;
}

.greyBar .titles h1 {
    background: none repeat scroll 0 0 transparent;
    color: #329bf5;
}

.greyBar .titles h1 span {
    color: #FFFFFF;
}

.titles {
    background: url("/images/skins/whitelabel/basic_02/bg-title.png") repeat-x scroll 0 -50px transparent;
    color: #109cef;
}

.greyBarWrap {
    background: #9ed6f9;
}

.mostPop .theBorder {
    background: none repeat scroll 0 0 #35a2ff;
    border: 1px solid #FFFFFF;
}

.mostPop .modeltext a {
    color: #109cef;
}

.mostPop .sideTabs .bioTab span, .mostPop .sideTabs .ratingTab span {
	color:	#727272;	
}

.mostPop .sideTabs .bioTab, .mostPop .sideTabs .ratingTab {
	color:	#727272;	
}

.alphaSearch a {
    background: none repeat scroll 0 0 transparent;
}

.live .theBorder {
    background: none repeat scroll 0 0 #35a2ff;
    border: 1px solid #FFFFFF;
}

.mostPop .buttonWrap a {
    color: #FFFFFF;
}

.mostPop .buttonWrap a:hover {
    color: #FFFFFF;
}

.live .buttonWrap a {
    color: #FFFFFF;
}

.live .buttonWrap a:hover {
    color: #FFFFFF;
}

.smallForm .submit {
	font-family:		Myriad Pro, Myriad;
	font-size:			16px;
	height:				30px;
    background: 		none repeat scroll 0 0 #29be16;
    color: 				#FFFFFF;
	width:				160px;
	float:				left;
	margin-right:		10px;
}

.smallForm .submit:hover {
    background: 		none repeat scroll 0 0 #118a01;
	cursor:				pointer;
    color: 				#FFFFFF;
}

.pageSelected { display: none; }

/* Tablet */
#header_container {
    background: #fff;
}


/*** HTML 5 ***/
#header { background: #fff; }

#header .headerInfo a {
    color: #333;
    text-decoration: none;
}

#header .headerInfo a.special { color: #f26522; }

a#guest_tip_btn, a#free_credits_btn, a#chat_input_btn {
    background: 			#FA7411;
    color: 					#fff;
	opacity: 				.9;
}

a#guest_tip_btn:hover, a#free_credits_btn:hover, a#chat_input_btn:hover {
    background: 			#FA7411;
    color: 					#fff;
	opacity: 				1;
}



/** Mobile Additions **/
@media screen and (max-width: 767px) {
	
	.topLinksWrap .moto { 
		font-size:11px; 
		color: #9e0b0f; 
		margin-top:26px; 
		position: absolute; 
		text-align: left;
		margin-left: -4px; 
		width: 155px;
		overflow: hidden; 
	}
		
	.topLinksWrap .moto a { font-size:11px; color: #9e0b0f; }
	
	.topBigLink { line-height: 300px; overflow: hidden; height: 20px; }
	
	#mobile_nav { margin-top:2px; right: 2px; }
	
	#header_container #mobile_nav { margin-top: 2px; right: 5px; }
	
	.topLinksWrap .topLinks {
			display: block;
			position: absolute;
			margin: 0;
			top: -2px;
			left: 4px;
			text-align: left;
			font-size: 11px;
			color: 	#9e0b0f;
			width: 295px;
			overflow: hidden;
			height: 25px;
	}
	
	.navigation .selected a { background: transparent; }
	.navigation a { background: transparent; }
	
	.topLinksWrap .topLinks a {
			color: 	#fff;
	}

	.serviceType { 
		top:40px;
		margin-right:0px;
		positon: absolute;
		font-size: 11px;
		width: 150px;
		text-align: right;
		
	}
	
	.serviceType a.selectedType { color: #9e0b0f; }
	
	.logo { margin-left: 2px; margin-top: 10px; }
	
	.greyBar .titles .grey { margin-left: 2px; }
	
	.mobileLogin { padding-bottom: 20px; }

}