body {
	margin: 20px;
	padding: 0px;
	font: normal 12px/1.5em Verdana;
	min-width: 800px;
	background-color: #eee;
}
.slender {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}
.sentered {
	margin-left: auto;
	margin-right: auto;
}
h2 {
	padding: 0px 5px 0px 20px;
	color: #c60;
	display: inline;
	font-size: 16px;
}
hr {

}
div.header {
	border: solid 1px black;
	background: gray url('../img/header.jpg') repeat-x;
	height: 5.0em;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}
div.title {
	position: absolute;
	left: 110px;
	top: 42px;
	font-weight: bold;
	font-size: 28px;
	z-index: 0;
	text-shadow: 3px 3px 3px #2785b0;
}
div.submit {
	-moz-border-radius: 5px;
	border: solid 1px #357;
	background: #357 url('../img/th-bg.jpg') repeat-x;
	height: 2.5em;
	padding-left: 10px;
}
div.pagefooter {
	font: normal 9px/1.5em Verdana;
	color: white;
	border: solid 1px black;
	background: gray url('../img/header.jpg') repeat-x;
	height: 2.5em;
	text-align: right;
	padding-right: 5px;
	padding-top: 0px;
	padding-bottom: 5px;
	text-shadow: 2px 2px 2px #2785b0;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}
div.pagefooter a {
	color: #0ff;
}
div.features {
	background: url('../img/tour/demo.jpg') no-repeat center right;
}
div.time {
	color: white;
	font: normal 10px Verdana;
	text-align: right;
	padding: 7px 15px 10px 0px;
	text-shadow: 2px 2px 2px #2785b0;
}
div.notice {
	border: 1px dotted #ddd;
	margin: 0px 25px;
	padding: 1px 10px 1px 45px;
	text-decoration: none;
	white-space: nowrap;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
div.notice:hover {
	border-color: black;
	background: rgb(220, 255, 255) url('../img/l_success.gif') no-repeat scroll 10px 50%;
}
div.notification-widget {
	width: 560px;
	margin-left: auto;
	margin-right: auto;
}
span.notification-icon {
	float: left;
	margin-right: .3em;
}
div.small {
	font-size: 9px;
	color: blue;
	width: 12.0em;
}
span.subtle {
	display: block;
	padding: 0px 5px 0px 5px;
	font-style: italic;
	color: #888;
}
span.req {
	color: red;
	font-weight: bold;
	font-size: 14px;
}
.ui-autocomplete-button {
	margin-left: -1px;
	top: 0px;
}
.ui-autocomplete-button-icon-only .ui-autocomplete-button-text {
	height: 16px;
}
.ui-autocomplete {
	max-height: 250px;
	overflow-y: auto-scroll;
	overflow-x: hidden;
}
.ui-autocomplete-input, input.bigly {
	top: 0;
	margin: 0;
	padding: 4px;
	height: 24px;
}
.opfont {
	font-size: 28px;
}
input {
	margin: 0px;
}
input.moneyinput {
	width: 72px;
}
input.pricetag {
	text-align: center;
	font-weight: bold;
}
input.fill {
	width: 100%;
}
input.cont {
	font: normal 12px Verdana;
}
input.search {
	color: #888;
	font-size: 11px;
	font-style: italic;
}
textarea {
	overflow: auto;
}
textarea.recip {
	font: normal 11px Verdana;
	margin: 0px;
	height: 16px;
	width: 100%;
	resize: none;
	transition: height 0.2s;
	-webkit-transition: height 0.2s;
	-moz-transition: height 0.2s;
}
textarea.group {
	font: normal 12px Verdana;
	height: 10em;
	width: 98%;
}
textarea.body {
	width: 98%;
}
textarea.dates {
	width: 19.0em;
}
fieldset {
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 0px 15px 15px 15px;
}
legend {
	padding: 10px 0px 10px 0px;
	color: blue;
}
ul {
	padding: 0px 0px 0px 10px;
	margin: 0px 0px 0px 10px;
	list-style-image: url('/../img/item_ltr.png');
	vertical-align: center;
}
a:link {
	color: blue;
	text-decoration: none;
}
a:visited {
	color: blue;
}
a.home {
	font-style: italic;
}
a.title {
	color: #dddddd;
}
a.title:hover {
	text-decoration: none;
}
.check {
	font-size: 11px;
}
a:hover {
	text-decoration: underline;
}
img {
	border-width: 0px;
}
img.logo {
	position: absolute;
	left: 20px;
	top: 0px;
	z-index: 0;
}
img.sharethis {
	padding-right: 15px;
	vertical-align: middle;
}
button.cal {
	border-width: 0px;
	padding: 2px;
	background: url('../zpcal/themes/icons/calendar4.gif') no-repeat center center;
	width: 26px;
	height: 23px;
}
button.cal:hover {
	border: solid 1px black;
}
table.dates {
	border: dotted 1px black;
	background-color: #ddd;
	padding: 5px 0px 5px 0px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
table.options td {
	padding-right: 8px;
	line-height: 1.0em;
}
table.slinks {
	width: 15.0em;
}
table.tour {
	width: 800px;
}
table.tour td {
	vertical-align: top;
}
table.datagrid {
	table-layout: fixed;
	width: 100%;
	border-spacing: 0px;
}
table.datagrid td {
	white-space: nowrap;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	font-size: 11px;
}
td.fancy {
	color: #c60;
	font-style: italic;
}
tr.odd {
	background: #dff url('../img/td-even_bg.jpg') repeat-x scroll left bottom;
}
tr.even {
	background: #fff url('../img/td-even_bg.jpg') repeat-x scroll left bottom;
}
tr.hidden {
	color: #888;
	background: #ccc url('../img/td-even_bg.jpg') repeat-x scroll left bottom;
}
tr.checked {
	background: #ff4 url('../img/td-even_bg.jpg') repeat-x scroll left bottom;
}
tr.justhl {
	background-color: #ff4;
}
tr.odd:hover, tr.even:hover {
	background-color: #ffa;
}
tr.checked:hover {
	background: #ff4 url('../img/td-even_bg.jpg') repeat-x scroll left bottom;
}
tr.footer {
	font-size: 9px;
}
tr.smallfooter {
	font-size: 9px;
	line-height: 11px;
}
td.tabs {
	vertical-align: top;
	font-weight: bold;
	width: 100%;
	padding: 0px 5px 10px 5px;
}
td.footer {
	font-size: 9px;
}
td.testimonial {
	color: #317AA2;
	line-height: 2.0em;
	width: 50%;
	padding: 0px 15px 0px 15px;
}
td.subtle {
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: solid 1px silver;
	background: url('../img/th-bs.jpg') rgb(229, 229, 229) repeat-x;
	color: black;
	padding: 10px 20px 10px 20px;
}
th {
	white-space: nowrap;
	height: 20px;
	line-height: 20px;
	color: black;
	padding: 0px 10px 0px 10px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
label.headerlabel {
	height: 20px;
	width: 100% px;
	vertical-align: middle;
	display: block;
	text-align: right;
	padding-left: 10px;
	padding-right: 5px;
	white-space: nowrap;
	color: black;
}
th.form {
	text-align: right;
}
th.account {
	padding: 0px 4px 0px 4px;
}
th.letter {
	padding: 0px 3px 0px 3px;
	white-space: normal;
}
th.forum {
	font-weight: normal;
	text-align: left;
	font-style: italic;
}
form {
	padding: 0;
	margin: 0;
	display: inline;
}
.danger {
	color: #f00;
}
a#voteup {
	float: right;
	display: block;
	width: 50px;
	height: 50px;
	background-image: url('../img/thumbs_up.jpg');
	background-position: 0 0;
}
a#votedown {
	float: right;
	display: block;
	width: 50px;
	height: 50px;
	background-image: url('../img/thumbs_down.jpg');
	background-position: 0 0;
}
a#voteup:hover, a#votedown:hover {
	background-position: 0 -50px;
}
a#votedup {
	float: right;
	display: block;
	width: 50px;
	height: 50px;
	background-image: url('../img/thumbs_up.jpg');
	background-position: 0 -50px;
}
a#voteddown {
	float: right;
	display: block;
	width: 50px;
	height: 50px;
	background-image: url('../img/thumbs_down.jpg');
	background-position: 0 -50px;
}

