/* CSS Document 
grey darkest		(borders)				#191919
grey middle			(body bg)				#242424
grey lightest		(main content bg)		#2d2d2d
text green									#b3cc19
text grey									#e1e1e1
text red									#ba3333
*/

#caption{
	background-color: 		#303030;
	color:					#b3cc19;
	padding-left:			25px;
}

#caption_container{
}

#icon{
	background-color:		#CC6666;
}

#dlg_overlay{
	background-color:		#303030;
}
/*#dlg_table{
	background-color:		#303030;
}*/
#dlg_dialog {
	width:					950px;
}	
	
#dlg_dialog input{
	/* dialog buttons */
	background-color: 		#303030;
	color:					#b3cc19;
	height:					25px;
	border:					1px solid #000;
	font-size:				10px;
}
#dlg_html{
	background-color: 		#303030;
	margin-left:			auto;
	margin-right:			auto;

}
#dlg_html img{
	width:					900px;
	/*height:				500px;*/
	display:				block;
	border:					1px solid #000;
	margin-bottom:			10px;
}

