body {
	margin: 0px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	background-color: #E4E4E4;
}

table.main{
	background-color:#FFFFFF;
}

.orange{
	background-color: #FF641A;
}

td.head{
	font-size: 17px;
	background: #8E8E8E;
	padding-left: 10px;
	color: #FFFFFF;
	font-weight: bold;
	width: 98%;
}

table.menu{
	background-color: White;
	width: 100%;
}

table.menu td.menuicon{
	background-color: #8C8C8C;
	width: 70px;
	border-left: 0px;
}

table.menu td{
	border-left: 2px solid white;
	text-align: center;
}

td.menu{
	background-color: #AFAFAF;
}

table.menu a{
	display: block;
	color: White;
	text-decoration: none;
	background-color: #AFAFAF;	
	padding: 4px;
}

table.menu a.selected{
	background-color: #8C8C8C;	
}

table.menu a:hover{
	background-color: #8C8C8C;	
}

select{
	background-color: #EBEBEB;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
}

textarea{
	background-color: #EBEBEB;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
}

input{
	background-color: #EBEBEB;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
}

td.languages{
	background-color: #959595;
/*	background-color: #9EC965;*/
	color: White;
	width: 1%;
	padding-right: 7px;
}

td.footer{
	font-size: 11px;
	background-color: #959595;
	color: White;
	padding: 4px;	
}

td.footerlic{
	font-size: 12px;
	background-color: #E4E4E4;
	color: Red;
	padding: 4px;	
}

td.content{
	background-color: #E1E1E1;
	padding: 4px;
	padding-top: 8px;
	padding-bottom: 8px;
}

td.content table{
/*	background-color: White;*/
}

td.content table td{
	background-color: #F9F9F9;
}

td.content table td.warning{
	color: Red;
	font-weight: bold;
}


td.content td.header{
	background-color: transparent;	
	font-weight: bold;
	font-size: 14px;
}

th{
	background-color: #8A8A8A;
	color: White;
}

td.content td.action{
	background-color: #BBBBBB;
}

a{
	color: Black;
}

a.footer{
	font-size: 12px;
	color: White;
}

td.content table td.toolbar{
	font-size: 11px;
	color: #8C8C8C;
	padding: 4px;
	background-color: #E1E1E1;
}

input.button{
	font-weight: bold;	
	background-color: #868686;
	color: White;
}