﻿@charset "UTF-8";
/* CSS Document */

.componentheading {
color:#0092c8;
display:none;
}
 .contentheading {
 color:#0092c8;
 font-size:24px;
 line-height:24px;
 }
.introparagraph {
color:#0092c8;
}
.subheading {
color:#0092c8;
}
/*---- sub menu used in modules   -----*/
#left li a:hover {color:#6ccff6;}

#left .moduletable{
	font-size:100%;
	width:177px;
	background-image:url(../images/sub-menus/student/DAI_student_submenu_head.gif);
	background-repeat:no-repeat;
	background-position:top left;
	padding-top:25px;
  	background-color:#00aeef;
}

#left ul {
 background-image:url(../images/sub-menus/student/DAI_student_submenu_footer.gif);
 background-position:bottom left;
 background-repeat:no-repeat;
 padding-bottom:23px;
 margin:0px;
 margin-top:5px;

}
#left  li:first-child {
background-image:none;


}
#left li{
	padding:6px 0 0px 13px;
	margin:0px;
	height:20px;
	line-height:20px;
 	background-image:url(../images/sub-menus/student/DAI_student_submenu_item.gif);
 	background-repeat:no-repeat;
	background-position:top left;
 	display:block;
	color:#FFFFFF;
	text-decoration:none;
}
#left li a {color:#FFFFFF;}


#right {
	color:#0092c8;
}
/*  color       */

caption, a {
	color:#0092c8;
}

/*   list items in main area   */
#mainbody ul {
	margin-left:5px;
	font-size:95%;
	padding-bottom:6px;
	}

#mainbody li {
	list-style-type: disc;
	list-style-position: outside;
	padding-top:3px;
	list-style-image:url(../images/sub-menus/artist/bullet.gif);
	text-transform: none;
}