/* ----------------------------------------------------------------------- */
/* --- Styles that reference graphics (you might have to change these) --- */
/* ----------------------------------------------------------------------- */
body {
	background-image: url(../graphics/bg.gif);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #333333;
}

.bannerSmall {
	background-image: url(../graphics/logo.gif);
	background-repeat: no-repeat;
	text-align: right;
	width: 84px;
	height: 72px;
	float: right;
	margin-right: 20px;
}

#personaltools .portalUser {
    background: transparent url(../graphics/user.gif) center left no-repeat;
    padding-left: 15px;
}

#personaltools .portalUser {
    background: transparent url(../graphics/user.gif) center left no-repeat;
    padding-left: 15px;
}

#personaltools li {
    background: transparent url(../graphics/linkOpaque.gif) center left no-repeat;
    padding-left: 8px;
    color: #333333;
    margin-left: 1em;
    display: inline;
}
 
#personaltools li {
    background: transparent url(../graphics/linkOpaque.gif) center left no-repeat;
    padding-left: 8px;
    color: #333333;
    margin-left: 1em;
    display: inline;
}

.thumbSpacer {
	background-image: url(../graphics/spacer.gif);
	background-repeat: no-repeat;
	background-color: #DDDDDD;
	border: solid 1px #999999;
	width: 120px;
	height: 100px;
	margin: 0;
	padding: 0;
}

.mosaicSpacer {
	background-image: url(../graphics/spacer.gif);
	background-repeat: no-repeat;
	background-color: #DDDDDD;
	border: solid 1px #999999;
	width: 72px;
	height: 72px;
	margin: 0;
	padding: 0;
}

.listSpacer {
	background-image: url(../graphics/spacer.gif);
	background-repeat: no-repeat;
	background-color: #DDDDDD;
	border: solid 1px #999999;
	width: 100px;
	height: 100px;
	margin: 0;
	padding: 0;
}

.projectMenuHeader {
    background: transparent url(../graphics/linkOpaque.gif) center left no-repeat;
    padding-left: 8px;
    color: #2D0909;
    margin: 0 1em 0 .5em;
    text-decoration: none;
}

.relationshipMenuHeader {
    background: transparent url(../graphics/linkOpaque.gif) center left no-repeat;
    padding-left: 0px;
    color: #2D0909;
    margin: 0 1em 0 .5em;
    text-decoration: none;
}

.filespaceFolder {
	background-image: url(../graphics/spacer.gif);
	background-repeat: no-repeat;
	background-color: #DDDDDD;
	border: solid 1px #999999;
	width: 120px;
	height: 140px;
	margin: 0;
	padding: 0;
	text-decoration: none;
}

/* ----------------------------------------------------------------------- */
/* --- nav --- */
/* ----------------------------------------------------------------------- */

#globalnav {
    /* Navigational Plone Tabs(tm), implemented by customizing the a tag - they are surprisingly elegant. The power of CSS runs strong in these :) */
    background-color: transparent;
    border-collapse: collapse;
    padding: 0em 0em 0em 2em;
    white-space: nowrap;
    list-style: none;
    margin-top: -1em;
    margin-bottom: 0;
    margin-left:  0;
    margin-right: 0;
    height: auto;
    line-height: normal;
	clear: both;
}
#globalnav li {
    display: inline;
}
#globalnav li a {
    /* The normal, unselected tabs. They are all links */
    background-color: transparent;
    border-color: #333333;
    border-width: 1px; 
    border-style: solid solid none solid;
    color: #333333;
    height: auto;
    margin-right: 0.5em;
    padding: 0em 2em;
    text-decoration: none;
    text-transform: lowercase;
}
#globalnav li.selected a {
    /* The selected tab. There's only one of this */
    background-color: #dddddd;
    border: 1px solid #333333;
    border-bottom: #dddddd 1px solid;
    color: #333333;
}
#globalnav li a:hover {
    background-color: #dddddd;
    border-color: #333333;
    border-bottom-color: #dddddd;
    color: #333333;
}

