/**************************************
 * THEME NAME: nzta
 *
 * Files included in this sheet:
 *
 *   nzta/gradients.css
 *   nzta/nzta.css
 **************************************/

/***** nzta/gradients.css start *****/

/**
  *  Adds all the nice finish to the standard theme
  *
  */

th.header,
td.header,
h1.header,
h2.header,
h3.header,
div.header {     
    background-image:url(gradient.jpg);     
    background-position:top;    
    background-repeat:repeat-x;     
}

.navbar {
    background-image:url(gradient.jpg);     
    background-position:top;    
    background-repeat:repeat-x;     
}
/***** nzta/gradients.css end *****/

/***** nzta/nzta.css start *****/

/*

teal -  #005366
orange - #F19101



*/

body {
margin:0;
padding:0px;
background-color:#f2f4f7;
}

body,p,td {

font-size:1.0em;
color:#111111;

}

h1 {
color:#004771;
}

h2 {
color:#004771;
}

h3 {
color:#004771;
}


#topheader {
width:100%;
height:100px;
/* background-color:#005485; */
background-color:#ffffff;


}

#topheaderContainer {
width:994px;
margin: 0 auto;
/* background-color:#005485; */
background-color:#ffffff;


}


/* front page header*/
#header-home {
background-color:#ffffff;
background-image:url(logo_large.png);
background-repeat:no-repeat;
background-position:left;
/* height:110px; */
height:0px;
padding:0px;
}

/* every other page header*/
#header {
background-color:#ffffff;
background-image:url(logo_small.png);
background-repeat:no-repeat;
background-position:left;
/* height:80px; */
height:0px;
padding:0px;
}

.headermenu {
color:white;
}

.headermenu a:link,a:visited{
color:blue;
}

.headermenu a:hover{
color:cyan;
}

#container {
width:1024px;
margin: 0 auto;
background-color:#ffffff;
}

#footer {
background-color:#005485;
color:white;
}

#footer a:link{
color:#888;
}
#footer a:visited{
color:#888;
}

.sideblock .header {
color:white;
background-color:#00456A;
background-image:url();
padding-top:3px;
}

.sideblock .content {

background-color:#fff;
background-image:url();
}

#course-view .section td.left  {
background-color:#cccccc;
color:#cccccc;
background-image:url(leftside.jpg);}

#course-view .section td.right  {
background-color:#f8f8f8;
visibility:hidden;
}

#course-view .section .content {
border:solid 1px #236fa6;
background-color:#fff;
}


.sitetopic {
 
background-repeat:no-repeat;
background-position:center;
}

.boxtable {
background-color:white;

}

.boxtable td {
background-color:#E0F5CC;
font-family:arial;
font-size:10pt;
font-weight:bold;
padding: 10px;
}

.boxtable td:first-child {
width:200px;
vertical-align:middle;
padding: 10px;
color:#666;

}


#course-view .headingblock {
display:none;
}

#sectionmenu_jump {
display:none;
}

input {
  /* Safari 3-4, iOS 1-3.2, Android 1.6- */
  -webkit-border-radius: 5px; 

  /* Firefox 1-3.6 */
  -moz-border-radius: 5px; 
  
  /* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
  border-radius: 5px; 

  border:solid 1px #aaa;
  padding:5px;

  background-color:#ccddf7;
  margin:3px 0;

  
}
button {
  /* Safari 3-4, iOS 1-3.2, Android 1.6- */
  -webkit-border-radius: 5px; 

  /* Firefox 1-3.6 */
  -moz-border-radius: 5px; 
  
  /* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
  border-radius: 5px; 
  
  background-color:#236fa6; 
  color:white;
  font-weight:bold;
  padding:5px 15px;  

}

.secondaryButton {
  background-color:#ffffff; 
  border: solid 2px #236fa6;
  color:#236fa6;
  font-size:14pt;
  padding:10px;
}

input:focus {
	background-color:white;
/*	border:solid 1px red; */
  box-shadow: 0 0 5px rgba(81, 203, 238, 1);	
}

submit:focus {
	background-color:white;
/*	border:solid 1px red; */
  box-shadow: 0 0 5px rgba(81, 203, 238, 1);	
}

input[type="submit"]  {
  /* Safari 3-4, iOS 1-3.2, Android 1.6- */
  -webkit-border-radius: 5px; 

  /* Firefox 1-3.6 */
  -moz-border-radius: 5px; 
  
  /* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
  border-radius: 5px; 
  
  background-color:#236fa6; 
  color:white;
  font-weight:bold;
  padding:5px 15px; 	
}

.generalbox
{
border:none;
}/***** nzta/nzta.css end *****/

