@charset "utf-8";
/*-------------NO MENU STYLES----------------*/

#nomenu_container {
	background-color:#FFFFFF;
	width: 970px;
	margin: 0 auto;
	text-align: left;
}
#nomenu_head {
	width:970px;
	height:100px;
	background:url(/_images/no_menu/main_banner_title.jpg) no-repeat top center;
}
#nomenu_head_icon {
	padding:70px 0px 0px 0px;
	height:30px;
	text-align:right;
}

#nomenu_content {
	background:#FFFFFF url(/_images/web_based_student_registration/content_bg.jpg) no-repeat top center;
	width:930px;
	padding:20px 20px 0px 20px;
}

#nomenu_content #nomenu_main_content {
	width:745px;
	float:left;

}

#nomenu_content #nomenu_main_content_without {
	width:930px;
}

#nomenu_content #nomenu_side_content {
	width:165px;
	float:right;
}


#nomenu_footer {
	height:60px;
	width:970px;
	padding:20px 0px 0px 0px;
	background:#FFFFFF url(/_images/web_based_student_registration/footer_bg.jpg) no-repeat top center;
	text-align:center;
	color:#FFFFFF;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#nomenu_footer   a{
	color: #FFFFFF;
}
#nomenu_footer  a:hover{
	color: #333333;
	text-decoration: underline;
}

/*----------------TEMPLATE STYLES-------------------*/
/*-----studentadmin----------*/
#studentadmin_head {
	width:970px;
	height:100px;
	background: url(/_images/site_admin/student_admin/student_results_title.jpg) no-repeat top center;
}
#studentadmin_head_icon {
	padding:70px 0px 0px 0px;
	height:30px;
	text-align:right;
}

/*-----trainings----------*/
#trainings_head {
	width:970px;
	height:100px;
	background: url(/_images/misc/trainings/trainings_banner_bg.jpg) no-repeat top center;
}

/*-----surveys----------*/
#surveys_head {
	width:970px;
	height:100px;
	background: url(/_images/misc/surveys/student_survey_banner.jpg) no-repeat top center;
}


/*-----classes------------*/
form.nomenu_frm input, select, textarea {
	border:1px #999 solid;
	padding:2px;;
	vertical-align:middle;
}
form.nomenu_frm input.noborder {
	border:none;
}



.results_table {
	margin:10px 20px;
}
.results_table table {
	border:solid #363636 1px;
}
.comment_block_form {
	background:url(/_images/misc/comment_block_bg.gif) repeat-x;
/*	background:#F9F9F9;*/
	padding:10px;
	margin:10px 10px 10px 0px;
	border:dotted #CCC 1px;
}
.comment_block_form p {
	text-indent:0;
}
.comment_block {
	background:#F9F9F9;
	padding:10px;
	margin:10px 10px 10px 0px;
	border:dotted #CCC 1px;
}
.comment_block p {
	text-indent:0;
}

.comment_block_white {
	padding:10px;
	margin:10px 10px 10px 0px;
	border:dotted #CCC 1px;
}
.comment_block_white p {
	text-indent:0;
}
.comment_block h4 {
	line-height:1em;
}
.comment_block h3 {
	color:#333366;
	font-family:"Times New Roman", Times, serif;
	font-size:1.3em;
}
.comment_block_darkgray {
	color:#FFF;
	background:#333;
	padding:10px;
	margin:10px 10px 10px 0px;
}
.comment_block_warning {
	background: #FFF url(/_images/site_admin/student_admin/warning_icon.jpg) top center no-repeat;
	padding:110px 10px 10px 10px;
	margin:10px 10px 10px 0px;
	border:solid #CCC 1px;
}