a
{
	font-size: 1em;
	font-weight: bold;
}
a:link
{
	color: #000099;
	text-decoration: none;
}
a:active
{
	color: #6699cc;
	text-decoration: none;
}
a:visited
{	
	color: #6699CC;
	text-decoration: none;
}
a:hover
{
	color: #FF9933;
	text-decoration: none;
}
/*
.author
{
	font-size: 0.875em;
	font-weight: normal;
}
*/
a.download
{
	font-weight: bold;
}
a.related
{
	font-size: 0.875em;
}
a.smalltext
{
	font-size: 0.875em;
	font-weight : normal;
}
a.smalltext:link
{
	color: #000000;
}
a.smalltext:visited
{
 	color: #666666;
}
a.smalltext:hover
{
 	color: #FF9933;
}
b
{
 	font-weight: bold;
}
body
{
	font-size: 0.8em;
	margin: 0;
	padding: 0;
	color: black;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #CCCCCC;
	height: 100%;
	width: 100%;
	display: block;
	position: absolute;
}
div.body
{
	color: black;
	font-family: Arial, Helvetica, sans-serif;
}
div.smallvertical
{
	padding-bottom: 7px;
}
div.bold
{
	font-weight: bold;
	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif;
}
div.pullquote
{
	font-size: 0.875em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
}
div.imbedquote
{
	font-size: 1.25em;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
}
font.testing
{
	color: #ff0000
}
h1
{
	font-size: 1.875em;
	font-weight: normal;
}
h2
{
	font-size: 1.5em;
	font-weight: normal;
	
	/* Fix inconsistancy between IE and Firefox - Isaiah */
	margin-top:0.5em;
	margin-bottom:0.5em;
}
h2.title
{
	text-align: center
}
h3
{
	font-size: 1.25em;
	font-weight: normal;
}
h3.subtitle
{
	text-align: center;
}
h4
{
	font-size: 1em;
	font-weight: normal;
}
h5
{
	font-size: 0.875em;
	font-weight: normal;
}
hr
{
	/* 2px border and fill together in IE 6.0 and FF 1.5 on 2005.12.07 */
	color: silver; background: silver; height: 2px; border-width: 1px; border-style: solid; border-color: silver;
}
html
{
	height: 100%;
}
img.leftalign
{
	border : 0px;
	margin-right: 5px;
	margin-left: 1px;
}
ol
{
	font-size: 1em;
	/*margin-left: -15px;*/
	/*padding-left: 0em;*/
}
ol.largenumbers
{
	margin-left: 15px;
}
p
{
	font-size: 1em;
}
p.bold
{
	font-weight: bold;
}
p.caption
{
    text-align: left;
	font-size: 0.875em;
}
p.form
{
	text-indent: 5px;
}
p.title
{
	font-size: 1.25em;
	font-weight: bold;
}
p.toc
{
	font-size: 0.9375em;
	font-weight: bold;
}
span.smalltext
{
	font-size: 0.875em;
}
span.labeldate
{
	font-size: 0.875em;
}
span.author
{
	font-size: 1em;
}
span.editor
{
	color: red;
}
span.error
{
	color: red;
}
span.faded
{
	color: #666666;
}
span.PickListDescription
{
	font-size: 1.1em;
}
table
{
	font-size: 1em; /* This is not the default! */
}
td.articleextras
{
	background-color: #FFFFFF;
}
td.hiddenextras
{
	background-color: #FFFFFF;
	color: #FFFFFF;
}
td img.decoration 
{
    display: block;
}
.DisplayBlock
{
	display : block; /* block-level element, with a line break before and after the element */
}
.DisplayInline
{
	display : inline;
}
.DisplayNone
{
	display : none;
}
.VisibilityVisible
{
	visibility : visible;
}
.VisibilityHidden
{
	visibility : hidden;
}
.hiddencontents
{
	background-color: #FFFFFF;
	color: #FFFFFF;
}
.PickListColor1
{
	background-color: #EEEEEE;
}	
.PickListColor2
{
	background-color: #FFFFFF;
}	
ul
{
	font-size: 1em;
	margin-left : 1.2em;
	padding-left: 0em;
}
.border
{
	background-color: #999999;
}

.pageBackground
{
	/* 2 x 20px shadows + 940px width = 980px background image */
	padding: 0 20px 1px;
	background-image: url(/media/images/common/shadow980.gif);
	background-repeat: repeat-y;
	width: 940px;
	margin: 0 auto;
	min-height: 105%;
	display: block;
	position: relative;
}

/* Oudated: */
.pageBase
{
	height: 110%;
	margin: 0 auto;
}
.pageLeftBorder
{
	text-align: right;
	background-image: url(/media/images/common/shadow-gray-l.gif);
	background-repeat: repeat-y;
	width: 20px;
}
.pageRightBorder
{
	text-align: left;
	background-image: url(/media/images/common/shadow-gray-r.gif);
	background-repeat: repeat-y;
	width: 20px;
}
.pageMain
{
	width: 940px;
	vertical-align: top;
	background-color: #FFFFFF;
}
.contents
{
	background-color: #FFFFFF;
}
.MenuOff
{
	background-color: silver;
}	
.MenuOn
{
	background-color: gray;
}
.MenuText
{
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	height: 21px;
	line-height: 21px;
	padding-left: 3px;
	padding-right: 3px;
	margin: 0px;
}
.MenuText:hover
{
	text-decoration: none;
}
.MenuSearch
{
	font-size: 11px;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.related
{
	text-decoration: underline
}
.selected
{
	border : 1px solid gray;
	background-color: #F0F0F0;
}
.undo70
{
	font-size: 1.14em;
	font-weight: bold;
}
#articleleftcontent
{
	width: 225px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
}
#articlerightcontent
{
	width: 140px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
}
#articlerelated
{
	padding-bottom: 10px;
	width: 225px;
	border-right: black 1px solid;
	border-top: black 1px solid;
	border-bottom: black 1px solid;
	color: #FFFFFF;
}
#idshrmenul0100 {position:absolute; visibility:hidden;}

#idshrmenul0200 {position:absolute; visibility:hidden;}

#idshrmenul0300 {position:absolute; visibility:hidden;}

#idshrmenul0400 {position:absolute; visibility:hidden;}

#idshrmenul0500 {position:absolute; visibility:hidden;}

#idshrmenul0600 {position:absolute; visibility:hidden;}

#idshrmenul0700 {position:absolute; visibility:hidden;}

#idshrmenul0800 {position:absolute; visibility:hidden;}


/* Edit toolbox style: */

#editToolbox {
	position: fixed;
	right: 0;
	bottom: 50%;
	background-color: #BA0000;
	padding: 8px;
	width: 80px;
}

#editToolbox span.heading {
	color: #FFFFFF;
	display: block;
	text-align: center;
	font-weight: bold;
	margin-bottom: 8px;
}

#editToolbox a {
	color: #FFFFFF;
	display: block;
	text-align: left;
	text-decoration: underline;
	font-weight: normal;
}

#editToolbox #timeSpan {
	color: #FFFFFF;
	display: block;
	text-align: left;
	font-weight: normal;
	margin-top: 8px;
}

