@charset "utf-8";
/* CSS Document */

/* Eric Meyer's Reset CSS v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, /*sub, sup,*/ tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead,  tr, th, td  {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;

	vertical-align: baseline;
	background: transparent;
}

/**Rermoved sub and sup from reset above**/
body { line-height: 1; }
/*ol, ul {list-style: none; }*/
blockquote, q { quotes: none;}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {outline: 0;}

/* remember to highlight inserts somehow! */
ins {text-decoration: none; }
del { text-decoration: line-through; }



/* tables still need 'cellspacing="0"' in the markup 
table {
	border-collapse: collapse;
	border-spacing: 0;
}*/

/* END: Eric Meyer's Reset CSS v1.0 | 20080212 */

/*STD html elements*/ 
body {
	background-image:url(https://www.waikato.ac.nz/images/template/background.gif);
	background-repeat:repeat-x;
	background-color: #FFF;
	color:#333;
	margin:0;
	padding:0;
	/*letter-spacing:0.01em;*/
	font: 75%/1.5 Arial,Helvetica,  sans-serif;
}

h1{
	color:#333;
	/*text-transform:capitalize;*/
	line-height:1em;
	font-size:1.66em;
	font-weight:bold;
	letter-spacing:0.15em;
	margin:0 0 5px 0;
	padding:0;
}

.subtitle{
	color:#666;
}

h2{
	color:#c00;
	font-size:1em;
	letter-spacing:0.15em;
	line-height:1.6em;
	font-weight:bold;
	margin:7px 0 3px 0;
	text-transform:uppercase;
}

h3,h4{
	color:#c00;
	font-weight:bold;
	font-size:1.08em;
	letter-spacing:0.01em;
	line-height:1.5em;
	margin:0.25em 0;
}

h4{
	color:#333;
}

hr{
	border-top:#ccc dashed 1px;
	margin: 5px 4px 5px 4px;
	height:1px;
	border-bottom: 0;
	padding:0;
}

p{
	text-align:justify;
	padding:0 0 1em 0;
}

p.black, p.abstract{
	color:#000;
	line-height:1.67em;
}


a{
	text-decoration:none;
}

a:link{
	/*color:#004C73;*/
	color:#007bb2;
}

a:visited{
	/*color:#00ace5;*/
	/*color:#005C86;*/
	color:#333399
}

a:focus, a:hover{
	text-decoration:underline;
	color:#007bb2;
}

a:active{
	text-decoration:underline;
	color:#ffcc33;
}

a img{
	border:none;
	padding:0 1px;
}

dt{
	font-weight:bold;
	padding:0.25em 0 0 0;
}

dd{
	padding-left:3em;
}

ul,ol{
	padding:0.75em 0.5em 0.75em 3em;
}
/*added gja 16/3/2010 */
sup{
vertical-align: baseline;
	font-size: 0.8em;
	position: relative;
	top: -0.5em;
      
}

sub {
vertical-align: baseline;
	font-size: 0.8em;
	position: relative;
	top: 0.5em;
}


/*form styles*/
 fieldset{
	border:1px #ccc solid;
	padding: 1em;
	margin:0 0 0.5em 0;
	}
 legend{
	padding:0 0.5em;
	}
 label{
	display:block;
	margin:0.5em 0 0 0;
	font-weight:bold;
	}
.required{
	color:#c00;
	}
	
div.column{
	float:left;
	width:45%;
	}
.checkbox label{
	margin:0 0 0.5em 0.25em;
	}
.checkbox input{
	clear:both;
	float:left;
	width: auto;
	}
	
	
.radio input,.radio label {
	display:inline;
}

.radio label {
margin:0 1em 0 0;
}

.clear{
	clear:both;
	}
	
div.field{
	width:48%;
	float:left;
	}
	

#footer p{
	clear:both;
	font-size: 85%;
	margin:0;
	padding:5px 2px;
	
}

#footer a,  #footer a:link, #footer a:visited {
	color:#999;
	
}

#footer a:hover,#footer a:active {
	text-decoration:underline;
	color:#c00;
}

#tagline{
	color:#fff;
	background:url(https://www.waikato.ac.nz/images/template/footer.gif) repeat-y #333;
	text-align:right;
	padding:0 4px 0 0;
	margin:0;
	float:left;
	width:100%;
	height:29px;
}

#tagline p{
	color:#fc0;
	font-weight:bold;
	font-size:100%;
	letter-spacing:0.1em;
	text-align:right;
}


