
html {
    height: 100%;
}
a {
	color: #5D7663;
}
a:hover {
	color: black;
}
body { 
    background-color: #ffffff;
    color: #46494c;
    margin: 0px;
    padding: 0px;
    height: 100%;
}

input {
	border: 1px solid #8BB78B;
	background: #DFFFDF;
}

textarea {
	width: 250px;
	background: #DFFFDF;
	border: 1px solid #8BB78B;
}

#header {
    background-color: #000000;
    background :  #000 url(http://kioestas.fridim.org/static/images/top_bg.gif);
    
    overflow:hidden;
    width: 100%;
    height: 88px;
}

#footer {
    background :  #000 url(http://kioestas.fridim.org/static/images/top_bg.gif);
    text-align: center;
    position: relative;
    bottom: 0;
    margin-top: 10px;
    left: 0px;
    width: 100%;
    padding: 4px;
    clear: both;
}

#content {
    padding: 10px;
}

h1.title {
	color: white;
	font-family: Verdana, sans-serif;
    padding: 4px;
    margin: 0px;
    float:left;

    letter-spacing: 3px;
    font-size:18pt; 
    font-weight: normal;
}

.message {
    color: #66AA66;
}

.error {
    color: #CC4444;
}

#menu {
	display: block;
        font-size: 9pt;
        margin-left: 15px;
        margin-top: 39px;
        float: right;
}

#menu ul {
	margin: 0;
	list-style: none;
}

#menu li {
	display: block;
	float: left;
}

#menu li a {
	display: block;
	padding: 15px 20px 12px 20px;
	text-decoration: none;
	color: #fff;
	font-weight: bold;
}

#menu li a:hover {
	background: url(http://kioestas.fridim.org/static/images/bg_menu.gif);
}

#menu li a.current:hover {
	color: #fff;
}

#login {
    background-color: #BAD55C;
    color: black;
    border: 2px solid #73bb09;
    padding: 20px;
    width: 320px;
    margin-top: 50px;
    margin-left: 20px;

}

#register {
	float: right;
	width: 350px;
	padding-left: 4px;
	padding-right: 4px;
	border: 3pt solid #acca3c;
	border-right: 3pt solid #84aa14;
	border-bottom: 3pt solid #84aa14;
}
.center {
	width: 100%;
 text-align: center;
}

#pager {
	background-color: #acca3c;
}

code {
	color: green;
	font-weight: bold;
}
/*
#99FF80
#CCFFBF
#73BF60

#F2FFBF
#ACBF60
#FAFFE6
#E6FF80
*/
table[class="list"] {
	background-color: #FAFFE6;
	border: 3pt solid #acca3c;
	border-right: 3pt solid #6D8C11;
	border-bottom: 3pt solid #6D8C11;
}
table[class="list"] th {
	background: #CFE673;
}
table[class="list"] tr {
	background-color: #F2FFBF;
}

table[class="list"] tr[class="clair"] {
background-color: #E1E6CF;
}

.error_msg {
	color: red;
}

.user_header {
	background-color: gray;
    position: absolute;
    right: 0px;
    height: 20px;
    top: 0px;
    padding-top: 3px;
    padding-left: 5px;
    padding-right: 5px;
}
