/* -----[ General Style Sheet ]--------------------------------------------------------------------- */

body,div,dl,dt,dd,ul,ol,li,
h1,h2,h3,h4,h5,h6,
p,blockquote,pre,
table,th,td,form,fieldset,input,textarea {
	margin:0;
	padding:0;
}
body {
	background: #666;
	margin: 0 auto;
	color: #333;
	font: normal small Arial,sans-serif;
	text-align: center;
}
table {
	border: 0;
	border-collapse: collapse;
}
textarea {
	font-size: 1em;
}
img {
	border: 0;
}
ul li {
	list-style: none;
}
strong {
	color: #222;
}
em {
	color: #222;
	padding-right: 1px;
}
span {
	color: #666;
}
abbr {
	border-bottom: 1px dotted #AAA;
}
var {
	font-style: normal;
}
p,
ol.list,
ul.list {
	padding-bottom: 1.5em;
	line-height: 1.4;
}
ol.list li,
ul.list li {
	padding-bottom: 5px;
	line-height: 1.3;
}
ol.list li {
	margin-left: 25px;
	padding-left: 0;
}
ul.list li {
	background: url(/library/img/icons/bullet_green.png) no-repeat 0 1px;
	padding-left: 18px;
}
fieldset {
	margin-bottom: 1.5em;
	padding: 10px;
	background-color: #FFF4BF;
	border: 1px solid #D9A601;
}
fieldset legend {
	padding: 2px 5px;
	background-color: #FFD75D;
	border: 1px solid #D9A601;
	color: #000;
}

/* -----[ Colors ]--------------------------------------------------------------------- */
.black {
	color: #000;
}
.red {
	color: #f00;
}

/* -----[ Tables ]--------------------------------------------------------------------- */

div.center, p.center,
tr.center th, tr.center td,
th.center, td.center {
	text-align: center !important;
}
tr.left th, tr.left td,
th.left, td.left {
	text-align: left !important;
}
tr.right th, tr.right td,
th.right, td.right {
	text-align: right !important;
}
tr.noWrap th, tr.noWrap td,
th.noWrap, td.noWrap {
	white-space: nowrap !important;
}

/* -----[ Links ]--------------------------------------------------------------------- */

a {
	color: #03E;
	text-decoration: underline;
}
a.light {
	text-decoration: none;
}
a:hover {
	color: #730;
	text-decoration: none;
}

/* -----[ Icons ]--------------------------------------------------------------------- */

a.icon {
	background-position: 0 0;
	background-repeat: no-repeat;
	margin-right: 5px;
	padding-left: 20px;
}
a.go {
	background-image: url(/library/img/icons/bullet_go.gif);
}
a.accept {
	background-image: url(/library/img/icons/accept.gif);
}
a.add {
	background-image: url(/library/img/icons/add.gif);
}
a.delete {
	background-image: url(/library/img/icons/cross.gif);
}
a.edit {
	background-image: url(/library/img/icons/bullet_pencil.gif);
	background-position: 0 1px;
	padding-left: 18px;
}
a.view {
	background-image: url(/library/img/icons/magnifier.gif);
	background-position: 0 2px;
	padding-left: 18px;
}
a.basketContinue {
	background-image: url(/library/img/icons/basket_go.gif);
}
a.basketAdd {
	background-image: url(/library/img/icons/basket_add.gif);
}
a.basketRemove {
	background-image: url(/library/img/icons/basket_remove.gif);
}

/* -----[ Titles ]--------------------------------------------------------------------- */

h1, h2, h3, h4 {
	font: medium "Trebuchet MS",sans-serif;
}
h1 {
	margin: 5px 0 20px;
	color: #037;
	font-size: 2.2em;
}
h2 {
	margin: 15px 0 10px;
	font-size: 1.8em;
}
h2,
h2 a {
	color: #730;
}
h3 {
	margin: 0 0 5px;
	color: #952;
	font-size: 1.6em;
}
h4 {
	margin: 0 0 5px;
	color: #666;
	font-size: 1.2em;
}
h2 a,
h3 a,
h4 a {
	text-decoration: none;
}
h2 a:hover,
h3 a:hover,
h4 a:hover {
	text-decoration: underline;
}