#personaltools {
    /* Bar with personalized menu (user name, login, logout) */
    background-color: #dddddd;
    border-top-color: #333333;
    border-top-style: solid;
    border-top-width: 1px;
    border-bottom-color: #333333;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    line-height: 1.3em;
    color: Black;
    padding: 0em 3em 0em 3em;
    margin: 0 -5px 0 -5px;
    text-align: right;
    text-transform: lowercase;
    list-style: none;
}

#personaltools .portalNotLoggedIn {
    color: Black;
    padding: 0;
    background: transparent;
    background-image: none;
} /* Used on all descriptions relevant to those not logged in */

#personaltools li a {
    text-decoration: none;
    color: #333333;
}

#sectionnav {
    /* Navigational Plone Tabs(tm), implemented by customizing the a tag - they are surprisingly elegant. The power of CSS runs strong in these :) */
    background-color: transparent;
    border-collapse: collapse;
    padding: 0em;
    white-space: nowrap;
    list-style: none;
    margin: 1em 1em 0 1em;
    height: auto;
    line-height: normal;
	clear: both;
	text-align: right;
}
#sectionnav li {
    display: inline;
}
#sectionnav li a {
    /* The normal, unselected tabs. They are all links */
    background-color: transparent;
    border-color: #333333;
    border-width: 1px; 
    border-style: solid solid none solid;
    color: #333333;
    height: auto;
    margin-right: 0.5em;
    padding: 0em 2em;
    text-decoration: none;
    text-transform: lowercase;
}
#sectionnav li.selected a {
    /* The selected tab. There's only one of this */
    background-color: #D4DDDC;
    border: 1px solid #333333;
    border-bottom: #D4DDDC 1px solid;
    color: #333333;
}
#sectionnav li a:hover {
    background-color: #D4DDDC;
    border-color: #333333;
    border-bottom-color: #D4DDDC;
    color: #333333;
}
#sectionSubnav {
    /* Bar with sub nav tabs */
    background-color: #D4DDDC;
    border-color: #333333;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    line-height: auto;
    color: Black;
    padding: 3px 0 0 0;
    margin: 0;
    text-align: left;
    text-transform: lowercase;
    list-style: none;
}
#sectionSubnav li {
    background: transparent;
    padding-left: 8px;
    color: #333333;
    margin: 0;
    display: inline;
}
#sectionSubnav li a {
     background-color: transparent;
    border-color: #333333;
    border-width: 1px; 
    border-style: solid solid none solid;
    color: #333333;
    height: auto;
    margin-right: 0.25em;
    padding: 0em .75em;
    text-decoration: none;
    text-transform: lowercase;
}
#sectionSubnav li.selected a {
    /* The selected tab. There's only one of this */
    background-color: #FFFFFF;
    border: 1px solid #333333;
    border-bottom: #FFFFFF 1px solid;
    color: #333333;
}
#sectionSubnav li a:hover {
    background-color: #FFFFFF;
    border-color: #333333;
    border-bottom-color: #FFFFFF;
    color: #333333;
}
.sectionBox {
	background-color: #FFFFFF;
    border: 1px solid #333333;
    padding: 5px 5px 5px 5px;
	margin: 0;
	margin-top: -1px;	
}
/* Bug fix for wacky borders of section box in IE on PC*/
/* Hides from IE5-mac \*/
* html .sectionBox {height: 1%;}
/* End hide from IE5-mac */

.sideNavTab {
	background-color: #D4DDDC;
    border-color: #333333;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    line-height: auto;
    color: Black;
    padding: 3px 1em 0 1em;
    margin: 0;
    text-align: left;
    text-transform: lowercase;
}

.sideNavOutline {
	background-color: #FFFFFF;
    border: 1px solid #333333;
    color: #333333;
    padding: 5px;
}



#sectionSideNav {
    /* side nav list */
    background-color: transparent;
    line-height: auto;
    color: Black;
    padding: 5px;
    margin: 0;
    text-align: left;
    text-transform: lowercase;
    list-style: none;
    max-width: 125px;
}

