/* GLOBAL CONTENT stylesheet for Griffith University web site. (c) 2001 */
/* Version 1.1 - 2002.01.17 */
/* converted to a style sheet for "TEXT" on-line journal 01.08.2002 */


/* Imports extra settings which break in Netscape 4.x */

@import url("/global_extras.css");


/* -------------------- all non-scheme-specific colour settings --------------------*/

BODY {
   font-family : "Times New Roman", Times, serif;
   font-size: 24px;
   text-decoration : none;
   text-align : left;
   margin-top : 10px;
   margin-left: 10px;
   margin-right: 10px;
   margin-bottom: 10px;
}

/* ----- center the text ----- */

.center {
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	text-align: center;
}


/* ----- Text ----- */

P {
   font-weight : normal;
   font-style: normal;
   
   font-family : "Times New Roman", Times, serif;
   text-decoration : none;
}


DIV {
   font-weight : normal;
   font-style: normal;
   font-size : 10pt;
   font-family : "Times New Roman", Times, serif;
   text-decoration : none;
}

div.text {
	margin-left: 5%;
	margin-right: 5%;
}

PRE {
   font-family: andale mono, courier new, courier, monospace;
}

CODE {
   font-family: courier new, courier, monospace;
}


STRONG { font-weight: bold ; }
B { font-weight: bold ; }

EM { font-style: italic ; }
I { font-style: italic ; }


BIG {
   font-weight : normal;
   font-style: normal;
   font-size : 12pt;
   font-family : "Times New Roman", Times, serif;
   text-decoration : none;
}

.footer {
   font-weight : normal;
   font-style: normal;
   font-size : 10pt;
   font-family : "Times New Roman", Times, serif;
   text-decoration : none;
}

SMALL {
   font-weight : normal;
   font-style: normal;
   font-size : 8pt;
   font-family : "Times New Roman", Times, serif;
   text-decoration : none;
}

SUP {
   font-family : "Times New Roman", Times, serif;
}

SUB {
   font-family : "Times New Roman", Times, serif;
}

BLOCKQUOTE {
   margin-left: 10%;
   margin-right: 10%;
}

Q {
   font-style: italic;
}


/* ----- Links -----  maintain order otherwise hover and active stop working in some browsers */

A:visited {
   text-decoration : none;
   color: #AB4F0A;
   font-family : "Times New Roman", Times, serif;
}

A:link {
   text-decoration : none;
   color: #000000;
   font-family : "Times New Roman", Times, serif;
}

A:hover {
   text-decoration : none;
   color: #555555;
   font-family : "Times New Roman", Times, serif;
}

A:active {
   text-decoration : none;
   color: #000000;
   font-family : "Times New Roman", Times, serif;
}

a.titlepage:link {  
	font-family: "Times New Roman", Times, serif; 
	color: #000000; 
	text-decoration: none; 
}
a.titlepage:visited {  
	font-family: "Times New Roman", Times, serif; 
	color: #666666; 
	text-decoration: none; 
}
a.titlepage:hover {  
	font-family: "Times New Roman", Times, serif;
	color: #000000; 
	text-decoration: none;
	background-color: #666666; 
}
a.titlepage:active {  
	font-family: "Times New Roman", Times, serif; 
	color: #000000; 
	text-decoration: none; 
	background-color: #666666;
}


/* ----- Tables ----- */


TD {
   font-size : 12pt;
   font-family : "Times New Roman", Times, serif;
   text-decoration : none;
}

TR {
   font-size : 12pt;
   font-family : "Times New Roman", Times, serif;
   text-decoration : none;
}

TH {
   font-size : 12pt;
   font-family : "Times New Roman", Times, serif;
   text-decoration : none;
}



/* ----- Lists ----- */

UL {
   font-size : 12pt;
   font-family : "Times New Roman", Times, serif;
   text-decoration : none;
   font-weight: normal;
}

OL {
   font-size : 12pt;
   font-family : "Times New Roman", Times, serif;
   text-decoration : none;
   font-weight: normal;
}

LI {
   font-size : 12pt;
   font-family : "Times New Roman", Times, serif;
   text-decoration : none;
   font-weight: normal;
}


DL {
   font-size : 12pt;
   font-weight: normal;
   font-family : "Times New Roman", Times, serif;
   text-decoration : none;
}


