@charset "UTF-8";
/* CSS Document */




/* Tabs styling
----------------------------------------------------------------------------------------------------*/

#tabContent{
	background-color: #f00;
	width:550px;
	float:left;
	margin-left:10px;
	color: #000;
}

#tabContent h3,#tabContent h4{color:#000;margin-bottom:13px;font-weight:bold;font-size:15px;text-transform:uppercase;letter-spacing:1px}

/* root element for tabs  */
ul.css-tabs{margin:0 !important;padding:0;height:30px;border-bottom:1px solid #ccc}

/* single tab */
ul.css-tabs li{float:left;padding:0;margin:0;list-style-type:none}

/* link inside the tab */
ul.css-tabs a{
	float:left;
	font-size:11px;
	font-weight:bold;
	display:block;
	padding:5px 30px;
	text-decoration:none;
	border:1px solid #ccc;
	border-bottom:0px;
	height:18px;
	color:#fff;
	margin-right:2px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	position:relative;
	top:1px;
	background-color: #4A9DD6;
	background-image: url(../images/menu_background_blueshade.jpg);
}
ul.css-tabs a:hover{
	color:#0ff;
	background-color: #006AD6;
	
}
/* selected tab */
ul.css-tabs a.current{
	border-bottom:2px solid #fcfcfc;
	color:#FFF;
	cursor:default;
	background-color: #069;
	background-image: url(../images/menu_background.jpg);
}

/* tab pane */
div.css-panes div{
	display:none;
	border:1px solid #ccc;
	border-width:0px 1px 1px 1px;
	padding:15px 20px;
	margin-bottom:20px;
	background-color:#fff;
	color:#000;
	font-size:11px;
	overflow: scroll;
	max-height:550px;
	min-height:550px;
}
.city-css-panes {
	display:none;
	border:1px solid #ccc;
	border-width:0px 1px 1px 1px;
	margin-top:20px;
	margin-bottom:20px;
	background-color:#fff;
	color:#000;
	font-size:11px;
	overflow: scroll;
	max-height:510px;
	min-height:510px;
	width: 400px;
	padding:15px 20px;
}

div.css-panes-no-scroll div{
	display:none;
	border:1px solid #ccc;
	border-width:0px 1px 1px 1px;
	padding:15px 20px;
	margin-bottom:20px;
	background-color:#fff;
	color:#000;
	font-size:11px;
	overflow:scroll;
	max-height:550px;
	min-height:550px;
}
div.css-panes div h4{font-size:13px;font-weight:bold}

.panes_with_scroll {
	display:none;
	border:1px solid #ccc;
	border-width:0px 1px 1px 1px;
	min-height:510px;
	max-height:510px;
	padding:15px 20px;
	margin-bottom:39px;
	background-color:#fff;
	color:#000;
	font-size:11px;
	overflow: scroll;
}
