img {border-style: none;}
thead {background-color: #CCCCCC; font-weight: bold; font-size: 12px;}
tr.odd {background-color: #CCFF99; font-size: 12px;}
tr.even {background-color: #66CC66; font-size: 12px;}
tr.odd:hover, tr.even:hover {background-color: #FFFF99;}
tr.odd:active, tr.even:active {background-color: orange;}
input[type="text"]:focus, input[type="password"]:focus, input[type="file"]:focus, textarea:focus {border-color: teal; border-style: solid;}
input[type="text"]:hover, input[type="password"]:hover, input[type="file"]:hover, textarea:hover {background-color: #CCCCCC;}

/*:link {border: solid blue thin;}
:visited {border: solid #939 thin;}
:link:hover, :visited:hover {border-color: red;}*/
/*a:link {color: #FF0000}
a:visited {color: #00FF00}
a:hover {color: #FF00FF}
a:active {color: #0000FF}*/

.logo-text {font-size: xx-large; font-weight: bold; color: #777777;}
.center {text-align: center;}
.error {color: red;}
.success {color: green;}
.pointer {cursor: pointer;}
.menu {background-color: black; color: white; font-weight: bold; font-size: medium; cursor: pointer;}
.menu:hover {background-color: white; color: black; font-weight: bold; font-size: medium; cursor: pointer;}
.noline {text-decoration: none;}
.new-link {background-color: yellow; font-size: small;}
.new-link:hover {background-color: #CCCCCC;}
.accelerator {text-decoration: underline;}
.desc {font-size: small; font-style: italic;}
body {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 6px;
	margin-right: 0px;
}
