#contactinfo
{
	position: absolute;
	top: 30px;
	left: 30px;
	width: 170px;
	height: 400px;
	text-align: left;
	
	font-family: trebuchet ms, verdana;
}

#contactinfo p
{
	text-align: left;
}

#sharedDocs
{
	font-size: 9pt;
}

.folderTopBorder, .folderBottomBorder
{
	height: 2px;
	background-image: url(/images/icons/folder-border-top.png);
	background-position: top left;
	background-repeat: no-repeat;
	font-size: .01pt;
	margin-top: 2px;
}

.folderBottomBorder
{
	background-image: url(/images/icons/folder-border-bottom.png);
	margin-top: 0;
	margin-bottom: 2px;
}

.folder
{
	border-left: 4px solid #DAD483;
	padding: 1px 6px;
	padding-right: 0;
	background-position: top left;
	background-repeat: no-repeat;
	position: relative;
}

.folderTitle
{
	font-weight: bold;
	font-size: 10.5pt;
	margin-bottom: 2px;
}

.file
{
	padding-left: 38px;
	background-position: top left;
	background-repeat: no-repeat;
	cursor: pointer;
	position: relative;
	font-size: 10pt;
}

.fileWrapper
{
	padding: 5px;
	margin: 3px;
}

.fileWrapperOver
{
	background-image: url(/images/icons/file_over_bkg.png);
	border: 1px solid #444;
	padding: 4px;
	margin: 3px;
}

.emptyFolder
{
	padding: 5px;
	margin: 3px;
}

.fileExtras
{
	margin-left: 10px;
	position: relative;
	color: #444;
	font-size: 8pt;
}
.fileExtrasCol2
{
	position: absolute;
	top: 0;
	left: 50px;
}


.folderControls, .fileControls
{
	position: absolute;
	right: 0;
	top: 0;
	margin-top: 5px;
	margin-right: 10px;
	display: none;
	padding: 0 2px;
	border-bottom: 1px solid #DDD;
	border-top: 1px solid #DDD;
	background-color: #FFF;
}

.folderControls a, .fileControls a
{
	font-family: verdana;
	font-size: 7pt;
	margin: 0 1px;
	padding: 0 2px;
	border-bottom: 0;
}

.folderControls a:hover, .fileControls a:hover
{
	background-color: #A50122;
	color: #FFF;
}

.dialogBar
{
	background-image: url(/images/icons/file_over_bkg.png);
	border: 1px solid #330000;
	padding: 6px 9px;
	font-size: 10pt;
	margin-bottom: 5px;
	display: none;
}

table.grid
{
	width: 100%;
	margin: 0;
	padding: 0;
}

table.grid tr.odd
{
	background-color: #F3F3F3;
}

table.grid th, 
table.grid td,
table.grid td li
{
	font-size: 10pt;
}

table.grid th, 
table.grid td
{
	text-align: left;
	vertical-align: top;
	border-bottom: 1px solid #DDD;
}

table.grid th
{
	background-color: #A50122;
	color: #FFF;
	padding: 2px 4px;
}

table.grid td
{
	text-align: left;
	vertical-align: top;
	padding: 2px 4px;
}

table.form td
{
	font-size: 8pt;
	padding: 4px;
}

.error
{
	font-weight: bold;
	font-size: 12pt;
	color: #CC0000;
}

table.login
{
	margin: 0;
	padding: 0;
	border-top: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
}

table.login th, 
table.login td
{
	font-size: 12pt;
	padding: 15px 60px;
	text-align: left;
	vertical-align: top;
}

table.login th
{
	background-color: #A50122;
	text-align: right;
	color: #FFF;
	padding-right: 15px;
}

table.login td
{
	background-color: #F8F8F8;
	padding-left: 15px;
}