body, form, ul {
	font-family:Arial, Helvetica, sans-serif;
	font-family:Tahoma, Verdana, Arial;
	font-size:12px;
	margin:0px;
	padding:0px;
	color:#505050;
}

body {
	background-color:#288cb3;
}

a {
	color:#505050;
}

p {
	margin-top:0px;
	font-size:12px;
}

td.left_padding {
	background-image:url(img/left_padding.png);
	background-position:top right;
	width:50%;
	height:100%;
}

td.right_padding {
	background-image:url(img/right_padding.png);
	background-position:top left;
	width:50%;
	height:100%;
}

td.left_border {
	background-image:url(img/left_border.png);
	background-position:top;
	background-repeat:repeat-y;
	width:20px;
	height:100%;
}

td.right_border {
	background-image:url(img/right_border.png);
	background-position:top;
	background-repeat:repeat-y;
	width:20px;
	height:100%;
}

td.content_paddings {
	padding:0px 10px 25px 10px;
	width:706px;
	height:100%;
	vertical-align:top;
}

table.content {
	width:100%;
	height:100%;
	border:solid 3px #989898;
	background-color:#FFFFFF;
}

td.menu {
	width:145px;
	height:100%;
	vertical-align:top;
}

td.content {
	width:100%;
	height:100%;
	padding:20px 10px 20px 10px;
	vertical-align:top;
}

td.menu ul.first_level {
	width:145px;
	margin-top:50px;
}

td.menu ul.first_level li {
	/*list-style:none;*/
	list-style-type:none;
	list-style-image:none;
	/*padding-left:15px;*/
}

td.menu ul.first_level li a {
	text-decoration:none;
}

ul.first_level {
	font-weight:bold;
	padding-left:15px;
}

ul.second_level {
	font-weight:normal;	
	padding-left:15px;
}

td.menu ul.first_level li.active {
	list-style-image:url(img/active_menu.png);
}

td.content h1 {
	color:#288cb3;
	font-size:17px;
}

td.content span.header {
	font-weight:bold;
	font-size:17px;
}

span.greenBlock {	
	vertical-align:top;
	display:-moz-inline-box;
	display:inline-block;
	height:15px;
	width:15px;
	background-color:lightgreen;
}

span.redBlock {
	vertical-align:top;
	display:-moz-inline-box; 
	display:inline-block;
	height:15px;
	width:15px;
	background-color:red;
}
span.schedule_fixed_width {
	display:-moz-inline-box; 
	display:inline-block;
	width:40px;
}

.tbl td.bigHeader,.bigHeader {color:#006699; font-family:arial; font-weight:bold; font-size:18px;}