/*
	Muradora Screen Styles

	Table of Contents:
		layout
		typography
		miscellaneous
*/ /* 
----------------------------------------------- */
/* {
	color: #000;
	margin: 0;
	padding: 0;
}*/

/*
body {
	font-family: "Lucida Grande", "Tahoma", "Helvetica", "Arial", sans-serif;
	background: url(../images/bg-body.gif) repeat-x #d3d3d3;
	font-size: .9em;
	
}
*/

.row {
	voice-family: inherit;
	overflow: hidden;
}

* html .row {
	height: 1%;
}

/* layout
----------------------------------------------- */
#page {
	width: 85%;
	margin-left: auto;
	margin-right: auto;
	background: #fff;
	border-right: 1px solid #999;
	border-left: 1px solid #999;
	border-bottom: 1px solid #999;
	padding-bottom: 30px;
	min-height: 450px;;
}

#top-nav {
	height: 42px;
	background: url(../images/top_nav_bg.gif) repeat-x;
}

#uni-nav-links {
	margin-left: 30px;
	width: 220px;
	float: left;
	height: 20px;
}

/* ie workaround*/
* html #uni-nav-links {
	margin-top: 5px;
	margin-left: 17px;
}
/*
#user-nav-links {
	float: right;
	margin-right: 45px;
	text-align: center;
	padding-top: 10px;
	width: 320px;
	height: 32px;
	background: url(../images/user_details_bar.gif) no-repeat top right;
}
#login-links {
	float: right;
	margin-right: 45px;
	text-align: center;
	padding-top: 10px;
	width: 320px;
	height: 32px;
	background: url(../images/user_details_bar.gif) no-repeat top right;
	font-size: .8em;
	
	color: #333;
	
}

#login-links li {
	display: inline;
	list-style-type: none;
	font-size: 1em;
	border-right: 1px solid #ccc;
}

/* ie workaround 
* html #login-links ul {
	padding-top: 5px;
}

#login-links a {
	text-decoration: none;
	padding-right: 9px;
	padding-left: 5px;
}
/* ie workaround 
* html #user-nav-links {
	margin-right: 22px;
}


#header {
	margin-left: 35px;
}


#logo {
	margin-top: 0px;
}*/

#logo-phrase {
	margin-right: 45px;
	padding-top: 33px;
	padding-bottom: 30px;
	padding-right: 70px;
	text-align: right;
	background: url(../images/file_arrow_icon.gif) no-repeat right 5px;
	font-size: .8em;
	color: #333;
}

#search-box {
	margin-right: 45px;
	padding-top: 20px;
	padding-bottom: 23px;
	padding-right: 25px;
	text-align: right;
	font-size: .8em;
	color: #333;
	/*background:url(../images/search_bg.gif) no-repeat right 13px;*/
}

#main-nav-bar {
	height: 41px;
	background: url(../images/nav_bg.gif) repeat-x;
	margin-left: 10px;
	margin-right: 45px;
	overflow: hidden
}

#main-nav-left {
	background: url(../images/nav_left.gif) no-repeat;
	width: 30px;
	height: 41px;
	float: left;
}


#main-nav-right {
	float: right;
	background: url(../images/nav_right.gif) no-repeat;
	width: 30px;
	height: 41px;
	margin-right: -1px;
}

.sub-nav {
	margin-top: 0px;
	height: 34px;
	margin-left: 90px;
	overflow: hidden;
	width: 70%;
}

.sub-nav-left {
	background: url(../images/sub_left_bg.gif) no-repeat;
	width: 12px;
	height: 34px;
	float: left;
}

.sub-nav-middle {
	height: 34px;
	text-align: center;
	float: left;
	background-color: #cc2a2e;
	color: #fff;
	font-size: .75em;
	padding-top: 8px;
	padding-right: 20px;
	padding-left: 20px;
}

.sub-nav-right {
	float: left;
	background: url(../images/sub_right_bg.gif) no-repeat;
	width: 30px;
	height: 34px;;
	form mmargin-right: -1px;
}

#content {
	margin-top: 20px;
	margin-left: 46px;
	margin-right: 45px;
	/*line-height: 120%*/
}

#footer {
	width: 83%;
	height: 50px;
	margin-left: auto;
	margin-right: auto;
	background: none;
	font-size: .85em;
	padding-top: 5px;
	padding-bottom: 20px;
	color: #999;
	height: 100%;
}

.grey-box {
	background: url(../images/box_top.gif) no-repeat top right #efefef;
	padding: 10px;
	padding-top: 25px;
	padding-bottom: 20px;
	border-bottom: 1px solid #ccc;
	margin-top: 15px;
	font-size: .75em;
	margin-bottom: 10px;
}

