body {
	font-family: Arial, Helvetica, sans-serif;
	font-size  : 12px;
	color	   : #343434;
	margin	   : 0;
	padding	   : 0;
	background : #ffffff;
}

/* LAYOUT */
#wrapper {
	margin: 0 auto;
	width: 100%;
}

#header_container {
	margin: 0;
	height: 46px;
	width: 100%;
	background: url("/images/site/bg_header.png") repeat-x #fff;
}

#header {
	width: 740px;
	height: 46px;
	position: relative;
	margin: 0 auto;
}

#logo {
	border-width: 0px;
	float: left;
}

#account_tools {
	margin: 8px 0 0 0;
	padding: 0px;
	float: right;
}

#account_tools li {
	list-style-type: none;
}

#account_tools a {
	text-decoration: none;
}

#content {
	margin: 14px auto;
	padding: 0;
	min-height: 400px;
	width: 740px;
/*	background: url("/images/site/content_top.png") no-repeat #fff 0 0; */
}

#footer {
	width: 740px;
	margin: 0 auto;
	padding: 0 auto;
	line-height: 20px;
	clear: both;
}

#copyright {
	float: right;
}

.clear {
	clear: both;
	background: none;
}

.panel_left {
	background: url("/images/site/bg_panel.png") repeat-x #e9e9e9 0 0;
	border: 2px solid #dddddd;
	padding: 10px 14px;
	margin: 0 0 20px 0;
	float: left;
	width: 326px;
	position: relative;
}

.panel_right {
	background: url("/images/site/bg_panel.png") repeat-x #e9e9e9 0 0;
	border: 2px solid #dddddd;
	padding: 10px 14px;
	margin: 0 0 20px 0;
	float: right;
	width: 326px;
	position: relative;
}

.panel_center {
	background: url("/images/site/bg_panel.png") repeat-x #e9e9e9 0 0;
	border: 2px solid #dddddd;
	padding: 10px 14px;
	margin: 40px auto 0 auto;
	width: 440px;
	position: relative;
}

.panel_arrow {
	background: url("/images/site/arrow_panel.png") no-repeat transparent 0 0;
	width: 20px;
	height: 32px;
	border: 0px;
	position: absolute;
	right: -20px;
	top: 22px;
}

.panel_center h1 {
	margin: 0;
	padding: 0;
}

#event_logo {
	float: left;
	margin: 0 20px 20px 0;
}

/* FORM */
form {
	margin: 0px;
	padding: 0px;
}

form ol {
	margin: 0;
	padding: 0 0 10px 0;
}

form li {
	list-style: none;
	padding: 4px 4px 5px 4px;
	margin: 0;
}

form label {
	display: inline-block;
	line-height: 16px;
	vertical-align: middle;
	text-align: right;
	font-weight: normal;
	width: 110px;
	margin: 0 10px 0 0;
}

form label em {
	font-weight: bold;
	color: #d5078c;
}

fieldset {
	width: 190px;
	float: right;
	border: 0px solid #000;
	padding: 0px;
	margin: 0 6px 0 0;
}

fieldset label {
	font-weight: normal;
	text-align: left;
	margin: 0 0 0 4px;
}

form input, form textarea, form select {
	width: 190px;
	border: 1px solid #4d4d4d;
	background: #ffffff;
	margin: 0;
}

form textarea {
	height: 100px;
}

form h3 {
	margin: 0;
	padding: 0 0 0 14px;
	background: url("/images/site/bullet_pink.png") no-repeat transparent 0 7px;
}

input.auto {
	width: auto;
	height: auto;
	margin: 4px 0;
}

input.icon {
	border			: 0px solid #6d8821;
	background-color: transparent;
	width			: auto !important;
	height			: auto !important;
}

.button {
	width: auto !important;
	height: auto !important;
}

.button_pink {
	width: auto !important;
	height: 25px;
	background: url("/images/site/bg_button_pink.png") repeat-x transparent 0 0;
	color: #fff;
	font-weight: normal;
	border: 0px;
	cursor: pointer;
	margin: 4px 0 0 0;
	padding: 0 4px;
}

.button_purple {
	width: auto !important;
	height: 25px;
	background: url("/images/site/bg_button_purple.png") repeat-x transparent 0 0;
	color: #fff;
	font-weight: normal;
	border: 0px;
	cursor: pointer;
	margin: 4px 0 0 0;
	padding: 0 4px;
}

