/* EIMC External Style Sheet */

@import url("h-menu.css");
@import url("l-menu.css");

input, textarea, select{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color : #CCCCCC;
	border: 1px #CC0000 solid;
}
	
h1{
	/*background-image: url("/images/contentbg.jpg");*/
	background-position: 4px 0;
	background-repeat:no-repeat;
	text-transform:uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 140%;
	font-style: italic;
	font-weight: bold;
	padding: 15px 20px 0 0;
	height:37px;
	color: #000000;
	margin: 0 5pt 0.75em 0;
	/*border:1px #000000 solid;*/
	/*width:500px;  stops h1 text wrapping */
} 
	
h2{
	font-size: 120%;
	font-style: italic;
	font-weight: bold;
	text-transform:uppercase;
	padding: 0;
	color: #660000;
	padding:1px 0 2px 3px;
	background:url("/images/h2bg.jpg");
	background-repeat:repeat-y;
	margin: 10px 20px 10px 10px;
	text-decoration:none;
	/*width:50%;*/
	background-color:transparent;
}

		
h3{
	font-size: 110%;
	font-weight: bold;
	font-style: italic;
	color: #333333;
	margin: 10px 0 3px 15px;
}

h4{
	font-size: 110%;
	font-weight: bold;
	font-style: italic;
	color: #333333;
	margin: 10px 0 3px 15px;
}

p{
	margin: 0 15px 15px 15px;
	padding: 0;
}

p.npc{
	padding:5px;
	font-size:90%;
}

acronym{
	cursor: help;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;
	background:url("/images/pagebg.jpg");
	background-position:top left;
	background-repeat:repeat;
	/*background-image: url("/images/bgtest1.jpg");
	background-position: 0 190px;
	background-repeat: no-repeat;*/
}
	
#pageBody{
/*image below is bg on rh side of content section*/
/* modified below to see rh content image, a drop shadow would work...
	background:url("/images/rightbg.jpg");*/
	background-color: #FFFFFF;
	width:99%;
	/*width:770px;*/
	background-position:top right;
	background-repeat:repeat-y;
	float:left;
	margin:0 10px 0 0;
	padding:0;
	/*border:1px solid #000000;*/
}
		
#header{
	width:99%; /* improves the situation, but still not perfect... */
	overflow: hidden;
	height:111px;
	background:url("/images/header8.jpg");
	background-repeat: no-repeat;
	background-position: 0 0;
	margin:0;
	/*border:1px solid #CC0000;*/
}
	
#uob{
	position: absolute;
	right: 20px;
	top: 10px;
	width:213px;
	height:40px;
	margin:0;
	/*border:1px solid #CCCCCC;*/
}
	
#centerContent {
	background-image:url("/images/contentbg.jpg");
	background-position:top left;
	background-repeat:no-repeat;
	width:95%;
	font-size: 80%;
	padding:0 5px 20px 15px;
	margin: 20px 5px 3px 4px;
	z-index: 99;
	/*border: 1px solid #E8E8E8;*/
}

#centerContent hr{
	float:left;
	width: 95%;
	margin: 20px 0 0 15px;
	border-top: 1px;
	height: 1px;
}

.pageInsert{
	font-style:italic;
	font-weight:bold;
	width:80%;
	text-align:center;
	margin:20px 0 15px 25px;
	border: 1px solid #CCCCCC; 
	padding:10px;
}
	
.pageInsertFooter{
	font-family: Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size: 90%;
	text-align:right;
	padding: 10px 5px 0 50px;
}

.contentTab{
	width:450px;
	font-size:0; /* removes gaps between tabs in ie */
	white-space:nowrap;
	overflow:hidden;
	padding:0 0 0 1px;
	height:33px;
	margin:20px 0 0 20px;
	background-image:url('/courses/ug/images/modules-tabbg.gif');
	background-repeat:repeat-x;
	background-position:bottom left;
}

