@charset "utf-8";
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: url(../images/default.png);
	background-repeat: repeat-x;
	background-color: #000000;
	font-size: 14px;
}
html {
	color: #000000;
}

#main {
	position: relative;
	width: 810px;
	margin: 0 auto;
	margin-top: 20px;
}
#main #header {
	background-image: url(../images/header.png);
	height: 93px;

}
#main #footer {
	background-image: url(../images/footer.png);
	height: 61px;
}
#main #footer #copyright {
	text-align: right;
	padding: 35px;
	padding-right: 45px;
}

#main #footer #copyright a {
text-decoration:none;
color:#000;
}

#main #footer #copyright a:hover {
text-decoration:underline;
color:#000;
}

#main #content {
	background-image: url(../images/content.png);
	background-repeat: repeat-y;
	padding-left: 55px;
	padding-right: 55px;
	min-height: 100px;
	padding-top: 15px;

}
h1 {
	font-size: 16px;
	font-weight: bold;
}

td{
border-bottom:1px solid black;
}

h2 {
	font-weight: bold;
	font-size: 14px;
	text-decoration: underline;
}
.info {
	background-color: #FFFF99;
	border: 2px solid #FFCC33;
	padding: 3px;
}
.error {
	background-color: #FF9999;
	border: 2px solid #CC0000;
	color: #cc0000;
	font-weight: bold;
	padding: 3px;
}

.success {
	background-color: #88ff88;
	border: 2px solid #006600;
	color: #006600;
	font-weight: bold;
	padding: 3px;
}

.suggestionsBox {
position: relative;
left: 0px;
margin: 10px 0px 0px 0px;
width: 400px;
max-height: 130px;
overflow: auto;
background-color: #212427;
-moz-border-radius: 7px;
-webkit-border-radius: 7px;
border: 3px solid #000;
color: #fff;
}

.suggestionList {
margin: 0px;
padding: 0px;
}

.suggestionList li {
margin: 0px 0px 3px 0px;
padding: 3px;
cursor: pointer;
}

.suggestionList li:hover {
background-color: #666666;
}
