/* CSS Document */

div#options
{
	padding:5px 0px;
}

table.grid
{
	width:100%;
}

 table.grid td
{
	padding:4px;
}

table.grid tr.even
{
	background-color:#EEEEEE;
}

table.grid tr.odd
{
	background-color:#FFFFFF;
}

table.grid tr:hover
{
	background-color:#F1DFD8;
}

table.grid th
{
	padding:4px;
	background-color:#CCCCCC;
	color:#333333;
	text-align:left;
	font-weight:normal;
}

 table.form
{
	width:100%;
	clear:right;
}

 table.form td.label
{
	background-color:#DDD;
	padding:10px;
}

 table.form td.data
{
	background-color:#EEE;
	padding:10px;

}


div#options img
{
	margin-right:4px;
}

div#validation
{
	padding:5px;
	margin:5px 0px;
	background-color:#FFFFC6;
	border-top:1px solid #FFCC00;
	border-bottom:1px solid #FFCC00;
	width:100%;
}

div#validation p
{
	padding:2px 0px 0px 25px;
	margin:3px;
	background-image:url(../images/alert.gif);
	height:20px;
	background-repeat:no-repeat;
	font-size:85%;
}

div.posting
{
	padding:0px 10px;
	margin:10px 0px;
	border:2px solid #000099;
	background-color:#FFF9DF;
}

div.posting p
{
	margin:10px 0px;
}

div.posting h5
{
	margin:10px 0px;
}

div#postings
{
	margin-bottom:50px;
}