#seeAlso p{
	text-align:left;
	color:#666;
	font-size:0.8em;
}

#seeAlso .widget{
	border:#ccc 1px solid;
	background-color: #eee;
	margin-bottom:1em;
	}
	
#seeAlso .profile img{
	display: block;
	margin:0 auto;
	
	}

#seeAlso .widget p{
	padding: 0 0.5em;
	}
#seeAlso .widget h3{
	background-color: #ccc;
	padding:0.35em 0.5em;
	}
	
	#seeAlso .count{
		display:block;
		color:#c00;
		font-size:2.5em;
		text-align:center;
	}
.disclaimer{
	color:#666;
	font-size:75%;
}

.printerOnly{display:none;} 

/*Local Navigation*/
ul.primarySection, ul.secondarySection{
	list-style:none;
	margin:0 0 20px 0;
	padding:0;
	font-size:0.9em;
	letter-spacing:0.01em;
}



ul.primarySection li, ul.secondarySection li{
	list-style:none;
	margin:7px 0 0 0;
	color:#666;
	background:#fff;	
	text-decoration:none;	
	padding:0 0 0 6px;
	display:block;
	line-height:1.2em;
}

/**to enable the insertion of a dividing line into the local nav
 note the line is added above **/
ul.primarySection li.section, ul.secondarySection li.section{
	padding:6px 0 0 6px;
        border-top:1px dashed #ccc;
}

ul.primarySection li a, ul.primarySection li a:visited,  ul.secondarySection li a, ul.secondarySection li a:visited{
	text-decoration:none;
	color:#666;
	font-weight:bold;
}

 ul.primarySection li a img,  ul.secondarySection li a img {
	border:none;
	vertical-align:top;
	padding:0 4px 0 0;
}

 ul.primarySection li a:hover,  ul.secondarySection li a:hover{
	text-decoration:none;
	color:#c00;
}



ul.secondarySection li.NavTitle,  ul.primarySection li.NavTitle{
	list-style:none;
	line-height:18px;
	text-transform:uppercase;
	color:#fff;
	margin:0;
	padding:0 0 0 6px;
	font-size:10px;
	font-weight:normal;
	width:147px;
	letter-spacing:0em;
}

ul.primarySection li.NavTitle {
	color:#fff;
	background: #c00 url(https://www.waikato.ac.nz/images/template/LocalNavBkgRed.gif) no-repeat;

}
 ul.secondarySection li.NavTitle {
	color:#fff;
	background:#999 url(https://www.waikato.ac.nz/images/template/LocalNavBkgGrey.gif) no-repeat;
}

 ul.secondarySection li.NavTitle:hover,  ul.primarySection li.NavTitle:hover {
	color:#000;
	background:#fff url(https://www.waikato.ac.nz/images/template/LocalNavHover.gif) no-repeat;
}

ul.secondarySection li.NavTitle a, ul.primarySection li.NavTitle a, ul.secondarySection li.NavTitle a:link, ul.primarySection li.NavTitle a:link,ul.secondarySection li.NavTitle a:visited, ul.primarySection li.NavTitle a:visited{
	color:#fff;
	display:block;
	text-decoration:none;
	font-weight:normal;		
}

ul.secondarySection	li.NavTitle a:hover, ul.primarySection li.NavTitle a:hover{
	color:#000;
}

/*breadcrumbs*/
#crumbs {
font-size:90%;
color:#666;
}

#crumbs a:link,  #crumbs a:visited{
	color:#666;
	text-decoration:none;
}

#crumbs a:hover, #crumbs a:active {
	color:#c00;
	text-decoration:none;
}


	
	/*content classes*/
.notice{
		background-color:#eee;
		border:solid #ccc 1px;
		color:#333;
		padding:1em 1em 0 1em;
	}
	
div.alert{
	padding:6px;
	margin:12px auto;
	color: #333;
 background-color:#EDCC76;
 border:2px solid #E2AF29;
	}
	
div.alert p{
 padding:9px;
  margin:3px;
  color: #333;
 background-color:#fff;
}




.floatright{
	float:right;
	}
	
.floatLeft40{
	float:left;
	width:40%;
}

.floatLeft50{
	float:left;
	width:50%;
}

