/*
Name: Technology Solutions
Description: Default styles for Wairarapa College
Author: David McKinley
Author URI: http://www.tekaru.com/
*/


/*
     LAYOUT -----------------------------------------------------------------------*/

body {
	font-family: Arial, Tahoma, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	color: #333;
	line-height: 1.6em;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	background: url(../images/bg-page.jpg) no-repeat #fff;
}

#container {
	display: block;
	position: absolute;
	left: 50%;
	margin-top: 0px;
	margin-left: -475px;
	width: 950px;
	height: 63px;
}

#page-content-left{
	display: block;
	float: left;
	padding-left: 0px;
	padding-right: 0px;
	width: 730px;
	background: url(../images/bg-content-left.png) no-repeat;
}

#banner-crest {
	display: block;
	float: left;
	width: 269px;
	margin-top: 11px;
}

#menu {
	display: block;
	float: left;
	width: 100%;
	height: 30px;
	margin-top: 0px;
}

#sub_menu {
	display: block;
	float: left;
	width: 185px;
	height: 400px;
	margin-top: 10px;
	background: url(../images/bg-submenu.jpg) no-repeat;
}

#right-menus{
	display: block; 
	position: absolute;
	width: 220px; 
	height: 500px; 
	margin-left: 720px;
	margin-top: -16px;
	z-index: 9;
}

#main_content {
	display: block;
	float: left;
	padding-left: 5px;
	padding-right: 10px;
	width: 530px;
	margin-top: 0px;
}

#banner-image {
	display: block;
	float: left;
	width: 950px;
	height: 220px;
	margin-top: 0px;
	border-bottom: solid 1px #004499;
}

#banner-caption {
	display: block;
	position: absolute;
	/*float: left;*/
	z-index: 0;	
	width: 950px;
	height: 20px;
	margin-top: -20px;
	background-color: #011a3b;
	/* for IE */
    filter:alpha(opacity=60);
	/* CSS3 standard */
    opacity:0.6;
}

#page-content{
	display: block;
	float: left;
	width: 950px;
	margin-top: 0px;
	background: url(../images/bg-content.jpg) no-repeat #fff;
	z-index: 999;
}

#banner-text-menu {
	display: block;
	float: left;
	width: 680px;
	height: 10px;
	margin-top: 10px;
	font-family: Arial, tahoma;
	font-size: 12px;
	color: #59aafc;
	text-decoration: none;
}

#banner-search {
	display: block;
	float: left;
	width: 680px;
	height: 30px;
	margin-top: 5px;
	font-family: Arial, tahoma;
	font-size: 12px;
}

#banner-email-link {
	display: block;
	float: left;
	width: 675px;
	height: 10px;
	margin-top: 23px;
}

#footer-menu {
	display: block;
	float: left;
	width: 100%;
	height: 40px;
	margin-top: 10px;
	border-top: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
	background: url(../images/bg-footer.jpg) no-repeat;
	font-family: Arial, tahoma;
	font-size: 12px;
}

#page-title {
	display: block;
	float: left;
	width: 950px;
	height: 70px;
	background: url(../images/bg-pagetitle.jpg) no-repeat;
	border-bottom: solid 1px #004499;
}

#page-footer {
	display: block;
	float: left;
	width: 100%;
	height: 80px;
}

#On_This_Page {
	display: block;
	float: Left;
	width: 510px;
	padding: 10px;
	color: #777;
	background-color: #fbf9f1;
	border-bottom: solid 1px #ded7b9;
}


#photo {
	display: block;
	float: right;
	margin-left: 20px;
	margin-right: 15px;
	margin-bottom: 10px;
	font-family: Arial, tahoma;
	font-size: 10px;
	font-weight: bold;
	color: #887000;
}

#thumbnail {
	display: block;
	float: left;
	width: 102px;
	margin-right: 25px;
	margin-bottom: 20px;
}


#spacer10{
	display: block;
	float: left;
	width: 100%;
	height: 10px;
}

#spacer20{
	display: block;
	float: left;
	width: 100%;
	height: 20px;
}

#spacer30{
	display: block;
	float: left;
	width: 100%;
	height: 30px;
}

#spacer50{
	display: block;
	float: left;
	width: 100%;
	height: 50px;
}

/*
     GLOBAL TEXT ----------------------------------------------------------------------*/

p, ul, ol, form {
	font-size: 12px;
	margin-top: 15px;
	color: #333;
	line-height: 1.6em;
}

li{
	margin-bottom: 5px;
}

ul.main{ 
	color: #385672;
}

.page_title {
	margin-left: 15px;
	font-size: 24px;
	color: #fff;
}

