﻿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: small;
	margin: 0 0;
	padding-top: 10px;
	padding-bottom: 20px;
}


/*#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: 2px;
	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/IntranetBanner.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;}
.clickImage {position: relative;}
.clickImage:hover {cursor: pointer;}

.clickImage:active {
	position: relative;
	top: 2px;
}



