
/* ------------------------------ */
/*                                */
/*   Styles for... All Browsers   */
/*                                */
/* ------------------------------ */


/* =================================================== */
/* CLEAR TAGS  */
/* =================================================== */

body, h1, h2, h3, h4, h5, h6, p, form, blockquote {
	padding: 0;
	margin: 0;
	}

h1, h2, h3, h4, h5, h6, pre, code {
	font-size: 1em;
	}

a {
	text-decoration: none;
	}

a img {
	border: none;
	}


/* =================================================== */
/* GENERAL  */
/* =================================================== */

body {
	background-color: #00588b;
	color: #000;
	font-family: verdana;
	}

#wrapper {							/* for Fixed-Width Centered layouts  */
	width: 760px;
	margin-left: auto;
	margin-right: auto;
	}
	
#header {
	background-color: #72acc8;
	background-image: url(http://www.sonrise.school.nz/templateimages/bg-header.gif);
	background-position: top left;
	background-repeat: repeat-x; 
	}

.headerlinks {
	vertical-align: bottom;
	text-align: right;
	}

.headerlinks div {
	width: auto;
	font-size: x-small;
	padding: 0 20px 6px 0;
	color: #002338;
	}

.headerlinks div a {
	color: #fafeff;
	}

.headerlinks div a:hover {
	color: #77ccf2;
	}

#main {
	vertical-align: top;
	width: 100%;
	background-color: #fff;
	padding-bottom: 20px;
	background-image: url(http://www.sonrise.school.nz/templateimages/bg-content.gif);
	background-position: top left;
	background-repeat: repeat-x; 
	}

#content {
	vertical-align: top;
	width: 100%;
	padding: 35px 20px 35px 20px;
	}

#content, #content td {
	font-size: small;
	}

#printlogo {
	display: none;
	}
	
code {
	font-weight: bold;
	font-family: courier new;
	color: #ff3300;
	}

h1 {
	margin-bottom: 1em;
	font-size: large;
	color: #000;
	}

h2, h3, h4 {
	margin-top: 1.25em;
	margin-bottom: .25em;
	}

h2 {
	font-size: large;
	color: #00588b;
	}

h3 {
	font-size: smalle;
	color: #6cbf00;
	}

h4 {
	font-size: small;
	color: #ffcc00;							/* if bgcolour is needed - if not, change to darker colour  */
	background-color: #00588b;				/* if bgcolour is needed  */
	padding: 2px 2px 3px 5px;				/* if bgcolour is needed  */
	}

p {
	
	margin-bottom: 1.25em;
	}

#footer {
	width: auto;
	background-color: #ffcc00;
	background-image: url(http://www.sonrise.school.nz/templateimages/bg-footer.gif);
	background-position: top left;
	background-repeat: repeat-x;
	border-top: solid #00588b 1px;
	}

.footerbase {
	width: 100%;
	height: 16px;
	background-color: #00588b;
	background-image: url(http://www.sonrise.school.nz/templateimages/bg-footerbase.gif);
	background-position: top left;
	background-repeat: repeat-x;
	margin-bottom: 10px;
	}


/* =================================================== */
/* E-C Logo and Copyright ... LEFT ALIGNED */
/* =================================================== */

	
.baseleft, .baseright {
	vertical-align: top;
	padding: 0px 20px 0px 15px;
	}

.baseright {}

.small {
	font-size: x-small;
	color: #5fa5ce;
	}


/* =================================================== */
/* FORMS */
/* =================================================== */

.dynamicform table {
	border: solid #00588b 1px;
	}

.dynamicform table .formtext {
	background-color: #a2e3f9;
	}

.dynamicform table .formtext strong {
	font-weight: normal;
	}

.dynamicform table .formfield {
	background-color: #349bcc;
	}

.dynamicform table .formsubmit {
	background-color: #00588b;
	border: none;	
	}
	
#fillinform a {
	color: #fff;
	}


/* =================================================== */
/* NAVIGATION and LINKS */
/* =================================================== */

a {
	color: #0e8dc9;
	text-decoration: underline;
	}

a:hover	{
	color: #41b4ea;
	}

.subnav {
	width: auto;
	color: #ffc000;
	font-size: x-small;
	padding: 4px 20px 3px 20px;
	text-align: center;
	}

.subnav a {
	color: #000;
	}

.subnav a:hover {
	color: #00588b;
	}

#navcolumn, #navcolbase {
	background-color: #00588b;
	vertical-align: top;
	}

#navcolbase {
	vertical-align: bottom;
	}

#nav {
	background-color: #ffcc00;
	background-image: url(http://www.sonrise.school.nz/templateimages/bg-nav.gif);
	}

#navigator {
	padding: 20px 0;
	width: 157px;
	background-image: url(http://www.sonrise.school.nz/templateimages/bg-navtop.gif);
	background-position: top left;
	background-repeat: no-repeat;
	}

.button1, .button2, .currentpage, .submen {
	font-family: verdana;
	font-size: x-small;
	font-weight: bold;
/*	text-align: center;	*/				/* Uncomment to center left nav text */
	margin: 0px;
	padding: 0px;
	width: 157px;
	}

.button1 a, .button2 a, .currentpage a, .submen a {
	padding: 4px 10px 5px 10px;
	text-decoration: none;
	display: block;
	width: auto;
	color: #00588b;
	border-left: solid #ffde59 19px;
	}

.currentpage a {
	color: #000;
	background-color: #ffde59;
	background-image: url(http://www.sonrise.school.nz/templateimages/bg-over.gif);
	background-position: top left;
	background-repeat: repeat-x; 
	border-left: solid #ffcc00 19px;
	}

.currentpage a:hover,
.button1 a:hover,
.button2 a:hover,
.submen a:hover {
	color: #00588b;
	background-color: #8bd5f1;
	background-image: none;
	border-left: solid #4fadd7 19px;
	}

.submen a {
	font-weight: normal;
	}