td {
	font-size: 				14px;
	font-weight: 			normal;
	line-height: 			160%;
	color:					#666666;
}

#my_table_container{
		/*max-width: 				1580px;
        width: 						90%;*/
        margin-top: 				10px;
        font-family: 				Calibri;
        padding: 					10px;
        /* rounded corners */
        -moz-border-radius: 		5px;
        -webkit-border-radius: 		5px;
        border-radius: 				5px;
        /* add gradient */
        background-color: 			#F9FCE6;
        background: 				-webkit-gradient(linear, left top, left bottom, from(#F9FCE6), to(#FFFFFF));
        background: 				-moz-linear-gradient(top, #F9FCE6, #FFFFFF);
        /* add box shadows */
        /*-moz-box-shadow: 			2px 2px 2px rgba(0,0,0,0.1);
        -webkit-box-shadow: 		2px 2px 2px rgba(0,0,0,0.1);
        box-shadow: 				2px 2px 2px rgba(0,0,0,0.1);*/
		opacity: 0.9;
		filter: alpha(opacity=90);
}	

#my_table_container .headline2{
		color:					#000000;
		font-size:				16px;
		font-weight:			bold;
		margin-left:			10px;
}

.headline2{
		font-family: 			Calibri;
		color:					#000000;
		font-size:				16px;
		font-weight:			bold;
		margin-left:			10px;
}


.label-icon {
	width:					48px;
	height:					48px;
	margin-right:			10px;
}



.my_table {
	margin:					5px;
	padding:				2px;
	border:					1px solid silver;
	/* rounded corners */
	-moz-border-radius: 		5px;
	-webkit-border-radius: 		5px;
	border-radius: 				5px;
	
	/*	box-shadow:				2px 2px 0px #888888;*/
}

.my_table .my_list {
	border:					none;
	font-family: 			Calibri;
	font-size: 				14px;
	font-weight: 			bold;
	background-color:		#033B5C;
	color:					#FAFAFA;
	text-decoration:		none;		
	line-height:			20px;
	padding:				0.3em;
	vertical-align:			middle;
}

.my_table tr {
	font-family: 			Calibri;
	font-size: 				14px;
	font-weight: 			normal;	
}

.my_table tr  td.my_list_0 {
	border:					none;
	color:					#033B5C;
	background-color:		#FAFAFA;
	text-decoration:		none;		
	line-height:			16px;
	padding:				0.3em;
	vertical-align:			middle;	
	font-size: 				14px;

}

.my_table tr  td.my_list_0 a {
	color:					#033B5C;
	text-decoration:		none;
	font-weight:			normal;
}


.my_table tr  td.my_list_1 {
	border:					none;
	color:					#666666;
	background-color:		#F0F0F0;
	text-decoration:		none;		
	line-height:			16px;
	padding:				0.3em;
	vertical-align:			middle;	
	font-size: 				14px;
}

.my_table tr  td.my_list_1 a {
	color:					#666666;
	text-decoration:		none;
	font-weight:			normal;
}


.my_table tr:hover  td.my_list_0,.my_table tr:hover  td.my_list_1 {
	border:					none;
	background-color:		#B78E10;
	color:					white;
	text-decoration:		none;		
	line-height:			16px;
	padding:				0.3em;
	vertical-align:			middle;	
}

.my_table tr:hover  td.my_list_0 a,.my_table tr:hover  td.my_list_1 a{
	color:					white;
	text-decoration:		underline;
	font-weight:			normal;
}

.mydivider {
	width:					95%;
	height:					1px;
	padding:				0px;
	margin:					0px;
	border:					1px silver dashed;
	text-align:				center;
}

.inputnumber2 {
	width:					50px;
	border:					1px solid #033B5C;
	font-family: 			Verdana,Arial,Helvetica,Sans-Serif;
	font-size: 				14px;
	font-weight: 			normal;
	color:					#444444;
	background-color:		#FFFFFF;
	text-decoration:		none;	
	padding:				2px 2px 2px 2px;
}

.inputnumber2:focus {
	width:					50px;
	border:					1px solid #033B5C;
	font-family: 			Verdana,Arial,Helvetica,Sans-Serif;
	font-size: 				14px;
	font-weight: 			normal;
	color:					#444444;
	background-color: 		#FFFFCC;
	text-decoration:		none;	
	padding:				2px 2px 2px 2px;
}

.inputnumber4 {
	width:					80px;
	border:					1px solid #033B5C;
	font-family: 			Verdana,Arial,Helvetica,Sans-Serif;
	font-size: 				14px;
	font-weight: 			normal;
	color:					#444444;
	background-color:		#FFFFFF;
	text-decoration:		none;	
	padding:				2px 2px 2px 2px;
}

.inputnumber4:focus {
	width:					80px;
	border:					1px solid #033B5C;
	font-family: 			Verdana,Arial,Helvetica,Sans-Serif;
	font-size: 				14px;
	font-weight: 			normal;
	color:					#444444;
	background-color: 		#FFFFCC;
	text-decoration:		none;	
	padding:				2px 2px 2px 2px;
}

.categorie-select {
	background-color:		transparent;
	width:					100%;
	height:					40px;
}

.categorie-select:hover {
	background-color:		#E8D18C;
	width:					100%;
	height:					40px;
}