/* HTML Height allows full height without content using XHTML strict */
html {
	height: 100%;
}
body {
	color: #156456;
	background-color: #E2CE9B;
	margin: 0;
	padding: 0;		
	font-size: 14px;
	line-height: 19px;
	height: 100%;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	background-image: url('/Include/Images/Layout/HeaderSlice.png');
	background-repeat: repeat-x;
}	
/*/ Layout Main Styles -------------------------------------------------------------------------------------/*/
table.Layout {
	background-image: url('/Include/Images/Layout/BodyBackgroundSlice.png');
	background-repeat: repeat-y;
/*	position: relative; */
	width: 808px;
	margin: 0 auto;
}
table.Layout td.Content {
	background-image: url('/Include/Images/Layout/ContentBackgroundSlice.png');
	background-repeat: repeat-y;
	position: relative;
	display: block;
	padding: 10px 67px 15px 67px;
	vertical-align: top;
}
div.Footer {
	background-image: url('/Include/Images/Layout/FooterMenuBackground.png');
	background-repeat: no-repeat;
	width: 710px;
	margin: 10px auto;
	padding: 16px 0px 16px 0px;
	text-align: center;
	color: #156355;
	font-size: 11px
}
div.Footer a {
	font-style: normal;
	color: #156355;
	font-size: 12px;
	text-decoration: underline;
}
div.Footer a:hover {
	color: #5FBC54;
}
img.Block {
	display: block;
}
img.Title {
	display: block;
	margin: 0 auto;
	position: relative;
	top: -6px;
}
div.HR {
	border-top: 4px solid #aaa;
	height: 4px;
	margin: 10px 0;
}
div.HR2 {
	border-top: 1px solid #aaa;
	height: 1px;
	margin: 10px 0;
}
/*/ General Content Styles ----------------------------------------------------------------------------------/*/
a.Button {
	padding: none;
	margin: none;
}	
a.Button img {
	border: none;
	background: none;
}
input.Text, textarea, select.Text {
	width: 170px;
	border: 3px solid #E2CE9B;
	font-size: 20px;
	padding: 0 0 2px 5px;
}		
textarea {
	font-weight: bold;
}
div.Container {
	position: relative;
	height: 200px;
}
div.Container img, 	div.Container input {
	position: absolute;
}
p.List {
	margin: 20px 20px 10px 0px;
}
a {
	color: #156146;
	text-decoration: none;
	font-style : italic;
}
a:Hover {
	color: #5fbc54;
}
a.Normal {
	color: #156146;
	text-decoration: underline;
	font-size: 13px;
	color: blue;
	font-style : italic;
	font-weight: bold;
}
a.Normal:Hover {
	color: #5fbc54;
}
input.Button {
	background-color: #5fbc54;
	color: #fff;
	border: 2px solid #115f56;
	font-weight: bold;
	font-style: italic;
	font-size: 20px;

}
input.Button:hover {
	background-color: #91D189;
	cursor: pointer;
}
input.ButtonSmall:hover {
	background-color: #91D189;
	cursor: pointer;
}
input.ButtonSmall {
	background-color: #5fbc54;
	color: #fff;
	border: 2px solid #115f56;
	font-weight: bold;
	font-style: italic;
	font-size: 16px;
	font-family: Arial, sans-serif;
}
input.ArrowButton {
	background-image: url('/Include/Images/But/ArrowButton.png');
	background-repeat: no-repeat;
	border: none;
	color: #fff;
	width: 220px;
	height: 25px;
	font-weight: bold;
	font-style: italic;
	font-size: 16px;
	font-family: Arial, sans-serif;
}
input.ArrowButton:hover {
	background-position: 0px -25px;
}

a.ArrowButton {
	background-image: url('/Include/Images/But/PrintCoupon.png');
	background-repeat: no-repeat;
	border: none;
	color: #fff;
	width: 220px;
	height: 25px;
	font-weight: bold;
	font-style: italic;
	font-size: 16px;
	font-family: Arial, sans-serif;
	display: block;
}
a.ArrowButton:hover {
	background-position: 0px -25px;
}

