/************
   Content of a submenu - contains set of a.menuitem's or other div.submenu's
************/
div.submenu {
	display: none;
}
div.submenu_open {
	display: block;
}

/************
   Pathway
************/
.pathway {
	letter-spacing: normal;
	font-size: 9pt;
	cursor: default;
	color: #777777;
	padding-left: 5px;
	border-left: 3px solid #99BACF;
}
.pathway a {
	font-size: 9pt;
	letter-spacing: normal;
	font-weight: normal;
	color: #777777 !important;
	text-decoration: none;
	border: medium none !important;
}
.pathway a:hover {
	color: black !important;
	text-decoration: underline !important;
	border: medium none !important;
}
.pathway .currentNode {
	font-size: 9pt;
	letter-spacing: normal;
	font-weight: normal;
	color: #333333;
}

/*****************
   Miscelaneous
*****************/

a img {
	border: medium none;
}
a.textbutton {
	background-color: #EEEEEE;
	color: gray !important;
	border: 1px solid #444444;
	padding: 3px 5px;
	text-decoration: none !important;
	font-size: 10pt;
	font-weight: normal;
	white-space: nowrap;
}
a.textbutton:hover {
	text-decoration: none;
	background-color: lightgrey;
	border: 1px solid black;
	color: black !important;
}

#documentProperties {
	display: none;
	position: absolute;
	top: 40%;
	left: 35%;
	height: auto;
	width: 400px;
	padding: 0px;
	color: black;
	line-height: normal;
}
#documentProperties a {
	color: blue;
	text-decoration: underline;
}
#documentProperties td {
	color: black;
}
#documentToolbar {
	cursor: default;
	border: 1px solid #444444;
	background-color: #EEEEEE;
	padding: 3px;
	position: relative;
	top: 6px;
	left: 0px;
	float: right;
	text-align: right;
	line-height: normal;
}

#adminButtons {
	width: 500px;
	margin: 30px auto;
}
#adminButtons a {
	display: block;
	float: left;
	width: 226px;
	text-align: left;
	font-size:10pt;
	background-color: white;
	border: 1px solid gray;
	padding: 3px 6px;
	margin: 0px 10px 5px 0px;
	color: gray;
	white-space: nowrap;
	overflow: hidden;
	text-decoration: none;
	line-height: normal;
}
#adminButtons a img {
	padding-right: 6px;
}
#adminButtons a:hover {
	color: black;
	background-color: #e3e3e3;
	border: 1px solid black;
}
#loginmodule {
	border: 1px solid white;
	background-color: #cccccc;
	color: black;
	font-family: Tahoma,Verdana,Arial,sans-serif;
	font-size: 9pt;
	margin: 10px 35px 0px 10px;
	padding: 4px;
}
#loginmodule .currentuser {
	font-weight:bold;
}
#loginmodule a {
	color: #660000;
	text-decoration: underline;
	font-weight: normal;
}

table#downloadPropertiesTable {
	border-bottom: 1px solid #999999;
	margin: 0px auto;
	margin-bottom: 2em;
}
table#downloadPropertiesTable td, table#downloadPropertiesTable th {
	line-height: normal;
	border-right: 1px solid #999999;
	border-top: 1px solid #999999;
	padding: 4px;
	background-color: #eeeeee;
}
table#downloadPropertiesTable th {
	font-weight: bold;
	border-left: 1px solid #999999;
	border-right: 1px solid #CCCCCC;
}
table#downloadPropertiesTable th.head {
	border-right: 1px solid #999999;
	text-align: center;
	font-size: 1.25em;
	background-color: #dddddd;
}
table#downloadPropertiesTable td.related {
}
table#downloadPropertiesTable th.related {
}
table#downloadPropertiesTable td.related ul {
	padding-left: 16px;
}
table#downloadPropertiesTable td.related ul li {
	line-height: normal;
}
table#downloadPropertiesTable td.downloadLink {
	text-align: center;
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
	line-height: 2em;
	padding: 0px;
}
table#downloadPropertiesTable td.downloadLink a {
	font-size: 1.5em;
	font-weight: bold;
	text-decoration: none;
	line-height: 2em;
	display: block;
}
table#downloadPropertiesTable td.downloadLink a:hover {
	color: #990000;
	background-color: #dddddd;
}
.administration {
	line-height: normal;
}
.administration  fieldset {
	border: 1px solid grey;
	padding: 2px 4px;
	margin: 5px 0px;
}
.administration  fieldset legend {
	border: 1px solid grey;
	padding: 1px 5px;
	margin-left: 1em;
}
.administration th {
	font-weight: bold;
	text-align: center;
	font-size: 100%;
}

p.searchresult {
}
p.searchresult span {
	color: gray;
	padding-left: 1em;
}

#tabs {
	display: block;
	float: left;
	width: 100%;
}
a.tab, a.tabselected {
	border-collapse: collapse;
	border-style: solid solid none solid;
	border-color: #888888;
	border-width: 1px 1px 0px 1px;
	background-color: #aaaaaa;
	padding: 2px 0.5em 0px 0.5em;
	margin-top: 4px;
	margin-right: 2px;
	text-decoration: none;
	float: left;
	color: #333333;
}
a.tabselected {
	background-color: #dddddd;
	padding-top: 3px;
	border-bottom: 1px solid #dddddd;
	color: #000000;
	margin-top: 0px;
	padding-bottom: 3px;
	font-weight: bold;
	top: 1px;
	position: relative;
}
a.tab:hover {
	color: #000000;
	background-color: #b0b0b0;
}
.panel {
	border: solid 1px #666666;
	background-color: #dddddd;
	padding: 5px !important;
	overflow: auto;
}

.errormessagebox {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 13pt;
	color: #bb0000;
	font-weight: normal;
	background-color: #eeeeee;
	border-top: 2px solid #d5d5d5;
	border-left: 2px solid #d5d5d5;
	border-bottom: 2px solid #555555;
	border-right: 2px solid #555555;
	display: block;
	padding: 10px;
	margin: 3em auto;
	padding-left: 68px;
	background-image: url(/images/warning.gif);
	background-position: 10px center;
	background-repeat: no-repeat;
	min-height: 40px;
	vertical-align: middle;
	width: 66%;
	text-shadow: #887777 0px -1px 0px;
	text-align: right;
}