@import url(nnin_style_edu.css);
@import url(nnin_style_homepg.css);

body
{
	background-image:;	
}

/* jpz grarbel */
.form{
margin: 0;
}
.form table{
background: #fff;
width: 710px
}

.form h2{
margin:2px;
font-size: 1.2em;
}

.form table .toptd{
background: #ccc;
}

.admin_def {
	background-color: #eeeeee;
	text-align: right;
}

.admin_field {
	background-color: #ffffff;
}

.admin-error {
	color: #ff0000;
}

.admin-sub-heading {
	font-weight: bold;
	font-size: 150%;
	margin: 30px 0px 10px 5px;
}

.admin-text-body {
	text-align: justify;
	margin: 5px 50px 5px 50px;
}

.profile-heading {
	/* section headings for the profile page */
	text-align: right;
	font-size: 130%;
	font-weight: bold;
	text-transform: uppercase;
	color: #555555;
	border: 2px solid #555555;
	margin-top: 30px;
	margin-bottom: 0px;
	background-color: #eeeeee;
	padding-right: 30px;
}

.profile-text {
	/* for blurbs on profile page */
	text-align: justify;
	padding: 3px 10px 5px 10px;
	color: #666666;
}

.profile-sec {
	/* rows in the profile editor which mark subsections */
	font-size: 80%;
	font-weight: bold;
	text-align: left;
	width: 30%;
	padding-left: 20px;
	vertical-align: top;
	border: 1px solid #666666;
	color: #666666;
	background-color: #ffffff;
}

.profile-def {
	/* field definitions for the profile page */
	font-size: 80%;
	font-weight: bold;
	text-align: right;
	width: 30%;
	padding-left: 30px;
	vertical-align: top;
	color: #444444;
}

.profile-field {
	/* field values for the profile page */
	font-size: 75%;
	font-weight: normal;
	text-align: left;
	width: 70%;
	vertical-align: top;
	color: #555555;
}
.course-field {
	/* field values for the profile page */
	font-size: 75%;
	font-weight: normal;
	text-align: left;
	width: 70%;
	vertical-align: top;
	color: #555555;
}
.course-field input, .course-field select{
border:0px;
}
.course-head {
	/* field values for the course page */
	font-size: 100%;
	font-weight: bold;
	text-align:center;
	vertical-align: top;
	color: #000000;
	background-color:#FFFFCC;
}
.course-subhead {
	/* field values for the course page */
	font-size: 75%;
	text-align:center;
	vertical-align: top;
	color: #000000;
	background-color:#FFFFCC;
}

.profile-field textarea
{
	font: 10pt arial, sans-serif;
	line-height: 12pt;
	height: 28pt;
}

.error {
	/* errors on the public side */
	color: #ff0000;
}

.userpanel-head {
	/* for item headings in the userpanel */
	font-weight: bold;
	margin-left: 70px;
	margin-top: 20px;
}

.userpanel-text {
	/* for items in the userpanel, appears under userpanel-head */
	margin-left: 100px;
	margin-bottom: 5px;
	text-align: justify;
}

.disabled_link {
        color: #999999;
};

