@import "style_common.css";

/*****************************************************************************/
/* Common with neurodatabase.org */

body {
	margin: 0;
	padding: 0;
	border: 0;
}

a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #2d2a62;
}

.navLink{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10pt;
	color: #fff;
	text-decoration:none;
}

.navLinkS{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #fff;
	text-decoration:none;
}

.linkFooter, .linkHeader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10pt;
	color: #fff;
	text-decoration:underline;
}

.text,td,dd {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size:11pt; 
	color: #000;
}

.pageCaption {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold; 
	color: #000;
}

	
.smallText,li,dt,dd {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:9pt;
	font-weight: normal; 
	color: #000;
}

.largeText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: normal; 
	color: #000;
}

.mainTableBG {
        background-color:#E69838;
}

.tableColumnHeader {
	background-color:#D8D8D8;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
}

.tableTextSmall {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal; 
	color: #000;
}

.miscTableTitle {
	background-color:#E69838;
	color: white;
}



/*****************************************************************************/
/* Stuff for "view structure" display (XSL). */

.modelTitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16pt;
	font-weight: bold;
        color: black
}

/* Top row of an entity box. */
.entityHeader {
	background-color:#B43D3D;
}

/* Top row of an entity box, title. */
.entityTitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
        color: white
}

/* Top row of an entity box, description. */
.entityText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
        color: white
}

/* Second section of an entity box. */
.entityMeta {
	background-color:#EEE;
}

/* Second section of an entity box, title. */
.entityMetaTitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
        color: black
}

/* Second section of an entity box, text. */
.entityMetaText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: normal;
        color: black
}

.entityFieldsHeader {
	background-color:#FFFACD
}

.entityFieldsTitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
        color: black;
}

.entityFieldsText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: normal;
        color: black;
}

.entityFieldsTextSmall {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
        color: black;
}


/*****************************************************************************/
/* Stuff for "view vocab" display (XSL). */

/* Top row of an entity box. */
.vocabHeader {
	background-color:#B43D3D;
}
.vocabSubHeader {
	background-color:#CC7044;
}

/* Top row of a vocab box, title. */
.vocabTitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
        color: white
}

.vocabDomain {
	font-family: sans-serif;
	font-size: 14pt;
	font-weight: bold;
        color: black;
}

.vocabTermTop {
	font-family: sans-serif;
	font-size: 13pt;
	font-weight: normal;
        color: black;
}

.vocabTerm {
	font-family: sans-serif;
	font-size: 12pt;
	font-weight: normal;
        color: black;
}

.vocabTermBold {
	font-family: sans-serif;
	font-size: 12pt;
	font-weight: bold;
        color: black;
}

.vocabDefn {
	font-family: sans-serif;
	font-size: 10pt;
	font-style: italic;
	font-weight: normal;
        color: black;
}


/*****************************************************************************/
/* From Forrest XSLs.. */

h1 { font-size : 20px; margin: 0px 0px 0px 0px; padding: 0px; }
h2 { font-size : 16px; margin: 10px 0px 0px 0px; padding: 0px; font-weight : bold;}
h3 { font-size : 15px; margin: 18px 0px 0px 0px; padding: 0px; font-weight : bold; }
h4 { font-size : 14px; margin: 18px 0px 0px 0px; padding: 0px; font-weight : normal; text-align: left; }
h5 { font-size : 12px; margin: 14px 0px 0px 0px; padding: 0px; font-weight : normal; text-align: left; }


.note, .warning, .fixme {
	border-top: 3px solid #900;
	border-bottom: 3px solid #900;
	background-image: url(images/xdoc/icon_error_lrg.gif);
	background-repeat: no-repeat;
	background-position: 0 1.33em;
	margin: 1.33em 0;
	padding: .33em 0 .67em 36px;
	min-height: 32px;
}


.fixme {
	background-image: url(images/xdoc/icon_warning_lrg.gif);
	border-color: #c60;
}

.note {
	background-image: url(images/xdoc/icon_info_lrg.gif);
	border-color: #999;
	font-size: 10pt;
	font-style: italic;
}

.label{
	font-weight: bold;
}


.code { background-color: #F7F7F7;
        border-color: #8C8C8C;
        border-style: solid; 
        border-width: 1px; 
        font-size : 10pt;
        padding: 1em 1.33em 1em 1.33em;
}

.codefrag {	font-family: "Courier New", Courier, monospace; font-size : 12pt;}

.highlight { background-color: yellow; }

.minitoc { list-style-image: url('images/xdoc/current.gif'); font-weight : normal;}

.search { font-size : 10pt;  }
.footnote { font-size : 10pt;  }
input { font-size : 10pt; }

.tab { font-size : 10pt; border: 0 }
.tab a:link {   text-decoration : none;  }
.tab a:visited { text-decoration : none; }

.trail { font-size: 10pt; }
.trail a:link {   text-decoration : none;  }
.trail a:visited { text-decoration : none; }

.dtdTag {    color: #990000; text-transform : uppercase;  font-style : normal;  font-size : 12pt;  font-weight : bold; }

.top-left {
	background-color: #8c8c8c;
	background-image: url(images/xdoc/top-left.png);
	background-repeat: no-repeat;
	background-position: top left;
	width : 5px;
	height : 5px;
}

.top-right {
	background-color: #8c8c8c;
	background-image: url(images/xdoc/top-right.png);
	background-repeat: no-repeat;
	background-position: top right;
	width : 5px;
	height : 5px;
}

.bottom-left {
	background-color: #8c8c8c;
	background-image: url(images/xdoc/bottom-left.png);
	background-repeat: no-repeat;
	background-position: bottom left;
	width : 5px;
	height : 5px;
}

.bottom-right {
	background-color: #8c8c8c;
	background-image: url(images/xdoc/bottom-right.png);
	background-repeat: no-repeat;
	background-position: bottom right;
	width : 5px;
	height : 5px;
}

.bottom-left-thick {
	background-color: #8c8c8c;
	background-image: url(images/xdoc/bottom-left.png);
	background-repeat: no-repeat;
	background-position: bottom left;
	width : 5px;
	height : 9px;
}

.bottom-right-thick {
	background-color: #8c8c8c;
	background-image: url(images/xdoc/bottom-right.png);
	background-repeat: no-repeat;
	background-position: bottom right;
	width : 5px;
	height : 9px;
}
.dida { font-size: 10pt; }

.pre { white-space: pre;}

table .title { background-color: #FFFFFF; width:100%; border: 0px; }
