body,html {
	font-size:100%;
	font-family: Mukta-ExtraLight;
}

table {
	font-size:10pt;
}

.login-box {
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	padding: 50px;
	background-color: #FFF;
	border: 10px #EEE solid;
	max-width:500px;
	min-width:200px;
	font-size:10pt;
}

.login-box p {
	padding-bottom:20px;
}

.map-zone-edit {
  font-family: Arial, sans serif;
  font-size: 11px;
}

.map-zone-edit p, .map-zone-edit td {
	font-size:10pt;
}
#map img{
	max-width:none;
}

.top-info-block {
	float:left;
	width:auto;
	margin-left:15px;
}

.top-info-block h3 {
	font-size:220%;
}

.top-info-block h4 {
	font-size:180%;
	margin-top:3px;
}

.top-info-block a {
	font-size:40pt;
}

a {
	text-decoration:none;
}

a:hover {
	text-decoration:none;
}

.ui-pg-selbox {
	width:auto;
}

.ui-pg-input {
	width:auto;
}

.ui-jqgrid td, .ui-jqgrid-sortable {
	font-size:10pt;
}

.price_calculation {
	width:auto;
	height:auto;
	position: fixed;
	right:0;
	color:#009;
	font-size:20pt;
	padding:30px;
	border: 1px solid #AAA;
	bottom: 0px;
	padding-right: 300px;
    background-color: #fff;
	z-index: 1;
}

.directions-map-ticket {
	position:absolute;
	right:0;
	top:300px;
	width:430px;
	height:300px;
	color:#009;
	font-size: 100%;
	margin-right:50px;
	border: 1px solid #AAA;
	z-index: 0;
}

.debug_info {
	position:absolute;
	right:0;
	top:650px;
	width:430px;
	height:50px;
	padding:10px;
	color:#009;
	font-size: 100%;
	margin-right:50px;
	border: 1px solid #AAA;
	z-index: 0;
}

.directions-map-ticket p, .directions-map-ticket td {
	font-size:8pt;
}

.directions-map-ticket img {
	max-width:none;
}

.tabbable {
	width:100%;
}

.ui-widget select {
	width:145px;
	margin-right:4px;
}

.tc-area {
	max-width:400px;
	min-width:200px;
	height:200px;
	overflow:auto;
	border:1px solid #999;
	padding:5px;
	font-size:10pt;
}

/*=================================== WEEKDAYS ============================*/

.weekdays .day_box {
	width:25px;
	height:23px;
	margin-right: 3px;
	cursor: pointer;
	text-align:center;
	vertical-align:middle;
	font-size:10pt;
	color:#000;
	border:1px solid #888;
	background-color:#FFF;
	float:left;
}

.weekdays .day_box:hover {
	background-color:#EEE;
	color:#000;
}

.weekdays .selected, .weekdays .selected:hover {
	color:#FFF;
	background-color:#090;
}

.recaptchatable, #recaptcha_area tr, #recaptcha_area td, #recaptcha_area th {
        line-height: 0 !important;
   }
#recaptcha_area input {
    height: auto;
    display: inline;
}