/* -----[ Layout ]--------------------------------------------------------------------- */

#headerWrap,
#navWrap,
#contentWrap,
#footerWrap {
	text-align: center;
}
#header,
#nav,
#content,
#footer {
	width: 740px;
	margin: 0 auto;
	text-align: left;
}

/* -----[ Header ]--------------------------------------------------------------------- */

#headerWrap {
	height: 120px;
	background: #FFF url(/library/img/header/bg-wave.gif) repeat-x center bottom;
	border-bottom: 5px solid #037;
}
#header img.logo {
	position: relative; left: -6px;
	padding-left: 24px;
	background: url(/library/img/header/bg-transition.gif) no-repeat left bottom;
}

/* -----[ Nav ]--------------------------------------------------------------------- */

#navWrap {
	background: #A3CD3E;
	border-bottom: 3px solid #6CB309;
}
#nav ul li {
	display: inline;
}
#nav ul li a {
	float: left;
	display: block;
	padding: 0 10px;
	background: #D9A601 url(/library/img/header/bg-nav.gif) repeat-x left top;
	border-right: 1px solid #6CB309;
	color: #240;
	font: bold 1.0em "Trebuchet MS",sans-serif;
	text-decoration: none;
	line-height: 2.0;
}
#nav ul li a:hover {
	color: #000;
	background-color: #FC0;
	background-image: url(/library/img/header/bg-nav-hover.gif);
}
#nav ul li a span {
	color: #470;
	font-weight: normal;
}
#nav ul li.admin a {
	background-color: #C54031;
	background-image: url(/library/img/header/bg-nav-admin.gif);
	border-right: 1px solid #C54031;
	color: #600;
}
#nav ul li.right a {
	float: right;
}
#nav ul li.admin a:hover {
	background-color: #F3735F;
	background-image: url(/library/img/header/bg-nav-admin-hover.gif);
	color: #000;
}

/* -----[ Footer ]--------------------------------------------------------------------- */

#footerWrap {
	border-top: 5px solid #555;
	margin-bottom: 20px;
}
#footer {
	background: url(/library/img/footer/bg-registry.gif) no-repeat right top;
	color: #999;
	font: 11px Verdana,sans-serif;
}
#footer .title {
	padding: 20px 0;
}
#footer .column {
	float: left;
	width: 180px;
	padding-right: 20px;
}
#footer a {
	color: #BBB;
	text-decoration: none;
}
#footer a:hover {
	color: #FFF;
	background-color: #777;
}

#footer ul {
	padding-bottom: 15px;
	line-height: 1.4;
}
#footer ul li {
	display: inline;
}
#footer ul li a {
	display: block;
	border-top: 1px dotted #888;
	padding: 2px 2px 3px;
	color: #C2FF4C;
	font-weight: bold;
	line-height: 1.3;
}
#footer ul li ul li a {
	background: url(/library/img/icons/bullet_green_black.png) no-repeat 0 1px;
	border: 0;
	padding: 1px 2px 2px 17px;
	color: #BBB;
	font-weight: normal;
}

#copyright {
	margin: 20px 0;
	text-align: right;
}

/* -----[ Content ]--------------------------------------------------------------------- */

#contentWrap {
	background-color: #FFF;
}
#content {
	padding: 20px 0 40px;
}

.leftCol {
	padding-right: 10px;
}
.rightCol {
	padding-left: 10px;
}

