/* *** Basic Stuff *** */

BODY { font-size: 75%; }
TABLE { font-size: 100%; }

BODY, TABLE
{
	font-family : Arial, Helvetica, Geneva, sans-serif;
	margin: 0px;
	padding: 0px;
}
BODY { background-color: #FFFFFF; }

H1 { font-size: 177%; }
H2 { font-size: 133%; margin-top: 0px; }
H3 { font-size: 111%; }
H4 { font-size: 100%; }

BR.break { display: none; }

IMG { border: none; }



/* *** elements *** */


/*  Links  */
A {
	color: rgb(110,110,110);
	text-decoration: none;
}
A:hover { color: red; }

A.entry {
	font-weight: bold;
	display: block;
}

A.enabledTreeEntry {
	font-size: 88%;
	color: #992222;
}
A.enabledTreeEntry:hover { color: red; }

A.disabledTreeEntry {
	font-size: 88%;
	color: gray;
}

/* The path of an entry in the Contents form */
.pathLink {}
A.pathLink { color: red; }
A.pathLink:hover { color: white; background-color: #FF0000; }

A.small:link { color: gray; }

A.inactive,
A.inactive {
	color: silver;
}

A.arrow {
	background-image: url(/Bitmaps/Arrow/Item.gif);
	background-repeat: no-repeat;
	padding-left: 18px;
	display: block;
}
A.arrow:hover {
	background-image: url(/Bitmaps/Arrow/ItemX.gif);
}

A.smallArrow {
	font-size: 88%;
	background-image: url(/Bitmaps/Arrow/SmallRight.gif);
	background-repeat: no-repeat;
	padding-left: 10px;
}

A.onlineHelp {
	color: black;
	background-image: url(/Bitmaps/etc/ContextHelp.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
}
A.onlineHelp:hover {
	color: red;
}




/* *** Navigaiton - Main Menu *** */

.main {
	width: 100%;
	background-color: #dddde4;
	padding: 7px;
}

.toContent {
	margin-bottom: 14px;
}

.mainLogo { display: none; }

A.item, A.subitem {
	color: black;
	font-size: 122%;
	font-weight: bold;
	padding-right: 14px;
}
A.item:hover, A.subitem:hover, A.systemItem:hover {	color: red; }

A.subitem {
	font-size: 111%;
	padding-right: 14px;
}

.outerSystemItem {
	font-size: 111%;
	margin-right: 14px;
	background-repeat: no-repeat;
	clear: left;
}

A.systemItem {
	color: black;
	padding-left: 22px;
	font-size: 111%;
	background-repeat: no-repeat;
}
#SearchField {
	width: 140px;
}


/*  Forms  */
LABEL, INPUT, TEXTAREA, SELECT, OPTION {
	font-family : Arial, Helvetica, Geneva, sans-serif;
	color: #000000;
}

LABEL {
	font-weight: bold;
	cursor: pointer;
}

INPUT, SELECT, OPTION, TEXTAREA {
	background-color: #ffffee;
	font-size: 100%;
}
INPUT:focus, SELECT:focus, TEXTAREA:focus {
	border: 2px solid #FF0000;
}
INPUT[type="button"],INPUT[type="submit"],INPUT[type="reset"] {
	background-color: #DDDDDD;
	font-size: 100%;
}

FIELDSET {
	font-weight: bold;
}

.defaultButton {
	font-weight: bold;
}



/* *** Specifics of the default layout *** */

.large { font-size: 177%; font-weight: bold; }
.small { font-size: 88%; }


.navigationBar,
.footerBar,
.titleBar {
	width: 100%;
	margin: 1em 0 1em 0;
	padding: 0;
	clear: both;
}

.centerColumn {
	margin: 0;
	padding: 0;
	color: #444444;
	text-align: left;
}

.centerColumn DIV {
	margin: 0;
	padding: 3px 0px 4px 0px;
}

.rightColumn {
	margin: 0;
	padding: 0;
	color: #444444;
	text-align: left;
}

.navigationBar {
	padding-bottom: 7px;
	background-color: #dddde4;
}

.titleBar {
	border-bottom: 1px solid #FF0000;
}

.titleBar .centerColumn {
	border-left: 7px solid #9999aa;
	padding: 0 0 0 0.25em;
}

.titleBar .centerColumn .title {
	background-color: white;
	font-size: 111%;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

.titleBar .rightColumn {
	vertical-align: middle;
	font-style: italic;
}

.titleBar .rightColumn .titleInfo {
	color: red;
	font-size: 88%;
}

.content
{
	padding: 7px;
}

.contentCol {
}

.abstract {
	margin-bottom: 14px;
}

UL.subentries {
	list-style-type: none;
	list-style-image: none;
	margin: 0px;
	padding: 0px;
	border: none;
}

UL.subentries LI.subentry {
	padding: 0px 0px 14px 0px;
	margin: 0px;
	height: 1px;
}
UL[class="subentries"] LI.subentry {
	height: auto;
	display: block;
}

LI.subentry .subentryTitle A {
	display: inline;
}

.subentries {}

.subentry {
	padding-bottom: 14px;
}

.subentryIcon {
	float: left;
	padding-left: 4px;
}

.subentryTitle {
	margin-left: 24px;
	padding-top: 3px;
}

.subentryPath {
	margin-left: 24px;
}

.subentryComment {
	margin-top: 4px;
	margin-left: 24px;
}

#InfoCol {
	margin-bottom: 14px;
	position: relative;
	background-color: #dddde4;
}

.image {
	margin-bottom: 14px;
}

.box {
	background-color: #E9E9E9;
	text-align: left;
	padding: 0.5em 2px 1em 2px;
	margin: 5px 0px 40px 0px;
	color: #383895;
	position: relative;
}

.innerInfoCol {
	background-color: #dddde4;
	border: 1px solid #dddde4;
}

.uploadsHeader  {
	font-weight: bold;
	margin-bottom: 7px;
}

.uploadsIcon {
	float: left;
	padding-right: 3px;
	padding-bottom: 14px;
}

.uploadsContent {
	margin-bottom: 6px;
}

.uploadsBottom {
	margin-top: 7px;
	margin-bottom: 14px;
}

.footerBar {

}

.footerBar .centerColumn DIV {
	border-top: 1px solid #FF0000;
	text-indent: 7px;
	background-color: white;
	font-size: 88%;
}

.footerBar .rightColumn {
	border-top: 1px solid #FF0000;
	text-indent: 7px;
	text-align: left;
	padding-top: 3px;
	float: left;
}

.footerBar .rightColumn SPAN {
	font-size: 88%;
}

.footnoteRight A {  }



/* *** Miscellaneous *** */

/* A table used in various places */
.tableHeader  {
	font-weight: bold;
	background-color: #D8E0F2;
}

.tableCell {
	background-color: #EEEEFF;
}

.brighterTableCell {
	background-color: #E9E9F6;
}

/* Answers for a thread in a forum*/
.answers {
	background-color: #F6F6F6;
}

.brighterAnswers {
	background-color: #FBFBFB;
}


/* The notification dialog */
.notifyHeader {
	font-weight: bold;
	color: white;
	background-color: navy;
	padding: 7px;
	margin-top: 100px;
	margin-bottom: 0px;
	text-align: center;
}

.notifyBody {
	font-size: 133%;
	font-weight: bold;
	color: Navy;
	background-color: #FFDAB9;
	padding: 14px;
	min-height: 100px;
}

/* eg Address display */
.objectHeader {
	font-size: 200%;
	font-weight: bold;
	color: white;
	background-color: navy;
	padding: 7px;
	text-align: center;
}

.objectBody {
	color: Navy;
	background-color: #FFDAB9;
	margin: 0px;
}

/* The descriptors list of the thesaurus */
.thesaurusDescriptorsList  {
	font-style: italic;
}
