body
{
	font-family: Verdana, Arial, Tahoma;
	text-align:left;
}
.SectionHeader
{
	font-size: larger;
}
.Instructions
{
	font-size: smaller;
	font-weight: bold;
}
input
{
	font-family: Verdana, Arial, Tahoma;
}
select
{
	font-family: Verdana, Arial, Tahoma;
}
td.Thumbnails
{
	font-size: xx-small;
	text-align: center;
	padding: 5px 5px 5px 5px;
}
.PagingLinks
{
	font-size: xx-small;
}
.ImageName
{
	font-size: small;
	
}
.ErrorMessage
{
	font-size: small;
	color: Red;
	background: none;
}
.PageTitle
{
	font-size: 20px;
}
.PageSubTitle
{
	font-size: 14px;
}
td.IndividualImageTitle
{
	background: #333399;
	color: #FFFFFF;
	font-size: 16px;
	text-align: center;
}
td.IndividualImageDetails
{
	font-size: 14px;
	text-align: left;
	vertical-align: middle;
}

a.logonLink
{
	text-decoration: underline;
	color: #ffffff;
	background: none;
}
.mainPageWelcome
{
	font-size: 20px;
}
.mainPageBody
{
	font-size: 14px;
	font-weight: bold;
	position: absolute;
	top: 105px;
	left: 25px;
}
.logoutLink
{
	float: right; 
	position: absolute; 
	top: 70px; 
	left: 85%;
}
.leftNavLink
{
	float: left; 
	position: absolute; 
	top: 70px; 
	left: 15px;
}
.sendSavedImages
{
	float: left; 
	position: absolute; 
	top: 70px; 
	left: 15px;
	font-size: 14px;
}
a.NavLink
{
	text-decoration: none;
	color: #333399;
	background: none;
}
.bottomBar
{
	width: 100%;
	height: 20px;
	vertical-align: bottom;
	font-size: 10px;
	text-align: center;
}
table.Table100Percent
{
	width: 100%;
}
.outerBottomBar
{
	position: absolute; 
	top: 100%; 
	left: 0px; 
	width: 100%;
}
.ImageNumbersList
{
	border: 1px solid black;
}
/*BEGIN NEW UNIFIED LOOK LOGIN STYLES --K.O.*/

.logonBox
{
		background: #B1B297;
	/*background: #FFFFFF url(./images/login_backgrd.png);*/
	position: relative;
	/*border-bottom: solid double #967B67;*/
	margin: 0 auto;
	color: #ffffff;
	width: 713px;
	height: auto;
	text-align: center;
}
.logonHeader
{
	background-image:url(./images/LogIn_header.png);
	width: 713px;
	height: 82px;
	border-right: solid 2px #967B67;
}

#header a
{
	position:absolute;
	height:60px;
	width:215px;
	text-decoration:none;
	top:12px;
	left:12px;
}
#header i
{
	visibility:hidden;
}
.logonMiddle
{
	background: url(./images/MP_no_text.png) ;
	background-repeat:repeat-y;
	text-align:center;
	width: 713px;
	height: 380px;
	position:relative;
	top:1px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	border-right: solid 2px #967B67;
	

}
/*classes beginning with html>body are not read by IE. This is a hack to fix the misaligning in FireFox.*/
html>body .logonMiddle  
{
	border: solid 1px transparent;
	left:-1px;
}

#footerDiv
{
	position:relative;
	width: 713px;
	height: 51px;
	background: url(images/Footer.png) 0 0 no-repeat;
	bottom:0px;
}
#home
{
	position:relative;
	top:17px;
	right:35px;
	font-family:Arial, Sans-Serif;
	color:Black;
	text-decoration:none;
	font-size:9pt;
}
#footerDiv ul
{	
	position:relative;
	top:17px;
	left:55px;
	display: inline;

}
#footerDiv ul li
{
	padding-left: 4px;
	border-left: 1px solid #FFFFFF;
	list-style: none;
	display: inline;
}
#footerDiv ul li.first
{
	margin-left: 0;
	border-left: none;
	list-style: none;
	display: inline;
}
	#footerDiv ul li a
	{
		text-decoration: none;
		padding: 1px 1px 1px 1px;
		width:auto;
		color: White;
		font-size: 11px;
		font-family:Arial,sans-serif;
	}
	#footerDiv ul li a:hover
	{

		color: #B1B297;
	}
.logonText
{
	margin: 7px 0px 7px 0px;
	height: auto;
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	color: #4F4945;
}
.logonInfoText
{	
	margin: 265px 10px 10px 10px;
	font-family: Arial;
	color: #967B67;
	font-size: 13px;
}
.logonSmallText
{	font-family: Arial;
	color: #967B67;
	font-size: 12px;
}
#Maintable {
	width: 100%;
	height: 100%;
}

#Maintable td {
	vertical-align: middle;
}	
#backButton
{
	float:right;
	margin-right: 5px;	
}
#backButton img
{
	border:none;
}
html>body #backButton
{
	margin-right: 5px;
	border: 0px;
}