.simple-grey-box {
	background: url(../images/box_top.gif) no-repeat top right #efefef;
	padding: 10px;
	border-bottom: 1px solid #ccc;
	margin-top: 15px;
	font-size: .75em;
	margin-bottom: 10px;
}

#column-1 {
	float: left;
	width: 62%;
}

#column-2 {
	float: right;
	width: 30%;
	border-left: 1px dotted #ccc;
	padding-left: 20px;
	margin-left: 20px;
}

fieldset {
	padding: 10px;
}

legend {
	margin-left: 10px;
	color: #cc2a2e;
	font-variant: normal;
	letter-spacing: -1px;
}

#leftpanel {
	float: left;
	width: 220px;
	margin: 0;
}

#rightcontent {
	margin-left: 220px;
	padding: 1em;
}

/* typography
----------------------------------------------- */
h1 {
	color: #000;
	font-variant: normal;
	letter-spacing: -1px;
	margin-bottom: 10px;
	font-size: 2em;
}

h2 {
	font-size: 1em;
	color: #cc2a2e;
}

h3 {
	font-size: .85em;
	color: #cc2a2e;
}

h4 {
	font-size: .85em;
	color: #5a5a5a;
	margin-top: 8px;
	margin-bottom: 0px;
}

p {
	margin-top: 8px;
	margin-bottom: 10px;
}

strong {
	color: #333;
}

a {
	color: #4686d5;
	text-decoration: none;
}

a:hover {
	color: #004393;
	text-decoration: none;
}

table.results-table {
	font-size: 1em !important;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 99%;
	padding: 1px;
	
}

table.results-table th {
	background-color: #dee9f7;
	color: #4686d5;
	padding: 8px;
	text-align: left;
	border-bottom: 1px solid #fff;
	padding-left: 12px;
	width: 120px;
}

table.results-table td {
	padding: 8px;
	padding-left: 12px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #ccc;
}

table.search-box {
	font-size: .75em;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 100%;
	border: none;
	border: 1px solid #dee9f7;
}

table.search-box th {
	background-color: #dee9f7;
	color: #4686d5;
	padding: 8px;
	text-align: left;
	border: none;
	padding-left: 15px;
}

table.search-box td {
	padding: 8px;
	padding-left: 12px;
	border: none;
	background-color: #dee9f7;
	text-align: center;
	color: #666;
}

div .help {
	cursor: hand !important;
	cursor: pointer !important;
	padding: 0px;
	margin: 0px;
}

#column-1 ul {
	margin-top: 5px;
	margin-bottom: 12px;
}

#column-1 li {
	background: url(../images/list_item.gif) no-repeat 0 5px;
	padding-bottom: 6px;
	padding-left: 12px;
	margin-right: 5px;
	font-size: .75em;
	list-style-type: none;
}

#column-2 ul {
	margin-top: 5px;
	margin-bottom: 12px;
}

#column-2 li {
	background: url(../images/list_item.gif) no-repeat 0 5px;
	padding-bottom: 6px;
	padding-left: 12px;
	margin-right: 5px;
	font-size: .75em;
	list-style-type: none;
}

#content .horizontal-list li {
	background: url(../images/list_item.gif) no-repeat 0 3px;
	padding-bottom: 6px;
	padding-left: 12px;
	margin-right: 5px;
	display: inline;
	font-size: .75em;
}

#uni-nav-links li {
	display: inline;
	list-style-type: none;
	padding-right: 12px;
	padding-left: 8px;
	color: #ffa381;
	font-size: .7em;
	border-right: 1px solid #d05256;
}

/* ie workaround */
* html #uni-nav-links li {
	padding-left: 12px;
}

#uni-nav-links a {
	color: #ffa381;
	text-decoration: none;
}

#uni-nav-links a:hover {
	color: #fff;
	text-decoration: none;
}

#user-nav-links li {
	display: inline;
	list-style-type: none;
	color: #333;
	font-size: .7em;
	border-right: 1px solid #ccc;
}

/* ie workaround */
* html #user-nav-links ul {
	padding-top: 5px;
}

#user-nav-links a {
	color: #333;
	text-decoration: none;
	padding-right: 9px;
	padding-left: 5px;
}

/* ie workaround */
* html #user-nav-links a {
	padding-left: 10px;
}

#user-nav-links a:hover {
	color: #000000;
	text-decoration: none;
}

#uni-nav-links li.no-border,#user-nav-links li.no-border,#login-links li.no-border
	{
	border-right: none;
}