.floatLeft60{
	float:left;
	width:60%;
}

  * html .floatLeft40 {
    \width: 40%; /* for IE5 and IE6 in quirks mode */
    w\idth: 40%; /* for IE6 in standards mode */
  }
  
    * html .floatLeft50 {
    \width: 45%; /* for IE5 and IE6 in quirks mode */
    w\idth: 45%; /* for IE6 in standards mode */
  }

  
    * html .floatLeft60 {
    \width: 59%; /* for IE5 and IE6 in quirks mode */
    w\idth: 59%; /* for IE6 in standards mode */
  }


.colouredPanel {
	background-color:#F8F8F8; /* lighter gray - changed by NickJ */
/*padding:25px;
	width: 300px;*/
        padding:15px;
	width:292px;
	float:left;
}

.colouredPanel  img {
	margin-left:auto;
	margin-right:auto;
}
.colouredPanel p{
	 letter-spacing:0.025em;
	 line-height:1.5em;
}
.colouredPanel h2{
	 color:#c00;
	 line-height:1em;
         font-size:1.66em;
	 font-weight:bold;
	 letter-spacing:0.025em;
	text-transform:none;
}



.rightList p{
padding-left: 10px;
font-size:0.92em;
text-align:left;
}


.rightList ul{
	list-style-type:disc;
	color:#c00;
	padding:0 0 1em 2em;
	

}
.rightList li{
	color:#333;
	font-size:0.92em;
}


.rightList .event{
	padding-bottom:5px;
	padding-left: 10px;
	text-align:left;
}

.rightList p.eventtitle{
	padding:0;
	text-align:left;
	
}

.rightList{
	background-color:#F8F8F8;
	/*width:37%;	*/
	/* width:280px;
	float:right;*/
	 width:270px;
	float:left;
margin: 0 0 12px 12px;
	
	border-bottom:#CCC dashed 1px;
	
}

.rightList h2{
	
	font-weight:bold;
	font-size:1.08em;
	letter-spacing:0.025em;
	line-height:1.5em;
	padding:2px 10px;
	text-transform:none;
	background-color:#E2AF29;
	color:#333;
	margin-top:0;	
}

#welcome{
	float:left; 
	width:240px;
	margin: 0;
	padding: 12px;
}

#welcome p{

}

#welcome li {
	/*list-style:url(/images/icons/arrowsright_ffffff.png) none inside;
	font-size:0.85em;*/
/*	padding:2px 0;
	padding: 2px 0px 0px 0;
	line-height:1.3em;*/
      
	/*font-size:0.85em;*/
	
	background: url(https://www.waikato.ac.nz/images/icons/arrowsright_ffffff.png) no-repeat 0 3px;
	padding: 2px 0px 0px 17px;
}

#welcome ul {
/*
	padding:2px 0;*/
        list-style:none;
	padding: 2px 0;
	margin:0;
}

#welcome h1{
	 color:#c00;
	letter-spacing:0em;
}

.snippetV{
	padding:0;
	width:270px;
	float:left;
	margin: 0 0 12px 12px;
}


.snippetV p{
	clear:both;
}

.snippetV img, .snippetx2 img{
	float:left;
	padding:0 1em 0 0;
}


.snippetV h3 {
	font-size:1.3em;
	letter-spacing:0.025em;
	margin-bottom:0;
	/*color:#a07800;*/
	 color:#c00;
}

.snippetx3{
	 width:190px;
	 float:left;
	padding:12px 12px 12px 0;
}

.snippetx3 h3{
	font-size:0.92em;
	line-height:1.8em;
	letter-spacing:0.025em;
	margin-bottom:0;
	color:#c00;
}
.snippetx3 p, .snippetx2 p, .snippetV p{
	font-size:0.92em;
	line-height:1.27em;
	letter-spacing:0.025em;
	text-align:left;
}



.snippetx2{
	width:290px;
	float:left;
	padding:12px 12px 12px 0;
}

.snippetx2 h3 {
	font-size:0.92em;
	line-height:1.8em;
	letter-spacing:0.025em;
	margin-bottom:0;
	color:#c00;
}