#sectionSideNav li {
    background: transparent;
    color: #333333;
    margin: 0;
}

#sectionSideNav li a {
    background-color: transparent;
    color: #333333;
    height: auto;
    padding: 0;
    text-decoration: none;
    text-transform: lowercase;
	font-weight: bold;
}
#sectionSideNav li.selected a {
    /* The selected item. There's only one of this */
	font-weight: bold;
	color: #660000;
}

#sectionSideNav li a:hover {
    color: #660000;
}

#sectionSideSubNav {
    /* side nav sub list */
    background-color: transparent;
    line-height: auto;
    color: Black;
    padding: 2px;
    margin: 0;
    text-align: left;
    text-transform: lowercase;
    list-style: none;
	font-weight: normal;
}

#sectionSideSubNav li {
    background: transparent;
    color: #333333;
    margin: 0;
}

#sectionSideSubNav li a {
    background-color: transparent;
    color: #333333;
    height: auto;
    margin-left: 0.5em;
    padding: 0;
    text-decoration: none;
    text-transform: lowercase;
	font-weight: normal;
}
#sectionSideSubNav li.Subselected a {
    /* The selected item. There's only one of this */
    color: #660000;
}
#sectionSideSubNav li a:hover {
    color: #660000;
}



/* --- Content area --- */
.contentWrapper {
	text-align: center;
}

.contentArea {
	background-color: #ffffff;
	width: 900px;
	border: 1px solid #999999;
	text-align: left;
	padding: 5px;
	min-height: 400px;
}

.popupContentArea {
	background-color: #ffffff;
	width: 700px;
	border: 1px solid #999999;
	text-align: left;
	padding: 5px;
	min-height: 400px;
}

.content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #333333;
}

.contentHighlight {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #660000;
}

a.content {
	color: #660000;
	text-decoration: none;
	font-weight: normal;
}

li.disc {
	color: #333333;
	list-style-type: disc;
	list-style-position: outside;
	margin-bottom: 10px;
	margin-top: 10px;
}

li.circle {
	color: #333333;
	list-style-type: circle;
	list-style-position: outside;
	margin-bottom: 10px;
	margin-top: 10px;
}

.contentMessage {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	color: #660000;
	text-align: center;
	font-weight: bold;
}

.contentError {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color: red;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
}

.small {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color: #333333;
}

.title { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color: #333333;
	font-weight: bold;
}

.subtitle { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	color: #333333;
	font-weight: bold;
}

.subsubtitle { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #333333;
	font-weight: bold;
	text-align: left;
}
.terminology { 
	font-style: italic
}
		
.figure {
	border: solid 1px #999999;
	margin: 10px;
}

.section {
	border-top: dashed 1px #D9DCB2;
	border-bottom: dashed 1px #D9DCB2;
	margin: 3px;
}

.outline {
	border: solid 1px #999999;
	margin: 3px 0 3px 0;
	padding: 5px;
}
.floatLeft {
	float: left;
}

.floatRight {
	float: right;
}

.clear{
	clear: both;
}

.bottom{
	vertical-align: bottom;
}

a.button {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #264F70;
	text-decoration: none;
	border-top: solid 1px #333333;
	border-bottom: solid 1px #333333;
	border-right: solid 1px #333333;
	border-left: solid 1px #333333;
	background-color: #D4DDDC;
	padding: 2px;
	font-weight: normal;
}
a.button:hover{
	background-color: #dddddd;
}

/* --- form elements --- */

input[type="text"] {
	border: 1px solid #999999;
	font-size:11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
}
input {
	font-size:11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;

}
input[type="textarea"] {
	border: 1px solid #999999;
	font-size:11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
}
textarea {
	border: 1px solid #999999;
	font-size:11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;

}

input[type="password"] {
	border: 1px solid #999999;
}

input[type="checkbox"] {
	border: 1px solid #999999;
}

input[type="select"] {
	border: 1px solid #999999;
	font-size:11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
}