.image_button {
	width: auto !important;
	height: auto !important;
	border-width: 0px !important;
	vertical-align: bottom;
	background: transparent;
	margin: 0 !important;
	padding: 0 !important;
}

.input_error {
	border: 1px solid #b84e2e;
	background: #ffe2e2;
}

div.tip_error {
	background: #fa9d8b;
	border: 1px solid #b84e2e;
	padding: 4px;
	width: 200px;
	display: none;
	color: #fff;
	text-align: left;
	font-size: 12px;
	z-index:9999;

	/* outline radius for mozilla/firefox only */
	-moz-box-shadow: 0 0 10px #000;
	-webkit-box-shadow: 0 0 10px #000;
}

ol.class_list label {
	text-align: left;
	font-weight: normal;
	margin: 0 0 0 4px;
	padding: 0;
	width: 270px;
}

ol.class_list li {
	list-style: none;
	padding: 0;
	margin: 4px 0;
	background: #e2e2e2;
}

ol.class_list {
	border: 1px solid #777;
	padding: 4px;
	margin: 4px 0;
	height: 150px;
	overflow-y: scroll;
}

ol.class_list input {
	border-width: 0px;
	background: transparent;
	width: auto !important;
}

.extra_header {
	font-weight: bold;
	border-top: 2px solid #dddddd;
	border-bottom: 2px solid #dddddd;
}

#entry_controls {
	clear: both;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	padding: 4px 0 8px 0;
	width: 100%;
	text-align: center;
}

/* REVIEW */
table.table_review {
	border: 1px solid #343434;
	width: 100%;
	margin: 10px 0 0 0;
}

table.table_review th {
	text-align: left;
	background: #343434;
	color: #ffffff;
}

img.available, img.unavailable {
	border-width: 0px;
}

.tip {
	display: none;
	background: transparent url('/images/site/tooltip_black_arrow.png');
	font-size: 12px;
	height: 70px;
	width: 160px;
	padding: 25px;
	color: #fff;
}

.tip_available {
	display: none;
	background: transparent url('/images/site/tooltip_green_arrow.png');
	font-size: 12px;
	height: 70px;
	width: 160px;
	padding: 25px;
	color: #000;
}

.tip_unavailable {
	display: none;
	background: transparent url('/images/site/tooltip_red_arrow.png');
	font-size: 12px;
	height: 70px;
	width: 160px;
	padding: 25px;
	color: #000;
}

.tip_information {
	display: none;
	background: transparent url('/images/site/tooltip_blue_arrow.png');
	font-size: 12px;
	height: 70px;
	width: 160px;
	padding: 25px;
	color: #000;
}

.tip strong, .tip_available strong, .tip_unavailable strong, .tip_information strong {
	padding: 0 0 10px 0;
}

.button_change {
	background: url('/images/site/icon_form_edit.png') no-repeat transparent 0 0;
	padding: 0 0 2px 20px;
	margin: 0 10px 0 0;
	float: right;
}

.button_delete {
	background: url('/images/site/icon_form_delete.png') no-repeat transparent 0 0;
	padding: 0 0 2px 20px;
	float: right;
}

.button_add {
	background: url('/images/site/icon_add.png') no-repeat transparent 0 0;
	padding: 0 0 2px 20px;
	color: #ffffff;
}

.button_update {
	background: url('/images/site/icon_refresh.png') no-repeat transparent 0 0;
	padding: 0 0 2px 20px;
	color: #ffffff;
}

.quantity {
	width: 90px;
}

.disabled {
	background: #e2e2e2;
}

#checkout_panel {
	float: right;
	background: #e2e2e2;
	padding: 10px;
	margin: 10px 0;
	position: relative;
	width: 340px;
}

#checkout_panel th {
	text-align: right;
}

#checkout_panel select {
	width: 200px;
}

/* CHECKOUT */
.form_pay label {
	width: 96px;
}

.form_pay select, .form_pay input {
/*	width: 240px;
*/
}

.form_pay input.small {
	width: 40px;
}

#payment_instructions {
	float: left;
	margin: 0 20px 0 0;
	padding: 8px;
	border: 1px dashed #cecb76;
	width: 258px;
}

/* MY ACCOUNT */
a.report {
	background: url('/images/site/icon_book.png') no-repeat transparent 0 0;
	padding: 0 0 2px 20px;
	margin: 0;
	line-height: 20px;
}

