﻿
/*
Style in the file are things that are not dependent on the custom
design. 
*/

.error-message{color:Red}

/******************
/* GRID
/******************/
TABLE.data-grid TD{border-top:solid 1px #999966;
	border-left:solid 1px #666;padding:3px; vertical-align:top;}

TR.grid-header TD, TR.grid-header TH
{color:#000;padding:7px 2px 7px 3px;border-bottom:double;
	text-align:left;font-weight:bold;
	border-top:solid 1px #666;border-left:solid 1px #666;}

.grid-header A {font-weight:bold;}
TABLE.data-grid{width:100%;border-bottom:solid 1px #666;
	border-right:solid 1px #666;}

