* {
	margin: 0;
	padding: 0;
}

body {
	background: #e5e5e5;
	font-family: "Lucida Grande", Arial, sans-serif;
	font-size: small;
}

.accessible {
	position: absolute;
	left: -999em;
}

.accessibleNotVisible {
	visibility: hidden;
}

a {
	color: #525d7f;
	cursor:pointer;
}

a:hover {
	text-decoration: none;
}

img {
	border: 0;
}

img.delete {
	vertical-align: middle;
	margin-left: 3px;
}

h1, h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: normal;
	border-bottom: 1px dotted #ccc;
	padding-bottom: 5px;
	margin-bottom: 10px;
}

h2 {
	font-size: 18px;
	border-bottom: 1px solid #e5e5e5;
	background: #e5e5e5 url('../../../images/bg/h2Bg.gif') repeat-x center left;
}

h2 a {
	float: right;
	margin-top: -20px;
	font-size: 12px;
}

p {
	font-size: 12px;
	margin-bottom: 25px;
}

p.secretQuestion {
	margin-bottom: 10px;
	font-size: 11px;
	color: #666;
}

label {
	margin-bottom: 10px;
	font-size: 11px;
}

label.secretQuestion  {
	color:#666;
}

dl {
	margin-bottom: 25px;
}

dt, dd {
	font-size: 12px;
	margin-bottom: 10px;
}

dt {
	float: left;
	clear: left;
	width: 115px;
}

dd {
	overflow: hidden;
}

legend {
	color: #666;
	font-weight: bold;
	font-size: 11px;
	margin-bottom: 5px;
}

table {
	font-size: 12px;
	margin-bottom: 10px;
	border-collapse: collapse;
}

thead {
	background: #000;
	color: #fff;
}

th {
	padding: 10px;
}

table.customOtions
{
	width:100%;

}

td.customOptions
{
	padding:2px;
	font-size:8pt;
}

td.customOptionActions
{
	width:50px;
}

th.customOptions
{
	padding:2px;
	font-size:8pt;
}

img.customOptions
{
	margin-right:5px;
}

tr.alt {
	background: #fcfcc3;
}

tr.over {
	background: #FAFA75;
}

tr.select {
	background: #FAFA4B;
}

td {
	padding: 7px 10px;
	border-bottom: 1px solid #ccc;
	text-align: center;
}

td input {
	display: inline;
	margin: 0;
	width: auto;
}

table label {
	font-size: inherit;
	margin: auto;
}

table a {
	color: #f00;
}

th.left,
td.left {
	text-align: left;
}

th.right,
td.right {
	text-align: right;
}

ol {
	font-size: 12px;
	margin: 0 0 25px 40px;
}

ol li {
	margin-bottom: 10px;
}


#container {
	background: #fff;
	margin: 0 auto;
}

/** login/logout page /**/

#login #container {
	background: #FFFFFF url('../../../images/bg/travelerMainBg.png') repeat-y scroll top right;
	width: 530px;
	margin: 90px auto 0;
}

#login #header a {
	float: none;
	margin: 0 auto;
}

#login #content {
	padding: 0 32px 27px 25px;
}

#login #content a {
	font-size: 11px;
}

#login input {
	width: 464px;
	padding: 7px 3px;
}

#login input.button {
	width: auto;
	float: right;
	margin: 0;
	padding: 3px;
}

#login .acknowledgement input {
	padding: 0;
	width: auto;
}

#login #content div {
	margin-bottom: 10px;
}

#login #footer {
	background: #E5E5E5 url('../../../images/bg/travelerFooterBg.png') repeat-x scroll top right;
	width: 479px;
}

* html #login #footer {
	width: 485px;
}

#login #footer p {
	text-align: center;
}

/** float-enclosures **/

* html #header,
* html #globalNav,
* html .themes #travelerNavAndLang,
* html #content,
* html .row {
	height: 1%;
	overflow: visible;
}

*+html #header,
*+html #globalNav,
*+html .themes #travelerNavAndLang,
*+html #content,
*+html .row {
	min-height: 1%;
}

#header:after,
#globalNav:after,
.themes #travelerNavAndLang:after,
#content:after,
.row:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}

/** header **/

#header {
	padding: 19px;
}

#header #title {
	float: left;
	display: block;
	width: 291px;
	height: 77px;
	background: #fff url('../../../images/logo.gif') no-repeat;
	text-indent: -999em;
}

