/* ramhost2.css - 2012 RAM Host */
/* based on ramhost.css - 2009,2010 RAM Host */

body {
	background-color:#FFFFFF;
}

body,td,th {
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:13px;
	color:#333333;
	text-align: center;
}

.wrapper
{
	width: 800px;
	margin: 0px auto;
	text-align: center;
}

.clear
{
	clear: both;
}

.menu
{
	background-color: #4E4E4E;
}

.menu a
{
	display: block;
	float: left;
	padding: 15px;
	text-decoration: none;
	color: white;
	font-size:15px;
	font-weight:bold;
}

.menu a:hover
{
	background-color: black;
}

.main
{
	/* margin-top: 15px; */
	text-align: left;
}

.main a:link, .main a:visited {
	color:#0000FF;
	text-decoration:none;
}
.main a:active, .main a:hover {
	color:#FF0000;
	text-decoration:underline;
}
.main a {
	font-size:13px;
	color:#333333;
}
.main a:active {
	text-decoration:none;
	color:#000000;
}

.nobr {
	white-space:nowrap;
}

/* ajax/home-rotate.php */
.rotnums A:link, .rotnums A:visited {
	color:#FFFFFF;
	text-decoration:none;
}
.rotnums A:active, .rotnums A:hover {
	color:#FF0000;
	text-decoration:underline;
}
.rotnums {
	background-color:#000000;
	color:#FFFFFF;
}
.rotnums a {
	color:#FFFFFF;
}

.overview, .buttons
{
	background-color: #D6D6D6;
	border-radius: 6px;
	-moz-border-radius: 6px;
}

/*
.overview
{
	float: left;
	width: 360px;
	padding: 10px;
}

.overview table
{
	width: 335px;
	margin: 0px auto;
}
*/

.buttons a, .buttons a:active, .buttons a:visited, .buttons a:link, .buttons a:hover
{
	color: black;
	text-decoration: none;
}

.buttons td:hover
{
	outline: 1px solid silver;
}

.buttons td:hover
{
	background-color: #EDEDED;
	outline: 1px solid black;
}

.news
{
	font-style: italic;
	text-align: center;
	margin: 15px;
	margin-top: 25px;
}

.news a
{
	color: gray;
}

.news a:hover
{
	color: black;
}

.footer
{
	background-color: #4E4E4E;
	padding: 7px;
	color: white;
	font-size: 12px;
}

.footer a
{
	color: silver;
}

.footer a:hover
{
	color: white;
}
