/* Top Elements */
* { margin: 0; padding: 0; outline: 0 }
html {
	margin:0;
	padding:0;
	height:100%; /* needed for container min-height */
}
body {
	background: #ffffff;
	font: 70%/1.5em Verdana, Tahoma, arial, sans-serif;
	color: #000000; 
	text-align: left;
	height:100%; /* needed for container min-height */
}
/* GENERAL LINK STYLES*/
a {	
	color: #5A93C9;
	text-decoration: underline;
}
a:visited {	
	color: #5A93C9;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
/* GENERAL HEADER/TEXT STYLES */
h1, h2, h3 {
	font-weight: normal; 		
}
h1 {
	color: #7C1C51;
	font-size: 190%;	
	border-bottom: solid 1px #7C1C51;
	width: 99%;
}
h2 {
	font-size: 150%;	
	color: #7C1C51;
}
h3 {
	font-size: 150%;	
}
h4 {
	font-size: 150%;	
	text-decoration: underline;
	color: #ababab;
}
h1, h2, h3 {
	padding: 5px 0px;
	margin: 0;
}
p {
	padding: 5px 0px 5px 0px;
	margin: 0;
}
ul {
	margin: 5px 10px;
	padding: 0 5px;
}
ol {
	margin: 5px 20px;
	padding: 0 5px;
}
hr {
	color: #ababab;
	height: 1px;
}
/* IMAGES */
.float-right {
	float: right;
  	margin: 0px 10px 0px 10px;  
}
.float-left {
	float: left;
  	margin: 5px 10px 10px 10px;
}
.float-center {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
/* FORM */
label {
	display:block;
	font-weight:bold;
	margin:5px 0;
}
input {
	padding:2px;
	border:1px solid #7f9db9;
	font: normal 1em Verdana, sans-serif;
	color:#333;
}
.noFormat {
	border: none;
	width: 28px;
	background-color: #f4f2f1;
	text-align: right;
}
textarea {
	width:200px;
	padding:2px;
	font: normal 1em Verdana, sans-serif;
	border:1px solid #7f9db9;
	height:55px;
	display:block;
	color:#333;
}
input.checkbox {
	padding:0px;
	border:none;
	width: 20px;
}
input.radio {
	padding:2px;
	border:none;
	width: 20px; 
}
/* BUTTONS */
#buttons{
	display: block;
}
button{
	padding:4px 2px;
	font-size:90%;
	width: 110px;
}
button img{
	vertical-align: middle;	
	height:16px;
	width:16px;
}
/* FORM - within table*/
.formLabel {
	margin-top: 5px;
	margin-left: 15px;
	background:#cccccc url(bg_graynav_cornrs_top_250.gif) no-repeat scroll left top;
	color:#fff;
	display:block;
	font-size:11px;
	padding:8px 5px 8px 25px;
	width:220px;
}
.formLayout {
	margin-left: 15px;
	float: left;
	display: block;
	width: 750px;
}
.form {
	border: solid 1px #cccccc;
	border-collapse: collapse;
	width: 750px;
	background-image: URL(bg_formtable.gif);
	background-repeat: repeat-x;
	background-color: #f4f2f1;
}
.form th strong {
	color: #fff;
}
.form th {
	background: #93BC0C url(nav.jpg) repeat-x;
	height: 29px;
	padding-left: 12px;
	padding-right: 12px;
	color: #FFF;
	text-align: left;
	border-left: 1px solid #B6D59A;
	border-bottom: solid 2px #FFF;
}
.form tr {
	height: 25px;
}
.form td {
	padding: 5px 20px 5px 20px;
	border-bottom: 1px solid #DFDFDF;
	vertical-align:middle;
}
.tablelabel {
	font-weight: bold;
	vertical-align: top;
}
.tablemand {
	background: transparent URL(icon_mandatory.gif) no-repeat center right;
	padding-left: 10px;
	font-weight: bold;
}
.forminfo {
	background-image:url(/rccms.nsf/icon_information.gif);
	background-repeat:no-repeat;
	background-position: 0 0;
	background:url(/rccms.nsf/icon_information.gif) no-repeat -5px 5px;
	padding-bottom:5px;
	padding-left:0px;
	color: #3e578e;
}
.tablehead {
font-weight: bold;
color: #3e578e;
border: none;
}
.info{
	font-size:x-small;
	color:gray;
	font-weight:normal;
}
/* VIEW FORMATTING*/
.viewTable {
	margin-top: 0px;
}
.viewTable thead {
	background: #ABABAB URL(bg_blue.gif);
	height: 34px;
	color: #ffffff;
}
.viewTable thead td{
	padding-left: 5px;
		border-top: solid 1px #000;
		border-bottom: solid 1px #000;
border-collapse: collapse;
	cursor: hand;
	text-decoration: underline;
	height: 34px;
}
.viewTable tbody tr td { 
	height:30px;
padding: 5px;
	}
.viewTable tfoot th, tfoot td {
	background-color:#E7E7E7; padding:10px;
	text-align:center; 
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:22px; font-weight:bold; font-style:italic;
	border-bottom:3px solid #CCC;
	border-top:1px solid #DFDFDF;
}
/* SORT TABLE STYLES */
.sort-arrow {
width:	11px;
height:	11px;
background-position: center center;
background-repeat: no-repeat;
margin:	0 2px;
}
.sort-arrow.descending {
background-image: url(downsimple.png);
}
.sort-arrow.ascending {
background-image: url(upsimple.png);
}
/* NAVIGATION */
#nav {
	clear: both;	
	padding: 0;
}
#nav ul {
	float: left;
	list-style: none;
	background: url(bg_menu.jpg) repeat-x;	
	width: 790px;		
	margin: 0 0 0 15px;
	padding: 0;	
	display: inline;
}
#nav ul li {
	display: inline;
	margin: 0; padding: 0;
	font: bold 13px/2.8em Verdana, Tahoma, arial, sans-serif;
}
#nav ul li a {
	display: block;
	float: left;
	width: auto;
	margin: 0;
	padding: 0px 20px;
	border-bottom: none;
	color: #FFF;
	text-decoration: none;	
	letter-spacing: 1px;
	line-height: 22px;
}
#nav ul li a:hover, #nav ul li a:active {
	color: yellow;
}
#nav ul li#current a {	
	color: yellow;
}
/* LAYOUT STYLES  - CORE*/
#wrap {
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
	width: 100%;
	text-align: left;
}
#top-bg {
   	position: absolute;
	width: 820px;
	height: 19px;
	background: #ccc url(top-bg.jpg) repeat-y center top;	
	top: 0; left: 0;
	z-index: 2;	
}
#content-wrap {
	padding-left: 15px;
	padding-bottom: 15px;
}
/* LAYOUT STYLES  - HEADER*/
#header {
	position: relative;
	height: 160px;
	padding: 0;	
	color: #FFF;
	background: #fff URL(title_background.jpg) repeat-x top left;
	margin-bottom: 10px;
}
#logo-text{
	position: relative;
	margin: 0; padding: 0;
	top: 20px;
	font: bold 24px 'Trebuchet MS', Arial, Sans-serif;
	letter-spacing: -1px;
	color: #787676;
	text-transform: none;
	text-decoration: none;
	/* change the values of top and left to adjust the position of the logo*/
	vertical-align: middle;
	text-align: left;
}
#logo-text span {
	color: #9A9696;
}
#logo-text  .maori{
	color: #7C1C51;
	font: 18px 'Trebuchet MS', Arial, Sans-serif;
	position: relative;
	top: -5px;
}
/* header links */
#header #header-links {
	position: absolute;
	top: 125px; left: 20px;	
	color: #838181;
	font-size: 10px;	
}
#header #header-links a {	
	color: #838181;
	text-decoration: underline;	
}
#header #header-links a:hover {
	color: #444;		
	text-decoration: none;	
}
#header #search {
	position: absolute;
	top: 124px; right: 20px;	
	color: #838181;
	font-size: 10px;
}
#header #search  a {	
	color: #838181;
	text-decoration: underline;	
}
#header #search  a:hover {
	color: #444;		
	text-decoration: none;	
}
/* header-photo */
#header-photo {
	clear: both;
	height: 200px;
	width: 790px;
	margin: 0 auto;
	background: #FFF url(header-photo.jpg) no-repeat center center;
}
/* LAYOUT STYLES  - LEFT SIDEBAR*/
#layoutLeft {
	float: left;
	width: 175px;
	padding: 5px;
	margin-bottom: 30px;
	/*padding: 20px 10px 20px 0; margin: 0;*/
}
#layoutLeft img {
  border:0 !important;
}
	
