html { overflow: -moz-scrollbars-vertical; }
html { overflow-x: auto; }

body
{
	font-family: Arial, Sans-Serif;
	font-size: 13px;
}

tr
{
	background-color: #fff;
}

tr.alt
{
	background-color: #f7f7f7;
}

th
{
	text-decoration: none;
	background-color: #e7e7e7;
}

th a
{
	text-decoration: none;
}

td
{
	padding: 5px;
}

#footer
{
	margin-top: 10px;
	font-size: 10px;
}

.error
{
	color: Red;
}

/*===========================*/
/*      LOGIN PAGE
/*===========================*/
#login
{
}

#login.username
{
}

#login.password
{
}

#login.error
{
	color: Red;
}


/*===========================*/
/*      EDIT PAGES
/*===========================*/
#edit label
{
	margin-left: 15px;
	width: 200px;
	display: block;
	float: left;
}

#edit table label
{
	margin-left: auto;
	width: auto;
	display: inline;
	float: none;
}