html{
    background-color: #555;
    color: #eee;
    padding: 0px;
    margin: 0px;
}
body{
    padding: 0px;
    margin: 0px;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 80%;
}
td{
    border-left: 1px solid #eee;
    border-bottom: 1px solid #ccc;
}
table{
    border: 1px solid gray;
    border-collapse: collapse;
}
input{
    border: 1px solid gray;
    margin: 5px;
}

a:link{
	color: #333;
	text-decoration: none;
}

a:visited{
	color: #333;
	text-decoration: none;
}

a:hover{
	background-color: #333;
	color: #eee;
	text-decoration: none;
}

a:active{
	background-color: #333;
	color: #eee;
	text-decoration: none;
}

.button{
    background-color: #333;
    color: #eee;
    border-radius: 5px;
    border: 1px solid gray;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
    margin: 5px;
}
.button:hover{
    cursor: pointer;
    background-color: #555;
}
.clear{
    clear: both;
}
.form_label{
    min-width: 150px;
    text-align: right;
    display: inline-block;
    margin: 5px;
}
.center{
    text-align: center;
}
.left{
    text-align: left;
}
.right{
    text-align: right;
}
.float_left{
    float: left;
}
.float_right{
    float: right;
}
.form_elem_group{
    float: left;
    padding-left: 2%;
    padding-right: 2%;
    border-left: 1px solid #ccc;
}

.button-container form,
.button-container form div {
    display: inline;
}

.button-container button {
    display: inline;
    vertical-align: middle;
}

div.content_wrapper{
    background-color: #eee;
    color: #333;
    margin: auto;
    margin-top: 50px;
    margin-bottom: 50px;
    padding: 20px;
    width: 90%;
    border-radius: 10px;
}

div.message{
    width: 60%;
    text-align: center;
    margin: auto;
    margin-top: 50px;
    margin-bottom: 50px;
    padding: 20px;
    border-radius: 10px;
}
div.info{
    background-color: #99ccff;
    color: #003366;
    border: 1px solid #003366;
}
div.warning{
    background-color: #ffff99;
    color: #663300;
    border: 1px solid #663300;
}
div.error{
    background-color: #ff9999;
    color: #800000;
    border: 1px solid #800000;
}

div.container{
    display: inline-block;
    width: 100%;
}

div.modal{
    background-color: #eee;
    padding: 10px;
    position: fixed;
    right: 40%;
    bottom: 40%;
    width: 300px;
    z-index: 10;
    border: 1px solid #333;
    border-radius: 10px;
}

div.modal img{
    width: 280px
}

#menu{
    background-color: #eee;
    font-size: 20px;
    color: #333;
    padding-left: 10%;
    padding-right: 10%;
    margin-bottom: 20px;
    width: 80%;
    border-radius: 0px;
}

#menu ul{
    padding: 0px;
    margin: 0px;
}

#menu li{
	margin-top: 10px;
	margin-bottom: 10px;
	list-style-type: none;
	display: inline-block;
    background-color: #eee;
}

#menu a{
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
}

#menu a:hover{
    background-color: #333;
    color: #eee;
    border-bottom: 1px solid #333;
}
