BODY {
	font-family: Verdana, Arial, sans-serif;
	font-size: 13px;
}

FORM {
	padding: 0;
	margin: 0;
	border: 0;
}

TD.SearchFooter {
	font-size: 11px;
	text-align: center;	
}

FORM UL {
	list-style-type: none;
	padding: 0;
}

UL LI.selected {
	background-color: #888;
}

UL SPAN.highlight {
	font-weight: bold;
}

IMG {
	border: none;
}

IMG[onclick] {
	cursor:pointer;
}

TABLE#Index TR TD.Header {
	text-align: center;
	font-family: Georgia, serif;
	font-size: 50px;
	padding-top: 25px;
}

TABLE#Index TR TD.SubHeader {
	font-size: 11px;
	text-align: center;
	padding-bottom: 20px;
}

TR.Links TD {
	text-align: center;
	font-size: 11px;
}

TR.Links TD SELECT {
    text-align: center;
    font-size: 11px;
}

TD#Content {
	text-align: center;
	padding-top: 20px;
}

TD#Content TABLE {
	margin-left: auto;
	margin-right: auto;
}

A:Link,A:Visited {
	color: blue;
}

A.Selected {
	font-weight: bold;
}

TD.Admin A:Link,TD.Admin A:Visited {
	color: red;
}

TABLE#Index TD.Footer {
	text-align: center;
}

TABLE#Index TD.Footer TABLE {
	width: 1%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	padding: 10px;
	font-size: 11px;
}

TD#Logo {
	padding-top: 40px;
	vertical-align: top;
	text-align: left;
}

TABLE.Form TR TH {
	font-size: 10px;
	font-weight: bold;
	text-align: right;
	vertical-align: top;
	padding-top: 2px;
}

TABLE.Form TR TD {
	text-align: left;
}

TABLE.Form TD.Title {
	font-size: 18px;
	text-align: center;
}

TABLE.Form TR.Error TD {
	font-size: 10px;
	color: red;
	border: none;
	padding-bottom: 10px;
}

TABLE.Form TR TD.Button {
	text-align: right;
}

INPUT,BUTTON {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	width: auto;
}

.Form INPUT,.Form SELECT,.Form TEXTAREA {
	width: 99%;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
}

.Button BUTTON, .Button INPUT {
	width: auto;
}

INPUT[Type="file"] {
	width: 100%;
}


TABLE#List {
	width: 90%;
}

TABLE#List TR[onclick] {
	cursor: pointer;
}

TABLE#List TR TD {
	padding-bottom: 10px;
	text-align: left;
}

TABLE#List TR TH {
	text-align: left;
}

TABLE#List TR.List_Odd {
	
}

TABLE#List TR.List_Even {
	
}

TABLE#List TR TD {
	border-style: none;
	text-decoration: none;
	color: black;
	font-size: 13px;
	text-align: left;
}

/* Literature List */
TABLE#List SPAN.Author {
	font-style: italic;
}

TABLE#List SPAN.Year {
	font-weight: bold;
}

TABLE#List TR.Literature A {
	text-decoration: none;
	color: black;
	font-size: 13px;
}

TABLE#List TR[onclick]:Hover {
	background-color: #F0FFF0;
}

TABLE#List TR TD A:Hover {
	color: blue;
}

TABLE#List TR.Literature TD {
	width: 100%;
}

TABLE#List TABLE.Form {
	margin-left: 20px;
	border-style: solid;
	border-width: 1px;
	border-color: #E0E0E0;
}

TABLE#List TABLE.Form TD {
	padding: 0;
	border-style: none;
}

/*****************/
TABLE.List_Total TR {
	font-size: 10px;
}

TABLE.List_Total SELECT {
    font-size: 10px;
}
	
TABLE.List_Total {
	width: 90%;
	border-style: solid;
	border-width: 1px 0 1px 0;
	border-color: black;
}

TABLE.List_Total INPUT {
    width: 200px;   
}