#modulesContent{
	width:450px;
	/*height:200px;*/
	border:1px #CCCCCC solid;
	margin:0 0 20px 18px;
	padding: 20px 2px 10px 0;
	border-top:0;
	background-image:url('/courses/ug/images/modulesbg.jpg');
	background-repeat:repeat-x;
}


/* general links */

#centerContent a:link {color: #000000; text-decoration: underline;}
#centerContent a:visited {color: #6699CC; text-decoration: underline; }
/*a.genL:visited {color: #999999; text-decoration: underline; }*/
#centerContent a:hover {color: #999999; text-decoration: none; }

/* standard list format */

#centerContent ul{
	margin-left: 0;
	padding-left: 35px; /* this is just the indent from the edge of the list*/
	list-style: none;
}

#centerContent ul li{
	text-align: left;
	list-style: none;
	padding-left: 15px;
	background-image: url("/images/general-bullet.gif");
	background-repeat: no-repeat;
	background-position: 0 3px;
	margin: 0 0 2px 0;
}

/* secondary list inside main list */

#centerContent ul ul li{
	font-size: 95%;
	list-style: none;
	padding-left: 10px;
	background-image: url("/images/general-bullet-small.gif");
	background-repeat: no-repeat;
	background-position: 0 3px;
	margin: 0 0 2px 0;
}

.listHeading{
	font-weight:bold;
	font-style:italic;
}
	
.genTable{
	font-size: 100%;
	width: 95%;
}

.genTable th{
	text-align: center;
}
	
.courseTable{
	font-size: 100%;
	width: 95%;
}

/* image in course description */
#courseImg{
	width:400px;
	height:140px;
	float:right;
	margin:10px 20px 10px 10px;
}

#profileImg{
	margin:5px 15px 10px 10px; 
	float:right;
	clear:both;
}
	
.whiteDottedSpacer{
	background-image: url("/images/dots-sep.gif");
	background-repeat: repeat-x;
	/*width:99%;*/
	height:1px;
	margin:0;
	padding:0;
	font-size:0;	/* required for ie */
	/* border:1px solid #000000; */
}
	
.smallItalic{
	text-align:left;
	font-family: Times New Roman, Times, serif;
	font-weight:normal;
	font-style:italic;
	color:#666666;
	font-size: 80%;
	background:transparent;
	padding:10px 5px 5px 10px;
	border:none;
}

#footerContainer{
	width:99%; /*breaks in Mozilla if set to 100% and adds bottom scroll bar in IE 7 if set to more than 95%*/
	background-image: url('/images/footercentre6.jpg');
	padding: 0;
	height:62px;
	float: left; /*required to keep it at bottom */
	font-family: Times New Roman, Times, serif;
	font-style: italic;
	font-size: 0.75em;
	/*border:1px solid #CCCCCC;  */
}

#footerContentLeft{
	background-image: url('/images/footerleft6.jpg');
	background-repeat:no-repeat;
	background-position:top left;
	height:62px;
	width:253px;
	margin:0 0 0 0;
	padding:0; 
	float:left;
	/*border:1px solid #CCCCCC; */
}

#footerContentCentre{
	background-image: url('/images/footercentre6.jpg');
	background-repeat:repeat-x;
	height:62px;
	padding:0; 
	float:left;
	/*border:1px solid #FFFFFF; */
}

/* footer links */
#footerContentCentre a:link {color: #000000; text-decoration: underline;}
#footerContentCentre a:visited {color: #6699CC; text-decoration: underline; }
#footerContentCentre a:hover {color: #999999; text-decoration: none; }

#footerContentRight{
	float:right; 
	padding:0;
	height:62px; width:245px;
	background-image: url('/images/footerright6.jpg');
	background-position:top right;
	background-repeat:no-repeat;
	/*border:1px solid #FFFFFF; */
}
	
.clearAll{
	background-image:none;
	padding: 0;
	margin:0;
}
