body
{
	font-family: Verdana;
	font-size: 12px;
	color: #333333;
	background-color: #000000;
}

a img
{
	border: none;
}

a, a:visited
{
	color: #c60000;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

h1
{
	font-size: 16px;
}

input[type=submit]
{
	border: 1px solid #9e0707;
	color: #ffffff;
	background-color: #9e0707;
}

.global
{
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	overflow: auto;
	border: 1px solid #c60000;
	background-color: white;
}

.menuContent
{
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 10px;
	margin-right: 10px;
	width: 178px;
	overflow: auto;
	padding: 1px;
}

.menuContent ul
{
	padding: 0px;
	margin: 0px;
}

.menuContent li
{
	list-style: none;
	padding: 0px;
	margin: 0px;
}

.menuTitle
{
	width: 200px;
	height: 20px;
	padding-top: 8px;
	background-color: #9e0707;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
	color: white;
}

.website
{
	width: 580px;
	overflow: auto;
	margin: 10px;
	border-top: 1px solid #bbbbbb;
	clear: both;
}

.websiteImage
{
	float: left;
	border: 1px solid #9e0707;
	padding: 1px;
	width: 120px;
	height: 90px;
	margin: 10px;
}

.websiteContent
{
	float: left;
	margin-top: 10px;
	padding-bottom: 1px;
	width: 336px;
	overflow: auto;
}

.websiteStatIn
{
	float: left;
	margin-top: 50px;
	width: 50px;
	overflow: auto;
	text-align: center;
	font-weight: bold;
}

.websiteStatOut
{
	float: left;
	margin-top: 50px;
	width: 50px;
	overflow: auto;
	text-align: center;
	font-weight: bold;
}

.pageBloc
{
	margin: 20px;
	text-align: center;
}

.pageBloc a
{
	color: white;
}

.page
{
	border: 1px solid #9e0707;
	background-color: #9e0707;
	color: white;
	margin: 2px;
	padding: 3px;
}

.pageSelected
{
	color: #9e0707;
	font-weight: bold;
	border: 1px solid #9e0707;
	margin: 2px;
	padding: 3px;
}

.footer
{	
	width: 800px;
	height: 20px;
	padding-top: 8px;
	background-color: #9e0707;
	text-align: center;
	font-weight: bold;
	color: white;
}

.footer a
{
	color: white;
}

.table1
{
	border-right: 1px solid #9e0707;
}

.table1 td
{
	border-left: 1px solid #9e0707;
	border-bottom: 1px solid #9e0707;
}

.table1 th
{
	background-color: #9e0707;
	font-weight: bold;
	color: white;
}

.table2
{
}

.table2 td
{
}

.table2 th
{
	border-bottom: 1px solid #ffffff;
	font-weight: bold;
	color: #9e0707;
	text-align: right;
}


.red
{
	color: red;
}

.green
{
	color: green;
}

.blue
{
	color: blue;
}

.orange
{
	color: orange;
}

.message
{
	color: green;
	font-weight: bold;
}

.errorMessage
{
	color: red;
	font-weight: bold;
}
