/*
Theme Name: LoseBig.net blue template
Theme URI: 
Description: The blue scheme template of losebig.net
Version: 1.0
Author: Christian Cuan
*/


	body{
		background-image:url(../images/blue_bgc.jpg);
		background-repeat:repeat-x;
		background-color:#0c3e74;
		margin:0;
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
		color:#4c4d4d;
		line-height:18px;
	}
	
		.menu{
			background-image:url(../images/blue_menu_bgc.jpg);
			background-repeat:no-repeat;
			height:26px;
			padding-top:6px;
		}
		

		@-moz-document url-prefix() { .menu { padding-top:6px; } } 

		
		html>body .menu{ padding-top:6px; }

		html>/**/body .menu { padding-top:6px; }
		

		


		
			ul.menu_top{
				margin:0 0 8px 0;
				padding:0;
			}
			.menu_top li{
				display:inline;
				color:#ffffff;
				font-size:12px;
				font-weight:bold;
				
			}
				.menu_top li a{
					text-decoration:none;
					color:#ffffff;
					padding-left:23px;
					padding-right:23px;
					padding-top:8px;
					padding-bottom:9px;
					
				}
				.menu_top li a:hover{
				
					padding-top:8px;
					padding-bottom:9px;
					background-color:#d9f977;
					color:#4c4d4d;
					
				}
				.menu_top a.visited{
			
					padding-top:8px;
					padding-bottom:9px;
					background-color:#2770a3;	
				}
				.menu_top a.visited:empty {

				}

		
			.content_top{
				background-image:url(../images/blue_top_content.jpg);
				height:6px;
			}
			.content_center{
				background-image:url(../images/blue_center_content.jpg);
				background-repeat:repeat;
			}

				.content_banner{
					background-image:url(../images/blue_banner.jpg);
					background-repeat:no-repeat;
					height:215px;
					padding:15px;
				}
					
				.content_border{
					border:1px solid #cccccc;
					padding:15px 10px 15px 10px;
					margin-top:5px;
					margin-bottom:10px;
				}
				
			.content_bottom{
				background-image:url(../images/blue_bottom_content.jpg);
				height:5px;
			}
			.btn_bgc{
				width:84px;
				height:28px;
				background-image:url(../images/btn_bgc.jpg);
				color:#ffffff;
				border:0;
				font-size:11px;
				font-weight:bold;
			}
			.btn_bgc_auto{
				
				height:28px;
				/*changed by amit*/
				width:84px;
				background-image:url(../images/btn_bgc.jpg);
				background-repeat:no-repeat;
				background-size:100%;
				color:#ffffff;
				border:0;
				font-size:11px;
				font-weight:bold;
				margin-top:10px;
			}
			
			table.blue{
				border-spacing: 1px;
				
			}
			
			table.blue td {
				padding: 5px;
			}
			
			table.blue tr.row0 {
			    background-color: #BFDFFF;
			}
			
			table.blue tr.row0:hover {
			    background-color: #80BFFF;
			}
			
			table.blue tr.row1 {
			    background-color: #FFFFFF;
			}
			
			table.blue tr.row1:hover {
			    background-color: #80BFFF;
			}
						
			.logo h1{
				background-image:url(../images/logo.jpg);
				text-indent: -9999px;
				margin: -4px 0 0 0px;
				padding: 0;
				width:178px;
				height:89px;
				float: left;
			}
			
				.account_info_top{
					height:8px;
					background-image:url(../images/account_info_top.jpg);
				}
				.account_info_center{
					height:51px;
					background-image:url(../images/account_info_center.jpg);
					padding-left:10px;
					padding-right:10px;
				}
					.account_info_image{
						float:right;
					}
					.account_info_text{
						text-align:right;
						color:#FFFFFF;
						float:right;
						margin-right:10px;
					}
					.account_info_text a{
						color:#ffffff;
						text-decoration:none;
					}
					.account_info_text a:link{
						color:#ffffff;
						text-decoration:none;
					}
					.account_info_text a:visited{
						color:#ffffff;
						text-decoration:none;
					}
					.account_info_text a:hover{
						color:#5ab4e8;
						text-decoration:none;
					}
					
				.account_info_bottom{
					height:8px;
					background-image:url(../images/account_info_bottom.jpg);
				}
							
			.footer_logo{
				background-image:url(../images/logo_small.jpg);
				float:left;
				height:43px;
				width:101px;
			}
			
			.footer a{
				color:#FFFFFF;
				text-decoration:none;
			}
			
			#sf_admin_bar {
				right: 0;
				position: relative;
			}
		
	/*---------- TYPOGRAPHY -------------*/
	
	.font_11{
		color:#0c3e74;
		font-size:11px;
	}
	
	.font_18{
		color:#0c3e74;
		font-size:18px;
	}
	.font_20{
		color:#0c3e74;
		font-size:20px;
	}
	.font_24{
		color:#0c3e74;
		font-size:24px;
	}
	
	.font_14_light_blue{
		color:#449cdf;
		font-weight:bold;
		font-size:14px;
	}
	.font_14px_green_italic{
		font-size:14px;
		color:#789b23;
		font-style:italic;
		font-weight:bold;
	}
	.font_footer{
		color:#ffffff;
		font-size:11px;
	}




