body {
    font-size: 14px;
    color: #a0ffa0;
    font-family: DejaVu Sans,normal,Lucida Sans,Verdana,Arial,monospace,sans-serif;
    background-color: black;
    text-decoration: none
}

pre {
    font-size: 14px;
    font-family: DejaVu Sans Mono,monospace,Lucida console;
    text-decoration: none
}

pre.terminal {
	white-space: pre-wrap;
	font-size: 14px;
	font-family: Monaco,Consolas,Lucida Console,DejaVu Sans Mono,Courier New,Droid Sans Mono,monospace;
	text-decoration: none
}

hr {
	color: #a0ffa0;
	background-color: #000000;
	height: 1px;
	box-shadow: 0px -1px 0px;
}

.error {
	color: red;
}

button {
	background-color:#B0B0FF;
	color: black;
}

.webclient_button {
	font-size: 64px;
	border-radius:	5px;
}

.mybutton {
	color: #4a4d4a;
	background-color:#B0B0FF;
	font-size:14px;
	font-weight:bold;
    /*
	font-family: Verdana,arial;
    text-decoration: none
	*/
}
.choosebutton {
    color: #4a4d4a;
	background-color:#B0B0FF;
	font-size:14px;
	font-weight:bold;
    /*
	font-family: Verdana,arial;
    text-decoration: none
	*/
}

a:link
{
    color: #e0e080;
    text-decoration: none
/*    font-size: 14px;
    font-family: verdana;
 */
}

a:visited
{
    color: #e0e080;
    text-decoration: none
/*    font-size: 14px;
    font-family: Verdana;
*/
}
a:hover
{
    color: #cc9900;
    text-decoration: none
/*    font-size: 14px;
    font-family: Verdana;
*/
}
a:active
{
    color: #000033;
    text-decoration: none
/*    font-size: 14px;
    font-family: Verdana;
*/
}

.messages {
	margin:				10px;
	padding:			5px;
	//width:				80em;
	border-width:		2;
	border-style: 		solid;
	border-color:		red;
	background-color: 	lightred;
	color:				white;
	font-weight:		bold;
	align:          	center;
}

.list_actions {
	position: fixed;
	margin-top: 2em;
	width: 320px;
}

.list_actions table {
	border-style: inset;
	border-width: medium;
}

.edit_box {
	align:          center;
}

.changed {
	color:				black;
}

.files {
	margin-top: 2em;
	margin-left: 320px;
}

.files TABLE {
	cell-spacing:   1;
	cell-padding:   0;
	border:         1;
	align:          middle;
}

.files TH {
	background-color: #b0b0ff;
}

.files TH a:link {
	color: #fefefe;
}

.files TH a:visited {
	color: #fefefe;
}

TD {
    font-size: 14px;
//    color: #8a8d8a;
    font-family: Verdana,arial;
    text-decoration: none
}

TH {
	FONT-SIZE: 14px;
    COLOR: #4a4d4a;
    FONT-FAMILY: Verdana,arial;
    TEXT-DECORATION: none
}

.even TD {
	font-size: 14px;
    color: #4a4d4a;
    font-family: Verdana,arial;
    text-decoration: none;
	background-color: #FFFF99;
}

.even td a:link {
	color: black;
}
.even td a:visited {
	color: black;
}

.odd TD {
	FONT-SIZE: 14px;
    color: #4a4d4a;
    FONT-FAMILY: Verdana,arial;
    TEXT-DECORATION: none;
	background-color: #AAFF99;
}

.odd td a:link {
	color: black;
}
.odd td a:visited {
	color: black;
}

