a {
	font-family: Verdana, Arial, Helvetica, Swiss, Futura, sans-serif;
	text-decoration:none;
}

a:hover {
	text-decoration: none;
}

a.wikilink {
	text-decoration: underline;
	text-underline-style: dashed;
}

a.wikilink:hover {
	text-decoration: underline;
	text-underline-style: dotted;
}

select, input, button {
	margin: 0;
	font-family: Verdana, Arial, Helvetica, Swiss, Futura, sans-serif;
	font-size: 12px;
}

fieldset {       
	padding: 7px 7px 7px 7px;
	border: 1px solid white;
}
legend {
	border: 1px solid white; 
	padding-left: 5px; 
	padding-right: 5px; 
	padding-top: 2px;
	padding-bottom: 2px; 
	margin-bottom: 4px;
}

table {
	border: 0px solid black;
	padding: 0px;
	border-spacing: 0px;
	border-collapse: collapse;
}

table.bordered {
	border: 1px solid white;
}

img {
	border: none;
	padding: 0px;
	margin: 0px;
}

td {
	font-family: Verdana, Arial, Helvetica, Swiss, Futura, sans-serif;
	font-size: 12px;
	padding: 5px;
}

th {
	font-family: Verdana, Arial, Helvetica, Swiss, Futura, sans-serif;
	font-size: 14px;
	padding: 5px;
	text-align: left;
}

/* Gives a dotted underline. Used for informational text that has a tooltip embedded in it */
.info {
	text-decoration: none;
	border-bottom: #999999;
	border-width: 0px 0px 1px 0px;
	border-style: none none dotted none;
}

.message {
	width: 100%;
	border: 1px solid #202050;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 14px;
}

body {
	font-family: Verdana, Arial, Helvetica, Swiss, Futura, sans-serif;
	font-size: 12px;
	text-decoration:none;
}

.content {
	border-top: 1px solid white;
	border-bottom: 1px solid white;
}

#toolTipBox {
	display: none;
	padding: 5;
	font-size: 12px;
	border: black solid 1px;
	font-family: verdana;
	position: absolute;
}

.menu {
	border: 1px solid white;
	border-collapse: collapse;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 12px;
}

.topmenu {
	padding-right: 30px;
}

.menuentry {
	padding-top: 7px;
}

.hidden {
	display: none;
}

.normal {
	display: block;
}


div.ulsel {
	text-align: left;
}

ul.ulsel {
    padding: 3px 0;
    margin-left: 10px;
    padding-left: 10px;
    padding-right: 10px;
    margin-right: 20px;
	margin-bottom: 0px;
	border-bottom: none;
	white-space: nowrap;
}

li.ulsel {
    list-style: none;
    margin: 5px;
    display: inline;
	border: 1px solid white;
	text-decoration: none;
	padding: 3px;
	padding-left: 15px;
	padding-right: 15px;
}

li.selectedulsel {
    list-style: none;
    margin: 5px;
    display: inline;
	border: 1px solid white;
	text-decoration: none;
	padding: 3px;
	padding-left: 15px;
	padding-right: 15px;
	border-bottom: none;
}

div.content {
	text-align: left;
    margin-left: 20px;
    margin-right: 20px;
    padding: 10px;
	border-left: 1px solid white;
	border-right: 1px solid white;
	border-bottom: 1px solid white;
}


form {
	padding: 0px;
	margin: 0px;
}

.headline {
	text-align: center;
	font-weight: bold;  
	font-size: 24px;
	margin-left: 20%;
	margin-right: 20%;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid;
	margin-top: 10px;
	margin-bottom: 5px;
}

.chapter {
	text-align: left;
	font-weight: bold;  
	font-size: 18px;
	margin-right: 50%;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid;
	margin-top: 10px;
	margin-bottom: 5px;
}

.section {
	text-align: left;
	text-decoration: underline;
	font-weight: bold;  
	font-size: 14px;
	padding-top: 10px;
	margin-top: 10px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

div.floatright {
	padding: 10px;
	margin-left: 10px;
	margin-bottom: 30px;
	margin-right: 20px;
	float: right;
	border: 1px dotted;
}