#tabsF {
	float: right;
	line-height: normal;
	border-bottom: 1px solid #999;
	margin-right: 10px;
}
#tabsF ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#tabsF li {
	display: inline;
	margin: 0;
	padding: 0;
}
#tabsF a {
	float: left;
	background: url('../img/tableftF.gif') no-repeat left top;
	margin: 0;
	padding: 0 0 0 4px;
	text-decoration: none;
}
#tabsF a span {
	float: left;
	display: block;
	background: url('../img/tabrightF.gif') no-repeat right top;
	padding: 5px 15px 4px 6px;
	color: #666;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabsF a span {
	float: none;
}
/* End IE5-Mac hack */
#tabsF a:hover span {
	color: #FFF;
}
#tabsF a:hover {
	background-position: 0% -42px;
}
#tabsF a:hover span {
	background-position: 100% -42px;
}

#tabsF #current a {
	background-position: 0% -42px;
}
#tabsF #current a span {
	background-position: 100% -42px;
}

div.container {
	background-color: #fff;
	padding: 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: solid 0px black;
	-moz-box-shadow: 0px 1px 5px #000;
	-webkit-box-shadow: 0px 1px 5px #000;
	box-shadow: 0px 1px 5px #1c1c1c;
}
div.envelope {
	font: bold 14px Georgia;
	position: relative;
	background: #fff url('../img/envelope.jpg') no-repeat;
	width: 753px;
	height: 330px;
	-moz-box-shadow: 0px 1px 5px #000;
	-webkit-box-shadow: 0px 1px 5px #000;
	box-shadow: 0px 1px 5px #1c1c1c;
}
div.fromlabel {
	position: absolute;
	padding: 10px;
	top: 10px;
	left: 10px;
	border: dashed 1px #999;
	width: 200px;
	height: 70px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
div.tolabel {
	position: absolute;
	padding: 10px;
	top: 130px;
	left: 300px;
	border: dashed 1px #999;
	width: 200px;
	height: 70px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
