html {
	padding: 0px;
	margin: 0px;
	height: 100%;
}

body {
	font-size: small;
	background: #fff;
	font-family: "Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
	color: #323641;
	padding: 0px;
	margin: 0px;
	height: 100%;
	/*text-shadow: #927395 0px 1px 1px;*/
}
* html body {
	padding: 0px;
	font-size: x-small; /* for IE5/Win */
	f\ont-size: small; /* for other IE versions */
}

a {
	color: #244200;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

table {
	display: table;
	border-spacing: 0;
	padding: 0px;
	margin: 0px;
	border: 0px;
	border-collapse: collapse;
}

tr {
	display: table-row;
	padding: 0px;
	margin: 0px;
}

td {
	display: table-cell;
	padding: 0px;
	margin: 0px;
	vertical-align: top;
	text-align: left;
}

img {
	border: 0px;
}

/* @group Layout */

#layout {
	width: 100%;
	height: 100%;
	overflow: auto;
	min-width: 900px;
	min-height: 100%;
}

#header {
	height: 80px;
	background-color: #FFFFFF;
	background-image: url('/images/bg_top.png');
	background-repeat: repeat-x;
	overflow: hidden;
}

#header #logo_sm {
	float: left;
	height: 80px;
	width: 329px;
	background-image: url('/images/logo_sm.png');
	background-repeat: no-repeat;
	overflow: hidden;
}

#header #header_ads {
	position: relative;
	top: 10px;
	float: left;
	height: 60px;
	width: 468px;
	overflow: hidden;
}

#layout #header #topmenu {
	position: absolute;
	top: 6px;
	right: 5px;
	height: 22px;
}

#layout #header #login, #layout #header #logout {
	position: relative;
	top: 0;
	right: 0;
	height: 22px;
	width: 110px;
}

#layout #header #tomypage, #layout #header #registerasatutor {
	position: relative;
	top: 0;
	right: 5px;
	height: 22px;
}

/* @group Content Block */

#layout #content_block {
	height: 100%;
}

/* @group Left Block */

#layout #left_block {
	min-width: 700px;
	background-color: #FFFFFF;
	padding: 10px;
	border-top: 1px solid #002442;
	border-bottom: 1px solid #002442;
}

/* @group Name Postion */

#name_position {
	display: block;
	height: 60px;
	margin-bottom: 10px;
	background-color: #FFFFFF;
}

#name_position.photo {
	height: 82px;
}

#name_position #picture {
	float: left;
	border: 1px solid #9BBB38;
	width: 80px;
	height: 80px;
	background-color: #FFF7C0;
	margin-right: 10px;
}

#name_position h1 {
	margin: 0px;
	padding: 0px;
	padding-top: 10px;
	font-size: 18px;
}

* html #name_position h1 {
	padding-top: 5px;
}

#name_position h2 {
	margin-top: 5px;
	padding: 0px;
	font-size: 14px;
}

* html #name_position h2 {
	margin: 0px;
	padding: 0px;
}

/* @end */

fieldset {
	background-color: #FFFFFF;
	display: block;
	border: 1px solid #555555;
	padding: 10px;
	margin: 0 0 15px 0;
	font: 12px 'Lucida Grande', Geneva, Arial, Verdana, sans-serif;
	width: 700px;
}
* html fieldset {
	padding-top: 20px;
}

legend {
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	background: #7da2d9;
	border: 1px solid #555555;
	padding: 2px 6px;
	z-index: 10;
}

#layout span.red {
	font-size: 10px;
	color: #900000;
}


#layout #timetabletitle, #show_tutor #timetable {
	margin-left: 3px;
	width: 350px;
	font: 11px 'Lucida Grande', Geneva, Arial, Verdana, sans-serif;
}

#layout #timetabletitle {
	margin-top: 10px;
	background-color: #7da2d9;
	color: #FFFFFF;
}

#layout #timetabletitle td, #layout #timetable td {
	width: 50px;
	text-align: center;
	padding-top: 2px;
	padding-bottom: 2px;
}

#layout #timetable td.clicked {
	background-color: #ffa925;
	color: #FFFFFF;
}

#layout #timetable td {
	background-color: #FEFEFE;
	color: #D0D0D0;
}


/* @end */

/* @group Right Block */

#layout #right_block {
	width: 300px;
	height: 100%;
	background-color: #005ca9;
	overflow: hidden;
	background-image: url('/images/bg_sidebar.png');
	background-repeat: repeat-y;
	border-top: 1px solid #005ca9;
	border-bottom: 1px solid #7bc2ed;
	padding: 0;
	margin: 0;
}

/* @end */

#layout #footer {
	height: 30px !important;
	background-color: #7bc2ed;
	font-size: 12px;
	line-height: 30px;
	vertical-align: middle;
	padding-left: 10px;
}

#layout #footer #bookmark img {
	position: relative;
	top: 7px;
}

#layout #footer a {
	color: #002442;
	text-decoration: underline;
}
#layout #footer a:hover {
	color: #002442;
	text-decoration: none;
}
#layout #footer a:active {
	color: #002442;
	text-decoration: none;
}
#layout #footer a:visited {
	color: #002442;
	text-decoration: underline;
}

#footer a#fam {
	font-weight: bold;
	color: #002442;
	font-size: 10px;
	text-decoration: none;
	padding-left: 10px;
}
#footer a#fam:link {
	color: #002442;
	text-decoration:none;
}
#footer a#fam:hover {
	color:#FF0B5B;
	text-decoration:none;
}

#footer #service_icons {
	height: 30px;
	padding-top: 5px;
	vertical-align: middle;
	display: inline;
}


/* @end */

.fieldWithErrors {
	display: inline;
}
.fieldWithErrors input.field {
	background-color: #ffc3c3;
}
.fieldWithErrors select {
	background-color: #ffc3c3;
}
.fieldWithErrors input.radio {
	background-color: #ffc3c3;
}

#flashcontainer {
	background-color: #fff297;
	color: #5ca900;
	border: 1px solid #5ca900;
	padding: 10px;
}

#noticecontainer #errorExplanation {
	background-color: #ffc3c3;
	border: 1px solid #990000;
	padding: 10px;
}

#noticecontainer #errorExplanation h2 {
	font-size: 16px;
	padding: 0;
	margin: 0;
	color: #990000;
}

#noticecontainer #errorExplanation p {
	
}

#noticecontainer #errorExplanation ul {
	padding: 0;
	margin-left: 30px;
}

#noticecontainer #errorExplanation ul li {
	background-color: transparent;
	list-style-type: decimal;
	font-size: 12px;
}

