@charset "utf-8";
/* CSS Document */

body {
background-color:#E7E7E7;
color:#474747;
font-family:Arial,Helvetica,sans-serif;
margin:0;
padding:0;
font-size:12px;
}

a {
color:#474747;
text-decoration: underline;
}

a:visited {
color:#474747;
text-decoration: underline;
}

a:hover {
color:#474747;
text-decoration: none;
}

#main_container {
width: 830px;
background-color:#FFFFFF;
margin:auto;
}

#header {
width: 800px;
height: 110px;
margin:auto;
border-right: 1px #A3A3A3 solid;
border-left: 1px #A3A3A3 solid;
border-bottom: 1px #A3A3A3 solid;
}

#top_menu {
width: 800px;
height: 35px;
line-height:35px;
margin:auto;
text-align:center;
}

#top_menu a {
color: #636363;
text-decoration:none;
font-size: 13px;
font-weight: bold;
}

#top_menu a:visited {
color: #636363;
text-decoration:none;
font-size: 13px;
font-weight: bold;
}

#top_menu a:hover {
color: #474747;
text-decoration:underline;
font-size: 13px;
font-weight: bold;
}

#top_menu ul {
margin: 0px auto 0px auto;
padding: 0px 0px 0px 0px;

}

#top_menu li {
display:inline;
padding-right:20px;
}

#content {
width: 640px;
margin:auto;
border: 1px #A3A3A3 solid;
padding-left:80px;
padding-right:80px;
}

#footer {
width: 800px;
height: 35px;
line-height:35px;
margin:auto;
text-align:center;
font-size:10px;
color: #9E9E9E;
}

#footer a {
text-decoration: none;
}

#footer a:hover {
text-decoration:underline;
}

.grey_bar {
background:#E7E7E7 none repeat scroll 0 0;
height:10px;
margin-bottom:18px;
width:636px;
}

.message-good, .message-bad, .message-info  {
	padding: 10px 10px 10px 40px;
	margin-bottom: 10px;
	background-position: 7px 7px;
	background-repeat: no-repeat;
}

.message-good {
	border: 1px solid #cae49c;
	color: #516f1b;
	background-color: #f3ffd0;
	background-image: url(../gfx/accept-big.png)
}

.message-good a {
	color: #516f1b;
}

.message-bad {
	border: 1px solid #ffdede;
	color: #ce0000;
	background-color: #fff1f1;
	background-image:  url(../gfx/exclamation-big.png);
}

.message-bad a {
	color: #ce0000;
}

.message-info {
	border: 1px solid #ededb3;
	background-color: #ffffcc;
	background-image:  url(../gfx/information-big.png);
}