html {
	height: 100%; width: 100%;
}
body {
	color: black; 
	font-family: verdana, sans-serif; 
	background: #131733; 
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; 
	font-size: 12px;
	height: 100%; 
	width: 100%;
}

/* --- Page header --- */
.logo {
	background-image: url(/graphics/logo.gif);
	background-repeat: no-repeat;
	text-align: left;
	width: 48px;
	height: 57px;
	float: left;
}
.title {
	background-image: url(/graphics/title2.gif);
	background-repeat: no-repeat;
	text-align: left;
	width: 219px;
	height: 54px;
	float: left;
}

/* --- 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: 3.3em;
    margin-bottom: 0;
    margin-left:  0;
    margin-right: 0;
    height: auto;
    line-height: normal;
    text-align: right;
}
#globalnav li {
    display: inline;
}
#globalnav li a {
    /* The normal, unselected tabs. They are all links */
    background-color: transparent;
    border-color: #2D0909;
    border-width: 1px; 
    border-style: solid solid none solid;
    color: #131733;
    height: auto;
    margin-right: 0.5em;
    padding: 0 1em 0 1em;
    text-decoration: none;
    text-transform: lowercase;
}
#globalnav li.selected a {
    /* The selected tab. There's only one of this */
    background-color: #EAEAEA;
    border: 1px solid #333333;
    border-bottom: #EAEAEA 1px solid;
    color: #2D0909;
}
#globalnav li a:hover {
    background-color: #EAEAEA;
    border-color: #2D0909;
    border-bottom-color: #EAEAEA;
    color: #2D0909;
}

#personaltools {
    /* Bar with personalized menu (user name, login, logout) */
    background-color: #EAEAEA;
    border-top-color: #2D0909;
    border-top-style: solid;
    border-top-width: 1px;
    border-left-color: #2D0909;
    border-left-style: solid;
    border-left-width: 1px;
    border-bottom-color: #2D0909;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    line-height: 1.3em;
    color: #131733;
    padding: 0em 3em 0em 3em;
    margin: 0 -5px 0 50px;
    text-align: right;
    text-transform: lowercase;
    list-style: none; 
	font-size: 11px;
}
#personaltools .portalUser {
    background: transparent url(/graphics/user.gif) center left no-repeat;
    padding-left: 15px;
}

#personaltools .noIcon {
   padding: 0;
   margin: 0;
   background: transparent;
    display: inline;
}

#personaltools .portalNotLoggedIn {
    color: #131733;
    padding: 0;
    background: transparent;
    background-image: none;
} /* Used on all descriptions relevant to those not logged in */
 
#personaltools li {
    background: transparent url(/graphics/linkOpaque.gif) center left no-repeat;
    padding-left: 8px;
    color: #131733;
    margin-left: 1em;
    display: inline;
}
#personaltools li a {
    text-decoration: none;
    color: #131733;
}

#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: #2D0909;
    border-width: 1px; 
    border-style: solid solid none solid;
    color: #131733;
    height: auto;
    margin-right: 0.5em;
    padding: 0em 1em;
    text-decoration: none;
    text-transform: lowercase;
}

#sectionnav li span.meow {
    /* The normal, unselected tabs. They are all links */
    background-color: transparent;
    border-color: #2D0909;
    border-width: 1px; 
    border-style: solid solid none solid;
    color: #131733;
    height: auto;
    margin-right: 0.5em;
    padding: 0em 2em;
}
#sectionnav li span.meow a {
    /* The normal, unselected tabs. They are all links */
    color: #131733;
    height: auto;
    text-decoration: none;
    text-transform: lowercase;
    
    background-color: transparent;
    border-color: #2D0909;
    border-width: 0px; 
    border-style: none none none none;
    color: #131733;
    height: auto;
    margin-right: 0em;
    padding: 0em 0em;
}

