.graph-list-station a {
	color: black;
}

.graph-list-station-name {
	  border-bottom: 1px dashed #d8d8d8;
}

.graph-list-station-name {
	width: 600px;
}

#date-availability {
	border: 1px solid #808080;
	height: 360px;
	width:263px;
	left: 46%;
	overflow: hidden;
	position: absolute;
	top: 40%;
	z-index: 11;
	background-color:white;
}

.date-avail-exit {
	float:right;
	margin:4px;

}

.date-avail-head {
	padding-left:4px; 
}

.date-avail {
	background: red;
}

.av-calendar {
	cursor: pointer;
	position:relative;
	top:3px;
	color:#FF2222;
}

.av-calendar:hover {
	color:red !important;
}


.graph-outer.selected .graph-header {
	font-weight: bold;
}

.graph-header {
	margin: 5px;
	display: inline-block;
}

#graph-labels {
	padding-left:40px;
	max-height:300px;
	overflow:auto;
}

#graph-controls {
	width:100%;
}

.graphtitle {
	display:inline-block;
	font-size: 1.2em;
	margin: 4px 0 0;
}

.btn-current {
	background: -moz-linear-gradient(center top, #0041ff 5%, #003589 100%) repeat scroll 0 0 #0041ff;
	border: 1px solid #010071;
	box-shadow: 0 1px 0 0 #128cc5 inset;
	color: white;
	text-shadow: 1px 1px 0 #000000;
}
.btn-current:hover {
	background: -moz-linear-gradient(center top , #042f73, #0041ff) repeat scroll 0 0 #0041ff;
	border: 1px solid #010071;
	box-shadow: 0 1px 0 0 #128cc5 inset;
	color: white;
	text-shadow: 1px 1px 0 #000000;
}

#graph-selection-animation {
	position: absolute;
	border: 1px solid #000000;
	display: none;
	/*-webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;*/
}

#visualization-toolbar{
	margin-bottom:6px;
	padding:4px 14px;
	border-bottom:1px solid #A7A7A7;
}

#graph-toolbar{
	padding:4px 14px;
	border-bottom:1px solid #A7A7A7;
	border-top:1px solid #A7A7A7;
	margin-bottom:12px;
}

.graph-toolbar-heading{
	margin-right:6px;
}

.graph-toolbar-label{
}

.graph-toolbar-label label{
	font-weight:300;
	margin-right:4px;
}

#tb_selected-graph-toolbar_item_item1{
	margin-left:6px;
}

#id_title {
	text-align:center;
}
#id_date {
	text-align:center;
}

#selected-graph-toolbar {
	padding: 4px 14px;
	margin-bottom:12px;
	border-bottom:1px solid #A7A7A7;
	border-top:1px solid #A7A7A7;
}

#graph-container {
	margin-bottom:10px;
}

#graph-list-container {
	margin-bottom:10px;
}

#graph-labels {
}

#graph-list{
	height:350px;
}

#pet-graph-list{
	height:350px;
}

#graph-large{
	width:100% !important;
}


