@charset "utf-8";

body{
background-color:#fff;
}

#ds-content{
background:url('../../images/lines.jpg') repeat-y;
}


#ds-options-wrapper{
float:left;
width:200px;
padding:24px 12px 12px;

height:100%;
}

#ds-options{
height:100%;
}

#ds-content{
border:#ccc dashed 1px;
}

#ds-main{
background:none;
background-image: url(http://www.waikato.ac.nz/images/template/background.gif);
background-repeat:repeat-x;

}
#ds-header-wrapper {
background-color:#c00;
color: white;
height:74px;
}

#ds-trail-wrapper {
background:none;
margin: 0;
padding: 30px 0 0;
border:none;
}



#ds-header-logo{
height:70px;
background:url('http://www.waikato.ac.nz/images/coa_red.gif') no-repeat;
width:196px;
margin-top: 5px;
}

#ds-header-logo-text {
/*this will need to be removed when HTML updated to remove heading*/
font-size:200%;


}




h1.ds-option-set-head {
width:auto;
padding: 2px 0 2px 6px;
border: none;
text-transform:uppercase;
font-size: 11px;
font-weight:bold;
text-align:left; /*added 26Jan12 */
color: white;
background: #c00;
border:1px #c00 solid;
border-top-left-radius: 6px 6px;
border-top-right-radius: 6px 6px;
border-bottom-right-radius: 6px 6px;
border-bottom-left-radius: 6px 6px;

}

#ds-search-form input.ds-text-field {
width:120px;
}

div.ds-option-set{
border:none;
}

a:active{
color: #FFCC33;
}
a:focus, a:hover { 
color:#007bb2;
text-decoration: underline;
 }

a:link { 
color:#007bb2;

 }

:focus { 
outline-style: none;
outline-width: 0px;
 }

a { 
text-decoration: none;
 }
 
 a:visited{
 color: #333399;
 }
 
 /*
 #ds-options a:link, #ds-options a:focus {
 color:#444;

 }
 
 #ds-options a:hover{
 color:#c00;
 }*/
 
 .ds-sublist-head{
 margin:15px 0 5px 0;
 color:#333;
 font-weight:bold !IMPORTANT;

 }
 
  div.ds-option-set ul.sublist{
 margin-left:15px;

 }
 
/* 
 div.ds-option-set ul.sublist li{
 margin-left:0;
 padding-left:15px;
 background:url(../images/raquo.jpg) left center no-repeat;
 }
 */
 
 #ds-trail{
 	margin-bottom:1em;
	 font-size: 0.9em;
 }
 
 #ds-trail li.first-link{

 color:#c00;
 }
 
 

 #ds-trail li, #ds-trail li a, #ds-trail li a:visited{
	 color:#999;
 }
 
 
 
  #ds-trail li a:hover{
  	color:#c00;
	text-decoration:unerline;
  }

 #ds-trail li.first-link a, #ds-trail li.first-link a:visited{
	color:#c00;
 }
 
  
 .ds-button-field{
 	background-color:#eee;
	color:#C00;
	border:#ccc 2px solid;
 }
 
 /*Community List*/
 .artifact-title{
 font-size:110%;
 
 }
 


 #ds-footer-wrapper {
margin-top: 20px;
}
 
 #ds-footer{
 border-top:none;
 padding-top:0;
 font-size:100%;
 
 }
 
 /*Footer - copied for UOW CSS */
 
 #footer{
 clear: both;
float: left;
background-color: white;
color: #666;
width: 100%;
height: auto;
 }
 
 #footer p {
clear: both;
font-size: 85%;
margin: 0;
padding: 5px 2px;
}
 
 #tagline{
 color: white;
background: url(http://www.waikato.ac.nz/images/template/footer.gif) repeat-y #333;
text-align: right;
padding: 0 4px 0 0;
margin: 0;
float: left;
width: 100%;
height: 29px;
 }
 
 #tagline p {
color: #fff;
font-weight: bold;
font-size: 100%;
letter-spacing: 0.1em;
text-align: right;
}
 
 #footer a, #footer a:link, #footer a:visited {
color: #999;
}
uow_base.css:237
#footer a, #footer a:link, #footer a:visited {
color: #999;
}

#footer a:hover{
text-decoration:underline;
color:#c00;
}

 

/* H1 on document view page */
div.item-summary-view-metadata h1, h1.ds-div-head{ 
font-weight:normal;
line-height:normal;
text-align:left;
color:#333;
}


div.simple-item-view-authors{
font-weight:normal;
text-align:left;
padding-top:10px;
}

#ds-search-form label{
width:100%;
white-space:nowrap;
}


#ds-search-form{
margin:0;
}

/* Search field in left-nav */
div#ds-search-option input.ds-text-field{
color:#999;
}

#ds-body{
padding:20px 30px 20px 15px;
width:665px;
*width:660px; /* IE 6 and below */
height:100%;
float:right;
}
