/* @group basic tags */

body {
	margin: 0px;
  background-color: #FFFFFF;
}

body,td,th {
	font-family: "Trebuchet MS", "Lucida Sans";
	font-size: 85%;
}

h1 {
	font: 182% verdana;
	margin-bottom: 4px;
}

h2 {
	font-size: 152%;
	margin-bottom: 3px;
}

h3 {
	font-size: 120%;
	margin: 15px 0px 2px 0px;
}

fieldset {
	border: 1px solid #F1F1F1;
	margin: 15px 0px;
	padding: 15px 18px 15px 5px;
}

fieldset fieldset {
	background-color: #DDD;
}

legend {
	color: #000000;
	font-size: 130%;
}

fieldset h3 {
	font-size: 85%;
	font-weight: bolder;
}

fieldset table {
	width: 100%;
}

.yui-calcontainer table {
	width: auto;
}

fieldset td, fieldset th, fieldset p {
	padding: 3px 5px;
}

fieldset th {
	font-weight: bold;
	width: 150px;
	text-align: right;
	vertical-align: top;
}

fieldset th.optional {
	font-weight: normal;
}

textarea.grey, input.grey[type=text] {
	color: #CCC;
	font-style: italic;
}

textarea.small {
	height: 100px;
	width: 90%;
}

/* @end */

/* @group basic classes */
.ad {
  clear: both;
  text-align: center;
}

.hide {
	display: none;
}

.small {
	font-size: 90%;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

.highlight {
	background-color: #FFFFCC;
}

.editable {
	padding: 0 0 0 20px;
}

.editable_over {
	background: #b4d5ff url(/images/icons/si/16x16/edit.gif) no-repeat scroll left top;
	padding: 0 0 0 20px;
}

span.ius {
	color: #ba0f6e;
}

span.event {
	color: #ec3228;
}

.odd {
	background-color: #F2F2F2;
}

.even {
	background-color: #FFF;
}

.thumb {
	width: 120px;
}

.editable_form {
	margin: 0;
	background: transparent url(/images/icons/si/16x16/edit.gif) no-repeat scroll left top;
	padding: 0 0 0 20px;
}

.editable_textarea {
	width: 100%;
	height: 75px;
	margin-bottom: 10px;
}

.bold {
	font-weight: bold;
}

.cleaner {
	clear: both
}

.spacer {
	border-top: 1px solid #DBDBDB;
	width: 794px;
	height: 15px;
	margin: 15px 0px 0px 0px;
}

.clear{
	margin: 0 !important;
	padding: 0 !important;
}

.noborder {
	border: 0 !important;
}

.dark_red{
	color: #ba0f6e;
}

.purple{
	color: #662c9c;
}

.capitalize{
	text-transform: uppercase;
}

/* @end */

div#doc3 {
	margin: auto;
}

/* @group hd */



/* @end */

/* ----- bd ----- */

/* @group ft */

div#ft {
	font-size: 100%;
	line-height: 1.4em;
	margin: 0 0 10px 0;
	padding: 35px 0pt;
	text-align: center;
	background-color: #FFFFFF;
}

#ft .menu {
	margin: 0px 30px;
	float: right;
	color: #666666;
}

#ft .copy {
	float: left;
	margin: 0px 30px;
}

/* @end */

/* @group shared */

ul.menu li.last {
	border-right: 0;
}

/* @end */

/* @group ajax responses */

#flash_good, .good_ajax_response {
	background: #FFF url(/images/alertgood_icon.gif) no-repeat 0;
	width: 50%;
	border: 1px solid #A9D184;
	padding-left: 28px;
	margin: 1em auto;
	color: #333;
}

#flash_bad, .bad_ajax_response {
	background: #FFF url(/images/alertbad_icon.gif) no-repeat 0;
	border: 1px solid #933;
	padding-left: 28px;
	margin: 1em auto;
	color: #000;
}

/* @end */

/* @group Error and affirmative responses */

.fieldBad, .fieldGood, .loading {
	text-align: left;
	color: #000;
	font-size: 85%;
}

.fieldGood, .fieldBad {
	padding: 5px 5px 5px 27px;
	margin: 0 0 5px 3px;
	background: transparent url(/images/icons/green/check.gif) no-repeat 5px;
}

