/* Customer Styles */

/* Begin Layout */
#master_Wrapper
{
	background-image: url(/Image/bodyBackground.png);
	background-position: center;
	background-repeat: repeat-y;
	margin: auto;
	width: 568px;
}

#master_Container
{
	background-color: #fff;
	margin: auto;
	width: 542px;
	text-align: left;
}

#master_Header
{
	background-color: #fff;
	background-image: url(/Image/headerGradient.png);
	background-position: 199px 0;
	background-repeat: repeat-y;
	color: #fff;
	height: 70px;
	line-height: 70px;
	width: 100%;
}

#master_Header img.logo
{
	height: 20px;
	margin-top: 25px;
	margin-left: 27px;
	width: 163px;
}

#master_Topnav
{
	background-color: #685744;
	border-bottom: solid 1px #a19180;
	border-top: solid 1px #d8bfa9;
	clear: both;
	color: #fff;
	font-weight: bold;
	height: 29px;
	line-height: 29px;
	margin: 0;
	padding: 0;
}

#master_Topnav td
{
	border-right: solid 1px #a19180;
	border-collapse: collapse;
	text-align: center;
	width: 25%;
}

#master_Topnav a
{
	color: #fff;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
}

#master_Content
{
	color: #685744;
	line-height: 16px;
	padding: 30px 27px 0px 27px;
}

#master_ContentLeftGradient
{
	background-image: url(/Image/leftContentGradient.png);
	background-repeat: repeat-y;
	width: 8px;
}

#master_ContentRightGradient
{
	background-image: url(/Image/rightContentGradient.png);
	background-repeat: repeat-y;
	width: 8px;
}

#master_BackgroundImage
{
	background-image: url(/Image/contentBackground.png);
	background-position: right;
	background-repeat: no-repeat;
	clear: both;
	height: 58px;
	left: 0;
	margin-bottom: 8px;
	width: 100%;
}

#master_Footer
{
	background-color: #685744;
	color: #fff;
	font-weight: bold;
	height: 21px;
	line-height: 21px;
	padding-left: 27px;
	text-align: left;
}

#master_FooterGradient
{
	background-image: url(/Image/footerGradient.png);
	background-position: top center;
	background-repeat: no-repeat;
	height: 30px;
	width: 100%;
}
/* End Layout */

.button, button
{
	margin: 0;
	padding: 0;
	width: 100px;
}

.errorMessage
{
	color: Red;
	font-weight: bold;
	margin: 0 auto 15px auto;
	text-align: center;
	width: 100%;
}

.systemMessage
{
	color: Green;
	font-weight: bold;
	margin: 0 auto 15px auto;
	text-align: center;
	width: 100%;
}

.small
{
	font-size: 9px;
}

.lightGray
{
	color: Gray;
}

/* form style */
div.form
{
	clear: both;
}

div.form div.label
{
	float: left;
	padding: 5px 2px 2px 2px;
	text-align: right;
	width: 120px;
}

div.form div.field
{
	float: left;
	padding: 2px;
	text-align: left;
}

div.form div.info
{
	float: left;
	padding: 5px 2px 2px 2px;
	text-align: left;
}

div.form br
{
	clear: both;
}

div.form fieldset
{
	border: solid 1px #c0c0c0;
	padding: 0 0 10px 0;
}

div.form legend
{
	color: Black;
}

span.required
{
	font-weight: bold;
	color: red;
}

/* default classes */
body
{
	background-color: #ab9d8c;
	color: #000;
	margin: 0 auto 0 auto;
	text-align: center;
	padding: 0;
}

body, button, input, select, td, th, textarea
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
}

form
{
	margin: 0px;
}

h1
{
	background-image: url(/Image/miniSquare.png);
	background-position: left;
	background-repeat: no-repeat;
	color: #d75a1d;
	font-family: Times New Roman, Serif;
	font-size: 32px;
	margin: 0;
	padding-left: 17px;
}

h2
{
	background-image: url(/Image/miniSquare.png);
	background-position: left;
	background-repeat: no-repeat;
	color: #d75a1d;
	font-family: Times New Roman, Serif;
	font-size: 22px;
	margin: 0;
	padding-left: 17px;
}

h3
{
	background-image: url(/Image/miniSquare.png);
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 17px;
	color: #d75a1d;
	font-family: Times New Roman, Serif;
	font-size: 19px;
	margin: 0;
	padding-left: 17px;
}

h4
{
	background-image: url(/Image/miniSquare.png);
	background-position: left;
	background-repeat: no-repeat;
	color: #d75a1d;
	font-family: Times New Roman, Serif;
	font-size: 16px;
	margin: 0;
	padding-left: 17px;
}

h5
{
	background-image: url(/Image/miniSquare.png);
	background-position: left;
	background-repeat: no-repeat;
	color: #d75a1d;
	font-family: Times New Roman, Serif;
	font-size: 13px;
	margin: 0;
	padding-left: 17px;
}

h6
{
	background-image: url(/Image/miniSquare.png);
	background-position: left;
	background-repeat: no-repeat;
	color: #d75a1d;
	font-family: Times New Roman, Serif;
	font-size: 11px;
	margin: 0;
	padding-left: 17px;
}

html
{
	overflow: -moz-scrollbars-vertical;
}

img
{
	border: 0px;
	margin: 0px;
	padding: 0px;
}

input[type="text"], input[type="password"]
{
	padding: 1px;
}

li
{
	list-style-image: url(/Image/bullet.png);
}


/* Used for AJAX progress display */
.progress
{
	height: 16px;
	left: 50%;
	position: absolute;
	top: 50%;
	width: 16px;
	z-index: 100;
}
