	
	body                    { font-family : Verdana, Geneva, Arial, Helvetica, sans-serif; color : #000000; font-size : 12px }
	td                      { font-family : Verdana, Geneva, Arial, Helvetica, sans-serif; color : #000000; font-size : 12px }
	select, input, textarea { font-family : Verdana, Geneva, Arial, Helvetica, sans-serif; color : #000000; font-size : 12px }
	
	a:link                  { color : #000000; text-decoration : none; font-weight: bold; }
	a:visited               { color : #333333; text-decoration : none; font-weight: bold; }
	a:hover                 { color : #000000; text-decoration : underline; font-weight: bold; }
	
	.red                    { color : #FF3333; }
	
	.td_red                 { background-color: #FF3333; }
	.td_grey                { background-color: #CCCCCC; }	
	.td_hgrey               { background-color: #E8E8E8; }
	.td_black               { background-color: #6E6E6E; }
	.td_module              { background-color: #99CC99; }
	.td_include             { background-color: #6699CC; }	
	.ico_position 			{ position: relative; top: 2px;}
	
	.white                  { color : #FFFFFF; }
	a.white:link            { color : #FFFFFF; text-decoration : none; font-weight: bold; }
	a.white:visited         { color : #CCCCCC; text-decoration : none; font-weight: bold; }
	a.white:hover           { color : #FFFFFF; text-decoration : underline; font-weight: bold; }

	.relation_list .td_red td{ font-weight: bold; height: 8px;}
	
	.readonly {background: #CECECE;}
	input[readonly] {background: #CECECE;}
	textarea[readonly] {background: #CECECE;}
				
