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




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

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

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

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


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

/* link inside the tab */
ul.css-tabs a{
	float:left;
	font-size:11px;
	font-weight:bold;
	display:block;
	padding:5px 30px;
	text-decoration:none;
	height:18px;
	color: #FFF;
	margin-right:2px;
	border-top:solid;
	border-top-color: #2288FC;
	border-top-width:medium;
	border-top:solid;
	border-top-color: #2288FC;
	border-top-width: thin;
	border-radius: 10px 10px 0px 0px;
	border-bottom:1px solid #0C609D;
	position:relative;
	top:1px;
	background-color: #0C609D;
}
ul.css-tabs a:link{
	float:left;
	font-size:11px;
	font-weight:bold;
	display:block;
	padding:5px 30px;
	text-decoration:none;
	height:18px;
	color: #FFF;
	margin-right:2px;
	border-top:solid;
	border-top-color: #2288FC;
	border-top-width:medium;
	border-top:solid;
	border-top-color: #2288FC;
	border-top-width: thin;
	border-radius: 10px 10px 0px 0px;
	border-bottom:1px solid #0C609D;
	position:relative;
	top:1px;
	background-color: #0C609D;
}
ul.css-tabs a:hover{
	color: #0C609D;
	font-style:italic;
	background-color: #FFF;
	border-bottom:2px solid #FFF;
	border-radius: 10px 10px 0px 0px;
	
}
ul.css-tabs a:visited{
	color: #FFF;
	font-style:italic;
	background-color: #0C609D;
}
/* selected tab */
ul.css-tabs a.current{
	border-bottom:1px solid #FFF;
	color: #0C609D;
	cursor:default;
	border-top:solid;
	border-top-color: #2288FC;
	border-top-width:medium;
	border-top:solid;
	border-top-color: #2288FC;
	border-top-width: thin;
	background-color: #FFF;
	border-radius: 10px 10px 0px 0px;
}


/* tab pane */
div.css-panes div{
	display:none;
	border:1px solid #FFF;
	border-width:0px 1px 1px 1px;
	padding:15px 20px;
	margin-bottom:20px;
	vertical-align:middle;
	background-color:#fff;
	color:#000;
	font-size:11px;
	border-radius: 0px 0px 10px 10px;
	min-height:590px;
}
.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;
	min-height:580px;
	width: 400px;
	padding:15px 20px;
	border-radius:10px;
}

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:560px;
	min-height:560px;
}
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;
}