a.data {
	background: url('/images/site/icon_form_edit.png') no-repeat transparent 0 0;
	padding: 0 0 2px 20px;
	margin: 0;
	line-height: 20px;
}

/* REPORTS */
a.download_report {
	float: right;
	background: url('/images/site/icon_excel.png') no-repeat transparent 0 0;
	padding: 1px 0 2px 20px;
	margin: 0;
}

.filter_form {
	margin: 0 0 10px 0;
}

.spreadsheet {
	width: 100%;
	overflow: scroll;
	height: 500px;
}

.spreadsheet table {
/*	width: 6000px;
*/
}

.spreadsheet th {
	text-align: left;
	background: #000000;
	color: #ffffff;
}

/* TAG STYLES */
h1 {
	font-size: 22px;
	line-height: 26px;
	font-weight: normal;
	margin: 0 0 4px 0;
	padding: 0px 0px 4px 0px;
	background-color: transparent;
	color: #343434;
}

h2 {
	font-size: 20px;
	line-height: 24px;
	font-weight: normal;
	margin: 0 0 4px 0;
	padding: 4px 0px;
	background-color: transparent;
	color: #343434;
}

h3 {
	font-size: 18px;
	line-height: 22px;
	font-weight: normal;
	margin: 0 0 4px 0;
	padding: 4px 0px;
	background-color: transparent;
	color: #343434;
}

p {
	text-align: left;
	padding: 6px 0px 6px 0px;
	margin: 0px;
}

a {
	color: #e100a9;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}



table {
	margin : 0px;
	padding: 0px;
}

ul {
	padding: 0px;
	margin : 4px 0px 4px 16px;
}

ol {
	padding: 0px;
	margin : 4px 0px 4px 16px;
}

hr {
	height: 1px;
	color: #dad6d1;
	background: #dad6d1;
	margin: 14px auto;
	border: 0px solid #dad6d1;
}

.red {
	color: #c4132f;
}

.checkbox {
	border-width: 0px;
	width: auto;
	height: auto;
	background: transparent;
}

table.table_data th {
	text-align : left;
	color	   : #000;
	font-weight: bold;
}

.info_box {
	background: url("../images/site/icon_info.png") 4px 4px no-repeat #8cb2d9;
	border	  : 1px solid #365188;
	color	  : #fff;
	padding	  : 4px 4px 4px 24px;
	width	  : 66%;
	text-align: left;
	margin	  : 20px auto;
}

.error_box {
	background: url("../images/site/icon_error.png") 4px 4px no-repeat #fa9d8b;
	border	  : 1px solid #b84e2e;
	color	  : #fff;
	padding	  : 4px 4px 4px 24px;
	width	  : 75%;
	text-align: left;
	margin	  : 20px auto;
}

.error_box_login {
	background: url("../images/site/icon_error.png") 4px 4px no-repeat #fa9d8b;
	border	  : 1px solid #b84e2e;
	color	  : #fff;
	padding	  : 4px 4px 4px 24px;
	text-align: left;
}

.confirm_box {
	background: url("../images/site/icon_accept.png") 4px 4px no-repeat #75c868;
	border	  : 1px solid #226d1f;
	color	  : #fff;
	padding	  : 4px 4px 4px 24px;
	width	  : 75%;
	text-align: left;
	margin	  : 20px auto;
}

.code_box {
	background: url("../images/site/icon_terminal.png") 4px 4px no-repeat #e2e2e2;
	border	  : 1px dashed #000;
	color	  : #000;
	padding	  : 4px 4px 4px 24px;
	width	  : 90%;
	text-align: left;
	margin	  : 20px auto;
	overflow  : auto;
	font-family: courier;
}

.note_box {
	background: url("../images/site/icon_note.png") 4px 4px no-repeat #f7e187;
	border	  : 1px dashed #df7900;
	color	  : #000;
	padding	  : 4px 4px 4px 24px;
	text-align: left;
	margin	  : 20px auto;
	overflow  : auto;
}

.info_box a, .error_box a, .confirm_box a, .code_box a, .todo_box a {
	color: #fff;
}

.inline {
	display: inline;
}

.right {
	float: right;
}

.auto {
	width: auto !important;
}

.pink {
	color: #e100a9;
}

.hidden {
	display: none;
}