#sectionnav li.selected a {
    /* The selected tab. There's only one of this */
    background-color: #EAEAEA;
    border: 1px solid #2D0909;
    border-bottom: #EAEAEA 1px solid;
    color: #2D0909;
}
#sectionnav li a:hover {
    background-color: #EAEAEA;
    border-color: #2D0909;
    border-bottom-color: #EAEAEA;
    color: #2D0909;
}
#sectionSubnav {
    /* Bar with sub nav tabs */
    background-color: #EAEAEA;
    border-color: #2D0909;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    line-height: auto;
    color: #131733;
    padding: 3px 1em 0 1em;
    margin: 0;
    text-align: left;
    text-transform: lowercase;
    list-style: none;
}
#sectionSubnav li {
    background: transparent;
    padding-left: 8px;
    color: #131733;
    margin: 0;
    display: inline;
}
#sectionSubnav li a {
    background-color: transparent;
    border-color: #2D0909;
    border-width: 1px; 
    border-style: solid solid none solid;
    color: #131733;
    height: auto;
    margin-right: 0.5em;
    padding: 0em 2em;
    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: #2D0909;
}
#sectionSubnav li a:hover {
    background-color: #FFFFFF;
    border-color: #2D0909;
    border-bottom-color: #FFFFFF;
    color: #2D0909;
}
#sectionSupSubNav {
    background-color: transparent;
    border-color: #2D0909;
    border-width: 1px;
    border-style: none;
    color: #131733;
    height: auto;
    margin: 0;
    margin-right: 0.5em;
    padding: 0em 1em;
    text-decoration: none;
    text-align: left;
    list-style: none;
}
#sectionSupSubNav li {
    display: inline;
}
#sectionSupSubNav li a {
    /* The normal, unselected tabs. They are all links */
    background-color: #EAEAEA;
    border: #2D0909 1px solid;
    color: #131733;
    height: auto;
    margin-right: 0.5em;
    padding: 0em 1em;
    text-decoration: none;
}
#sectionSupSubNav li.selected a {
    background-color: transparent;
    border: 1px solid #333333;
    border-bottom: #FFFFFF 1px solid;
    color: #2D0909;
}
#sectionSupSubNav li a:hover {
    background-color: #FFFFFF;
    border-color: #2D0909;
    border-bottom-color: #FFFFFF;
    color: #2D0909;
}

.sectionBox {
	background-color: #FFFFFF;
    border: 1px solid #2D0909;
    padding: 5px 5px 5px 5px;
	margin: 0;
	margin-top: -1px;	
}

/* Drop down menu code*/

/* for project drop down menu */
.projectMenu {
    position: absolute;
    margin: -1.3em -5px 0 50px;
    padding: 0 1em 0 0;
    height: 1.3em;
    width: 250px;
    font-size: 11px;
    text-transform: lowercase;
    background-color: transparent;
    text-align: left;
}

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

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


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

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

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

/* used for all drop down menus -- js refers to "actionMenu", so must not change the name*/
.actionMenu {
    visibility: hidden;
    z-index: 5;
    position: absolute;
    top: 0;
    left: 0;
    background: #EAEAEA;
    overflow: hidden;
    height: auto;
    padding: 0;
    margin: 1.2em 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: #FEBA2F;
}

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


/* 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: #EAEAEA;
    border-color: #2D0909;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    line-height: auto;
    color: #131733;
    padding: 3px 1em 0 1em;
    margin: 0;
    text-align: left;
    text-transform: lowercase;
}

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



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

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

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

#sectionSideNav li a:hover {
    color: #2D0909;
}

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

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

#sectionSideSubNav li a {
    background-color: transparent;
    color: #131733;
    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: #2D0909;
}
#sectionSideSubNav li a:hover {
    color: #2D0909;
}

/* --- home page welcome to MorphoBank nav links ---*/

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

#homeNav li {
    background: transparent;
    color: #131733;
    margin: 0;
}

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

#homeNav li a:hover {
    color: #2D0909;
}

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

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


.content {
	color: #333333; 
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}


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

.content a:hover {
	color: #FF0000;
}

.contentSmall {
	color: #333333; 
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
}
.contentMiddle {
	color: #990000; 
	margin-bottom: 10px;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif; 
	font-size: 12px;
	font-weight: normal;
}
a.button {
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #2D0909;
	text-decoration: none;
	border-top: solid 1px #2D0909;
	border-bottom: solid 1px #2D0909;
	border-right: solid 1px #2D0909;
	border-left: solid 1px #2D0909;
	background-color: #FFFFFF;
	padding: 2px;
	font-weight: normal;
}
a.button:hover{
	background-color: #2D0909;
	color: #FEBA2F;
}

a.buttonActive {
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #cc0000;
	text-decoration: none;
	border-top: solid 1px #2D0909;
	border-bottom: solid 1px #2D0909;
	border-right: solid 1px #2D0909;
	border-left: solid 1px #2D0909;
	background-color: #FFFFFF;
	padding: 2px;
	font-weight: normal;
}
a.buttonActive:hover{
	background-color: #2D0909;
	color: #FEBA2F;
}

.contentMessage {
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size:15px;
	color: #990000;
	text-align: center;
	font-weight: bold;
}

.contentError {
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size:12px;
	color: red;
	text-align: center;
	font-weight: bold;
}

.contentWarning {
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #cc5500;
	text-align: center;
	font-weight: bold;
}




/* Editing form */

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

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

.accessionNumber {
	color: #0033FF
}

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

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


.formOutline {
	background-color: #FFFFFF;
    border: 1px solid #2D0909;
    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;
}

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

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

a.filterControlLink {
	color: #cc0000;
	font-size: 14px;
	text-decoration: none;
	font-weight: bold;
}

a.filterControlLink:hover {
	color: #333333;
	font-weight: bold;
	text-decoration: underline;
}

.descriptionTextIcon {
	color: #2d0909;
	text-decoration: none;
	font-weight: bold;
	font-size: 10px;
}

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