span.Note {
	font-size: 12px;
	color: #555;
	font-family: Arial, sans-serif;
	font-weight: bold;
	font-style: italic;
}
/* Requerd filed style */
span.Star {
	color: #ff0000; 
	font-size: 20px; 
	font-weight: bold;
}
/*/ Header Styles ------------------------------------------------------------------------------------------/*/
h1 {
	margin: 0;
	font-style : italic;
	color: #5fbc54;
	line-height: 25px;
}
h2 {
	margin: 0;
	font-style : italic;
	color: #5fbc54;
	font-size: 22px;
}
h3 {
	font-size: 16px;
	margin: 0;
}
h4 {
	font-size: 14px;
	font-style: italic;
	color: #000;
	margin: 0;
	padding: 0;
}
/*/ Admin Menu Styles --------------------------------------------------------------------------------------/*/
table.Nav {
	width: 750px; 
	margin: 0 auto 8px;
	font-weight: bold;
	font-size: 16px;
	border-top: 2px solid #156456;
	border-bottom: 2px solid #156456;
}
table.Nav td {
	background-color: #5FBC54;
	padding: 2px;
	text-align: center;
	border: 3px solid #5FBC54;
}
table.Nav a {
	font-weight: bold;
	font-style: italic;
	font-size: 16px;
	color: #fff;
}
table.Nav a:hover {
	color: #fff;
}
table.Nav td:hover {
	background-color: #91D189;
	border: 3px solid #91D189;
}
table.Nav td.None:hover {
	background-color: #5FBC54;
	border: 3px solid #5FBC54;
}

table.Nav td.NonePageID {
	background-color: #5FBC54;
	border: 3px outset #5FBC54;
}

table.Nav td.NonePageID:hover {
	background-color: #5FBC54;
	border: 3px outset #5FBC54;
}

/*/ Current Page Menu Highlighting --------------------------------------------------------------------------/*/
table.Nav td.PageID {
	border: 3px outset #5FBC54;
}
table.Nav td.PageID a {
	color: #fff;
}
/*Current page menu Alt*/

/*/ Table Display for Member Area details Styles -----------------------------------------------------------/*/
table.Display {
}
table.Display td {
	padding: 5px 5px 5px 5px;
	font-size: 16px;
	color: #000;
	font-weight: bold;
}
table.Display th{
	text-align: right;
	padding: 5px 5px 5px 5px;
	font-size: 14px;
	font-style : italic;
	color: #000;
	font-weight: bold;
}
/*/ Table DisplayEdit for Member Area details edit Styles --------------------------------------------------/*/
table.DisplayEdit {
}
table.DisplayEdit td {
	padding: 5px 5px 5px 5px;
	font-size: 16px;
	color: #000;
	font-weight: bold;
}
table.DisplayEdit th{
	text-align: right;
	padding: 5px 5px 5px 5px;
	font-size: 12px;
	font-style : italic;
	color: #000;
	font-weight: bold;
}
/*/ Detail table for Billing History Styles ----------------------------------------------------------------/*/
table.Detail {
	width: 100%;		
	margin-top: 10px;
}
table.Detail th {
	background-color: #f1eee5;
	font-size: 18px;
	color: #5fbc54;
	font-style: italic;
	text-align: left;
	padding: 3px 3px 3px 8px;
}
table.Detail td, table.Detail tr.r td {
	background-color: #f9f8f4;
	padding: 3px 3px 3px 8px;
	font-size: 18px;
	color: #000;
}
table.Detail tr.r td {
	background-color: #f1eee5;
}
div.Coupons {
	position: relative;
	padding-left: 60px;
	margin: 0 0 25px 0;
}
div.Help {
	background-color: #fff; 
	color: #000; 
	border-bottom: 1px solid #777; 
	padding: 15px;
}
/*/ Drop down menu Styles ----------------------------------------------------------------/*/
 
ul.yuimenuitem, div.bd, div.yuimenubar, ul.first-of-type {
	background-color: none;
	color: #fff;
}

li.yuimenuitem {
	padding: 6px;
	color: #fff;
	cursor: pointer;
	border-bottom: 2px solid #156456;
	background-color: #5fbc54;
	text-align: left;
	width: 200px;
}

li.yuimenuitem:hover {
	background-color: #91D189;
}

/*/ Menu and Services table ----------------------------------------------------------------/*/

table.MenuList {
	width: 100%;
	color: #000;
}
table.MenuList td {
	color: #000; 
	border-top: 1px dashed #aaa; 
	padding: 10px 0;
}
table.MenuList td.Nav {
	width: 100px; 
	text-align: right;
}
