@charset "utf-8";
/* CSS Document */

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-color:#fff;
	margin:0; 
	padding:0; 
}

/*----------   TEXT
-------------------------------*/
p, div, td, li, span {
	color:#333333;	
	font-size: 12px;
	line-height: 20px;
}	
h1 {
	font-size:22px;
	color:#00ACEE;
	line-height:28px;
	margin-top: 0px;
	font-weight:normal;
}

h2 {
	font-size:14px;
	line-height:16px;
	margin-top: 8px; 
	margin-bottom: 4px;
}

h3 {
	color:#005cac;
	font-size:14px;
	padding-top:15px;
	padding-bottom: 5px;
	font-weight:bold;
}
h4 {
	color:#005cac;
	font-size:12px;
	padding-top:20px;
	font-weight:bold;
}

ul li {
	padding-top:15px;
	padding-bottom: 5px;
}

ol li{
	list-style-position: outside;
}

/*---------- LINKS AND IMAGES 
-------------------------------------*/

a:link, a:hover {	
	color:#0099FF;
	text-decoration:underline; 
}
a:hover {		
	color:#00CCFF;
	text-decoration:none; 
}
img {
	border:none;
}

#picleft {
	float:left ;
	margin-right: 20px;
	background-color: #FFF;
	padding: 5px;
	border: 1px solid #CCC;

}

#picright {
	float: right;
	margin-left: 20px;
	background-color: #FFF;
	padding: 5px;
	border: 1px solid #CCC;

}

/* ------------- PAGE STUCTURE 
-----------------------------*/
#container {
	position:relative;
	display:block;
	width:955px;
	padding-top:120px;
	background-image:url(http://www.nzbus.co.nz/images/nzbus-print.gif);
	background-repeat:no-repeat;
}
#header {
	display:none;
}
#logo-print {
	display:block;
	position:absolute;
	top:0px;
	left:36px;
}
#content {
	position:relative;
	margin-top:16px;
	margin-left:36px;
	margin-right:36px;
	text-align:left;	
}
#left {
	float:left;
	width:300px;	
	padding-top:10px;
}

#right {
	float:right;
	width:568px;
}
#clear {
	clear: both;
}
#footer {
	position:relative;		
	display:block;
	text-align:center;	
	height:28px;	
	padding-left:10px;
	margin-bottom:20px;	
}
#copyright {
	float:left;
	color:#999999;
	font-size:9px; 
	line-height:28px;	
}

/* ---------     NAVIGATION 
-----------------------------------*/

#top-menu {
	display:none;
}

#top-menu a:link, #top-menu a:visited {
	color:#fff;
	font-size:11px;
	float:left;
	line-height:26px;
	text-decoration:none;
	width:106px;
	background-image:url(http://www.nzbus.co.nz/images/menu-top-spacer.gif);
	background-position:center right;
	background-repeat:no-repeat;
}
#top-menu a:hover {
	color:#666666;
}
#top-menu #blank {
	background-image:none;
}
#header-menu {
	position:absolute;
	top:8px;
	right:5px;
	text-align:right;
}
#header-menu a:link, #header-menu a:visited {
	color:#fff;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
	padding-left:15px;
	padding-right:15px;
	/*padding-left:20px;
	padding-right:20px;*/
}
#header-menu a:hover {
	color:#63D0FA;
}

#menu {
	display:none;
}
#menu a:link, #menu a:visited {
	color:#fff;
	width:237px;
	height:28px;
	line-height:28px;
	font-size:13px;
	font-weight:bold;
	text-decoration:none;	
	float:left;	
}
#menu a:hover {
	color:#24DBFB;
}
#cursor-pointer:hover  {
	cursor:default;
}
/*------------- DROPDOWN MENU
--------------------------------------*/
#sub-menu-about,
#sub-menu-people,
#sub-menu-news
 {
	position:absolute;	
	z-index:5;
	display:block;
	width:237px;
	filter:alpha(opacity=75);
	opacity: 0.75;
	-moz-opacity:0.75;
	display:none;	
}
#sub-menu-about {
	top:178px;
	left:0px;	
}
#sub-menu-people {
	top:178px;
	left:239px;	
}
#sub-menu-news {
	top:178px;
	left:478px;	
}
#sub-menu-about a:link, #sub-menu-about a:visited, 
#sub-menu-people a:link, #sub-menu-people a:visited, 
#sub-menu-news a:link, #sub-menu-news a:visited {
	background-image:url(http://www.nzbus.co.nz/images/drop-down.png);
	background-position:top;
	color:#2e3192;
	width:237px;
	height:29px;
	display:block;
	text-decoration:none;
	line-height:28px;
	font-weight:bold;
}
#sub-menu-about a:hover,
#sub-menu-people a:hover,
#sub-menu-news a:hover  {
	background-position:bottom;
	color:#fff;
}


