/**
 * Stylesheet for views for the default theme
 */

#views-loading {
    color: #547C22;
}
#top-pane {
	background: none;
	padding: 1px 0 0 0;
}

#category-list ul {
	margin-left: 10px;
	margin-top: 5px;
}
#category-list li {
	background-color: #e0e8ee;
}
#category-list li a, #category-list li a:link, #category-list li a:visited, #category-list li a:active {
	color: #FFFFFF;
	background-color: #95A8B7;
	font-weight: normal;
}
#category-list li.current a, #category-list li.current a:link, #category-list li.current a:visited, #category-list li.current a:active {
	color: #1e6297;
	font-weight: bold;
	background-color: #f4f7f9;
}
#category-list li.current a {
	color: #1e6297;
	font-weight: bold;
	background-color: #f4f7f9;
}
#blocktype-list {
	background-color: #f4f7f9;
	border: none;
}
#middle-pane {
	background: #dfeaf1;	
}
#current_bt_description strong {
	color: #1E6297;	
}
#blocktype-list .blocktype-radio {
	border: none;
    cursor: default;
}
#noblocks {
	color: #e17300;
}
#layout-link.disabled {
	color: #aaa;
}
#middle-pane {
	background-color: #E0E8EE;
}
#page #bottom-pane {
	background: url("../images/bottompane-shad.png") repeat-x scroll left top #95A8B7;
    padding: 20px 10px 10px;
}
#blocksinstruction {
	background-color: #95a8b7;
	color: #FFF;
}
#column-container .column-header input[disabled="disabled"] {
	color: #ccc;
	cursor: default;
}


.blockinstance.configure {
	border: 10px solid #8e8e8e;
	border-radius: 5px !important;
	-moz-border-radius: 5px !important;
	-webkitborder-radius: 5px !important;
	z-index: 3001 !important;
}

.blockinstance-header h4 {
	border-bottom: 2px solid #d2d2d2;
	background-color: #FFF;
}
.blockinstance-header h4 a {
	text-decoration: none;
}
.blockinstance-controls input {
	color: #acc067;
}
#artefactchooser-body table, #artefactchooser-body table th, #artefactchooser-body table td {
	color: #474220;
}
#artefactchooser-body table th label {
	color: #95a8b6;
}
.add-button .newblockhere {
	background-color: #95a8b7;
	font-weight: normal;
	border-color: #D9DFEA #b2b2b2 #b2b2b2 #D9DFEA !important;
	border-style: solid;
	border-width: 1px;
	color: #FFF;
	width: 99%;
	margin: 0;
}
/* this rule compresses and centres the buttons better in konqueror and safari */
body:last-child:not(:root:root) .newblockhere {
 color: #547C22;
}
#block-placeholder {
	border: 2px dashed #bfbfbf;
}
/* styling the tabs for the artefact chooser */
#main-column-container ul.artefactchooser-tabs li a {
	background-color: #bfbfbf;
	text-decoration: none;
	color: #FFF;
	border-color: #D9DFEA #b2b2b2 #b2b2b2 #D9DFEA !important;
	border-style: solid;
	border-width: 1px;
}
.blockinstance-content p.noartefacts {
	color: #808080;
}
#collectionnavwrap {
	background: #E0E8EE;
	padding: 0 5px;
}
ul.colnav {
    list-style: none outside none;
    margin: 0 !important;
		padding: 0;
}
ul.colnav li {
    float: left;
    margin: 5px 0 !important;
    padding: 0 !important;
}
ul.colnav li a {
	background: #5367bc;
	color: #FFFFFF;
}

#artefactchooser-body {
	border: 1px solid #95A8B7;
}
ul.artefactchooser-tabs li a, ul.artefactchooser-tabs li a:link, ul.artefactchooser-tabs li a:visited, ul.artefactchooser-tabs li a:active {
	background: #758999;
	color: #FFFFFF;
}
ul.artefactchooser-tabs li.current a, ul.artefactchooser-tabs li.current a:link, ul.artefactchooser-tabs li.current a:visited ul.artefactchooser-tabs li.current a:active {
    background: #95A8B7;
    color: #FFFFFF;
}

.column {
    padding: 10px 0.9%;
}