.itemList tr {
	vertical-align: top;
	border-top:solid 1px #ccc
}
.itemList tr.alternate {
	background: #EEE;
}
.itemList tr.giftdisabled {
	background: #ccc;
	color: #999;
}
.itemList tr.giftnormal {
	background: #fff;
}
.itemList td {
	padding-bottom: 20px;
}
.itemList h2,
.itemDetail h2 {
	margin-top: 0;
}
.itemList p {
	padding-bottom: 10px;
}
.itemList .imgThumb {
	float: left;
	background: #EEE;
	border: 1px solid #BBB;
	margin: 5px 5px 5px 0;
	padding: 3px;
}
.itemList .imgThumb:hover {
	background-color: #FFF4BF;
	border-color: #730;
}
.itemList .price,
.itemDetail .price {
	color: #037;
	font-size: 1.2em;
	font-weight: bold;
}

.itemDetail .imgSmall,
.itemDetail .imgThumb {
	float: left;
	background: #EEE;
	border: 1px solid #BBB;
	margin: 0 10px 20px 0;
	padding: 3px;
}

.addBasket div {
	margin-bottom: 15px;
}
.addBasket ul {
	margin-bottom: 10px;
}
.addBasket p {
	padding-bottom: 5px;
}
.addBasket li {
	margin-left: 10px;
	padding-bottom: 5px;
}
.addBasket label {
	position: relative; top: -1px;
	font-weight:bold;
}

.eventImages {
	float: right;
	text-align: center;
}
.eventImages img {
	background: #EEE;
	border: 1px solid #BBB;
	margin: 0 0 10px 10px;
	padding: 3px;
}

/* -----[ Message Display ]--------------------------------------------------------------------- */

.msgNotify,
.msgSuccess,
.msgWarning {
	border: 1px dotted #000;
	margin: 10px 20px 20px;
	padding: 0 10px;
}
.msgNotify {
	background: #FFEFBF;
	border-color: #960;
}
.msgSuccess {
	background: #D4FFBF;
	border-color: #390;
}
.msgWarning {
	background: #FFD9D9;
	border-color: #933;
}
.msgNotify h3,
.msgSuccess h3,
.msgWarning h3 {
	background-position: 0 3px;
	background-repeat: no-repeat;
	border: 0;
	margin: 10px 0 5px;
	padding-left: 20px;
}
.msgNotify h3 {
	background-image: url(/library/img/icons/comment_reverse.png);
	color: #960;
}
.msgSuccess h3 {
	background-image: url(/library/img/icons/accept.png);
	color: #360;
}
.msgWarning h3 {
	background-image: url(/library/img/icons/exclamation.png);
	color: #933;
}
.msgNotify p,
.msgSuccess p,
.msgWarning p {
	padding-bottom: 10px;
	color: #555;
}
p.msgNotify,
p.msgSuccess,
p.msgWarning {
	margin-top: 0;
	padding: 5px 10px;
}

/* -----[ Data Form ]--------------------------------------------------------------------- */

.bubbleWrap {
	background: #EEE;
	margin-bottom: 3px;
	padding: 10px;
	-moz-border-radius: 6px;
}

.dataForm {
	font-family: "Tahoma",sans-serif;
}
.dataForm h3 {
	padding-top: 10px;
}
.dataForm p {
	padding: 0;
}
.dataForm th,
.dataForm td {
	padding: 4px 0;
}
.dataForm th {
	width: 11em;
	padding-right: 10px;
	color: #852;
	font-weight: normal;
	text-align: right;
	vertical-align: top;
}
.dataForm th label {
	position: relative; top: 3px;
}
.dataForm td.checkList label,
.dataForm td.radioList label {
	margin-right: 1em;
}
.dataForm td.checkList input {
	position: relative; top: -1px;
}
.dataForm td.radioList input {
	position: relative; top: 1px;
}

p.note {
	padding-bottom: 0;
	padding-top: 2px;
	font: 11px "Tahoma",sans-serif;
	line-height: 1.2;
	text-align: left;
}
p.validation {
	background: url(/library/img/icons/bullet_error.png) no-repeat 0 1px;
	padding-left: 17px;
	color: #C33;
	font-style: italic;
	text-align: left;
}

.blockWrap {
	margin-bottom: 1.5em;
}

/* -----[ Data List ]--------------------------------------------------------------------- */

