﻿body 
{
	font-family: Verdana, Tahoma, Arial, Sans-Serif;
	font-size: 10pt;
	height: 100%;
	margin: 0;
}

img 
{
	border: 0;
	margin: 0;
	padding: 0;
}

#newCase 
{
	font-size: smaller;
	color: White;
}

#editTable
{
	border: 1px solid black;
	margin-left: auto;
	margin-right: auto;
	margin-top: .5in;
	margin-bottom: .25in;
}

#saveFirstContainer 
{
	text-align: center;
}

.caseFileList
{
	margin-left: auto;
	margin-right: auto;
	margin-bottom: .15in;
}

#fileListTable 
{
	margin-left: auto;
	margin-right: auto;
}

#fileUploadTable
{
	margin-top: .15in;
	margin-left: auto;
	margin-right: auto;
}

#homeContainer
{
	text-align: center;	
	margin-top: .5in;
}

.centered
{
	margin-left: auto;
	margin-right: auto;
}

#loginContainer
{
	height: 100%;
}

#loginTable 
{
	border: 1px solid blad;
	margin: auto auto auto auto;
}

.tip
{
	color: Silver;
	font-size: smaller;
}

.popupDlg
{
	background-color: #ffffff;
	padding: .25in .25in .25in .25in;
	width: 3in;
}

.popupDlg table
{
	border: 1px solid black;
	margin: auto;
}

.modalBackground 
{
	background-color:Gray;
	filter: alpha(opacity=70);
	opacity :0.7;
}

.CaseWrapper
{
	width: 95%;
	margin: 0 .25in .5in .25in;
	background-color: #A3AF7E;
}

.WrapperContent
{
}

.MainCaseContainer
{
	font-family: 'Arial Narrow', Arial, Sans-Serif;
	font-size: 13.5pt;
	background-color: #A3AF7E;
	width: 100%;
}

.CaseNumberCell
{
	font-weight: bold;
	vertical-align: top;
}

.CaseTextCell
{
	font-weight: bold;
	vertical-align: top;
}

.ThumbnailContainerCell
{
	text-align: right;
	vertical-align: bottom;
}

.CaseImageCell
{
	width: 576px !important;
	vertical-align: bottom;
}

.ThumbnailTable
{
	width: 300px;
	text-align: center;
}

.ThumbnailHeader
{
	font-weight: bold;
	background-color: #E4DCC0;
}

.ThumbnailCell
{
	width: 150px;
}

.MainImagesTable
{
	width: 100%;
}

.MainImagesHeader
{
	font-weight: bold;
	background-color: #E4DCC0;
	text-align: center;
}

.MainImageCell
{
	text-align: center;
}

.pagerWrapper
{
	margin-top: -.35in !important;
}

.pager
{
	width: 100%;
	font-size: 12pt;
	color: #000000;
}

.pagerPrevCell
{
	text-align: left;
	color: #E4DCC0;
	width: 25% !important;
}

.pagerPrevCell A
{
	text-decoration: none;
	color:#000000;
	font-weight: bold;
}

.pagerPrevCell A:hover
{
	text-decoration: underline;
}

.pagerNextCell
{
	text-align: right;
	color: #E4DCC0;
	width: 25% !important;
}

.pagerNextCell A
{
	text-decoration: none;
	color: #000000;
	font-weight: bold;
}

.pagerNextCell A:hover
{
	text-decoration: underline;
}

.pagerPageCountCell
{
	text-align: center;
	color: #E4DCC0;
	white-space: nowrap;
}