h3{
	margin-left: 10px;
}
#menu_style{
	width:200px;
	background-color:#ededed;
	padding:10px;
}
.content-inner{
	padding-left: 10px;
	padding-right: 10px;
}
.content{
	margin-bottom:5px;
	margin-top:0px;
	padding-top:10px;
}
.content_main{
	padding: 10px;
  	margin-bottom:20px;
	margin-top:30px;
}
.header_block{
	padding-top:10px;
	padding-right:10px;
	float:right;
}
.left_block{
  	width: 190px;
  	padding: 10px;
	padding-left:15px;
	position: fixed;
	left: 0; top: 0;
	margin-top:30px;
	padding-top:20px;
	border-right: 1px dashed #c6c6c6;
	height:100%;
}
.menu_block{
	margin-top:10px;
}
.footer_block{
  	width: 100%;
	text-align:center;
	font-size:80%;
	margin-top:20px;
}

#comments_title{
	background-color:#cccccc;
	font-weight:bold;
}
#comment_name{
	font-size:80%;
}
#comment_control{
	font-size:80%;
}
#comment_text{
	padding-bottom:10px;
	border-bottom: 1px dashed #c6c6c6;
}
#users_title{
	background-color:#cccccc;
	font-weight:bold;
	margin-top:10px;
}
#smallf{
	font-size:90%;
}
#main_buttons{
		width:489px;
		margin:0 auto;
		padding-top:50px;
}
#preloadedImages {
	width: 0px;
	height: 0px;
	display: inline;
	background-image:url('/images/buttons/menu_bta.png');
	background-image: url();
}

h5{
	font-size:100%;
	margin-bottom:0;
}
.marker{
	font-weight:bold;
	margin-left:20px;
	background-color:#fff;
	padding:2px;
	border:1px solid #000;
}

#map{
	width: 100%;
	height: 300px;
	border:1px solid #ddd;
	padding:0;
	margin:0;
	z-index:0;
}

/* css for timepicker */
#ui-datepicker-div{ font-size: 80%; }
.ui-timepicker-div .ui-widget-header { margin-bottom: 8px; }
.ui-timepicker-div dl { text-align: left; }
.ui-timepicker-div dl dt { height: 25px; }
.ui-timepicker-div dl dd { margin: -25px 10px 10px 65px; }
.ui-timepicker-div td { font-size: 90%; }
.ui-tpicker-grid-label { background: none; border: none; margin: 0; padding: 0; }

 .clear{
 	clear:both;
 }
 .login-form{
 	width:200px;
 	margin: 0 auto;
 }

 .login-form .btn{
 	width:200px;
 }
 .login-form .login{
 	width:200px;
 	padding-top:10px;
 	padding-bottom:10px;
 }

 .login-form-left{
 	float:left;
 	width:100px;
 }

 .map-content{
 	margin-left:10px;
 	margin-right:10px;
 }
 #td-col{
 	padding-right:10px;
 }

 .reg-form{
 	width:400px;
 	margin: 0 auto;
 }
 .reg-form .btn{
 	width:400px;
 	padding-top:10px;
 	padding-bottom:10px;
 	margin-top:15px;
 }
 .reg-form .form-control{
 	width:400px;
 }
 .reg-text{
 	 background-color: #f4f8fa;
 	 border-color: #428bca;
 	 font-size:100%;
 }
 .blue {
	color: #428bca;
}

 .top-padding{
 	margin-top:20px;
 }
 .login-h3{
 	text-align:center;
 	margin-top:0;
 	padding-top:0;
 }
 .login-div{
 	text-align:center;
 	font-size:80%;
 	margin:0;
 	padding:0;
 }

.green{
	color: #5cb85c;
}
.red{
	color: #d9534f;
}

.download{
	height:65px;
	text-align:center;
	padding-top:5px;
	padding-bottom:5px;	
	margin-top:10px;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	background-color: #f9f9f9;
}
.main-wrapper {
	width:100%;
  	display: table;
  	height: 100%;
}
.main-content {
  	display: table-row;
  	height: 100%;
}
.center{
	text-align: center;
}
#progressMain{
	position : absolute;    
    width    : 400px;
	height: 100px;    
    left     : 50%;
    top      : 70%;
    margin-left : -200px;
    margin-top  : -200px;		
	background-color: #000;
	opacity: 0.8;
    filter: alpha(Opacity=80);
	z-index: 999999;
	display: none;	
	-webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.progress{		    
    width    : 300px;
	margin: 0 auto;    
	margin-top: 20px;
}
.progress-title{
	color: #fff;
	font-weight: bold;
	text-align:center;
	margin-top:15px;
}
.center{
	text-align:center;
}