/* GLOBAL NAV stylesheet for Griffith University web site. (c) 2001 */
/* Version 1.2 - 2003.03.10 */

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

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


/* standard nav - to be expanded */

div.nav ul {
	list-style-type: none;
}

/* -------------------- all non-colour settings --------------------*/

BODY {
   font-family : Arial, Helvetica, sans-serif;
   text-decoration : none;
   text-align : left;
   margin-left : 10 ;
   margin-right : 10 ;
   margin-top : 10 ;
}


P {
   font-weight : normal;
   font-size : 9pt;
   font-family : Arial, Helvetica, sans-serif;
   text-decoration : none;
}


TD {
   font-size : 9pt;
   font-family : Arial, Helvetica, sans-serif;
   text-decoration : none;
}

TR {
   font-size : 9pt;
   font-family : Arial, Helvetica, sans-serif;
   text-decoration : none;
}

TR {
   font-size : 9pt;
   font-family : Arial, Helvetica, sans-serif;
   text-decoration : none;
}


LI {
   font-size : 9pt;
   font-family : Arial, Helvetica, sans-serif;
   text-decoration : none;
}

OL {
   font-size : 9pt;
   font-family : Arial, Helvetica, sans-serif;
   text-decoration : none;
}

UL {
   font-size : 9pt;
   font-family : Arial, Helvetica, sans-serif;
   text-decoration : none;
}

DL {
   font-size : 9pt;
   font-weight: normal;
   font-family : Arial, Helvetica, sans-serif;
   text-decoration : none;
}

DT {
   font-size : 9pt;
   font-weight: normal;
   font-family : Arial, Helvetica, sans-serif;
   text-decoration : none;
}

DD {
   font-size : 9pt;
   font-family : Arial, Helvetica, sans-serif;
   text-decoration : none;
}



A:visited {
   text-decoration : none;
   font-family : Arial, Helvetica, sans-serif;
}


A:link {
   text-decoration : none;
   font-family : Arial, Helvetica, sans-serif;
}


A:hover {
   text-decoration : underline;
   font-family : Arial, Helvetica, sans-serif;
}


A:active {
   text-decoration : underline;
   font-family : Arial, Helvetica, sans-serif;
}

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

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

SUP {
   font-family : Arial, Helvetica, sans-serif;
}

SUB {
   font-family : Arial, Helvetica, sans-serif;
}


/* -------------------- 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: arial, helvetica, sans-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: arial, helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	font-style: italic;
	text-align: center;
}


/* -------------------- EXTENDED COLOURS - Valid names -------------------- */

/* this version replaces the old version which uses underscores in the names. */

/* 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; }


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

/* this version with underscores in the names is deprecated but maintained to avoid breaking sites. */

/* 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; }

