#adminMenu {
	display: block;
	width: 150px;
	float: left;
	padding: 0;
	margin: 0;
	margin-right: 20px;
	border: solid #996699 1px;
	font-size: 9pt;
    text-decoration: none;
	list-style: none; 
}

#adminMenu li {
	height: 25px;
	line-height: 25px;
	background-color: white;
	color: #996699;
	border-bottom: dotted #996699 1px;
    	text-decoration: none;
    	text-align: left;
}

#adminMenu li a {
	display: block;
	width: 145px;
	padding-left: 5px;
    	color: inherit;
	background-color: inherit;
    	text-decoration: none;
}

#adminMenu li a:hover {
	color: white;
	background-color: #663366;
	cursor: pointer;
}

.adminMenuHead {
	color: #444444;
	background-color: white;
	font-weight: bold;
}

#form {
	float: left;
}

.buttonLink {
	font-size: 90%;
	text-decoration: underline;
	color: #444444;
	cursor: pointer;
}

td.tableData {
	font-size: 90%;
}

td.tableHead {
	font-size: 90%;
	font-weight: bold;
}

td.tableAction {
	padding-right: 1em;
}

table.adminList {
	border-collapse: collapse;
	width: 77%;
}

tr.divider {
	border-bottom: dotted silver 1px;
}

.buttonDivider {
	color: #999999;
}

.formAction {
	margin-top: 1em;
	padding-top: .5em;
	border-top: dotted silver 1px;
}

.formElement {
	margin-bottom: .5em;
}

.formLabel {
	font-size: 90%;
	font-weight: bold;
}

div.formElement input.textElement {
	width: 15em;
}

.fileDesc {
	padding-left: 1em;
	font-size: 85%;
	font-style: italic;
	color: #666666;
}

#msg {
	font-size: 85%;
	color: green;
}

#errorMsg {
	font-size: 85%;
	color: red;
}

#error {
	clear: both;
	text-align:center;
	font-family: Arial, Helvetica, sans serif;
	font-size: 85%;
	color: #CC0000;
	padding: 2px 2px 2px 2px;
}

#loginInfo a:hover {
	color: #996699;
	text-decoration:none;
}

#loginInfo a:link {
	color:#663366;
	text-decoration:none;	
}

.loginForm {
	margin-left: auto;
	margin-right: auto;
	border: solid silver 1px;
	width: 40%;
	position: relative;
	top: 50px;
	padding-top: 25px;
	padding-bottom: 25px;
	padding-left: 10px;
	padding-right: 10px;
}