html>body #fix
{
	padding: 27px 0px 0px 0px;
}

/*for gap between footer and middle in IE.*/
html>body #introfooter
{
	padding: 0px 0px 0px 0px;
}

/*Landing Pages*/
.mainBox
{
	/*url(./images/background.png)*/
	background: B1b297;
	position: relative;
	margin: 0 auto;
	width: 100%;
	height: 610px;
	text-align: center;
	top:-3px;
	left:-1px;
}
html>body .mainBox
{
	top:-20px;
}
.middle
{	
	position:absolute;
	padding: 0px 0px 0px 0px ;
	margin:0px 0px 0px 0px ;
	top:213px;
	left:0px;
	float:none;
	width:773px;
	height: auto;
	z-index:auto;
}
#repeater
	{
		background-image: url(./images/MP_header_02.png);
		background-repeat:repeat-x;
		height:153px;
		width:100%;
	}
#pageBody
{
	LEFT: 15px; 
	WIDTH: 771px; 
	POSITION: absolute; 
	TOP: 155px; 
	HEIGHT: 475px;
	text-align:left;
}	
#pageBody2
{
	LEFT: 15px; 
	WIDTH: 771px; 
	POSITION: absolute; 
	TOP: 60px; 
	HEIGHT: 100%;
	text-align:left;
}
.instructionText
{	
	height: auto;
	width:80%;
	position:absolute;
	top:153px;
	left: 63px;
	font-family: Verdana, Arial, Tahoma;
	font-size:13px;
	text-align:left;
	z-index:auto;
}
#searchForm
{	
	position:relative;
	height:auto;
	width:520px;
	left:0px;
	top:0px;
	float:left;
	z-index:auto;
}
#searchForm .blanks
{
	position: relative;	
	left:0px;
}

#searchButton
{
	
	margin: 0px 19px 22px 0px;
}
#catalogListBox
{
	
	margin: 0px 25px 0px 0px;
}
#searchForm .lables
{
	position: relative;	
	float:left;
	left:0px;
	width:163px;
	height:200px;
	padding: 0px 0px 0px 0px;
	text-align:right;
	
}

#searchForm .lables .lbl
{
	height:24px;
	font-weight:bold;
}
#searchType
{
	position:relative;
	display:inline;
	float:none;
	width:auto;
	top:0px;
	left:6px;
	height:auto;
	z-index:auto;
}
#myPhotoList
{	
	position:relative;	
	top: -30px;
	float:left;
	background-image:url(./images/myphotolist.png);
	background-repeat: no-repeat;
	width:187px;
	height:267px;
	/*margin: 0px 50px 80px 10px;	*/
	z-index:auto;
	/*border: solid 1px green;*/
}
#myPhotoListText
{	
	font-size:11px;
	font-family: Verdana, Arial, Tahoma;
	text-align:center;
	position:relative;
	height:120px;
	top: 135px;
	z-index:auto;
	padding: 4px 6px 0px 6px;
	margin-bottom:10px;
}
.topBar
{
	background: url(./images/MP_header.png);
	background-repeat:no-repeat;
	color: #ffffff;
	WIDTH: 100%; 
	height: 153px;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index:auto;
}
#HMP a
{
	position: absolute;
	height:80px;
	width:130px;
	top:5px;
	left:610px;
	text-decoration:none;
	/*border:solid 1px red;*/
}
#HMP a i
{
	visibility:hidden;
}
#myPlants a
{
	position: absolute;
	height:110px;
	width:160px;
	top:10px;
	left:15px;
	text-decoration:none;
	/*border:solid 1px red;*/
}
#myPlants a i
{
	visibility:hidden;
	font-size:20px;
}
	/*Sets the style for the rollover links*/
	.topBar ul
	{	
		position:absolute;
		top:95px;
		height: auto;
		left:185px;
		padding: 0;
		border: none;	
		display: inline;
	
	}
	
	.topBar ul li
	{
		padding-left: 3px;
		border-left: 1px solid #FFFFFF;
		list-style: none;
		display: inline;
	}
	.topBar ul li.first
	{
		margin-left: 0;
		border-left: none;
		list-style: none;
		display: inline;
	}
		.topBar ul li a
		{
			text-decoration: none;
			padding: 2px 2px 2px 2px;
			width:auto;
			color: blue;
			font-size: 11px;
		}
		.topBar ul li a:hover
		{

			color: #B1B297;
		}
		html>body .topbar #fix
		{
			padding: 0px 0px 27px 20px;
		}
		
#bottom
{
	position: relative;
	width: 773px;
	height:auto;
	top:350px;
	left:0px;
}
#createList
{
	top:0px;
	left:0px;
	position: relative;
	float:none;
	z-index:auto;
	
}
/*END NEW UNIFIED LOOK LOGIN STYLES --K.O.*/