#header #welcome {
	float: right;
	margin-top: 22px;
	font-size: 12px;
	color: #000;
	text-align: right;
	line-height: 1.7;
}

#header #welcome a {
	color: #000;
}

#header #welcome a:hover {
	text-decoration: none;
}

/** globalNav **/

#globalNav {
	padding-left: 18px;
	list-style-type: none;
	background: #8490b0 url('../../../images/bg/globalNav.gif') repeat-x top left;
}

#globalNav li {
	float: left;
	color: #000;
	margin: 4px 5px 0 0;
	font-size: 12px;
}

#globalNav a {
	display: block;
	color: #fff;
	text-decoration: none;
	padding: 10px 15px;
}

#globalNav a:hover {
	background: #828eae;
}

#globalNav a.current {
	border: 1px solid #4c5777;
	border-bottom: none;
	background: #fff;
	color: #000;
	padding: 6px 15px 10px;
	position: relative;
	top: 3px;
}

/** content containers **/

#content {
	padding: 27px 25px;
}

#main {
	float: left;
	width: 72%;
	padding-right: 3%;
}

#rail {
	float: left;
	width: 25%;
}

/** rail **/

#rail h3 {
	background: #525d7f;
	font-size: 12px;
	color: #fff;
	padding: 5px 5px 5px 13px;
	margin-bottom: 2px;
}

#rail ul {
	list-style-type: none;
	background: #fff url('../../../images/bg/railBox.gif') repeat-x bottom center;
	border: 1px solid #e5e5e5;
	padding: 10px 10px 4px 13px;
}

#rail li {
	font-size: 12px;
	color: #000;
	margin-bottom: 8px;
	background: transparent url('../../../images/icons/railBullet.gif') no-repeat left center;
	padding-left: 15px;
}

#rail li a {
	color: #666;
}

#rail li a:hover {
	color: #000;
}

/** footer **/

#footer {
	background: #e5e5e5 url('../../../images/bg/adminFooterBg.png') repeat-x top left;
	padding: 20px 25px;
	font-size: 10px;
	color: #666;
}

#footer p {
	font-size: 10px;
	font-weight: bold;
	margin: 0;
}

#footer ul {
	list-style-type: none;
	margin-bottom: 10px;
}

#footer li {
	display: inline;
	border-right: 1px solid #666;
	margin-right: 5px;
	padding-right: 5px;
}

#footer li.last {
	border-right: 0;
}

#footer li a {
	color: #666;
}

#footer li a:hover {
	text-decoration: none;
}

/** form fields **/

fieldset {
	border: 0;
	margin-bottom: 25px;
}

fieldset.checkboxList fieldset {
	margin-bottom: 5px;
}

fieldset.checkboxList legend {
	font-size: 11px;
	font-weight: bold;
	color: #666;
	margin-bottom: 5px;
}

label {
	font-size: 11px;
	display: block;
	margin: 2px 0 10px 0;

}

label span {
	font-weight: bold;
	color: #666;
}

label span.req {
	color: #f00;
}

label span.error {
	color: #f00;
	font-weight: normal;
}

label span.hidden {
	display:none;
}

input,
select,
textarea {
	display: block;
	padding: 3px;
}

select {
	padding: 2px 3px;
}

option {
	margin-right: 10px;
}

input.middleInitial {
	width: 20px;
}

.row label {
	float: left;
	margin-right: 10px;
}

.row input.button {
	float: left;
}

.row a {
	color: #f00;
	line-height: 53px;
	margin-left: 5px;
}

input.button {
	width: auto;
	margin: 13px 5px 10px 0;
}

input[type="hidden"],
input.hidden {
	display: none;
}

input.error,
select.error,
textarea.error {
	border: 4px solid #f00;
}

label.checkbox {
	margin-bottom: 10px;
}

div.checkbox {
	margin-bottom: 10px;
}

label.checkbox span {
	font-size: 12px;
	font-weight: normal;
	color: #000;
	vertical-align: top;
	line-height: 12px;
}

label.checkbox input {
	width: auto;
	display: inline;
	margin: 0;
	padding: 0;
}

div.checkbox span {
	font-size: 12px;
	font-weight: normal;
	color: #000;
	vertical-align: top;
	line-height: 12px;
}

div.checkbox input {
	width: auto;
	display: inline;
	margin: 0;
	padding: 0;
}

/** templates tab **/

#templateNavHeading {
	display: block;
	width: 85%;
}

#templateNav {
	float: right;
	margin-top: -44px;
}

