﻿body, html {
    margin:0;
    padding:0;
    color:#000;
    background:#ECEDE6;
    }

body {
    font-family: "Courier New", Courier, monospace;
    color:#00FF00;
    }

.error {color: red;}
label {display: block;}
input[type=text] {
    width: 400px;
    padding: 2px;
    font-family: "Courier New", Courier, monospace;
    }

input[type=password] {
    width: 400px;
    padding: 2px;
    font-family: "Courier New", Courier, monospace;
    }

textarea {
    width: 400px;
    height: 50px;
    font-family: "Courier New", Courier, monospace;
    }

input[type=submit] {
    font-family: "Courier New", Courier, monospace;
    color:#000000;
    }

input[type=file] {
    width: 400px;
    font-family: "Courier New", Courier, monospace;
    color:#000000;
    }

select {
    width: 400px;
    font-family: "Courier New", Courier, monospace;
    color:#000000;
}

button {
    font-family: "Courier New", Courier, monospace;
    color:#000000;
    }

hr {margin: 20px auto;}

a:link {
        text-decoration: none;
        color:#ECEDE6;
}

a:visited {
        text-decoration: none;
        color:#ECEDE6;
}

a:active {
        text-decoration: none;
        color:#ECEDE6;
}

a:hover {
        text-decoration: none;
        color:#FF9900;
}

.falselink {
        color:#ECEDE6;
        cursor:pointer;
        margin:0px;
        padding:0px;
}

.falselink:active {
        color:#ECEDE6;
}

.falselink:hover {
        color:#FF9900;
}

table {
    border: 0px;
    border-collapse: collapse;
    margin: 5px;
    padding: 0px;
}

#nav {
    position:absolute;
    width:140px;
    background:#383838;
    top:30px;
    left:30px;
    padding:10px;
    box-shadow: 10px 10px 5px #888888;
}

#main {
    position:absolute;
    background:#383838;
    top:30px;
    left:200px;
    padding:10px;
    box-shadow: 10px 10px 5px #888888;
    margin-right:30px;
    min-width:800px;
    min-height:400px;
}

.picture {
/*    border-style:solid;
    border-width:1px;
    border-color:grey;*/
}

#resultstable td {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left:15px;
    padding-right:15px;
}


.infobutton {
	-moz-box-shadow:inset 0px 1px 0px 0px #bbdaf7;
	-webkit-box-shadow:inset 0px 1px 0px 0px #bbdaf7;
	box-shadow:inset 0px 1px 0px 0px #bbdaf7;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #79bbff), color-stop(1, #378de5) );
	background:-moz-linear-gradient( center top, #79bbff 5%, #378de5 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#79bbff', endColorstr='#378de5');
	background-color:#79bbff;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	border-radius:50%;
	border:1px solid #84bbf3;
	display:inline-block;
	color:#ffffff;
	font-family:arial;
	font-size:10px;
	font-weight:bold;
    text-align:center;
    height:13px;
    width:13px;
	text-decoration:none;
	text-shadow:1px 1px 0px #528ecc;
    cursor:pointer;
    }
.infobutton:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #378de5), color-stop(1, #79bbff) );
	background:-moz-linear-gradient( center top, #378de5 5%, #79bbff 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#378de5', endColorstr='#79bbff');
	background-color:#378de5;
    }
.infobutton:active {
	position:relative;
	top:1px;
    }