/* Navigation bar */

body {
	text-align:left;
	background-color: #FFFFFF; /* #DBDBB7; */
}

#MainMenu {
/*	background-image: url(bg.gif); */
/*	background-color: #AAEEFF; */
	padding: 0px; 
/*	width: 600px; */
/*	height: 25px; */
/*	position:
		top: 155px;
		left: 0px; */
/*	border-bottom: 1px solid #333333; 
	border-top: 1px solid #333333; */
}
#MainMenu .MenuItem{
	background-color: #0055FF;
/*	width: 100px; */
	float: left;
	white-space: nowrap;
	text-align: center;
/*	letter-spacing: 2px; */
	line-height: 1.4em; 
/*	border-left: 2px solid #FFFFFF; */
/*	border-right: 2px solid #FFFFFF; */
	border-left: none;
	border-right solid 1px #FFFFFF;
	margin: 1px; 
	padding: 0px 2px 0px 2px;
/*	padding-left: 0px; */
	font-family: times, sans-serif, Arial, Helvetia;
	font-size: 20px;
}
#MainMenu form{
	float: left;
}
#MainMenu .MenuItem form{
	float: left;
}

#MainMenu .MenuItem a {
	color: #FFFFFF;
	font-weight: bold;
	display: block;
/*	width: 100px; */
}

#MainMenu .MenuItem a:first-letter {
	font-size: 130%;
	font-weight: bold;
}

#MainMenu a:hover {
	color: #FF0000;
	background-color: #00FFFF;
/*	font-weight: normal; */
/*	display: block; */
/*	width: 100px; */
}

.SubMenu {
	padding: 0px;
}
.SubMenu .MenuItem{
	background-color: #FF0000;
	float: left;
	white-space: nowrap;
	text-align: center;
	margin: 1px;
	font-family: times, sans-serif, Arial, Helvetia;
	font-size: 14px;
	line-height: 1.7em;
	border-right solid 1px #FFFFFF;
	border-left: none;
	padding-left: 0px;
}
.SubMenu form{
	float: left;
}
.SubMenu .MenuItem a {
	color: #FFFFFF;
	font-weight: bold;
	display: block;
}
.SubMenu .MenuItem a:first-letter {
	font-size: 130%;
	font-weight: bold;
}
.SubMenu a:hover {
	color: #777777;
}
.SubMenu a:visited {
	color: #FFFFFF;
}

.EditLink {
	padding: 0px;
	background-color: #FFFFAA;
/*	float: left; */
/*	white-space: nowrap; */
	text-align: left;
	margin: 1px;
	font-family: times, sans-serif, Arial, Helvetia;
	padding-left: 0px;
}
.EditLink a {
	color: #0000FF;
	font-weight: bold;
}
.EditLink a:hover {
	color: #777777;
}
.EditLink a:visited {
	color: #FF0000;
}

.DownloadLink {
	padding: 0px;
	background-color: #FFAAAA;
/*	float: left; */
/*	white-space: nowrap; */
	text-align: left;
	margin: 1px;
	font-family: times, sans-serif, Arial, Helvetia;
	padding-left: 0px;
}
.DownloadLink a {
	color: #FFFFFF;
}
.DownloadLink a:hover {
	color: #777777;
}
.DownloadLink a:visited {
	color: #FFFFFF;
}

.EMailLink {
	padding: 0px;
	background-color: #FFFF00;
/*	float: left; */
/*	white-space: nowrap; */
	text-align: left;
	margin: 1px;
	font-family: times, sans-serif, Arial, Helvetia;
	padding-left: 0px;
}
.EMailLink a {
	color: #0000FF;
}
.EMailLink a:hover {
	color: #777777;
}
.EMailLink a:visited {
	color: #FF0000;
}

#AbstractList table {
	border: 3px double #AA9900;
}
#AbstractList th {
/*	padding: 5px; */
	background-color: #DDFFFF;
	border-right: 2px solid #FF6633;
	border-bottom: 2px solid #FF6633;
}
#AbstractList td {
/*	text-align: right; */
/*	padding: 5px; */
	background-color: #DDFFFF;
	border: 2px solid #666666;
}

#UserProfile table {
	border: 3px double #AA9900;
}
#UserProfile th {
/*	padding: 5px; */
	background-color: #DDFFFF;
	border-right: 2px solid #FF6633;
	border-bottom: 2px solid #FF6633;
}
#UserProfile td {
/*	text-align: right; */
/*	padding: 5px; */
	background-color: #DDFFFF;
	border: 2px solid #666666;
}

a:link {
	color: #000000;
/*	font-weight: bold; */
/*	display: block; */
/*	width: 100px; */
}
a:visited {
	color: #000000;
/*	font-weight: bold; */
/*	display: block; */
/*	width: 100px; */
}
a:hover {
	color: #FF0000;
	background-color: #00FFFF;
/*	font-weight: bold; */
/*	display: block; */
/*	width: 100px; */
}
a:active {
	color: #FFFFFF;
	background-color: #00FF00;
/*	font-weight: bold; */
/*	display: block; */
/*	width: 100px; */
}

h2 {
	background-color: #AAFFCC;
	color: #FF0000;
	font-size: 150%;
	margin: 0.5em 0px;
	padding-left: 4px;
}
ul{
	border: 2px dotted #00AA33;
	list-style-type: square;
	background-color: #DDFFFF;
	margin-top: 20px;
	padding-top: 10px;
}
ol{
	border: 2px dotted #00AA33;
/*	list-style-type: decimal; /* lower-roman; */ */
}
ol li:first-letter {
	font-size: 130%;
	font-weight: bold;
}
ol ol{
	border: 2px dotted #00AA33;
	list-style-type: upper-roman;
}
ol ol ol{
	border: 2px dotted #00AA33;
	list-style-type: lower-roman;
}

form {
/*	padding: 10px; */
	background-color: #FFFFEE;
	border: 3px double #000099;
}
select {
	background-color: #FFFFCC;
}
input,textarea {
	background-color: #DDFFAA;
}


table {
/*	border: 3px double #FF9900; */
}
th {
/*	padding: 5px; */
	background-color: #0000FF;
	color: #FFFFFF;
	font-weight: bold;
/*	border-right: 2px solid #FF6633; */
/*	border-bottom: 2px solid #FF6633; */
}
td {
/*	text-align: right; */
/*	padding: 5px; */
/*	background-color: #FF9900; */
/*	border: 1px dashed #666666; */
}

#tkwiki table {
/*	border: 3px double #FF9900; */
}
#tkwiki th {
/*	padding: 5px; */
	background-color: #99CC99;
/*	border-right: 2px solid #FF6633; */
/*	border-bottom: 2px solid #FF6633; */
}
#tkwiki td {
/*	text-align: right; */
/*	padding: 5px; */
	background-color: #FF9900;
/*	border: 1px dashed #666666; */
}
