/*
* 	Swinburne University of Technology 

* 	Faculty of ICT Website: pgcourses.css

 *  Cascade Style Sheet file for use within the postgraduate courses area of the FICT website.

 *  This version by John Craick, jcraick@swin.edu.au on 27 September 2005
 
 *	Reference this stylesheet by
 
 *  <link rel="stylesheet" href="http://www.swin.edu.au/ict/css/pgcourses.css" type="text/css">

 */


/* 
This is a local version of the main (master)  Swinburne style sheet. It defines an h3 header which the main sheet hasn't bothered to do

h1 and h2 are the same as in the master style sheet

John Craick, Friday May 27 2005
*/


.main_table
h1
{
	/*font-family: Arial, Geneva, Helvetica;
	font-size: 1.2em;*/
	font-size: 1.60em;
	color: #000000;
	font-weight: bold;
	margin-bottom: 0px;
}

h2
{
	/*font-family: Arial, Geneva, Helvetica;
	font-size: 0.95em;*/
	font-size: 1.25em;
	color: #000000; 
	font-weight: bold; 
	margin-bottom: 0px;
}

h3
{
	/*font-family: Arial, Geneva, Helvetica;
	font-size: 0.80em;*/
	font-size: 1.05em;
	color: #000000; 
	font-weight: bold; 
	margin-bottom: 0px;
	text-indent:0em;
}



/* 
Set list items to standard font size etc.
John Craick 30 May 05
*/
li
{
	/*font-family: Arial, Geneva, Helvetica;
	font-size: 1.0em;*/
	color: #000000 
}



#breadcrumb {
/* Defines breadcrumb area of courses page (if used) 
disabled at present
height:50px;
*/
}

#coursename {
/* defines area for course name / title */
margin-top:3em;
margin-left:3.0em;
}


#intro {
/* Contains introductory text of page  */

margin-top:1em;
padding-left:3.0em;


}

#pagemenu {
/* contains internal menu / internal index of the page */

/* disabled - these visibility properties for testing only 
border: 2px solid blue;
width: 100%;
*/

}


#pagemenu ul
{
list-style-position:inside;
list-style-image:URL("http://www.swin.edu.au/images/arrow1.gif") ;
/*  width:350px; */
margin-top:1.0em;
margin-bottom:1.0em;
margin-left:4.0em; 
padding:2em 0em 2.0em 2.00em; 
border-bottom:1px solid grey;
/*font-family: Arial, Geneva, Helvetica;
font-size: 0.75em;
color: #3A3939; */

}

#courseinfo {

/* contains the main body of info for the course*/

padding-left:3.0em;

}

ul.factoids {
/* list of "fast facts" for course info section */

list-style-position:outside;
list-style-image:URL("http://www.swin.edu.au/images/arrow5.gif") ;
padding:0.5em 0em 0em 2.0em;  
margin:0em; 
/*font-family: Arial, Geneva, Helvetica;
font-size: 0.75em;*/
color: #000000; 

}

ul.factoids li{
padding-bottom:0.5em;
}


ul.subjectlist {
/* list of subjects offered in the Grad cert progs */
/* similar to factoid list but more closely spaced */
/* and with no bullet */
list-style-position:outside;
list-style-image:none ;
list-style-type:none;
padding:0em 0em 0em 2.0em;  
margin:0em; 
margin-top:-0.7em;
margin-bottom:.5em;
/*font-family: Arial, Geneva, Helvetica;
font-size: 0.75em;*/
color: #000000; 
}

ul.subjectlist li{
padding:0em;
margin:0em;
}



ul.courselist {
/* list of courses for pg intro page */
/* this class has NO width spec. Width can be set in the li items */

list-style-position:outside;
list-style-image:URL("http://www.swin.edu.au/images/arrow5.gif") ;
padding:0em 0em 0em 2.0em;  
margin:0em; 
margin-left:0em;
font-size: 1em;
/*font-family: Arial, Geneva, Helvetica;*/
color: #ff0000; 

}

ul.courselist50 {
/* list of courses for pg intro page & elsewhere as needed */
/* this class has width spec = 50em. Width can be over-ridden in the li items */

width:50em;

list-style-position:outside;
list-style-image:URL("http://www.swin.edu.au/images/arrow5.gif") ;
padding:0em 0em 0em 2.0em;  
margin:0em; 
margin-left:0em;
font-size: 1em;
/*font-family: Arial, Geneva, Helvetica;*/
color: #ff0000; 

}

ul.courselist li {

border-bottom:1px solid gray;
/* */ width:27em; 
margin-bottom:0.3em;

}

ul.courselist li.width1 {
/* list item for short text */
border-bottom:1px solid grey;
width:15em;
margin-bottom:0.3em

}

ul.courselist li.width2 {
/* list item for medium short text */
border-bottom:1px solid grey;
width:23em;
margin-bottom:0.3em

}

ul.courselist li.width3 {
/* list item for long text */
border-bottom:1px solid grey;
width:50em;
margin-bottom:0.3em

}



li.explain
{
list-style-image: none;
list-style-type:none;
text-indent:1.0em;
color: #828282 ;
}

ul li ul
{
list-style-image:none;
list-style-type:circle ; 
margin-top:0em;
margin-bottom:0em;
text-indent:0em;
font-size:1.0em;

 }
 
 .listTable
 {
 border:0px;
 padding:5 5 5 5;
 border-spacing:0px;
 }
 
 .tableLines
 {
 border-bottom: 1px solid #D9D9D9;
 }