/* Search specific*/

.searchForm{
	margin: 1em;
}

.contentSearchResult {
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #333333;
}

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

img.contentModeButton {
	padding: 0px;
}

.contentSearchResultThumbnail {
	font-family: Arial,Helvetica,sans-serif;
    font-size: 11px;
	color: #333333;
	text-align: center;
	width: 120px;
	position: absolute;
}

.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;
}


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

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

/* --- Taxonomy form --- */
.higherTaxonomy {
	border: 1px dashed black;
	padding: 5px;
}

.higherTaxonomyTab {
	background-color: #DDDDDD;
    border-color: #2D0909;
    border-style: dashed;
    border-width: 1px 1px 1px 1px;
    line-height: auto;
    color: #333333;
    padding: 3px 1em 0 1em;
    margin: 0;
    text-align: left;
    text-transform: lowercase;
}

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



.floatLeft {
	float: left;
}

.floatRight {
	float: right;
}

.clear{
	clear: both;
}

.bottom{
	vertical-align: bottom;
}

p {
	color: #333333; 
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size: 12px;

}
td {
	color: #333333; 
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; 
	font-size: 12px;
}

.sidebartitle {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.text {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
}
.text_whats_new{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
	line-height: 1.4em;
}
.smalltext_red {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #2d0909;
	text-decoration: none;
}
.whitetext {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	text-decoration: none;
}
.whitetitle {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.redtitle {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #2d0909;
}
.redtitle_small {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #990000;
	text-decoration: none;
}
a.redtitle_small {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #990000;
	text-decoration: none;
}

.bluetitle_small {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #131733;
	text-decoration: none;
}
a.bluetitle_small {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #131733;
	text-decoration: none;
}
.redtitle_real_small {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #2d0909;
	text-decoration: none;
}
.bluetitle {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #131733;
}


/* More on Morphobank article classes */
.article_title {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
.article_description {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
}


/* --- 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;
}

/* --- 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;
}

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

.filespaceThumbnail {
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #333333;
	text-align: center;
	width: 150px;
	position: absolute;
}

.filespaceFilename {
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size:9px;
	color: #000000;
	text-align: center;
	font-style: italic;
}
/* --- 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;	
}


/* Auto-completing drop down styles */
div.auto_complete {
  position:absolute;
  width:250px;
  background-color:white;
  border:1px solid #000;
  margin:0px;
  padding:0px;
  color: #000;
}
    
div.auto_complete {
	width: 350px;
	background: #fff;
}
div.auto_complete ul {
	margin:0;
	padding:0;
	width:100%;
	list-style-type:none;
}
div.auto_complete ul li {
	margin:0;
	font: normal 10px verdana, arial, helvetica;
	padding:3px;
	white-space: nowrap;
}
div.auto_complete ul li.selected { 
	background-color: #ffb; 
}
div.auto_complete ul strong.highlight { 
	color: #800; 
	margin:0;
	padding:0;
}

.visible{
	visibility: visible;
}

.hidden{
	visibility: hidden;
}

.id_lookup_results {
	background-color: #F2F2F2;
	border: 1px solid #000000;
	padding: 0px;
	margin: 0px;
}

.id_lookup_results ul {
	padding: 0px;
	margin: 0px;
}

.id_lookup_results li {
	border-bottom: 1px dashed #999999;
	list-style: url(/graphics/linkOpaque.gif) square inside;
	padding: 5px 0px 5px 5px;
	text-align: left;
}

.id_lookup_results li:hover {
	background-color: #D4DDDC;
}


.characterMediaListImage {
	float: left;
	margin: 5px;
	
	border: 2px solid #000000;
}

a.characterMediaListImage:hover {
	float: left;
	margin: 5px;
	
	border: 2px solid #cc0000;
}

.characterStateColor {
	float: left;
	width: 15px; 
	height: 15px; 
	border: 1px #000000 solid;
	margin-right: 5px;
}

.characterListCommentsDiv {
	width:100%; 
	height:150px; 
	overflow:auto; 
	border: 1px dotted #000000; 
	padding: 5px; 
	display: none;
}

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

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

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

.project_title {
	padding: 0em 3em 0em 3em;
    margin: 5px 5px -5px 15px;
    font-size:11px;
}

.pageBarCurrentPage {
	color: #cc0000;
	font-weight: bold;
}

/* citations */
.citation {
	margin-left: 25px;
	text-indent: -25px;
}


.listingHelpText {
	margin: 10px;
	padding: 10px;
	border: 1px dotted #000000;
}
/* for the tooltip */
#tooltip{
	position: absolute;
	border:1px solid #339;
	background:#ccf;
	padding:2px 5px;
	font-size: 10px;
	font-family: Verdana,Arial,Helvetica;
	color:#000;
	display: none;
}
.fixcol {
    width: 100%;
    margin-left:  10px;
}
