	/* **************************************************************************
	LOGIN.CSS - Aug 015 2008 | Keith Edmunds
	Login stylesheet for SCim application. Sub documents for tables etc are link here
	
	Revisions:
	****************************************************************************/
	@import url("buttons.css");
	
	* { padding:0; margin:0; }
	body { background: #EEEEEE; color: #333; padding-top: 200px; }
	form { margin: 0; }
	img { border: 0; }
	body, td, th, input { font-family: verdana, sans-serif;  font-size: x-small; voice-family: "\"}\"";  voice-family: inherit; font-size: small;}
	table { margin: 0px auto; border-collapse: border-collapse; text-align: center; }
	table#border { border: 1px solid Silver; }
	tr.tbl_header { border-bottom: 1px solid Silver; color: #666; font-weight: bold; }
	tr.tbl_header td { padding: 8px 8px 8px 14px; background: #D5D7CA; }
	td {padding: 8px 8px 8px 8px; text-align: left; border-bottom: 1px solid Silver; border-right: 1px solid #DCDCDC;}
	td p.label { font-weight: bold; font-size: 13px; margin-left: 7px; }
	input { margin-left: 7px; width: 350px; padding: 3px 4px 3px 4px; }
	td.no_border { border-right: 1px solid white; border-bottom: 1px solid white; }
	td.Error b, td.Information b, td.NoEntry b, td.Warning b, td.OK b { font-size: 11px; line-height: 20px; }
	td.Error, td.Information, td.NoEntry, td.Warning, td.OK   { font-size: 9px; padding-top: 4px; padding-left: 34px; }
	td.NoEntry { background: #FDE2E2 url(./icons/minus_circle_frame.png) no-repeat 8px 7px; }
	td.Information { background: #E4F4FC url(./icons/information_frame.png) no-repeat 8px 7px; }
	td.Error { background: #FDE2E2 url(./icons/cross_circle_frame.png) no-repeat 8px 7px; }
	td.Warning { background: #FCFAE4 url(./icons/exclamation_frame.png) no-repeat 8px 7px; }
	td.OK{ background: #EEF6CF url(./icons/tick_circle.png) no-repeat 8px 7px; }
