﻿body 
{
	background-color: #c0c0c0;
	margin: 0px;
	padding: 0px;
}

body, th, td 
{
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	color: #000000;
}

h1
{
	font-size: 13px;
}

a 
{
	color: #d7172f;
	text-decoration: none;
}

a:hover 
{
	color: #d7172f;
	text-decoration: underline;
}

.StatusCellService
{
	width: 100px;
}


/* DIV  */
#div-page
{
	height: 100%;
	width: 820px;
	margin: 0px auto;
	margin-left: auto;
	margin-right: auto;
	background-color: #ffffff;
	padding: 10px;
}
#div-logo 
{
	position: relative;
}

#div-menu
{
	position:relative;
	text-align: right;
	font-weight: bold;
}

#div-main
{
	position: relative;
}

#div-footer
{
	position:relative;
	color: #c0c0c0;
	text-align: center;
	margin-top: 30px;
}