/*
    Waikato Management School
    Standard Cascading Stylesheet


*/

address, blockquote, body, caption, center, dd, dir, div, dl, dt, form, li, menu, ol, p, pre, tr, ul, th
{
    font-family: Trebuchet MS, verdana, helvetica, arial, sans-serif;
    color: #000000;
    font-size: 11px;
}

hr
{
    color: #990000;
}

body
{
	background: url(/NR/karen/images/bg.jpg) repeat-x;
}


.firstcolour
{
    font-weight: bold;
    color: #800000;
}

.secondcolour
{
    font-weight: bold;
    color: #ff0000;
}

.thirdcolour
{
    font-weight: bold;
    color: #996600;
}

.redhighlight
{
    color: #990000;
}

.bluehighlight
{
    color: #365782;
}

.wide
{
    line-height: 16pt;
}

.lesswide
{
    line-height: 13pt;
}

.tiny
{
    font-size: 8px;
}

.smaller
{
    font-size: 8px;
    line-height: 10px;
}

.small
{
    font-size: 10px;
    line-height: 11px;
}
.smallwhite
{
    font-size: 10px;
    color: #ffffff;
}
.smallred
{
    font-size: 10px;
    color: #cc0000;
}
.plannersmall
{
    font-size: 9px;
    line-height: 10px;
    font-family: Helvetica,verdana,Arial,  sans-serif;
}
.big
{
    color: #365782;
    font-weight: bold;
    background: transparent;
    font-family: verdana, helvetica, arial, sans-serif;
    margin-top: 0px;
    margin-bottom: 0px;
    line-height: 14px;
    font-size: 12px;
}

.large
{
    font-size: 16px;
}

.massive
{
    font-weight: bold;
    line-height: 32px;
    font-size: 30px;
}
.path
{
    background: #01055B;
}

.menu
{
    background: #DBD7D6;
}

.menuu
{
    padding-left: 10px;
	background: #DBD7D6;
	line-height:1em;
}	

.menuuu
{
	background: #DBD7D6;
	margin-left: 00px;
	
}

a
{
    cursor: pointer;
}

a:link
{
    color: #255763;
    background: transparent;
    font-weight: bold;
    text-decoration: none;
	font-size: 12px;

}

a:visited
{
    color: #255763;
    background: transparent;
    font-weight: bold;
    text-decoration: none;
	font-size: 12px;
}

a:hover
{
    color: #255763;
    background: transparent;
    font-weight: bold;
    text-decoration: underline;
	font-size: 12px;
}

address
{
    line-height: 21px;
    font-style: italic;
}

button
{
    cursor: auto;
}

img.bottom
{
    vertical-align: bottom;
}

dl
{
    line-height: 21px;
}

dt
{
    font-weight: bold;
}

h1, h2, h3, h4, h5, h6
{
    color: #255763;
    font-weight: bold;
    background: transparent;
    font-family: Trebuchet MS, verdana, helvetica, arial, sans-serif;
}

h1
{
    margin-top: 3px;
    margin-bottom: 3px;
    line-height: 20px;
    font-size: 20px;
}

h2
{
	margin-top: 12px;
    margin-bottom: 3px;
    line-height: 18px;
    font-size: 18px;
}

h3
{
    margin-top: 2px;
    margin-bottom: 2px;
    line-height: 16px;
    font-size: 16px;
}

h4
{
    margin-top: 1px;
    margin-bottom: 1px;
    line-height: 15px;
    font-size: 15px;
}

h5
{
    margin-top: 1px;
    margin-bottom: 1px;
    line-height: 14px;
    font-size: 14px;
}

h6
{
    margin-top: 1px;
    margin-bottom: 1px;
    line-height: 13px;
    font-size: 13px;
}

h7
{
	margin-top: 1px;
	margin-bottom: 1px;
	font-size: 15pt;
	color: #003366;
	font-weight: bold;
	font-family: "Trebuchet MS";
}

table
{
background-color:white;
}

sup
{
    font-size: 11px;
}

textarea
{
    cursor: text;
}

select, option
{
    font-size: 10px;
}

/*th
{
    font-weight: bold;
    text-align: center;
    line-height: 11px;
    font-size: 10px;
}*/

th {
	font-weight: bold;
	background-color: #E1E1E1;
	text-align: center;
}

ul, ol
{
    /* position: relative; */
    margin-top: auto;
    margin-bottom: auto;
    list-style-image : url("http://wms-soros.mngt.waikato.ac.nz/NR/APABIS Website/images/yes.gif");
	line-height: 16px;
}

@media print
{
    /* Use class="dontprint" for page elements that
       should not be printed */
    .dontprint
    {
        display: none;
    }
  .printwidth
    {
        width:650px;
    }
}

@media screen
{
    /* Use class="printonly" for page elements that
       should be printed but not displayed in the browser */
    .printonly
    {
        display: none;
    }
  .printwidth
    {
        width:100%;
    }
}

.headerli
{
font-size: 9px;
    line-height: 11px;
color: #cc0000;
}

.greyLink
{
color: grey;
font-weight: normal;
}

.textualtable{
font-size: 1em; 
border-bottom: thin solid #C0C0C0;
border-top: thin solid #C0C0C0;
text-align: left;
margin-right: 0px; 
margin-bottom: 20px;
}
.textualtabletd {
font-size: 1em; 
text-align: left;
	padding-top:1px;
	padding-left:10px;
	padding-bottom:1px;
	padding-right:0px;
    margin-top: 1em;
    margin-bottom: 1em; 
	margin-left:0px;
	margin-right:5px;
}
.textualtableth {
font-size: 1em; 
font-weight: bold;
background-color: #E1E1E1;
text-align: left;
	padding-top:4px;
	padding-left:10px;
	padding-bottom:4px;
	padding-right:0px;
    margin-top: 1.2em;
    margin-bottom: 1.2em; 
	margin-left:0px;
	margin-right:5px;
}

p.sidemenutitle { 
	font-size: 1em; 
	color: #FFFFFF; 
	background-color: #CC0000;
 	font-weight:bold;
	padding-top:7px;
	padding-left:7px;
	padding-bottom:7px;
	padding-right:0px;
	margin-top: 0em;
	margin-bottom: 4px; 
	margin-left:0px;
	margin-right:5px;
	text-align: left;
}
/* try this for extra line height, the 1.4 can be adjusted up or down */
p.linehigh
{
    font-size: 12px;
    line-height: 1.0em;
}

.linehigh
{
   line-height: 1.5em;
}

.sidemenutitle {
	font-size: 1em;
	color: #FFFFFF;
	background-color: #CC0000;
	font-weight: bold;
	padding-top: 7px;
	padding-left: 5px;
	padding-bottom: 7px;
	padding-right: 0px;
	margin-top: 0em;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	text-align: left;
	/*font-variant: small-caps;
	text-transform: uppercase;*/
}

.wmsMenu {
	font: 11px verdana;
	padding: 0px;
	padding-left: 6px;
	padding-top: 3px;
	padding-bottom: 3px;
	height: 20px;
	text-decoration: none;
	border: 0px solid #CCCCCC;
	border-top: 0px;
	text-decoration: none;
	
}
#menuContainer{
	border: 1px solid #CCCCCC;
	border-top: 0px solid #CCCCCC;	
	width: 100%;
}

.divider_horizontal {
	color: #CC0000; 
	height: 1px;
}

.divider_silver {
	color: #990000; 
	border: dotted Silver;
}

divider {
	background-image: url(http://wms-soros.mngt.waikato.ac.nz/NR/karen/images/grn_spcr.gif);
	background-repeat: repeat-y;
}