ul.linkBlock{
	width:610px;
	clear:both;
	border-top:#CCC dashed 1px;
	padding: 12px 0;
	margin:0;
	list-style:none;
	float:left;
}
ul.linkBlock li{
	display: block;
	float:left;
	width:137px;
	padding: 2px 0px 0px 15px;
	margin:0;
	font-size:0.83em;
	background: url(https://www.waikato.ac.nz/images/icons/arrowsright_ffffff.png) no-repeat 0 3px;
}

.linkBlock2{
	clear:both;
	border-top:#CCC dashed 1px;
	padding-left: 25px;
	padding-top:12px;
	margin:0;
	background: transparent url(https://www.waikato.ac.nz/images/icons/shape.png) no-repeat 12px 24px;
	float:left;
}


.linkBlock2 ul{
	width:550px;
	height:100%;
	float:left;
}

.linkBlock2 ul li{
		display: block;
		width:170px; /*was 160px*/
		padding: 2px 0 9px 10px; /*was 2px 0 5px 10px*/
		float:left;
		font-size:0.83em;
		line-height:1em;
}

 ul.feature {
	list-style:none;
	padding: 2px 0;
	margin:0;
}


ul.feature li {
        
	/*font-size:0.85em;*/
	background: url(https://www.waikato.ac.nz/images/icons/arrowsright_ffffff.png) no-repeat 0 3px;
	padding: 2px 0px 0px 17px;
}




#skiplink,#skiplink1  {
	position: absolute;
	left: -999em;
	width: 990em;
}


a[href$=".pdf"] {
padding:4px 20px 0 0;
background: url(https://www.waikato.ac.nz/images/icons/silk/page_white_acrobat.png) no-repeat 100% 10%;
}

/*.widget a[href$=".pdf"] {
padding:0;

background:none;
}*/

a[href$=".doc"], a[href$=".docx"], a[href$=".dot"] {
padding:4px 20px 0 0;
background: url(https://www.waikato.ac.nz/images/icons/silk/page_white_word.png) no-repeat 100% 10%;
}


a[href$=".xls"] {
padding:4px 20px 0 0;
background: url(https://www.waikato.ac.nz/images/icons/silk/page_white_excel.png) no-repeat 100% 10%;
}

a[href$=".ppt"] {
padding:4px 20px 0 0;
background: url(https://www.waikato.ac.nz/images/icons/silk/page_white_powerpoint.png) no-repeat 100% 10%;
}

/*menu styles*/

/*** ESSENTIAL STYLES ***/
	#Menu{
	position:absolute; 
	/*right:0; */
	left:10%;
	margin:auto; /* + cds */
	font-family:Verdana, Geneva, sans-serif;
	/*font-size:0.8em;*/
	font-size:10px;
	letter-spacing:0.01em;
	/*border-left:#999 solid 1px;
	text-transform:uppercase;*/
}




.menu, .menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.menu {
	line-height:	23px;
}
.menu ul {
	position:		absolute;
	top:			-999em;
	width:			18em; /* left offset of submenus need to match (see below)  was 10em*/
}
.menu ul li {
	width:			100%;
}
.menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.menu li {
	float:			left;
	position:		relative;
}
.menu a {
	display:		block;
	position:		relative;
}
.menu li:hover ul,
.menu li.sfHover ul {
	left:			0;
	top:			24px; /* match top ul list item height */
	z-index:		99;
}
ul.menu li:hover li ul,
ul.menu li.sfHover li ul {
	top:			-999em;
}
ul.menu li li:hover ul,
ul.menu li li.sfHover ul {
	left:			30em; /* match ul width */
	top:			0;
}
ul.menu li li:hover li ul,
ul.menu li li.sfHover li ul {
	top:			-999em;
}
ul.menu li li li:hover ul,
ul.menu li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}


.menu {
/*	float:			right; CDS */
	margin-bottom:	0;
}
.menu a {
	border-left:		0px solid #fff;
	border-top:		0px solid #fff;
	padding: 		 0 1em;
	text-decoration:none;
	margin:0;
}
.menu a, .menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:			#000;
}

ul.menu li {
	background:		#ccc;
	text-transform:uppercase;
	font-weight  : bold;
}
ul.menu li li {
	background:		#fff;
	border-left:	2px solid #ccc;
	text-transform:none;
	font-weight  : normal;
}


ul.menu li li li {
	background:		#fff;
	border-left:	2px solid #ccc;
	text-transform:none;
	font-weight  : normal;
}
ul.menu > li:hover, ul.menu > li.sfHover,
ul.menu a:focus, ul.menu a:hover, ul.menu a:active {
	background:		/*#fc3;*/#999;
	outline:		0;
	color:#000;
}

ul.menu li ul  li a:hover {
background-color:#fff !important;
color:#cc0000 !important; /* text */
}

.menu .node{
	font-weight:bold;
	border-bottom:#000 solid 1px;
}
.menu .section{
	border-bottom:#999 solid 1px;
}

/*.menu li:first-child{
	padding-left:0.3em;
}*/

/*** arrows **/
.menu a.sf-with-ul {
	padding:0 2.25em 0 0.5em;
	margin:0;
	font-weight  : bold;
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
	color:#333;
}
.sf-sub-indicator {
	position:		absolute;
	display:		block;
	right:			.75em;
	
	top:			.1em; /* IE6 only */
	width:			12px;
	height:			17px;
	text-indent: 	-999em;
	overflow:		hidden;
	background:		url('https://www.waikato.ac.nz/images/template/down_light_off.gif');  /* 8-bit indexed alpha png. IE6 gets solid image only */

	/*background:		url('/images/arrows-ffffff.png') no-repeat -10px -100px; *//* 8-bit indexed alpha png. IE6 gets solid image only */
}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top:			.5em;
/*	background-position: 0 -100px; *//* use translucent arrow for modern browsers*/
		background:		url('https://www.waikato.ac.nz/images/template/down_light_off.gif');
}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
	background-position: -10px -100px; /* arrow hovers for modern browsers*/
	background:		url('https://www.waikato.ac.nz/images/template/down_light_on.gif');
}

/* point right for anchors in subs */
.sf-menu ul .sf-sub-indicator { background-position:  -10px 0; }
.sf-menu ul a > .sf-sub-indicator { background-position:  0 0; }

/* apply hovers to modern browsers */
.sf-menu ul a:focus > .sf-sub-indicator,
.sf-menu ul a:hover > .sf-sub-indicator,
.sf-menu ul a:active > .sf-sub-indicator,
.sf-menu ul li:hover > a > .sf-sub-indicator,
.sf-menu ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px -100px; /* arrow hovers for modern browsers*/

	

}