.user-highlight {
	color: #4686d5;
	padding-right: 9px;
}


/* code governing left navigation */

#main-nav-middle {
	text-align: center;
	float: left;
	width: 88%
}

#leftNav {
	font-size: 10pt;
	color: #ffffff;
	}

#leftNav a {
	color: #ffffff;
	text-decoration: none;
	}

#leftNav a:hover {
	color: #ffffff;
	text-decoration: none;
	background-color: #171836; /* dark blue */
}

#leftNav ul li {
	list-style-type: none;
	list-style-image: none;
}

#leftNav ul li a {
	padding-right: 12px;
	padding-left: 12px;
	padding-top: 5px;
	padding-bottom: 5px;
}

body#frontpage #leftNav ul li#nav-frontpage a,
body#data #leftNav ul li#nav-data a, 
body#classroom #leftNav ul li#nav-classroom a, 
body#browse #leftNav ul li#nav-browse a,
body#search #leftNav ul li#nav-search a,
body#about #leftNav ul li#nav-about a,
body#list #leftNav ul li#nav-list a
{
	background-color: #171836; /* dark blue */
}

body#home li#nav-home a,
body#search li#nav-search a,
body#about li#nav-about a,
body#data li#nav-data a,
body#classroom li#nav-classroom a,
body#support li#nav-support a
{
border-bottom: 3px solid #21578a;
}

body#frontpage #leftNav ul li#nav-frontpage ul li a,
body#data #leftNav ul li#nav-data ul li a,
body#classroom #leftNav ul li#nav-classroom ul li a,
body#about #leftNav ul li#nav-about ul li a,
body#search #leftNav ul li#nav-search ul li a,
body#browse #leftNav ul li#nav-browse ul li a,
body#list #leftNav ul li#nav-list ul li a {
	margin-left: 10px;
	background-color: #8081d1; /* light blue */
	width: 112px;
}

/*  above...not indenting on the right properly  */

body#frontpage #leftNav ul li#nav-frontpage ul li a:hover,
body#data #leftNav ul li#nav-data ul li a:hover,
body#classroom #leftNav ul li#nav-classroom ul li a:hover,
body#about #leftNav ul li#nav-about ul li a:hover,
body#search #leftNav ul li#nav-search ul li a:hover,
body#browse #leftNav ul li#nav-browse ul li a:hover,
body#list #leftNav ul li#nav-list ul li a:hover {
	background-color: #171836; /* dark blue */
}

li#nav-frontpage ul, 
li#nav-data ul, 
li#nav-classroom ul, 
li#nav-browse ul, 
li#nav-search ul, 
li#nav-about ul, 
li#nav-list ul {
display: none;
}

body#frontpage ul li#nav-frontpage ul, 
body#data ul li#nav-data ul, 
body#classroom ul li#nav-classroom ul, 
body#browse ul li#nav-browse ul, 
body#search ul li#nav-search ul, 
body#about ul li#nav-about ul, 
body#list ul li#nav-list ul {
display: block;
}








#footer p {
	color: #999;
}

#footer a {
	color: #666;
	text-decoration: none;
}

#footer a:hover {
	color: #333;
}

#column-2 h3 {
	color: #E45D2C;
	margin-top: 10px;
}

#column-2 p {
	margin-top: 0px;
	margin-bottom: 5px;
}

#column-2 p.small-grey-text {
	color: #999;
	font-size: .65em;
	margin-bottom: 0px;
	margin-top: 3px;
}

.grey-box li {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #ccc;
	list-style-type: none;
	background: none !important;
	padding: 10px;
	font-size: 1em !important;
}

.simple-grey-box li {
	list-style-type: none;
	background: none !important;
	padding: 3px;
	font-size: 1em !important;
}

.grey-box h3 {
	font-size: 1em;
	color: #4686d5;
	margin-bottom: 10px;
	margin-top: 0px;
}

.simple-grey-box h3 {
	font-size: 1em;
	color: #4686d5;
	margin-bottom: 10px;
	margin-top: 0px;
}

.grey-box a {
	color: #4686d5;
}

.grey-box a:hover {
	color: #003366;
}

.grey-box p {
	font-size: 1em;
	margin-top: 10px;
	margin-bottom: 15px;
}

/* miscellaneous
----------------------------------------------- */
.hide {
	display: none;
}

.float-left {
	float: left;
}

.float-right {
	float: right;
}

.clear {
	clear: both;
}

.align-middle {
	vertical-align: middle;
}

.center-text {
	text-align: center;
}

.space-left {
	margin-left: 7px;
}

.space-right {
	margin-right: 7px;
}