select  {
	border: 1px solid #999999;
	font-size:11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
}

/* Editting form */

.formLabel {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #333333;
	margin-bottom: 5px;
	font-weight: bold;
	text-align: left;
}

.formTab {
	background-color: #D4DDDC;
    border-color: #333333;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    line-height: auto;
    color: Black;
    padding: 3px 1em 0 1em;
    margin: 0;
    text-align: left;
    text-transform: lowercase;
}

.boxHeader {
	background-color: #DDDDDD;
	border-top: solid 1px #333333;
	border-left: solid 1px #333333;
	border-right: solid 1px #333333;
	margin: 0;
	padding: 2px;
	font-weight: bold;
	text-align: left;
}

.formOutline {
	background-color: #FFFFFF;
    border: 1px solid #333333;
    color: #333333;
    padding: 5px;
    line-height: auto;
}

.relatedList {
	margin: 10px; 
	border-bottom: dashed 1px #DDDDDD;
    line-height: auto;
}

.relatedButtons {
	margin: 0;
	float: right;
	padding: 4px 0px 4px 0px;
}

.tableList {
	margin: 10px; 
	border-bottom: dashed 1px #DDDDDD;
	position: relative;
}

.tableListButtons {
	margin: 0;
	float: right;
	padding: 4px 0px 4px 0px;
}


/* Search specific*/

.searchForm{
	padding: 1em;
}

.contentSearchResult {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #333333;
}

a.contentSearchResult {
	color: #660000;
	text-decoration: none;
}

img.contentModeButton {
	padding: 0px;
}

.contentSearchResultThumbnail {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #333333;
	text-align: center;
	width: 140px;
	position: absolute;
}
/* --- Metadata listing --- */
.metadataValue {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}

.metadataElementName {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
	color: #333333;
}

.selectedImage {
	border-style: solid;
	border-width: 2px;
	border-color: #69A7B5;
}

/* --- Page controller --- */
td.pageControl, p.pageControl, div.pageControl {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #333333;
	text-align: center;
}

span.pageControlCurrent {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #333333;
	font-weight: bold;
}
a.pageControl {
	color: #660000;
	text-decoration: none;
}

/* --- Metadata form --- */
.mdElementHelp {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #333333;
}

/* --- Show/hide layer zoomable image viewer --- */
.shviewerImageCaption {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #333333;
	font-weight: bold;
}

/* for editing history drop down menu */
.projectMenu {
    position: absolute;
    margin: -1.6em 0px 0px 0px;
    padding: 2px 0 0 0;
    height: 1.3em;
    width: 400px;
    font-size: 11px;
    text-transform: lowercase;
    background-color: transparent;
    text-align: left;
}

.projectMenu a {
    text-decoration: none;
    color: #2D0909;
}

/* --- For drop down menu in admin relationship type editor --- */
.relationshipMenu {
    position: absolute;
    margin: -1.3em -5px 0 0px;
    padding: 0 1em 0 0;
    height: 1.3em;
    width: 100%;
    font-size: 11px;
    /* text-transform: lowercase; */
    background-color: transparent;
    text-align: left;
}

.relationshipMenu a {
    text-decoration: none;
    color: #2D0909;
}

.actionMenu {
    visibility: hidden;
    z-index: 5;
    position: absolute;
    top: 0;
    left: 0;
    background: #DDDDDD;
    overflow: hidden;
    height: auto;
    padding: 0;
    margin: 1.5em 0 0 0;
    border: 1px #2D0909;
    border-style: none solid solid solid;
}

.actionMenu li {
    float: none;
    background: none;
    display: inline;
    padding: 0;
    margin: 0;
    border: 0;
}

.actionMenu li a {
    display: block;
    white-space: nowrap;
    text-align: left;
    padding: 0 1em 0 1em;
    margin: 0;
    text-decoration: none;
}

.actionMenu li a:hover {
    background-color: #AEAEAE;
    color: #FFFFFF;
}

