a:link {
        color: #B0FF70;
        text-decoration: none;
}
a:visited {
        text-decoration: none;
        color: #B0FF70;
}
a:hover {
        text-decoration: underline;
        color: #FFCC00;
}
a:active {
        text-decoration: none;
}
body,td,th {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 12px;
        color: #00FF00;
}
body {
        margin-left: 10px;
        margin-top: 0px;
        margin-right: 10px;
        background-image: url(line.jpg);
        background-color: #003300;

        scrollbar-face-color: #006600;
        scrollbar-arrow-color: 001100;
        scrollbar-base-color: #002200;
        scrollbar-shadow-color: #00FF00;
        scrollbar-highlight-color: #00BB00;
}
.button {
        background-color: #008000;
        border: 1px solid #00FF00;
        height: 18px;
        text-align: center;
        vertical-align: middle;
        color: #FFFF99;
        width: 125px;
}

.simple_button {
	background-color: #008000;
	border: 1px solid #00FF00;
	height: 15px;
	text-align: center;
	vertical-align: middle;
	color: #FFFF99;        
	font-size: smaller;
}

.checkbox {
        background-color: #006600;
        border: 1px solid #00FF00;
        font-weight: bold;
        height: 15px;
        cursor: default;
        text-align: center;
        vertical-align: middle;
        color: #00FF00;
        width: 15px;
}
.grafic {
        background-color: #006600;
        border: 1px solid #00CC00;
        text-align: center;
        vertical-align: middle;
}
.menuseparatorup {
        background-color: #003300;
        filter: Alpha(Opacity=100, FinishOpacity=0, Style=1, StartX=100, StartY=0, FinishX=100, FinishY=100);
        border-top: thin none #00FF00;
        border-right: thin none #00FF00;
        border-bottom: thin none #00FF00;
        border-left: thin none #00FF00;
        text-align: center;
        font-weight: bold;
}
.menu_links {
                font-weight: bold;
        background-color: #003300;
        text-align: center;
        background-position: center;
        padding-left: 5px;
        padding-right: 5px;
        text-decoration: none;
        border: 1px solid #009900;
        height: 20px;
}
.message {
        background-color: #000000;
        border-top: 1px none #339900;
        border-right: 1px solid #339900;
        border-bottom: 1px solid #339900;
        border-left: 1px none #339900;
}
.table_ {
        border-top: 1px solid #339900;
        border-right: 1px none #000000;
        border-bottom: 1px none #000000;
        border-left: 1px solid #339900;
}
.tabelhead
        {
        background-color: #006600;
        filter: Alpha(Opacity=100, FinishOpacity=0, Style=1, StartX=0, StartY=30, FinishX=0, FinishY=100);
       	border-top: 1px none #339900;
		border-right: 1px solid #339900;
		border-bottom: 1px solid #339900;
		border-left: 1px none #339900;
        font-weight: bold;        
        text-align: center;
        vertical-align: middle;
        height: 30;
}
.table_line {
	border-top: 1px none #339900;
	border-right: 1px solid #339900;
	border-bottom: 1px solid #339900;
	border-left: 1px none #339900;
}
.table_line_separator {
        background-color: #003B00;
        border-top: 1px none #339900;
        border-right: 1px solid #339900;
        border-bottom: 1px solid #339900;
        border-left: 1px none #339900;
}
.table_menu {
        background-color: #003300;
        border-top: 1px none #339900;
        border-right: 1px solid #339900;
        border-bottom: 1px solid #339900;
        border-left: 1px none #339900;
}
.textarea {
        background-color: #006600;
        border: 1px solid #00FF00;
        font-weight: normal;
        height: 100px;
        cursor: default;
        text-align: left;
        vertical-align: top;
        color: #FFFF00;
        width: 100%;
}
.textbox {
        background-color: #006600;
        border: 1px solid #00FF00;
        font-weight: normal;
        height: 20px;        
        text-align: center;
        vertical-align: middle;
        color: #FFFFFF;
        width: 100%;
}
