﻿body
{
	background-color: #DC261B;
	font-family: Tahoma, Arial, Verdana;
	font-size: 8pt;
	margin: 0;
	color: #808080;
}

td, p
{
	font-family: Tahoma, Arial, Verdana;
	font-size: 8pt;
	font-weight: normal;
	color: #808080;
	margin-top: 0;
	margin-bottom: 0;
}

.rowHead
{
	font-family: Arial, Sans-Serif;
	font-size: 10pt;
	font-weight: bold;
	color: #ffffff
}

.rowCell
{
	font-family: Arial, Sans-Serif;
	font-size: 10pt;
	font-weight: bold;
	background-color: #595959;
	color: #ff6633;
	border-bottom: 1px solid #282828;
}

.row
{
	font-family: Arial, Sans-Serif;
	font-size: 10pt;
	font-weight: normal;
	color: #ffffff;
}

.notification_ok
{
border: 1px #096 solid;
font-weight: bold;
width: 90%;
padding: 8px;
background-color: #6C0;
text-align: center;
-moz-border-radius: 5px;
}

.notification_error
{
border: 1px solid #f00;
width: 90%;
padding: 4px;
background-color: #F8F0F1;
text-align: left;
-moz-border-radius: 5px;
}

.txtBox
{
	background-color: #fffea1;
	border: 1px solid #9c9696;
	font-family: Tahoma, Arial, Verdana;
	font-size: 8pt;
}


a:link, a:visited, a:active
{
	text-decoration: underline;
	color: #cc0000;
}

a:hover
{
	text-decoration: none;
	color: #cc0000;
}

img
{
	border: 0;
	margin: 0;
}
