﻿body 
{
	display: block;
	text-align: center;
	font-family: Verdana;
	color: black;	
}

p
{
	line-height: 15px;
	margin-left: 5px;
}

h4
{
	color: Maroon;
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 5px;
}

li
{
	list-style-type: circle;
	list-style-image: url('./Images/bullet2.png');
	vertical-align: bottom;
	
}

.imgBorder
{
	border: solid 1px black;
}
.masterBody
{
	width: 800px;
	padding-left: 10%;
}

.masterHeader
{
	background-color: #421829;
	margin-top: 10px;
	width: 800px;
	color: #FFFF00;
}

.masterContent
{
	text-align: left;
	width: 800px;
	font-size: 0.75em;
	color: black;
}

.masterMenu
{
	background-color: #421829;
	text-align: center;
	width: 800px
}

.masterFooter
{
	font-size: 10px;
	background-color: #421829;
	margin-top: 10px;
	width: 800px;
	color: #FFFF00;
}

.masterBreadcrumb
{
	text-align: left;
	width: 800px;
	margin-top: 2px;
	padding-left: 5px;
	font-size: 12px;
}

.menuStyles
{
	background-image: url('./Images/menu_background.png');
}

.menuStylesSelected
{
	background-image: url('./Images/menu_background_selected.png');
}

.masterBorder
{
	border: solid 5px;
	border-color: #421829;p
}

#previewPane
{
	border:1px solid black;
	margin-bottom:10px;	
	text-align:center;
	vertical-align:middle;
	padding-top:10px;
	position:relative;			
}

#previewPane img
{
	line-height:300px;
	width: 399px;
	margin-left: 0px;
}

#previewPane #largeImageCaption
{	/* CSS styling of image caption below large image */
	font-style:italic;
	text-align:center;
	font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;	/* Font to use */
	font-size:0.9em;
}

#galleryContainer
{	
	height:102px;	/* Height of the images + 2 */
	border:1px solid #CCCCCC;
	position:relative;
	overflow:hidden;
	padding:1px;
	margin-top: 10px;
	/* CSS HACK */
	height: 104px;	/* IE 5.x - Added 2 pixels for border left and right */
	height/* */:/**/102px;	/* Other browsers */
	height: /**/102px;			
}

#arrow_left
{
	position:absolute;
	left:0px;
	z-index:10;
	background-color: #FFF;
	padding:1px;
}

#arrow_right
{
	position:absolute;
	right:0px;
	z-index:10;
	background-color: #FFF;
	padding:1px;		
}

#theImages
{
	position:absolute;
	height:100px;
	left:40px;
	width:100000px;		
}

#theImages #slideEnd
{
	float:left;
}

#theImages img
{
	float:left;
	padding:1px;
	filter: alpha(opacity=50);
	opacity: 0.5;
	cursor:pointer;
	border:0px;
}

#waitMessage
{
	display:none;
	position:absolute;
	left:200px;
	top:150px;
	background-color:#FFF;
	border:3px double #000;
	padding:4px;
	color:#555;
	font-size:0.9em;
	font-family:arial;	
}
	
#theImages .imageCaption
{
	display:none;
}
	
.tileLabel
{
	font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
	font-size: 18px;
	font-weight: bold;
}

.subTitleLabel
{
	font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
}
	
.commonLabel
{
	font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
	font-size: 14px;
}

.requiredLabel
{
	font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
	font-size: 14px;
	color: Red;
}

.optionalLabel
{
	font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
	font-size: 14px;
	color: Blue;
}

.dropDown
{
	font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
	font-size: 14px;
	border-style: ridge;
	border-width: 2px;
}

.textBox
{
	font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
	font-size: 14px;
	border-style: ridge;
	border-width: 2px;
}