﻿#ViewDocuments
{
	 border-collapse: collapse;
	 border: solid 1px Gray;
	 width: 600px;
}
form.admin #ViewDocuments
{
	width: 750px;
}
#ViewDocuments td, th
{
	padding: .5em;
}
#ViewDocuments td
{
	border-top: solid 1px Gray;
}
#ViewDocuments th
{
	text-align: left;
}
#ViewDocuments thead tr
{
	background-color: #9ccfff;
}
#ViewDocuments thead th
{
	border-bottom: solid 1px Gray;
}
#ViewDocuments tr.alternate
{
	background-color: #E6F4FF ;
}
#ViewDocuments th.col_desc
{
	width:60%;
}

#UploadDocument
{
	width: 590px;
}
form.admin #UploadDocument
{
	width: 740px;
}
#UploadDocument legend
{
	font-weight: bold;
}
#UploadDocument label
{
	clear: both;
	float: left;
	width: 7em;
	text-align:right;
	margin-top: .55em;
}
#UploadDocument input
{
	width: 26em;
}
#UploadDocument input, #UploadDocument span
{
	margin-top: .5em;
	float:left;
}
#UploadDocument input.button
{
	width: 82px;
	margin-left:335px;
}
#LoginStatus
{
	text-align: right;
}