.actionMenu .actionSeperator a {
    margin-top: 0.2em;
    padding-top: 0.2em;
    border-top: 1px solid #2D0909;
}

/* --- File space styles --- */
a.dirpath {
	color: #2d0909;
	text-decoration: none;
	font-weight: normal;
}

a.dirpath a:hover {
	color: #FEBA2F;
}

a.dirpathSelected {
	color: #2d0909;
	font-weight: bold;
	text-decoration: none;
}

.filespaceThumbnail {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color: #333333;
	text-align: center;
	width: 120;
	position: absolute;
	text-decoration: none;
}

.filespaceItemText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #333333;
	text-decoration: none;
}

/* --- Help window --- */

.helpWindow {
	background-color: #DDDDDD;
	padding: 5px;
}

.helpCloseButton {
	padding: 5px;
}

.helpTitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
.helpWindowTitle {
}

.helpContent {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
}

.helpWindowContent {
	overflow: auto;	
}


/* --- search detail --- */

.detail_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #333333;
}

a.detail_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #333333;
    text-decoration: underline;
}

.detail_label {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #000000;
	font-weight: bold;
    text-transform: lowercase;
}

a.content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #000000;
	font-weight: bold;
    text-transform: lowercase;
    text-decoration: underline;
}

.detail_title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color: #000000;
	font-weight: bold;
}

/* tooltip formatting */
.tooltipInside {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color: #000000;
	background-color: #DEDEDE;
	border: 1px solid #999999;
}

.tooltipOutside {
	border: 0px solid #999999;
}

/* Form field help icon */
.descriptionTextIcon {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #770000;
	font-weight: bold;
	text-decoration: none;
}

/* Hierarchy browser styles */
.hierScroller {
	/* border:1px solid #000; */
	position:relative;
	height:150px;
}

div.hierScrollerLevel {
	border: 1px solid #333333;
	margin: 4px;
	padding: 0px;
	text-align: left;
	width:246px;
	height:300px;
	overflow: auto;
	position: absolute;
}

ul.hierScrollerLevel {
	width:230px;
	
	margin:0px;
	padding:5px;
	
	list-style-type:none;
	font-size: 11px;
}
li.hierScrollerItem {
	margin-bottom: 5px;
	border-bottom: 1px dashed #cccccc;
	clear: right;
}

a.hierScrollerItem {
	text-decoration: none;
	color: #333333;
	margin: 0px;
	padding: 0px;
}

.hierScrollerItem a:hover {
	background-color: #eeeeee;
}

.hierScrollerSelectedItem {
	text-decoration: none;
	color: #333333;
	margin: 0px;
	padding: 0px;
	font-style: italic;
	font-weight: bold;
}

.hierScrollerAddItem {
	font-weight: bold;
	color: #660000;
	background-color: #eeeeee;
}

.hierScrollerAddItem a:hover {
	color: #660000;
	background-color: #777777;
}

div.hierScrollerMoveItem {
	font-weight: bold;
	color: #cccccc;
	background-color: #eeeeee;
	float: right;
	margin-bottom: 5px;
}

a.hierScrollerMoveItem {
	text-decoration: none;
	color: #f5f5f5;
	background-color: #f5f5f5;
	margin: 0px;
	padding: 0px;
}

a:hover.hierScrollerMoveItem {
	text-decoration: none;
	color: #000000;
	background-color: #f5f5f5;
	margin-bottom: 5px;
}

/* ----------------------------------------------------------------------- */
/* --- Styles for drop-and-drop AJAX-based sortable lists              --- */
/* ----------------------------------------------------------------------- */

ul.sortablelist {
  list-style-image:none;
  list-style-type:none;
  margin-top:5px;
  margin:0px;
  padding:0px;
}

ul.sortablelist li {
  padding:0px;
  margin:0px;
}

li.draggableItem {
  background-color: #ECF3E1;
  border:1px solid #C5DEA1;
  cursor: move;
}

a.draggableItemClose {
	text-decoration: none;
	color: #666666;
}