.dataList {
	width: 100%;
	margin-bottom: 10px;
}
.dataList tr {
	vertical-align: top;
}
.dataList tr.alternate {
	background: #EEE;
}
.dataList th,
.dataList .total td {
	background-color: #DDD;
	border: 1px solid #CCC;
	padding: 10px 5px;
	color: #333;
	font-size: 1.1em;
	font-weight: bold;
}
.dataList .total td {
	background-color: #FFD75D;
	border-color: #D9A601;
}
.dataList p {
	text-align: left;
}
.dataList td {
	padding: 5px;
}
.invalid {
	color: #C00;
	font-weight: bold;
}

/* -----[ Form Inputs ]--------------------------------------------------------------------- */

input,
select,
textarea,
.checkbox label,
.checkList label,
.radioList label,
.value {
	font-family: "Tahoma",sans-serif;
}
input.inputText,
select.inputText,
textarea.inputText {
	background: #FFF;
	border: 1px solid #BBB;
	border-right-color: #DDD;
	border-bottom-color: #DDD;
}
input.inputText {
	padding: 2px 3px;
}
select.inputText {
	padding: 1px 1px 1px 0;
}
textarea.inputText {
	padding: 1px 0 1px 3px;
}
input.inputText:focus,
select.inputText:focus,
textarea.inputText:focus {
	background: #FFF4BF;
	color: #000;
}
fieldset input.inputText:focus,
fieldset select.inputText:focus,
fieldset textarea.inputText:focus {
	background-color: #FFF !important;
}
input.inputButton {
	padding: 3px 10px;
	color: #000;
	font-family: "Arial",sans-serif;
	font-weight: bold;
	cursor: pointer;
}
input.required,
select.required,
textarea.required {
	border-color: #C66;
}

input.single {
	width: 200px;
}
input.singleShort {
	width: 60px;
}
input.singleShortRed {
	width: 60px;
	color:red;	
}
input.singleLong {
	width: 350px;
}
textarea.multiLong {
	width: 352px;
}
input.readOnly {
	background: #DDD !important;
	color: #666;
}

/* -----[ Blockquote ]--------------------------------------------------------------------- */

blockquote {
	background: url(/library/img/misc/quote.png) no-repeat;
	margin: 0 60px;
	padding: 0 30px;
}
blockquote p {
	line-height: 1.6;
}
blockquote p.author {
	text-align: right;
}
blockquote strong {
	font-family: Georgia,serif;
	font-size: 1.2em;
}

/* -----[ Miscellaneous ]--------------------------------------------------------------------- */

.expandButton {
	border: 0;
	padding: 1px 2px;
	vertical-align: top;
}
.blink {
	text-decoration: blink;
}
.big {
	font-size: 1.2em;
}
.debug {
	background: #FFF;
	border-top: 2px solid #999;
	padding: 5px;
	color: #222;
	font: normal 12px "Courier New",monospace;
	text-align: left;
}
.debug span {
	color: #888;
}
.debug span.debugCache {
	color: #228;
}
.debug span.debugDatabase {
	color: #069;
}
.debug table {
	margin: 10px 0 0;
	padding: 0;
}
.debug th,
.debug td {
	border: 1px solid #CCC;
	padding: 2px 4px;
	text-align: center;
}
.debug th {
	background: #EEE;
	color: #888;
	font-weight: normal;
}

/* -----[ Clear After ]--------------------------------------------------------------------- */
/* http://www.positioniseverything.net/easyclearing.html */
/* http://www.456bereastreet.com/archive/200603/new_clearing_method_needed_for_ie7/ */

.clearAfter:after,
.clearLeftAfter:after,
.clearRightAfter:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clearAfter,
.clearLeftAfter,
.clearRightAfter {
	display: inline-block;
}
.clearAfter,
.clearLeftAfter,
.clearRightAfter {
	display: block;
}
* html .clearAfter,
* html .clearLeftAfter,
* html .clearRightAfter {
	height: 1%;
}
.clearLeftAfter:after {
	clear: left;
}
.clearRightAfter:after {
	clear: right;
}