.photo {
	padding: 2px;
	border: solid 1px #ddd;
	background-color:#FFFFFF;
}

p.warning {
	padding: 5px;
	color: #8f3939;
	font-weight: bold;
	border: solid 1px #f2b4b4;
	background-color:#fdecec;
}


.submenu{
	display: block; 
	float: left; 
	width: 170px; 
	margin-left: 5px; 
	height: 22px; 
	border-bottom: dotted 1px #999;
}

.breadcrumb {
	margin-left: 15px;
	font-size: 11px;
	color: #87afe2;
}

h1{
	font-size: 20px;
	color: #a20901;
	width: 100%;
	padding-bottom: 3px;
	border-bottom: solid 1px #ddd;
}

h2{
	font-size: 16px;
	color: #029c23;
	width: 100%;
	padding-bottom: 3px;
	border-bottom: solid 1px #ddd;
}

h3{
	font-size: 13px;
	color: #333;
}


h4{
	font-size: 16px;
	color: #fff;
}

a.main {
	font-size: 12px;
	color: #a20901;
	text-decoration: none;
	border-bottom: dotted 1px #a20901;
}

a.main:hover {
	background-color: #faeded;
}

a.email {
	font-size: 12px;
	color: #3773fd;
	text-decoration: none;
}

a.email:hover {
	background-color: #e1eefb;
}

a.info {
	font-size: 12px;
	padding: 3px;
	color: #febfb7;
	text-decoration: none;
}

a.info:hover {
	color: #fff;
	background-color: #bb0000;
}

a.info-box {
	font-size: 12px;
	padding: 3px;
	color: #8cb7e7;
	text-decoration: none;
}

a.info-box:hover {
	text-decoration: underline;
}

a.breadcrumb_link {
	font-size: 11px;
	color: #fff;
	text-decoration: none;
}

a.breadcrumb_link:hover {
	text-decoration: underline;
}

a.quicklinks {
	font-size: 12px;
	padding: 3px;
	color: #fed7ac;
	text-decoration: none;
}

a.quicklinks:hover {
	color: #fff;
	background-color: #9a5001;
}

a.sub_menu {
	font-size: 11px;
	padding: 6px;
	padding-bottom: 8px;
	color: #333;
	text-decoration: none;
}

a.sub_menu:hover {
	text-decoration: underline;
}

a.banner-text-menu {
	font-size: 12px;
	color: #9dccfc;
	text-decoration: none;
}

a.banner-text-menu:hover {
	text-decoration: underline;
}

a.footer {
	font-size: 11px;
	color: #444;
	text-decoration: none;
}

a.footer:hover { text-decoration: underline; }

a.page-footing {
	font-size: 11px;
	color: #000;
	text-decoration: none;
}

a.page-footing:hover { text-decoration: underline; }

.page-footing { font-size: 11px; color: #555; }

a.top_link {
	font-family: Tahoma;
	font-size: 12px;
	color: #000;
	text-decoration: none;
	border-bottom: dotted 1px #666;
}

a.top_link:hover { background-color: #eee; }

hr.dashed{
	border: 0px;
	border-bottom: dashed 1px #ccc;
}

/*
     FORMS & TABLES ----------------------------------------------------------------------*/

#search input {
	background: #fff url('/images/bg-input.png') no-repeat left top;
	height: 18px;
	width: 201px;
	padding: 7px 5px 3px 5px;
	border: 0;
	margin-top: 7px;
	color:#2e63c1;
	font: normal 11px verdana, arial;
}

#search input.button{
	margin-top: 2px;
	margin-right: 0px;
	height: 20px;
	width: 75px;
	background: #fff;
}

td.calendar {
	padding: 4px;
	border-right: solid 1px #bed0e2;
	border-bottom: solid 1px #a6bbd1;
	background-color:#ff;
}

th.heading{
	width: 50px;
	padding: 4px;
	border-left: solid 1px #bed0e2;
	border-right: solid 1px #bed0e2;
	border-top: solid 1px #a6bbd1;
	border-bottom: solid 1px #a6bbd1;
	background-color:#bfcfe0;
}

th.calendar{
	width: 50px;
	padding: 4px;
	border-left: solid 1px #bed0e2;
	border-right: solid 1px #bed0e2;
	border-bottom: solid 1px #a6bbd1;
	background-color:#e0e9f3;
}

th.directory{
	width: 50px;
	padding: 4px;
	
	border-left: solid 1px #bed0e2;
	border-right: solid 1px #bed0e2;
	border-top: solid 1px #a6bbd1;
	border-bottom: solid 1px #a6bbd1;
	background-color:#bfcfe0;
}