.fieldBad {
	background: transparent url(/images/icons/red/close.gif) no-repeat 5px;
}

.error, .fieldWithErrors {
	background-color: red;
	color: #FFFFFF;
	padding: 2px;
	margin: 2px;
	border: 0px solid #000;
	display: inline;
}

#errorExplanation {
	border: 2px solid red;
	padding: 7px;
	padding-bottom: 12px;
	margin-bottom: 20px;
	background-color: #fff;
}

#errorExplanation h2 {
	text-align: left;
	font-weight: bold;
	letter-spacing: .2em;
	padding: 5px 5px 5px 27px;
	font-size: 12px;
	margin: -7px;
	background: #000 url(/images/reject.gif) no-repeat 5px;
	color: #fff;
}

#errorExplanation p {
	color: #333;
	margin-bottom: 0;
	padding: 5px;
}

#errorExplanation ul {
	margin-left: 30px;
}

#errorExplanation ul li {
	font-size: 12px;
	list-style: square;
}

/* @end */

/* @group form */

a.calendar {
	background: transparent url(/images/icons/silver/calendar.gif) no-repeat;
	width: 16px;
	height: 16px;
	padding-left: 16px;
}

.autocomplete {
	padding-bottom: 2em;
	width: 20em;
	z-index: -1;
}

.autocomplete .yui-ac-content {
	position: absolute;
	width: auto;
	border: 1px solid #404040;
	background: #fff;
	overflow: hidden;
	z-index: 9050;
}

.autocomplete .yui-ac-shadow {
	position: absolute;
	margin: .3em;
	width: 100%;
	background: #a0a0a0;
	z-index: 9049;
}

.autocomplete ul {
	padding: 5px 0;
	width: 100%;
}

.autocomplete li {
	padding: 0 5px;
	cursor: default;
	white-space: nowrap;
}

.autocomplete li.yui-ac-highlight {
	background: #ff0;
}

.autocomplete li.yui-ac-prehighlight {
	background: #FFFFCC;
}

/* @end */

/* @group party page header */

div.page_header div.links {
	width: 350px;
	color: #CCC;
	float: right;
	line-height: 20px;
	margin-top: 0;
	text-align: right;
}

/* @end */

/* @group Photo table */

table#photos {
	width: 100%;
}

table#photos tr td.thumb {
	width: 120px;
	height: 120px;
	border: 1px solid #CCC;
}

table#photos tr {
	margin: 3px 0 10px 0;
}

table#photos tr div {
	margin-left: 20px;
}

table#photos tr div.title {
	font-size: 140%;
	font-weight: bolder;
	padding-bottom: 5px;
	border-bottom: 1px solid #000;
	margin-bottom: 5px;
}

table#photos tr div.summary {
	font-size: 100%;
	color: #7f7f7f;
	padding: 0 0 0 20px;
}

table#photos tr div.title span.picture_count {
	color: #939393;
	font-weight: normal;
	background: transparent url(/images/icons/oi/light/images.gif) no-repeat scroll right center;
	padding: 0 20px 0 0;
}

table#photos tr div.title span.edit {
	font-weight: normal;
}

/* @end */

.pagination {
  padding: 10px 3px;
  margin: 3px;
}
.pagination a {
  padding: 2px 5px 2px 5px;
  margin: 2px;
  border: 1px solid #aaaadd;
  text-decoration: none;
  color: #000099;
}
.pagination a:hover, .pagination a:active {
  border: 1px solid #000099;
  color: #000;
}
.pagination span.current {
  padding: 2px 5px 2px 5px;
  margin: 2px;
  border: 1px solid #000099;
  font-weight: bold;
  background-color: #000099;
  color: #FFF;
}
.pagination span.disabled {
  padding: 2px 5px 2px 5px;
  margin: 2px;
  border: 1px solid #eee;
  color: #ddd;
}

table.cart{
  width: 240px;
}

.yui-skin-sam .yui-navset .yui-nav .selected a, .yui-skin-sam .yui-navset .yui-nav .selected a em {
  color: #FFFFFF;
}