body, div, p, td {
	color: #333;
	font-size: 10pt;
	font-family: Trebuchet MS, Verdana, Arial, Tahoma;
	margin: 0px 0px 0px 0px;
}

a {color: #2674b4;}
a:hover {text-decoration: none;}

table.table td span.inplace{
	width: 100%;
	text-align:center;
}

table.table th{cursor:pointer;}

table.table td form{margin: 0px;}
.editor_field { width: 70px; display:inline; margin: 0px;}
.editor_ok_button {display: none}
.editor_cancel_link {display: none;}
table.program{
	border-collapse: collapse;
	width: 100%;
}
	table.program td{
		border-bottom: 1px solid gray;
		padding: 5px;
	}
	
	table.program th{
		font-size: 10pt;
		border-bottom: 2px solid gray;
		padding: 5px;
	}
.program_date{
	margin-top:20px;
	font-size: 12pt;
	color: #ff3000;
	text-align: center;
}

table.table{
	border-collapse: collapse;
}
	table.table td{
		border: 1px solid #BBB;
		padding: 3px;
		font-size: 8pt;
	}
	table.table th{
		font-weight: bold;
		font-size: 9pt;
		padding-left: 10px;
		padding-right: 10px;
		padding-bottom: 5px;
		white-space: nowrap;
	}
	table.table td.moscow {
		color: green;
	}
	table.table td.mark {
		font-size: 13pt;
		text-align: center;
	}
	table.table td img{border: 0px;}
#navigation{
	/*background-color: #0076da;*/
	background-color: #2674b4;
	background-image: url(/images/bg.gif);
	color: white;
	height: 20px;
	*height: 25px; /* IE fix */
	padding-top: 5px;
	padding-left: 75px;
	margin-bottom: 30px;
}

	#navigation a:link, #navigation a:visited {
		color: #FFF;
		text-decoration: none;
	}
	#navigation a:hover, #navigation a:active {
		text-decoration: underline;
	}

#student1, #student2 {display:none;}

table.mark td{
	font-size: 15pt;
	display:inline;
	width: 10px;
	padding-right: 10px;
}
	table.mark td a:link, table.mark td a:visited {text-decoration: none;}

span.mark {font-size: 13pt;}

.zebracolor, table.table .i{ background-color: #f5f5f5; }

#content{
	margin-left: 75px;
	margin-right: 220px;
}
#right{
	float: right;
	text-align: left;
	width: 200px;
}
	#right .header{
		background-color: #2674b4;
		background-image: url(/images/bg.gif);
		color: white;
		height: 20px;
		*height: 25px; /* IE fix */
		padding-top: 5px;
		padding-left: 10px;
		margin-bottom: 10px;
		text-align: left;
	}

.blog_post{
	margin-bottom: 20px;
}
	.blog_post h1{
		font-size: 12pt;
		font-weight: normal;
		color: #ff3000;
		margin: 0px;
	}
	
.date{
	color: #7a7a7a;
	font-size: 8pt;
	margin-bottom: 5px;
}

h1 {
	font-size: 17pt;
	color: #444;
}

h3 {
	font-size: 15pt;
	color: #111;
	font-weight: normal;
}

b {
	color: #111;
}

h2 {  /* FORM ERRORS*/
	color: red;
	font-size: 12pt;
	font-weight: normal;
}

.fieldWithErrors {
	border-right: 2px solid red;
	border-left: 2px solid red;
}

.completed_step {
	color: green;
	font-size: 10pt;
}