#layoutLeft h3 {
	padding: 5px 5px; 
	font: bold 1.4em 'Trebuchet MS', Tahoma, Sans-serif;
	color: #8C9F0D; 		
}
.sidebox {
	background:#F5F5F5 none repeat scroll 0%;
	margin-bottom:10px;
}
.sidebox h2 {
background:#ABABAB url(bg_graynav_cornrs_top.gif) no-repeat scroll left top;
color:#FFFFFF;
display:block;
font-size:11px;
padding:8px 5px 8px 25px;
width:145px;
}
#layoutLeft ul.sidemenu {
margin:0px 0px 8px 0pt;
padding:0pt;
text-align:left;
text-decoration:none;
background-color: #e4e5e6;
}
#layoutLeft ul.sidemenu li {
color:#8F8F8F;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
}
* html body #layoutLeft ul.sidemenu li {
height:1%;
}
#layoutLeft ul.sidemenu li a:link, #layoutLeft ul.sidemenu li a:visited {
background:transparent url(bg_graynav_bkgrd.gif) no-repeat scroll 0px 0px;
color:#666666;
text-decoration:none;
}
#layoutLeft ul.sidemenu li a:hover, #layoutLeft ul.sidemenu li a:active, #layoutLeft ul.sidemenu li a:focus, #layoutLeft ul.sidemenu li#current a{
background-position:-175px 0pt;
color:#666666;
text-decoration:none;
}
#layoutLeft ul.sidemenu li a {
border-bottom:1px solid #D7D8D8;
display:block;
padding:10px 5px 9px 25px;
width:145px;
}
#layoutLeft ul.sidemenu ul {
margin:0pt 0pt 0pt 5px;
padding:0pt;
}
#layoutLeft ul.sidemenu ul li {
background:transparent none repeat scroll 0%;
}
.sideboxAdmin h2 {
background:#3196eb url(bg_graynav_cornrs_top.gif) no-repeat scroll left top;
color:#FFFFFF;
display:block;
font-size:11px;
padding:8px 5px 8px 25px;
width:145px;
}
#layoutLeft ul.sidemenuAdmin {
margin:0px 0px 10px 0pt;
padding:0pt;
text-align:left;
text-decoration:none;
}
#layoutLeft ul.sidemenuAdmin li {
color:#8F8F8F;
display:block;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
}
* html body #layoutLeft ul.sidemenuAdmin li {
height:1%;
}
#layoutLeft ul.sidemenuAdmin li a:link, #layoutLeft ul.sidemenuAdmin li a:visited {
background:#9fb4d3 url(bg_graynav_bkgrd_Admin.gif) no-repeat scroll 0px 0px;
color:#ffffff;
text-decoration:none;
}
#layoutLeft ul.sidemenuAdmin li a:hover, #layoutLeft ul.sidemenuAdmin li a:active, #layoutLeft ul.sidemenuAdmin li a:focus {
background-position:-175px 0pt;
color:#ffffff;
text-decoration:none;
}
#layoutLeft ul.sidemenuAdmin li a {
display:block;
padding:10px 5px 9px 25px;
width:145px;
}
#layoutLeft ul.sidemenuAdmin ul {
margin:0pt 0pt 0pt 5px;
padding:0pt;
}
#layoutLeft ul.sidemenuAdmin ul li {
background:transparent none repeat scroll 0%;
}
/* LAYOUT STYLES  - MAIN CONTENT WINDOW*/
#breadcrumb {
	padding: 3px 20px 5px 20px;;
	display: block;
	text-align:left;
	width: 100%px;
	background-color: #dcdcdc;
	border: bottom 1px #d8d8d8;
	background: url(vwluResources/bg_breadcrumb/$file/bg_breadcrumb.gif);
}
#layoutMain {
	padding: 5px 15px 40px 0px;
	text-align:left;
}
#layoutMain h1{
	padding-top: 5px;
	padding-bottom: 10px;
}
/* this layout is for no left hand navigation and no right sidebar */
.layout1 {
	float: left;
	width: 100%;
}
/* this layout is for no left hand navigation and right sidebar */
.layout2 {
	margin-left: 200px;
}
/* this layout is for left hand navigation and right sidebar */
.layout3 {
	float: left;
	width: 470px;
} 
/* this layout is for left hand navigation and no right sidebar */
.layout4 {
	float: left;
	width: 670px;
}
/* LAYOUT STYLES  - RIGHT SIDEBAR*/
#layoutRight {
	float: right;
	width: 200px;
	padding: 48px 0px 20px 0; margin: 0;
	text-align:left;
	height: 100px;
}
#layoutRight h3 {
	padding: 5px 5px; 
	font: bold 1.4em 'Trebuchet MS', Tahoma, Sans-serif;
	color: #8C9F0D; 		
}
/* LAYOUT STYLES  - FOOTER*/
#footer-wrap {
	position:absolute;
	width:100%;
	bottom:0; /* stick to bottom */
	background: #f5f5f5 URL(bg_footer.gif) repeat-x top left;
	float: left;
}
#footer-wrap p {
	padding: 5px 25px;
}
#footer-wrap a {
	color: #000;
}
#footer-top {
	clear: both;
	color: #666;	
	margin: 0 auto;
	width: 520px;
	padding: 5px 0;
	text-align: center;
}
#footer-top a {
	text-decoration: none;
	color: #666666;
	margin: 0px 2px 0px 2px;
	padding: 2px;
}
#footer-top a.current {
	color: #000000;
	background: #cccccc;
}
#footer-top a:hover {
	color: #000;	
}
#footer-top p {
	padding: 10px 0;
}
#footer-top h3 {
	color: #666666;
	margin: 0;
	padding: 0 10px; 
	text-transform: uppercase;
}
#footer-bottom {
	clear: both;
	color: #fff;
	background-color: #0655a4;
	margin:  0 auto; 
	width: 790px;
	padding: 10px 0;
	text-align: center;
	display: inline-block;
}
#footer-bottom {
	vertical-align: middle;
}
#footer-bottom a {
	text-decoration: none;
	color: #ffffff;
	margin: 0px 2px 0px 2px;
	padding: 2px;
}
#footer-bottom a:hover {
	color: #ccc;
}
/*** VALIDATION ***/
input.disabled {
	border: 1px solid #F2F2F2;
	background-color: #F2F2F2;
}
input.required, textarea.required {
	border: 1px solid #00A8E6;
}
input.validation-failed, textarea.validation-failed {
	border: 1px solid #FF3300;
	color : #FF3300;
}
input.validation-passed, textarea.validation-passed {
	border: 1px solid #00CC00;
	color : #000;
}
.validation-advice {
	background: transparent url(icon_exclamation.gif) no-repeat 5px 0.1em;
	padding: 2px;
	padding-left:25px;
	line-height:1.3em;
	color : #f00;
	vertical-align: top;
	font-size: xx-small;
	font-weight: normal;
}
.validation-summary {
	text-decoration: none;
	padding: 6px 10px 4px 30px;
	color: red;
	background: url(icon_exclamation.gif) no-repeat 5px center;
	vertical-align: center;
	position: relative;
	display: block;
}
.tablesub {
width: 800px;
margin: 0px 0px 10px 0px;
}
.tablesub td{
padding: 5px 5px 5px 5px;
font-size:small;
}
.tablelabel {
border: none;
font-weight: bold;
}
/*** ICONS FOR FILE ATTACHMENTS ***/
ul.download{
	margin: 0px;
}
.download li{
	list-style-type:none;
	background-color:transparent;
	background-position:left center;
	background-repeat:no-repeat;
	background-image:url(icon_file_generic.gif);
	padding-left:20px;
	margin-left: 0px;
}
li.xls, a.xls {
        background-image:url("/web/RCCMS_cla.nsf/icon_file_excel.gif");
}
li.doc{
        background-image:url("icon_file_word.gif");
}
li.pdf {
        background-image:url("/web/RCCMS_cla.nsf/icon_file_pdf.gif");
}
li.jpg {
        background-image:url("/web/RCCMS_cla.nsf/icon_file_picture.gif");
}
/*** END - ICONS FOR FILE ATTACHMENTS ***/
/*** VIEW NAVIGATION BUTTONS ***/
	.pagenav
		{
	font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: xx-small;color:#666;
	margin-top: 20px;
		}
	.pagenav p
		{
		position:relative;text-align:left
		padding: 0px;
		}
	.pagenav p a:link, .pagenav p a:visited, .pagenav p a:hover, .pagenav p a:active
		{
		text-decoration:none;background:#eff4fb;padding:2px 5px;border: 1px solid #46659b; color: #46659b;
		}
	.pagenav p a:hover
		{
		background:#7692bf;color:#fff
		}
	.pagenav p span
		{
		text-decoration:none;background:#7692bf;padding:2px 5px;border: 1px solid #46659b;color:#fff
		}
	.pagenav *
		{
		margin:0
		}
	.notactive
		{
		text-decoration:none;background:#ccc;padding:2px 5px;border: 1px solid #ccc;color:#ccc
		}
