/*
 * QUT ePrints archive-specific style.
 *
 * This stylesheet is intended to be used in conjunction with the dr_common.css
 * stylesheet.
 */


/* General HTML styles */

body {
	color: #333333;
	background-color:#ffffff;
}

p,table,th,td {
	color: #333;
}

h1 {
	color:#007A8A;
}

/* Navigation bar */

#local_nav {
	background-color: #007A8A;
}

#local_nav_right {
	background-color: #007A8A;
}

#local_nav a {
	color: #ffffff;
}

#local_nav a:hover, #local_nav a:focus {
	background-color: #3d4f59;
}

#local_nav_right ul li {
	color: #ffffff;
}

/* Used in the contacts page table and other table stuff (sorry)*/
table.contacts {
	border: 1px solid #d8dbef;
}

table.contact td, th {
	border-bottom: 1px dashed #b4b4b4;
}

table.contacts th {
	color: #000000;
}

.top_link {
	border-bottom:1px dotted #343434;
}

.image_box h1 {
	color: #1B7CCB;
}

.ep_form_action_button {
	background-color: #007A8A;
	border: 1px solid #343434;
}

.ep_search_buttons {
	background-color: #ffffff;
	border-left: 1px solid #d8dbef;
	border-right: 1px solid #d8dbef;
}

.ep_search_fields {
	border:1px solid #d8dbef;
	background-color:#f5f6fd;
}

.ep_form_internal_button {
	background-color: #007A8A;
	border: 1px solid #343434;
	color: #ffffff;
}

.ep_blister_node {
	background-color: #007A8A;
	border: 1px solid #343434;
	color: #ffffff;
}

.ep_blister_node_selected {
	background-color: #3d4f59;
	border: 1px solid #343434;
	color: #ffffff;
}

