body{
	background-color: #FFFFFF;
	margin: 0px;
}

header {
    background-color: #025500;
    color:white;
    height: 50px;
}

nav {
    line-height:30px;
    background-color:#eeeeee;
    height:50px;
    width:100%;
    float:left;
}
body {
    width: 100%;
    float: left;
    height: 100%;
    background-color: #aad4ba;
    font-family: 'texgyreadventorregular';
}
footer {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
    background-color: #025500;
    color:white;
    clear:both;
    height: 30px;
    text-align: center;
}

#container {
	width: 1000px;
	height: 100%;
	margin: 0 auto;
}
#login_form {
	margin-top: 90px;
	border: 0px solid #ff0000;
}

td.login_form_back {
	background-color: #ECECEC; 
	color: #474747; 
	font-size: 12pt; 
	border-radius: 8px 8px 8px 8px;
}

label.login_desc {
	font-size: 16pt;
	color: #474747;
    font-family: 'texgyreadventorregular';
}

input.login_input {
	font-size: 12pt;
    border: 1px solid #BFBFBF;
    padding: 5px;
    color: #666666;
    margin:0px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
	border-radius: 8px;
}

td.login_form_header {
	background-color: #9A9A9A; 
	padding: 10px;
	color: #FFFFFF; 
	font-size: 20pt; 
	border-radius: 8px 8px 0 0;
}

input[type="submit"] {
	background-color: #ECECEC;
	color: #FFFFFF;
	cursor: pointer;
	font-family: 'texgyreadventorregular';
	border: 0px;
	font-size: 12pt;
    border-radius:3px;
    padding: 6px;
    -moz-border-radius:3px;
    background: #2464b7; /* Old browsers */
	background: -moz-linear-gradient(top,  #2464b7 0%, #2989d8 100%, #207cca 100%, #7db9e8 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2464b7), color-stop(100%,#2989d8), color-stop(100%,#207cca), color-stop(100%,#7db9e8)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #2464b7 0%,#2989d8 100%,#207cca 100%,#7db9e8 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #2464b7 0%,#2989d8 100%,#207cca 100%,#7db9e8 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #2464b7 0%,#2989d8 100%,#207cca 100%,#7db9e8 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #2464b7 0%,#2989d8 100%,#207cca 100%,#7db9e8 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2464b7', endColorstr='#7db9e8',GradientType=0 ); /* IE6-9 */
}

input[type="button"] {
	background-color: #ECECEC;
	color: #FFFFFF;
	cursor: pointer;
	font-family: 'texgyreadventorregular';
	border: 0px;
	font-size: 12pt;
    border-radius:3px;
    padding: 6px;
    -moz-border-radius:3px;
    background: #2464b7; /* Old browsers */
	background: -moz-linear-gradient(top,  #2464b7 0%, #2989d8 100%, #207cca 100%, #7db9e8 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2464b7), color-stop(100%,#2989d8), color-stop(100%,#207cca), color-stop(100%,#7db9e8)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #2464b7 0%,#2989d8 100%,#207cca 100%,#7db9e8 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #2464b7 0%,#2989d8 100%,#207cca 100%,#7db9e8 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #2464b7 0%,#2989d8 100%,#207cca 100%,#7db9e8 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #2464b7 0%,#2989d8 100%,#207cca 100%,#7db9e8 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2464b7', endColorstr='#7db9e8',GradientType=0 ); /* IE6-9 */
}
