body
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	background-color: #ffffff;
	margin-top: 0px;
	margin-bottom: 0px;
	 
}


/*Main invisible template table*/

table.main
	{
	    width: 90%;
	    height: 100%;
	    margin-top: 0%
	}

table.menu_left
	{
		margin-top:10px;
	    border: 1px solid black;
	    width: 95%;
	}	
	
table.button_bar
	{
		margin-top:10px;
	    border: 1px solid black;
	    width: 90%;
	}
	
table.out
	{error
		 border:0px;
		 cellspasing: 0px;
		 cellpadding: 0px;
	}	
	
table.code
	{    
		 width: 90%;
		 height: 90%;
		 cellspasing: 10px;
		 cellpadding: 10px;
	}

table.balance
	{    
		 width: 100%;
		 height: 100px;
		 align: center;
		 border: 1px solid black;
	}
table.list
	{    
		 margin-top: 10px;
		 margin-bottom: 10px;
		 margin-left: 10px;
		 margin-right: 10px;
		 border: 1px solid black;	
 		 width: 95%;
		 cellspasing: 0px;
		 cellpadding: 0px;
		 align: center;
	}

th.menu_left
	{
		border-bottom: 1px solid black;
		background-color: #650099;
		height: 30px;
		padding-left: 3px;
		font-size: 12pt;
		text-align: left;
		color: #D6DFF7;
	}	
td.menu_left
	{
		padding-left: 20px;
		border-bottom: 1px  #687FD9;
		background-color: #D6DFF7;
		height: 15px;
		font-size: 10pt;
		text-align: left;
	}
	
	
td.balance
	{
		width: 100%;
		border: 1px solid #687FD9;
		background-color: #D6DFF7;
		font-size: 24pt;
		text-align: center;
	}

td.balance_small
	{
		width: 100%;
		border: 1px solid #687FD9;
		background-color: #D6DFF7;
		font-size: 10pt;
		text-align: center;
	}
	
td.menu
	{
		border: 1px solid black;
		background-color: #E2E2E2;
		height: 30px;
		text-align: center;
	}
td.first
	{
		background-color: #ECE9D8;
		height: 15px;
		text-align: center;
	}
td.second
	{
		background-color: #D6DFF7;
		height: 15px;
		text-align: center;
	}
td.content_s
	{
		border: 1px solid #D6DFF7;
		background-color: #ffffff;
		height: 90%;
		vertical-align: top;
		
		
	}	

td.content_f
	{
		border: 1px solid #ECE9D8;
		background-color: #ffffff;
		height: 90%;
		vertical-align: top;
		
		
	}
	
td.button_bar
	{
		font-size: 10pt;
		color: #D6DFF7;
		background-color: #AE5EFF;
		height: 15px;
		padding-left:10px;
	}
th
	{
		background-color: #AE5EFF;
		height: 30px;
		text-align: center;
		color: #D6DFF7;
	}
		
	
td
	{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 10pt;
	}
td.content
	{
	
		border: 1px solid black;
		background-color: #ffffff;
		height: 90%;
		vertical-align: top;
	}
td.content_bb
	{
		border: 1px solid #D6DFF7;
		background-color: #ffffff;
		height: 90%;
		vertical-align: top;
		align:center;
	}
	
td.content_rb
	{
		border: 1px solid #ECE9D8;
		background-color: #ffffff;
		height: 90%;
		vertical-align: top;
		align:center;
	}
td.content_nb
	{
		background-color: #ffffff;
		height: 90%;
		vertical-align: top;
		align:center;
	}
td.property
	{
		width:30;
		background-color: #D6DFF7;
	}
	
td.property_head
	{
		padding-left: 20px;
		color:#D6DFF7;
		font-size: 10pt;
		font-family: Tahoma;
		text-decoration: none;
		background-color: #8C99BA;
	}	
	
td.left
	{
		border: 1px solid black;
		background-color: #E2E2E2;
		height: 100%;
		width: 20%;
		vertical-align: top;
	}
td.code
	{
		background-color: #cccccc;
		vertical-align: top;
		color:#009900;
	}
		
a.menu {
	color:#555555;
	font-family: Tahoma;
	text-decoration: none;
	font-weight: bold;
}


a.left {
	color:#555555;
	font-size: 8pt;
	font-family: Tahoma;
	text-decoration: none;
	font-weight: bold;
}
a.menu:hover {
	color:#000000;
	font-family: Tahoma;
	text-decoration: underline;
	font-weight: bold;
}

a.left:hover {
	color:#000000;
	font-size: 8pt;
	font-family: Tahoma;
	text-decoration: underline;
	font-weight: bold;
}

a.page {
	color:#999999;
	font-size: 8pt;
	font-family: Tahoma;
	text-decoration: none;
	font-weight: bold;
}
a.page:hover {
	color:#000000;
	font-family: Tahoma;
	text-decoration: none;
	font-weight: bold;
}

a.th {
	color:#D6DFF7;
	font-size: 12pt;
	text-decoration: none;
	font-weight: bold;
}
a.th:hover {
	color:#D6DFF7;
	font-size: 12pt;
	text-decoration: underline;
	font-weight: bold;
}
p.error
	{
	  color:#cc0000;
	  font-family: Tahoma;
	  text-decoration: none;
	  font-weight: bold;
	}

p.succes
	{
	  color:#009900;
	  font-family: Tahoma;
	  text-decoration: none;
	  font-weight: bold;
	}
