@charset "utf-8";

/*	last updated by dm on 18/11/2009		*/

html, body {
	margin: 0px;
	border: 0px;
	color: #000;
}

html, body, p, th, td, li, dd, dt {
	font-size: 1em;
	font-family: Helvetica, Arial, Verdana, Tahoma, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Helvetica, Arial, Verdana, Tahoma, sans-serif;
	line-height: 1.4;
}

p,
label {
	margin: .95em 0em .95em 0em;
	font-size: 13px;
	line-height: 1.4;
/*	line-height: 1.4;		*/
}
	
h1 { font-size: 2em; }
h2 { font-size: 1.5em; }
h3 { font-size: 1.2em ; }
h4 { font-size: 1.0em; }
h5 { font-size: 0.9em; }
h6 { font-size: 0.8em; }

a:visited {
	color: #999999;
	text-decoration: none;
}

a:link {
	color: #666699;
	text-decoration: none;
}

a:hover {
	color: #9999CC;
	text-decoration: underline;
}

a:active {
	color: #CCCCFF;
}

.page-subhead {
	font-size: 18px;
	color: #333333;
	font-weight: normal;
}

.page-head {
	font-size: 22px;
	font-weight: bold;
	color: #333333;
}

.body {
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-align: justify;
}

.body-headline {
	font-size: 13px;
	color: #000000;
	font-weight: bold;
}

.body-bold {
	font-size: 12px;
	color: #000000;
	font-weight: bold;
}

.body-non-justified {
	font-size: 12px;
	color: #000000;
}

.body-small {
	font-size: 10px;
	color: #000000;
}

.bottom-info-italic {
	font-size: 9px;
	font-style: italic;
	color: #666666;
}

.centre {
	text-align: center;
}

/*	Begin: un-ordered list styles		*/
ul {
	list-style-position: inside;
}

ul.disc {
	list-style-type: disc;
}

ul.circle{
	list-style-type: circle
}

ul.square {
	list-style-type: square
}

ul.zoom_in {
	list-style-image: url(/images/general-images/zi_bullet.png);
	list-style-position: outside;
	padding-left: 35px;
}

ul.none{
	list-style-type: none
}

li.zoom_in {
/*	padding: 3px 0 4px 0;		*/
	line-height: 1.25em;
	padding-bottom: 5px;
}

/*	End: un-ordered list styles		*/

/*	Begin: Course Page Styles		*/
table.course_info {
	border-collapse: collapse;
	border : 1px solid #666666;
	width: 50%;
	margin: 10px 10px 30px 0px;
	font-size: 0.75em;
	float: left;
}

td.course_info_title {
	background-color: #666666;
	color: #ffffff;
	height: 20px;
	padding: 4px 6px;
	vertical-align: top;
	border : 1px solid #999999;
}	
	
td.course_info_list {
	color: #666666;
	height: 20px;
	padding: 4px 6px;
	vertical-align: top;
	border : 1px solid #999999;
	line-height: 1.2em;
}	

td.white_top {
	border-top: 1px solid #ffffff !important;
}

td.course_info_title a:hover {	color: #ffffff;	}
td.course_info_title a:link { color: #ffffff; }
td.course_info_title a:visited { color: #ffffff; }
td.course_info_title a:active { color: #ffffff; }
td.course_info_title a:hover {	color: #999999;	}
td.course_info_title a:link { color: #999999; }
td.course_info_title a:visited { color: #999999; }
td.course_info_title a:active { color: #999999; }

/*	End: Course Page Styles		*/

/*	Begin Adsense in Footer Style		*/
div.adsense {
	width: 64%;
	margin: 0 auto;
	padding: 5px 0 3px 0;
	background-color: #f6f6f6;
	border: 1px solid #666666;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