p.travelerMode {
	background: #000;
	color: #fff;
	padding: 7px 0;
	margin: 0;
	text-align: center;
	line-height: 1.4;
}

p.travelerMode a {
	color: #ffff00;	
	text-decoration: none;
}

p.travelerMode a:hover {
	text-decoration: underline;
}

.languages p {
	margin-bottom: 20px;
}

.themes form {
	margin-top: 20px;
	float: left;
}

.themes #picker {
	float: left;
	margin: 20px 0 0 40px;
}

.themes #travelerNavAndLang {
	background-color: #500016;
}

.themes #travelerNav {
	padding: 12px 0 0 18px;
	list-style-type: none;
	float: left;
}

.themes #travelerNav li {
	float: left;
	font-size: 11px;
	font-weight: bold;
	background-color: #69001d;
	margin-right: 3px;
	padding: 7px 23px;
	color: #fff;
}

.themes #travelerNav li.hover {
	background: #7e0b2b;
}

.themes #travelerNav li.current {
	background: #fff;
	color: #000;
}

/** field settings-related styles under templates tab **/

.editStandard,
label.checkbox .editStandard,
.editCustom,
.deleteCustom,
label.checkbox span.editCustom,
label.checkbox span.deleteCustom {
	border: 0;
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	background: orange;
	padding: 1px 9px 2px 9px;
	margin-left: 2px;
	position: relative;
	top: -3px;
	cursor: pointer;
	border-radius:3px;
}

.editLayout,
.editLoyaltyLayout,
.editDiscountCardLayout {
	border: 0;
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	background: orange;
	padding: 1px 9px 2px 9px;
	margin-left: 2px;
	position: relative;
	top: -10px;
	cursor: pointer;
	border-radius:3px;
}


.defaultStandardFieldConfig,
label.checkbox span.defaultStandardFieldConfig {
	border: 0;
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	background: url('../../../images/bg/deleteBtnBg.gif') no-repeat left top;
	padding: 1px 9px 2px 5px;
	margin-left: 4px;
	position: relative;
	top: -3px;
	cursor: pointer;
}

.deleteCustom,
label.checkbox span.deleteCustom {
	background: url('../../../images/bg/deleteBtnBg.gif') no-repeat left top;
	padding: 1px 8px 2px;
}

.editLayoutDefault,
.editLoyaltyLayoutDefault,
.editDiscountCardLayoutDefault,
label.checkbox span.editLayoutDefault,
label.checkbox span.editLoyaltyLayoutDefault {
	border: 0;
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	background: url('../../../images/bg/deleteBtnBg.gif') no-repeat left top;
	padding: 1px 9px 2px 5px;
	margin-left: 4px;
	position: relative;
	top: -10px;
	cursor: pointer;
}


#confirmDelete .bd input {
	border: none;
	padding: 0px;
}

.layout {
	border: thin dashed #CC6699;
}

.yui-skin-sam .yui-panel-container.shadow .underlay {
	top: -9px;
	bottom: -9px;
	right: -9px;
	left: -9px;
	opacity: .6;
	filter: alpha(opacity=60);
}

/** translations tab **/
.translationLanguages {
	float: right;
	margin: 0;
}

/** messages **/

p.message {
	display: block;
	padding: 20px 20px 20px 39px;
	margin-bottom: 13px;
	font-weight: bold;
}

p.success {
	background: #ebffdf url('../../../images/icons/success.gif') no-repeat 14px 21px;
	border: 1px solid #56e600;
	color: #55962e;
}

p.error {
	background: #ffe5e5 url('../../../images/icons/error.gif') no-repeat 14px 21px;
	border: 1px solid #ff0000;
	color: #ff0000;
}

p.info {
	background: #fffdd5 url('../../../images/icons/info.gif') no-repeat 14px 21px;
	border: 1px solid #d69320;
	color: #d69320;
}

p.checkboxError {
	background: transparent url('../../../images/icons/error.gif') no-repeat center left;
	color: #ff0000;
	font-weight: bold;
	padding-left: 21px;
	margin-bottom: 10px;
}

/** overriding traveler styles **/

#travelerMain {
	float: none;
	width: auto;
	background: #fff;
}