/*** END - VIEW NAVIGATION BUTTONS ***/
img.imagePreview {
	padding: 10px;
}
.noDocMessage {
	background-image:url(icon_information.gif);
	background-repeat:no-repeat;
	background-position: 0 0;
	background:url(icon_information.gif) no-repeat 2px 0px;
	padding-left:20px;
	color: #3e578e;
	line-height: 25px;
}
/* ROUNDED BOX */
.round_box{
	background: url(round_box_tl.png) no-repeat top left;
}
.round_box a {
	text-decoration: none;
}
.round_box a:visited {
	text-decoration: none;
}
.round_box a:hover {
	text-decoration: underline;
}
.round_box_top{
	background: url(round_box_tr.png) no-repeat top right;
}
.round_box_bottom{
	background: url(round_box_bl.png) no-repeat bottom left;
}
.round_box_bottom div {
	background: url(round_box_br.png) no-repeat bottom right;
}
.round_box_content{
	background: url(round_box_r.png) top right repeat-y;
}
.round_box_top div,.round_box_top,
.round_box_bottom div, .round_box_bottom{
	width: 100%;
	height: 15px;
}
.round_box_content, .round_box_bottom{
	margin-top: -10px;
}
.round_box_content{ padding: 0 15px }
.hidden {
	display: none;
}
/* FAQs */
.faqQuestion
{
	background-image:url(icon-faqQ.gif);
	background-position:0px 8px;
	background-repeat:no-repeat;
	font-weight:bold;
	padding:0px 0px 0px 22px;
}
.faqAnswer
{
	background-image:url(icon-faqA.gif);
	background-position:0px 10px;
	background-repeat:no-repeat;
	border-bottom:1px dotted #333333;
	margin:0px 0px 10px;
	padding:0px 0px 0px 22px;
}