/*--------------- BUS MENU
--------------------------------------*/
#bus-menu {
	display:none;
}
#bus-menu a img {
	width:106px;
	height:91px;
}
#bus-menu a:link, #bus-menu a:visited {
	width:106px;
	height:91px;
	line-height:91px;
	background-repeat:no-repeat;
	background-position:top;
	text-decoration:none;
	display:inline-block;
}
#bus-menu a:hover {
	background-position:bottom;
	text-decoration:none;
}
#bus-menu #valleyflyer:link, 
#bus-menu #valleyflyer:visited {
	background-image:url(http://www.nzbus.co.nz/images/logo-valleyflyer.gif);
}
#bus-menu #metrolink:link, 
#bus-menu #metrolink:visited {
	background-image:url(http://www.nzbus.co.nz/images/logo-metrolink.gif);
}
#bus-menu #northstar:link, 
#bus-menu #northstar:visited {
	background-image:url(http://www.nzbus.co.nz/images/logo-northstar.gif);
}
#bus-menu #gowest:link, 
#bus-menu #gowest:visited {
	background-image:url(http://www.nzbus.co.nz/images/logo-gowest.gif);
}
#bus-menu #link:link, 
#bus-menu #link:visited {
	background-image:url(http://www.nzbus.co.nz/images/logo-link.gif);
}
#bus-menu #gowellington:link, 
#bus-menu #gowellington:visited {
	background-image:url(http://www.nzbus.co.nz/images/logo-gowellington.gif);
}
#bus-menu #citylink:link, 
#bus-menu #citylink:visited {
	background-image:url(http://www.nzbus.co.nz/images/logo-citylink.gif);
}
#bus-menu #stagecoach:link, 
#bus-menu #stagecoach:visited {
	background-image:url(http://www.nzbus.co.nz/images/logo-stagecoach.gif);
}
#bus-menu #fullers:link, 
#bus-menu #fullers:visited {
	background-image:url(http://www.nzbus.co.nz/images/logo-fullers.gif);
}
/*---------   FOOTER
-------------------------*/
#footer-menu {
	display:none;
}
#footer-menu a:link, #footer-menu a:visited {
	color:#fff;
	font-size:9px; 
	text-decoration:none;
	padding:8px;	
}				
#footer a:hover {
	color:#00FFFF;
}

/* HOME PAGE LAYERS */

#buses {	
	display:block;
	width:290px;
	height:110px;
	padding-top:10px;
}
#bus-metrolink,
#bus-valley-flyer,
#bus-north-star,
#bus-go-west,
#bus-link-bus,
#bus-citylink,
#bus-stagecoach,
#bus-fullers,
#bus-go-wellington {
	display:none;
}
#infobox,
#infobox-nzbus,
#infobox-metrolink,
#infobox-valley-flyer,
#infobox-north-star,
#infobox-go-west,
#infobox-link-bus,
#infobox-citylink,
#infobox-stagecoach,
#infobox-fullers,
#infobox-go-wellington {
	background-image:url(http://www.nzbus.co.nz/images/infobox-bg.gif);
	background-repeat:repeat-y;
	display:none;
	z-index:2;
}
#infobox-nzbus,
#bus-nzbus {
	display:block;
	
}
#infobox-img
 {
	display:block;
}
#infobox-body {
	background-image:url(http://www.nzbus.co.nz/images/infobox-head.gif);
	background-repeat:no-repeat;
	padding:10px 20px;
	height:80px;
}
#infobox-foot {
	background-image:url(http://www.nzbus.co.nz/images/infobox-foot.gif);
	height:16px;
	background-repeat:no-repeat;
	margin-bottom:12px;
}


/* form styles */

.formDiv

{

    

}

.formMessage

{

    text-align:center;

    color:#FF0000;

}                                                       

.textBox

{

    width:250px;

}

.validationMsg

{

    color:red;

}

#formContent

{

    padding: 0px;

    width: 670px;

    position: relative;

   /* float: right;*/

    padding-top: 15px;

    padding-right: 25px;

    padding-bottom: 25px;

    padding-left: 25px;

}

.formPass

{

    border:0;

    font-weight: bold;

    color: #000000;

    font-size: 11px;

    /*background-color: #23215a;    */

}

.formFail

{

    border:0;

    font-weight: bold;

    color: #000000;

    font-size: 11px;

    /*background-color: #7dd8f8;*/

}

.formnotes

{   

    font-size:9px;

}

/********** Calendar CSS ***********/

.bambo_calendar_date {

    color: #000000;

    border: 1px solid #000000;

    background-color: #FFFFFF;

    padding: 2px;

    z-index: 20;

}

.bambo_calendar_date h1{

    margin: 0px;

    font-size: 14px;

    font-weight: bold;

    text-align: center;

}

.bambo_calendar_date table tr td table tr th {

    font-family: "Courier New", Courier, mono;

    font-size: 11px;

    font-weight: bold;

    color: #000000;

    width: 26px;

    padding-left: 1px;

    text-align: center;

}

.bambo_calendar_date table tr td table {

    border-collapse: collapse;

}

.bambo_calendar_date table tr td table tr td {

    text-align: center;

    border-collapse: collapse;

    border: 1px solid #CCCCCC;

    width: 26px;

    height: 26px;

}

.bambo_calendar_date table tr td table tr td a {

    font-family: "Courier New", Courier, mono;

    font-size: 11px;

    font-weight: bold;

    text-decoration: none;

    color: #FF0000;

    width: 26px;

    height: 26px;

    line-height: 26px;

    display: block;

}

.bambo_calendar_date table tr td table tr td a:hover {

    color: #000000;

    background-color: #C4DBFD;

    font-size: 11px;

    font-weight: bold;

}

.bambo_calendar_date table tr td table tr td strong a {

    font-family: "Courier New", Courier, mono;

    background-color: #C4DBFD;

    font-size: 11px;

    font-weight: bold;

    text-decoration: none;

    color: #FF0000;

    width: 26px;

    height: 26px;

    line-height: 26px;

    display: block;

}

.bambo_calendar_date .dayNumber {

    font-weight: bold;

    background-color: #0099FF;

    color: #FFFFFF;

}

.bambo_calendar_date .dayNumberSelected {

    font-weight: bold;

    background-color: #FFFFBB;

    color: #000000;

}

.bambo_calendar_date .left {

    text-align: left;

}

.bambo_calendar_date .left a, .bambo_calendar_date .right a{

    font-family:"Trebuchet MS";

    color:#000000;

    font-size:12px;

}

.bambo_calendar_date .right {

    text-align: right;

}
