* {
	margin: 0;
	padding: 0;
}
html {
	width: 100%;
}
body, table {
	color: #000;
	font-family: Tahoma, Arial, Verdana, Helvetica, Sans-Serif;
	font-size: 12px;
}
a,a:visited {
    color: #0c3161;
    text-decoration: none;
}
a:hover {
	color: #0c3161;
	text-decoration: underline;
}
h2{
	margin: 8px 0 10px 10px;	
}
div#content{
	width: 800px;
	margin: auto;
	padding: 5px;
}
div#adminlink{
	text-align: right;	
}
div#left_content{
	float: left;
}
div#right_content{
	float: right;
	border: 1px solid black;
	width: 450px;
	padding: 4px;
}
table#worker_table, table#worker_table th, table#worker_table td{
	border: 1px solid black;
	border-collapse: collapse; 
	font-size: 12px;
}
table#worker_table td{
	padding: 6px;
}
div#left_info{
	float: left;
	width: 250px;
	
}
div#left_info div{
	margin-bottom: 4px;	
}
div#right_info{
	float: right;
}
span#info_name{
	font-weight: bold;
}

span.param{
	display: block;
	float: left;
	width: 100px;
}
div.param_row{
	margin-bottom: 5px;
}
#new_track{
	width: 100%;
	text-align: left;
	margin: 0 0 10px 0;
	padding: 0 0 0 30px;
}
#edit-channel-form{
	margin: 0 0 10px 0;
	background: #EEEEEE;
	border: 1px solid #777777;
	padding: 0 5px 5px;
	font-size: 12px;
}
#edit-channel-form table{
}
#error-block{
	background-color:#FEA8A8;
	margin:5px 0;
	padding:5px;	
}
#track_description{
	width: 300px;
	height: 100px;
}
.schedule-left-block{
	float: left;
	width: 550px;
}
.schedule-right-block{
	float: right;
}
.schedule_table{
	width: 100%;
	border-collapse: collapse; 
	font-size: 12px;	
}
.schedule_table td{
	
}
.new-track-href{
	margin-bottom: 5px;
}
#new-track-window{
	display: none;
}
.add-track-table{
	width: 100%;
}
.add-track-table td{
	padding: 3px 0 3px 0;	
}
#starttime-input{
	width: 4em;
}
#description-input{
	width: 150px;
}
#short_description-input{
	width: 280px;
	height: 50px;
}
#long_description-input{
	width: 280px;
	height: 200px;
}
.track-options{
	
}
.button{
	width: 16px;
	height: 16px;	
	display: block;
	background: url(ui-lightness/images/ui-icons_222222_256x240.png);
}
.button-delete{
	display: none;
	background-position:-80px -128px;
}
.hover-track{
	background: #F6A828;
	color: #fff;
}
.left-channel-link{
	float: left;
}
.right-channel-link{
	float: right;
}