.farbtastic {
	position: relative;
}
.farbtastic * {
	position: absolute;
	cursor: crosshair;
}
.farbtastic, .farbtastic .wheel {
	width: 195px;
	height: 195px;
}
.farbtastic .color, .farbtastic .overlay {
	top: 47px;
	left: 47px;
	width: 101px;
	height: 101px;
}
.farbtastic .wheel {
	background: url('../../../images/icons/wheel.png') no-repeat;
	width: 195px;
	height: 195px;
}
.farbtastic .overlay {
	background: url('../../../images/icons/mask.png') no-repeat;
}
.farbtastic .marker {
	width: 17px;
	height: 17px;
	margin: -8px 0 0 -8px;
	overflow: hidden;
	background: url('../../../images/icons/marker.png') no-repeat;
}

#sarahTree a {
	color: #525D7F;
	text-decoration: underline;
	margin-right: 20px;
}

#sarahTree .publish {
	font-size: 11px;
	font-weight: bold;
	color: #fff;
	padding: 2px 5px;
	margin-right: 3px;
	text-decoration: none;
	cursor: pointer;
}

#sarahTree .publish:hover {
	background: #fff;
	color: #000;
}

#sarahTree .staging {
	background: #f90;
}

#sarahTree .prod {
	background: #c00;
}

#sarahTree .disabled {
	background: #e5e5e5;
	color: #000;
	cursor: default;
}

#sarahTree .disabled:hover {
	background: #e5e5e5;
}

/** overriding Springs custom tags **/
fieldset.springCheckboxes {
	margin-bottom: 5px;
}

fieldset.springCheckboxes legend {
	color: #666;
	font-weight: bold;
	font-size: 11px;
	margin-bottom: 5px;
}

fieldset.springCheckboxes span {
	display: block;
	margin: 2px 0 10px;
}

fieldset.springCheckboxes input {
	display: inline;
}

fieldset.springCheckboxes label {
	display: inline;
	margin-left: 3px;
	font-size: 12px;
}

/** sortable tables **/

.sortable th {
	text-decoration: underline;
	cursor: pointer;
}

.tooltipSection {
	position: relative;
	display: inline-block;
	height: 14px;
	padding-left:20px;
	background: transparent url('../../../images/icons/error.gif') no-repeat center;
	margin: -1px 0 0 5px;
	cursor: help;
}

.tooltip {
	display: none;
	font-size: 12px;
	color: #000;
	font-weight: bold;
	text-align: left;
	width: 250px;
	padding: 14px;
	background: #FFFFAA; border: 1px solid #FFAD33;
	border-radius: 5px 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 5px 5px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 5px 5px rgba(0, 0, 0, 0.1);
	position: absolute;
	left: 20px;
	top: 26px;
	z-index: 99;
}


/** dialog **/
.ui-dialog {
	border: 10px solid #333;
}

.ui-widget-overlay {
	position: absolute;
	top: 0;
    left: 0;
	background: #000;
	opacity: .25;
    filter: alpha(opacity=25);
}

.ui-dialog .ui-dialog-titlebar,
.ui-dialog .bd,
.ui-dialog .ft {
	border: 0;
	margin: 0;
}

.ui-dialog .ui-dialog-titlebar {
	color:white;
	padding: 12px 10px;
	font-size: 14px;
	font-weight: bold;
	line-height: normal;
	background: #8490b0 url('../../../images/bg/globalNav.gif') repeat-x top left;
}

.ui-dialog .ui-dialog-titlebar-close {
	background: url("../../../images/sprite.png") no-repeat scroll 0 -300px transparent;
    cursor: pointer;
    height: 15px;
    position: absolute;
    right: 6px;
    top: 5px;
    width: 25px;
    text-indent: -99999px;
}

.ui-dialog .ui-dialog-content {
	background: #fff;
	padding: 10px;
}

.ui-dialog .ui-dialog-buttonpane {
	background: #fff;
	padding: 0 10px 10px;
	text-align: right;
}

.ui-dialog .bd label {
	border-bottom: 1px dotted #000;
	padding-bottom: 10px;
}

.ui-dialog .bd label.checkbox {
	border-bottom: 0;
	padding-bottom: 0;
}

.ui-dialog .bd input {
	border: 1px solid #ccc;
}

.ui-dialog .bd input.hidden {
	border: 0;
}

.ui-dialog .bd input.error {
	border:4px solid #FF0000;
}

.ui-dialog span.infoicon {
	background: url("../../../images/sprite.png") no-repeat scroll 0 0 transparent;
}

.loading
{
	background: url('../../../images/loading.gif') no-repeat center left;
	padding: 0px 0px 0px 18px;
}