DT {
   font-size : 12pt;
   font-weight: normal;
   font-family : "Times New Roman", Times, serif;
   text-decoration : none;
}

DD {
   font-size : 12pt;
   font-family : "Times New Roman", Times, serif;
   text-decoration : none;
}


/* ----- Headings ----- */


/* For use under H6.indent headings */
P.h6indent {
   margin-left : 40pt;
}


/* For use under H5.indent headings */
P.h5indent {
   margin-left : 20pt;
}


/* H1-H4 text classes provided for future implementation

P.h4text { }

P.h3text { }

P.h2text { }

P.h1text { }

end text classes */


/* H5 and H6 indent headings */

H6.indent {
   font-family : "Times New Roman", Times, serif;
   font-style : italic;
   font-weight : normal;
   font-size : 12pt;
   text-decoration : none;
   text-indent : 40pt;
}


H5.indent {
   font-family : "Times New Roman", Times, serif;
   font-style : italic;
   font-weight : bold;
   font-size : 11pt;
   text-decoration : none;
   text-indent : 20pt;
}

/* end of indent headings */


/* standard headings */

H6 {
   font-family : "Times New Roman", Times, serif;
   font-style : italic;
   font-weight : normal;
   font-size : 12pt;
   text-decoration : none;
}


H5 {
   font-family : "Times New Roman", Times, serif;
   font-style : italic;
   font-weight : bold;
   font-size : 11pt;
   text-decoration : none;
}

H4 {
   font-family : "Times New Roman", Times, serif;
   font-style : italic;
   font-weight : bold;
   font-size : 12pt;
   text-decoration : none;
}


H3 {
   font-family : "Times New Roman", Times, serif;
   font-weight : bold;
   font-size : 14pt;
   text-decoration : none;
}


H2 {
   font-family : "Times New Roman", Times, serif;
   font-weight : bold;
   font-size : 15pt;
   text-decoration : none;
}


H1 {
   font-family : "Times New Roman", Times, serif;
   font-weight : bold;
   font-size : 17pt;
   text-decoration : none;
}



/* -------------------- EXTENDED COLOURS -------------------- */

/* primary colours and shades */

.primary_red { color: #ff0000; }

.primary_blue { color: #0000ff; }

.primary_green { color: #00ff00; }

.primary_yellow { color: #ffff00; }

.primary_cyan { color: #00ffff; }

.primary_magenta { color: #ff00ff; }

.primary_white { color: #ffffff; }

.primary_black { color: #000000; }


/* reds */

.light_red { color: #ff3333;}

.mid_red { color: #cc0000;}

.dark_red { color: #990000;}


/* blues */

.light_blue { color: #66ccff; }

.mid_blue { color: #3300ff; }

.dark_blue { color: #000099; }


/* greens */

.light_green { color: #33cc33; }

.mid_green { color: #009900; }

.dark_green { color: #006600; }

/* yellows */

.light_yellow { color: #ffffcc; }

.mid_yellow { color: #ffff33; }

.dark_yellow { color: #ffcc33; }


/* grey shades */

.light_grey { color: #cccccc; }

.mid_grey { color: #999999; }

.dark_grey { color: #666666; }




/* -------------------- MISCELLANEOUS EXTRAS -------------------- */


.warning {
	color: #ff0000;
	border-style: dashed;
	border-width: 1px;
	border-color: #ff0000;
	padding: 0.2em;
	background-color: #ffffff;
}


.highlight {
	color: #000000;
	background: #ffff00;
}


.doublespace {
	line-height: 200%;
}


/* pull quotes use imported extras */

.pullquoteleft {
	width: 15%;
	float: left;
	clear: left;
	background-color: #cccccc;
	color: #000000;
	padding: 10pt;
	font-family: "Times New Roman", Times, serif;
	font-size: 10pt;
	font-weight: bold;
	font-style: italic;
	text-align: center;
}

.pullquoteright {
	width: 15%;
	float: right;
	clear: right;
	background-color: #cccccc;
	color: #000000;
	padding: 10pt;
	font-family: "Times New Roman", Times, serif;
	font-size: 10pt;
	font-weight: bold;
	font-style: italic;
	text-align: center;
}


