/*
	de.idf.style
____________________________________________________________________________________________

	colors
	
	red		green	blue	grey
1	FDF9FB	F7FAF9	F7FAFC	F9F9F9
2	FCF4F8	F0F7F5	F3F7FA	F6F6F6
3	FDE7F3	DCF4ED	E4EDF3	EBEBEB
4	F9CCE6	C5EADF	C5DCEA	D7D7D7
5	E999C7	88AFA9	7199BD	979797
6	990066	003333	003366	4C4C4C	
7	89005C	002E2E	002E5C	444444

____________________________________________________________________________________________

	tables
____________________________________________________________________________________________
*/


table
{
	border-collapse: collapse;
	border: 0;
	border-width: 0;
}

tr
{

}

th
{
	text-align: left;
}

td
{
	margin: 0;
	padding: 0;
	border: 0;
	border-width: 0;
}

.table_title
{
	height: 			30px;
	background-color: 	#C5DCEA;
	
	padding-left: 		5px;
}

.table_subtitle
{
	height: 			25px;
}

.table_smalltext
{
	font-size:			10px;
	font-weight:		normal;	
	font-style:			normal;
}



.table_title_error
{
	height: 			30px;
	
	background-color: 	#E999C7;
	
	color: 				#FFFFFF;
	font-weight:		bolder;
	
	padding-left: 		5px;
}

.table_error
{
	height: 			50px;
	
	background-color: 	#F9CCE6;
	
	color: 				#990066;
	font-weight:		normal;
	
	padding-top: 		5px;
	padding-left: 		5px;
}



.table_btn
{
	padding-left: 		5px;
}

.table_spacer
{
	height: 			15px;
}