.space-top {
	margin-top: 20px;
}

.space-bottom {
	margin-bottom: 20px;
}

.sml-space-top {
	margin-top: 10px;
}

.sml-space-bottom {
	padding-bottom: 10px;
}

.alt-colour-1 { /*blue*/
	color: #4686d5;
}

.alt-colour-2 { /*orange*/
	color: #ff6600;
}

.alt-colour-3 { /*dark grey*/
	color: #666;
}

.divider {
	margin-top: 20px;
	border-top: 1px solid #ccc;
}

.input-width {
	width: 170px;
}

.sml-input-width {
	width: 120px;
}

div.error,div.message,li.error {
	background: #ffffcc;
	border: 1px solid #000;
	color: #000000;
	/*font-family: Arial, Helvetica, sans-serif;*/
	font-weight: normal;
	margin: 10px auto;
	padding: 3px;
	text-align: left;
	vertical-align: bottom;
}

/*Pagination*/
.np {
	color: #4686D5;
	font-size: 12pt;
	font-weight: bold;
}

.pn {
	color: #4686D5;
}

.pagination a,pagination a:hover {
	text-decoration: underline;
	margin-left: 0.3em;
}

.pagination span.current {
	margin-left: 0.3em;
}

.search-desc {
	margin-left: 29px;
}

#Ajax upload css
#images {
	width: 450px;
	margin-top: 5px;
	padding: 0px;
	clear: right;
}

#images div.img-container {
	margin-right: 5px;
	height: 150px;
	float: left;
	overflow: hidden;
}
#images div.img-container a {
	text-decoration: underline;
	color: maroon;
	margin-right: 0.6em;
}
#images img.loaded {
	border-style: solid;
	border-width: 2px;
	border-color: #DEDFDE;
	margin-top: 0.7em;
}
#images img.load {
	margin: 36px;
}

#images div.img-actions {
}

.uploadError {
	color: red;
}

.resultBlock {
	display:block;
	float:left;
	margin:16px 0pt 0pt;
	max-width:150px;
	padding:0pt 16px 0pt 0pt;
	width:150px;
}
.resultBlock p {
	display:block;
	height:64px;
	max-height:64px;
	min-height:64px;
	overflow:hidden;
}

#viewSelector {
	text-align: right; margin-right: 2em;
}
#viewSelector img {
	margin-right: 0.2em;
}
#viewSelector a {
	color: maroon;
	text-decoration: underline;
}
#viewSelector img {
	vertical-align: middle;
}
#viewSelector span {
	margin-left: 0.5em;
}
.thumbBlock {
	height:100px;
	margin:0pt auto;
	max-width:100px;
	min-height:100px;
	text-align:center;
	width:100px;
}
.thumbBlock img {
	vertical-align: middle;
}

/*------------------Facet search*/
#refineresults {
	border-right: 1px solid #EBEBEB;
	margin-right: 2px;
	overflow: hidden
}

.filter{
	list-style-type: none;
	margin: 0pt 0pt 0pt 9px;
	padding: 0pt;
}

.filter li {
	color: #333;
	font-size: 12px;
	margin: 2px 0pt;
	padding: 1px;
	white-space: nowrap
}

.filter li a,.filter li a:visited
	{
	font-size: 12px;
}

.filter_title {
	cursor: pointer;
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 2px;
	margin-left: 1px;
	white-space: nowrap
}

.filter_title img {
	vertical-align: middle
}

.more {
	margin-left: 9px;
	white-space: nowrap
}

.more a,.filter li.more a {
	color: #BF2A2A;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none
}

.rfs {
	font-size: 9px;
}

.ws_label, .ws_label_open {
	padding-left: 15px;
	position: relative
}

.ws_sts {
	background: transparent url(../images/icons.gif) no-repeat scroll 0px center;
	height: 100%;
	left: 0pt;
	position: absolute;
	top: 0pt;
	width: 10px
}

.ws_label_open .ws_sts {
	background-position: -10px center;
}

#hf {
	margin: 0.3em 0.3em 1em 1px;
	padding: 0.2em 0.3em 0.2em 0.2em;
	border: 1px dotted #2A8EBF;
	background-color:#E5ECF9;
	font-size: 80%;
}

#hf ul li,#hf ul {
	margin-left: 0.3em;
	list-style-type: none;
}


/*Percentage in search results*/
.box {
	border:1px solid #339933;
	width:80px;
	margin:0.3em 0 0 5.5em;
}
.bar {
	background:#339933 none repeat scroll 0%;
	color:#FFFFFF;
	height:6px;
	padding:3px 0px 0px;
	text-align:right;
}

