/* remember styles for calendar inputs specified in calendarDateInput.js */

body {
	background-color: #4F6C64;
	margin: 10px 0px;
}

body, p, textarea, input, select, option {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

td, th {
	font-size: 11px;
}

hr, h1, h2, h3, h4, h5, h6 {color: #660B0B;}

h1 {font-size: 16px;}
h2 {font-size: 14px;}
h3 {font-size: 12px;}

a:link {color: #4F6C64;}
a:visited {color: #4F6C64;}
a:hover {color: #660B0B;}
a:active {color: #660B0B;}

a.edit_gateway:link, a.edit_gateway:visited, a.edit_gateway:hover, a.edit_gateway:active {
	color: #660B0B;
	text-decoration: none;
	cursor: text;
}

a.edit_item:link, a.edit_item:visited {
	color: #FF0000;
}

a.edit_item:hover, a.edit_item:active {
	color: #FF6060;
}

td.content {
	vertical-align: top;
	padding: 15px;
	text-align: left;
	width: 670px;
	background-color: #E3FBF2;
}

td.prices {
	border-width: 0px 1px 1px 0px;
	border-style: solid;
	border-color: #51B948;
}

td.currentpage {
	border: 3px double #660B0B;
	text-align: center;
	font-weight: bold;
	font-size: 14px;
	color: #660B0B;
}

a.navbutton {
	display: block;
	text-align: center;
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
	border: 3px double #4F6C64;
}

td.bottomnav {
	border-color: #660B0B;
	border-width: 0px 0px 0px 1px;
	border-style: solid;
	text-align: center;
	font-weight: bold;
	font-size: 10px;
	color: #660B0B;
	padding: 0px 15px 0px 15px;
}

td.bottomnavleft {
	text-align: center;
	font-weight: bold;
	font-size: 10px;
	color: #660B0B;
	padding: 0px 15px 0px 15px;
}

img.photo {
	margin: 0px 0px 20px 20px;
	border: 0px;
}

.copyright {font-size: 10px; color: #660B0B}

ul {
	margin-top: 0px;
}

li {
	margin-top: 5px;
}

.formformat {
}

.formcellformat {
	vertical-align: middle;
	padding-bottom: 5px;
}

.labelformat {
	text-align: right;
	vertical-align: middle;
	width: 22%;
	padding-bottom: 5px;
	padding-right: 10px;
}