/*** shadows for all but IE6 ***/
.sf-shadow ul {
	background:	url('https://www.waikato.ac.nz/images/template/shadow.png') no-repeat bottom right;
	/*padding: 0 8px 9px 0;*/
	/*padding: 0 9px 10px 0px;*/
	 padding: 0 15px 13px 0px;
	-moz-border-radius-bottomleft: 17px;
	-moz-border-radius-topright: 17px;
	-webkit-border-top-right-radius: 17px;
	-webkit-border-bottom-left-radius: 17px;
}




.sf-shadow ul.sf-shadow-off {
	background: transparent;
}

.quote {
	font-family:arial;
	font-size:12px;
	float:right;
	background-color:#CFCFCF;
	width: 200px;
	margin-left: 10px;
	}
	
.quote p {
		margin:14px;	
		margin-top:50px;
	}

.quote_t {
	float:left;
	height:50px;
	width:100%;
	background-image:url(https://www.waikato.ac.nz/images/quote_t.jpg);
/*	background-position:top left; */
	background-repeat: no-repeat;
}


.quote_b {
	float:left;
	height:50px;
	width:100%;
	background-image:url(https://www.waikato.ac.nz/images/quote_b.jpg);
	background-position:bottom right;
	background-repeat: no-repeat;
}

.quote_ref {
		margin-top:-10px !important;
		text-align:right;
                font-size:10px;
                color:#666;
}

/* added gja 16/7/2009*/
#structure{
/*float:left;*/
margin:12px 0 0 0;
}
	
#career_opportunities ,#benefits{
background: #fff;
color:#111;
padding:6px;
margin:0  0 12px 12px;
float:right;
width:13em;
border:#c00 1px solid;
}	

#career_opportunities p ,#benefits p{
text-align:left;
}	

 #career_opportunities h3, #benefits h3 {
padding: 0 0.25em;
background: #fff;
color:#111;
}
#career_opportunities li, #benefits li{

border-bottom:#c00 1px dotted;
padding:0.25em;
}
#career_opportunities ul, #benefits ul{
list-style:none;
padding:0;
margin:0;

}

#benefits{
background: #eee;
color:#000;
border:#eee 1px solid;
}

 #benefits h3 {
color:#000;
background-color:#eee;
}

 #benefits li{

border-bottom:#c00 1px dotted;

}



/* for subject pages*/

#careers, #employers,#careerop, #potentialemployers{
background: #c00;
color:#fff;
padding: 0.5em 0em 0.5em 1em ;
margin:0 0 10px  10px;
float:right;
width:40%;
clear:both;
}	
 #careers h3, #employers h3, #careerop h3, #potentialemployers h3 {

