.text_small {
	font-size: 10px;
}
.text_big {
	font-size: 13px;
}
.normal {
	font-weight: normal;
}
.bold {
	font-weight: bold;
}
.italic {
	font-style: italic;
}
.no_underline {
	text-decoration: none;
}
.underline {
	text-decoration: underline;
}
.strike {
	text-decoration: line-through;
}
.uppercase {
	text-transform: uppercase;
}
.disabled {
}
.no_decoration {
	text-decoration: none;
}
.border {
	border: 1px solid gray;
}
.width100 {
	width: 100%;
}
.hidden {
	display: none;
}
.nobr {
	white-space: nowrap;
}
.align-center {
	margin: 0px auto 0px auto;
}
.center {
	text-align: center;
}
.left {
	text-align: left;
}
.right {
	text-align: right;
}
.top {
	vertical-align: top;
}
.middle {
	vertical-align: middle;
}
.bottom {
	vertical-align: bottom;
}
.float_left {
	float: left;
}
.float_center {
	float: left;
	margin-left: auto;
	margin-right: auto;
}
.float_right {
	float: right;
}
.clear {
	clear: both;
}
.clear-l {
	clear: left;
}
.clear-r {
	clear: right;
}
.clear_float:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clear_float {
	display: inline-block;
}
* html .clear_float {
	height: 1%;
}
.clear_float {
	display: block;
}
.normal {
	text-decoration: none;
	font-weight: normal;
}
.block {
	display: block;
}
.scroll {
	overflow: auto;
}
.width100 {
	width: 100%;
}
.no_display {
	position: absolute;
	left: -9999px;
	width: 1em;
	overflow: hidden;
}
.strong {
	font-weight: bold;
}
strong {
	font-weight: bold;
}
.pointer {
	cursor: pointer;
}
.cursor-help {
	cursor: help;
}
.spacer {
	height: 10px;
	display: block;
}
.double-spacer {
	height: 20px;
	display: block;
}
.separator {
	border-bottom: 1px solid gray;
}
.red {
	color: red;
}
.green {
	color: green;
}
.blue {
	color: blue;
}
.ajax_link {
	cursor: pointer;
}
.ajax_link:hover {
	text-decoration: underline;
}
tr.route-row > td.bordered > span#rtime_from > em {
	font-size: large;
}
tr.route-row > td.bordered > span#rtime_to > em {
	font-size: large;
}
.centred-alert{
	margin-left:auto;margin-right:auto;width:300px
}
.alert-top-box{
	position:fixed; width:100%
}
.show-fleet{
	margin-top: -1px;
}
.btn.command-button{
	width:220px;
	margin-top:15px
}
div.timepickers{
	margin-top: 20px;
}
div#report-setting h3{
	border-bottom: 1px solid #DDD;
}
table.table.table-fleet th {
	font-size: 20px;
	font-weight: bold;
	color: #666;
	background: whiteSmoke; /* for non-css3 browsers */
}
table.table.table-fleet th a.btn {
	text-decoration: none;
	color: #333;
	font-weight: normal !important;
}
.table-fleet div.commands {
	margin-top: 7px;
}
.table-fleet th a {
	text-decoration: none;
}
.hour-slider {
	width: 100px;
}
tr.timepicker-block {
	/*padding-bottom: 15px;*/
	height: 50px;
}
tr.timepicker-block td{
	vertical-align: middle;
}
tr.timepicker-block div.input-prepend{
	margin: 5px auto auto 5px;
}
tr.timepicker-block td button.btn{
	margin-left: 10px;
}
th.fleet-name > a, th.fleet-name input {
	position: relative;
	top: -8px
}
th.fleet-name {
	text-align: left;
}
tr.draggable, tr.draggable label.checkbox {
	cursor: move;
}
tr.draggable + .ui-draggable-dragging div.hide-on-drag {
	display: none;
}
.table-fleet td {
	padding-left: 20px;
}