﻿A:link {text-decoration: none; color: #033f99;}
A:visited {text-decoration: none; color: #033f99;}
A:active {text-decoration: none; color: #033f99;}
A:hover {text-decoration: none; color: #548dec;}

body {
	background: #eee;
	font-family: Sans-Serif;
	font-size: 10pt;
	margin: 0 0;
	padding-top: 10px;
}


/*#region Reminder Note about border-collapse */

/*NOTE:Reminder Note - I had border-collapse: collapse; and
border-spacing: 0; on here from when I started working on
getting the new layout perfected. While I'm sure it helped me
at the time, I don't remember exactly why I did it. It was
making drop shadows not work correctly. SOOOO I removed it.
No noticable adverse effects thus far. Just wanted to put this
reminder in here so that if something funky starts happening,
I can look at this. I can always declare the collapse on
individual elements, so it's not really an issue. */

/*#endregion*/

#page {
	display: table;
	overflow: visible;
	margin: 0 auto;
	padding-top: 8px;
	background: #eee;
	height: 100%;
	width: 960px;
}


#content_container {
	display: table-cell;
	vertical-align: top;
	background: #eee;
}

#content {
	position: relative;
	border: 1px solid #555;
	background: #7A6A53;
	padding-top: 7px;
	height:100%;
}

#divHeader {
	position: relative;
	background: url(../images/DocumentSharing.jpg) no-repeat top left;
	height: 90px;
}

#divHeaderTitle {
	position: absolute;
	right: 20px;
	font-size: 18px;
	top: 67px;
	color: #eee;
	text-shadow: 2px 2px 3px #111;
}

#spanTitle {
	border: 2px inset #D6E0EA;
	border-radius: 10px;
	background: #f4f4f4;
	padding: 2px 15px 2px 15px;
}

#divTitleContainer {
	position: absolute;
	width: 340px;
	left: 600px;
	top: 31px;
	font-size: x-large;
	font-family: Arial;
	text-align: center;
}

#divMiddle {
	position: relative;
	background: #fff;
	overflow: hidden;
	padding: 4px 4px 5px 4px;
	height: 100%;
	width: 950px;
	min-height: 380px;
}

.LeftMenuHeaderText {
	padding-top: 6px;
	font-size: 1.2em;
	color: #003366;
	display: block;
	text-align: center;
	height: 29px;
}

.mainColumnText {
	padding-top: 1px;
	font-size: 2em;
	color: #003366;
	display: block;
	text-align: center;
	height: 34px;
}

#divNumber2 {
	width: 320px;
	height: 180px;
	border: 1px solid #aaa;
	background-color: #fff;
	overflow-y: scroll;
}

#divLeftHeader {
	margin-bottom: 2px;
}

.PosFav {
	display: block;
}
/*  For the Main Menu */
#mmHome
{      
    width:104px;
    cursor:pointer;
}

#mmCOV, #mmDCH, #mmREM
{      
    width:104px;
    cursor:pointer;
}

#mmCases, #mmUtilities, #mmLogout, #mmForms
{
	width:104px;
	cursor:default;
}

.LabelRight
{
	margin-right:5px;
	text-align:right;
	/*vertical-align:top;*/
}

.LabelLeft
{
	margin-right:5px;
	text-align:left;
}

.LabelCenter
{
	margin-right:2px;
	text-align:center;
	vertical-align:top;
}

.LabelTop
{
	margin-right:2px;
	text-align:center;
	vertical-align:bottom;
}

.titleTop
{
	margin-right:2px;
	text-align:left;
	vertical-align:bottom;
}

.LabelRightRequired
{
	margin-right:3px;
	text-align:right;
	vertical-align:top;
    color:Red;
}

.acActivityPanel
{
	margin-left:10px;
	margin-top:10px;
	position:relative;
	float: left;
	width: 450px;
}
.acDomesticStatusPanel
{
	margin-right:10px;
	margin-top:10px;
	position:relative;
	float:right;
	width: 450px;
}
.acDomesticTypePanel
{
	margin-left:10px;
	margin-top:10px;
	position:relative;
	float:left;
	width: 450px;
}
.acPersonTypePanel
{
	margin-right:10px;
	margin-top:10px;
	position:relative;
	float: right;
	width: 450px;
}
.acUserTypePanel
{
	margin-left:10px;
	margin-top:10px;
	position:relative;
	float: left;
	width: 930px;
}

#ctl00_cphMain_lblStatusMsg {
    Display: block;
	width: 300px;
	height: 32px;
	background-color: #fff8bb;
	font-size: large;
	border: 1px solid #c8c7be;
}