font-size:1.1em;
background: #c00;
color:#fff;
}
#careers ul , #employers ul ,#careerop ul, #potentialemployers ul{
list-style:none;
margin:0;
padding:0;
}

#subjectpic{
	margin: 30px 0 0 12px;
	float:right;
}

table.fees {
    border-top: 1px solid #999;
    border-right: 1px solid #999;
    border-spacing:0px;
    padding: 0px;
    margin-bottom:15px;
  }
  
  table.fees th, table.fees td {
    border-left: 1px solid #999;
    border-bottom: 1px solid #999;
    padding:3px;
  }
  table.fees th {
    font-weight: bold;
    background-color: #E1E1E1;
  }

/*table styles copied for uow2004_base.css*/

table.datatable{
font-family: Verdana, Helvetica, Arial,sans-serif;    /*special (verdana) case for datatables.*/
border-bottom: thin solid #C0C0C0;
border-top: thin solid #C0C0C0;
text-align: center;
margin-left: 10px;
margin-right: 0px; 
margin-bottom: 20px
}

table.datatable th{
    font-weight: bold;
    background-color: #EEE;
}

table.textualtable{
border-bottom: thin solid #C0C0C0;
border-top: thin solid #C0C0C0;
text-align: left;
margin-right: 0px; 
margin-bottom: 20px;
}

table.textualtable th{
    font-weight: bold;
    background-color: #E1E1E1;
}

caption{
color: #666666;
font-weight: bold;
text-align: left;
}

th {
font-weight: bold;
background-color: #E1E1E1;
}


/* styles for UOW White photoframe */
    

	.photoFrame {
		float:left;
		/*padding: 15px 0 0 15px; /* move image around inside frame */
		position: relative;
		width: 278px;
		height: 218px;
		margin-right:10px;
		text-decoration:none;
	}
	.photoFrame:hover {
		text-decoration:none;
	
	}
	
	
	.photoFrame img {
		border:none;
		text-decoration: none;
	}
	
	.photoFrame span {
		position: absolute;
		top: 0;
		left: 0;
		margin:0px;
		width: 288px;
		height: 225px;
		background-image:url(https://www.waikato.ac.nz/images/photoFrame/frame.png); /* no-repeat top  !important;*/
		background-repeat:no-repeat;
		/*background-image:url(/images/quote_t.jpg);*/
		overflow: hidden;
		
	}
	
/* styles for archive */
.archiveNotice {
   color: #000;
   background-color: #6F6;
   padding: .2em 2em;
   border: 2px solid #C00;
}
/*styles for degree planners*/
/*added gja 7/1/2010*/
 
 table.degree{
	table-layout: fixed ;
	border-spacing:6px 1px;
	border:none;
	border-collapse: separate;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:0.95em;
	empty-cells: hide;
}

.degree th{
	background:#ccc url('https://www.waikato.ac.nz/images/template/down_light_off.gif') no-repeat 98% 50%;
	font-weight:bold;
	text-align:center;	
	color:#000;
	padding:5px 10px;
	height:1em;	
}
	

.degree td{
	font-weight:normal;
	color:#fff;
	padding:5px 10px;
	height:3em;	
	letter-spacing:0;
}
	
.degree col{
/*	width:150px;*/
width:120px;
}

.degree thead { border-spacing:6px 0px;}
.degree tfoot { border-spacing:6px 3px;}
.degree tfoot th   {
	background:#ccc;
	padding:5px 10px;
}
	
 .degree td.major, .degree th.major {
	background-color: #c00;
	background-image:none;
	color:#000;
	font-weight:normal;
}

.degree td.compulsory, .degree th.compulsory{
	background-color: #7dbcc6;
	background-image:none;
	color:#000;
	font-weight:normal;
}
.degree td.school, .degree th.school{
	background-color: #488ca7;
	background-image:none;
	color:#000;
	font-weight:normal;
}


.degree td.support,  .degree th.support{
	background-color: #899;
	color:#000;
	font-weight:normal;
	background-image:none;
}
.degree td.elective,.degree th.elective{
	background-color: #0aF;
	color:#000;
	font-weight:normal;
	background-image:none;
}

p.newsCaption {
 padding: 6px;
 font-size: 0.9em;
}

img.newsInline {
 background-color: #EEE;
 float: right; 
 margin: 0px 0px 0px 12px;
 padding: 6px;
}