#navCell {
	width:255px;
	background:url(../images/template/navbg.gif) repeat-y;
	padding-left:15px;
}
.navList {
	width:228px;
	list-style:none;
	margin:0;
	padding:0;
	font-weight:bold;
	border-bottom:1px dashed #AEBDC3;
}
.navList li {
	padding:2px 15px;
	border-top:1px dashed #AEBDC3;
}
.navList ul {
	list-style:none;
	margin:0;
	padding:5px;
	font-weight:normal;
}
.navList ul li {
	border:none;
}
.navList a {
	color:#006699;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
	text-decoration:none;
}
.navList a:hover, .navList a.current {
	color:#ff0000;
}
#topNav {
	list-style:none;
}
#positionNav {
	float:right;
	width:280px;
}
#topNav li {
	float:left;
	padding-left:20px;
}
#topNav a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
	text-decoration:none;
	color:#B5B5B5;
}
#topNav a:hover {
	color:#666666;
}
a img {border:none;}
.loginBox {
	/*background:#b3d6e3;*/
        background: #b3d6e3;
	padding:10px 0px 5px 15px;
	/*border-bottom:1px dashed #AEBDC3;*/
        border-top: 2pt solid #ffffff;
        border-left: 2pt solid #ffffff;
        border-bottom: 2pt solid #666666;
        border-right: 2pt solid #666666;
	width: 196px;
        margin: 5pt;
        margin-top: 10pt;
}
.loginBox .title {
	color:#069;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
	font-weight:bold;        
}
.loginBox table { margin-top: 10px; }
.loginBox table th {
	color:#666;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
padding-right:5px;
}
.loginBox table td img {
 height: 16px;
 width: 6px;
 position: relative;
 top: 3px;
 _top: 2px;
}
.loginBox table td input {
 position: relative;
 top: 2px;
 border: none;
 font: 12px Arial;
 height: 16px;
 color: #369;
 background: url(http://www.capella.co.nz/common_images/capella.co.nz/textbox_bg.png) center right no-repeat;
}
.loginBox input {
	width: 100px;
	margin-bottom:3px;
	border:1px solid #666666;
}
.loginBox .submit {
 width: 175px;
 margin-top:5px;
 cursor:pointer;
 color:#3A86A2;
 font-size:8pt;
font-weight: bold;
 border: none;
 height: 20px;
}
.loginBox .submit:hover {
 color:#C7DBE3;
}
