/*
# (c) 2006 DS Data Systems UK Ltd, All rights reserved.
#
# DS Data Systems and KonaKart and their respective logos, are 
# trademarks of DS Data Systems UK Ltd. All rights reserved.
#
# The information in this document below this text is free software; you can redistribute 
# it and/or modify it under the terms of the GNU Lesser General Public
# License as published by the Free Software Foundation; either
# version 2.1 of the License, or (at your option) any later version.
# 
# This software is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
# Lesser General Public License for more details.
#
*/

/* Import the tile style */
@import 'tile1.css';

#main {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  padding-top: 105px;
  line-height: 16px;
}

#layoutMain {
	width: 100%;
	padding: 0;
	margin: 0;
}
#layoutLeft {
	padding: 0;
	margin: 0;
	width: 206px;
}
#layoutCenter {
	padding: 0;
	margin: 0;
}
#layoutRight {
	padding: 0 0 0 20px;
	margin: 0;
	width: 160px;
}

button {
	font-family: Verdana, Arial, sans-serif;
	line-height: 16px;
}

#login-button {display:none}

.body-header {
  font-family: Verdana, Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #4e6eab;
  line-height: 20px;
  padding-top: 10px;
}

.body-header h1 {
	font-size: 16px;
}

.body-header  .small  {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  font-weight: bold;
  color: #000000;
  padding-left:20px;
}

.body-header  .taggroup  {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  color: #000000;
  font-weight: bold;
  padding-left:0px;
}

.body-header  .tag  {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  color: #000000;
  font-weight: normal;
  padding-left:0px;
}

.body-content-div { 
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
}

.body-content-tab { 
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
}

table.productListing {
	border-collapse: collapse;
}

table.productListing td {
  border-width: 1px 0;
  border-style: dotted;
  border-color: #b6b7cb;
}

table.productListing td td {
	border: 0;
}

.productListing tr.ucAttendee {
	background-color: #eeeeee;
}

.productListing-heading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #b6b7cb;
  color: #FFFFFF;
  font-weight: bold;
}

td.productListing-data {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

td.productListing-data a {
	text-decoration: underline;
}

td.smallText, span.smallText,p.smallText {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

/*
a.pageResults {
  color: #0000FF;
}

a.pageResults:hover {
  color: #0000FF;
  background: #FFFF33;
}
*/

.body-content-div a {
	text-decoration: underline;
}

.stockWarning { 
 font-family : Verdana, Arial, sans-serif; 
 font-size : 10px; 
 color: #cc0033; 
}

.msg-box {
  background-color: #F8F8F9;
  border: 1px solid #BBC3D3;
  border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  height: 100%;
  padding: 15px 16px 15px 8px;
  behavior: url(/styles/extensions/PIE/PIE.htc);
}

.msg-box-no-pad {
  background-color: #f8f8f9; 
  border: 1px solid #BBC3D3;
  border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
}

.boxText { 
	font-family: Verdana, Arial, sans-serif; 
	font-size: 10px; 
}

.productsNotifications { 
	background: #f2fff7; 
}

.orderEdit { 
	font-family : Verdana, Arial, sans-serif; 
	font-size : 10px; 
	color: #D5A000; 
	text-decoration: underline; 
}

a {
  color: #000000;
  text-decoration: none;
}

a:hover, #breadcrumb a:hover {
  color: #4e6eab;
  text-decoration: underline;
}

form {
	display: inline;
}

td.fieldKey {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

td.fieldValue {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
}

checkbox, #main input, radio, select {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
}

textarea {
  width: 100%;
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
}

span.markProductOutOfStock {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #c76170;
  font-weight: bold;
}

span.productSpecialPrice {
  font-family: Verdana, Arial, sans-serif;
  color: #ff0000;
}

.moduleRow { }
.moduleRowOver { 
	background-color: #D7E9F7; 
	cursor: pointer; 
	cursor: hand; 
}

.checkoutBarFrom, .checkoutBarTo { 
	font-family: Verdana, Arial, sans-serif; 
	font-size: 10px; 
	color: #8c8c8c;
}

.checkoutBarCurrent { 
	font-family: Verdana, Arial, sans-serif; 
	font-size: 10px; 
	color: #000000; 
}

.messageStackError, .messageStackWarning, .messageStackSuccess {
	font-family: Verdana, Arial, sans-serif;
	list-style: none outside none;
	font-size: 12px;
	color: #fff;
	padding: 10px;
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	margin-bottom: 5px;
}

.messageStackError, .messageStackWarning { 
	background-color: #FF4830;
	font-weight: bold;
}

.messageStackError img {
	margin-right: 10px;
}

.messageStackSuccess { 
	background-color: #A6DC00;
	color: #000000;
}

.inputRequirement { 
	font-family: Verdana, Arial, sans-serif; 
	font-size: 10px; 
	color: #ff0000; 
}

/*
KonaKart GWT styles
*/

.konakart-HandCursor {
  cursor: pointer;
}

.konakart-PointerCursor {
 cursor: default;
}

.konakart-TextBox {
	background-color: white;
}

.konakart-TextBox-Invalid {
	background-color: #ffb3b5;
}

.konakart-smallFont {
  font-size: 60%;
}

.gwt-DialogBox {
	border: 2px solid #AAAAAA;
	background-color: white;
}

.gwt-DialogBox .Caption {
    font-family: Verdana, Arial, sans-serif;
    font-size: 20px;
    font-weight: bold;
	color: #9a9a9a;	padding: 4px;
	padding-bottom: 8px;
	cursor: default;
}

/* The following are for the header menus pulled from xactware.com */
img {
	border-width: 0;
}

.top_bar {
    width: 781px;
    height: 40px;
    padding: 0px;
    background-color: #FFFFFF;
}

.logo_wrapper, .logo_wrapper_360 {
    padding: 15px 0px 6px 11px;
    float: left;
}

.top_menu_bar {
	min-width: 580px;
	width: 580px;
    float: right;
    margin: 32px 12px 0px 0px;
    padding: 0px 0px 0px 0px;
    vertical-align: middle;
}

.top_menu_link {
    color: #6E6E6E;
    padding: 0px 5px 0px 5px;
    font-weight: bold;
    font-size: 9pt;
	border-color: #DF912D;
	border-width: 0 0 0 2px;
	border-style: solid;
	z-index: -1;
	font-family: Arial, sans-serif;
}

.top_menu_link a {
    color: #6E6E6E;
    font-weight: bold;
    font-size: 9pt;
    font-family: Arial, sans-serif;
	text-decoration: none;
	z-index: -1;
}

.top_menu_link a:hover {
    color: #000000;
    font-weight: bold;
    font-size: 9pt;
    font-family: Arial, sans-serif;
	text-decoration: none;
	z-index: -1;
}

.top_menu_linker  {
    padding: 0px;
    float: left;
    cursor: default;
}

.top_menu {
  visibility: hidden;
  position: absolute;
  border-color: #DF912D;
  border-width: 0 0 2px 2px;
  border-style: solid;
  background-color: #FFFFFF;
  white-space: nowrap;
  z-index: 100;
}

.menu_item  {
  font-family: Arial, Helvetica, sans-serif;
  padding: 3px 3px 3px 8px;
  color: #666666;
}


.menu_item a {
  font-family: Arial, Helvetica, sans-serif;
  background-color: transparent;
  color: #666666;
  text-decoration: none;
  font-size: 8pt;
  font-weight: normal;
}

.menu_item a:hover {
  color: #FFFFFF;
  text-decoration: none;
  background-color: #757575;
}


/* additional styling */

a.show_link {
	color: #374961;
	text-decoration: underline;
}

.body-content-div .prod_img {
	float:right;
	position: relative;
	left: 15px;
	border: 0;
}

.body-content-div ul {
	list-style-image: url(../images/arrow_blue.png);
}

.category-list {
	text-decoration: underline;
	margin-left: 60px;
}
	
.prod-table {
	border-collapse: collapse;
}
.prod-table td {
  border-top: 1px dotted #b6b7cb;
  padding: 20px 5px 20px 5px;
  vertical-align: middle;
}
.prod-table tr#first-prod-table td {
	border: 0;
}

#company-prod-table {
	border-collapse: collapse;
}
#company-prod-table th {
	border-bottom: 1px dotted #b6b7cb;
	padding-top: 20px;
}
#company-prod-table td {
  padding: 17px 10px 0 5px;
  vertical-align: middle;
}

.search-table {
	border-collapse: collapse;
}

.search-table td {
  border-bottom: 1px dotted #b6b7cb;
  padding: 20px 5px 20px 5px;
}

.additional-info {
	font-weight: bold;
	font-size: 10px;
	margin-left: 7px;
}

a.my-account-link {
	color: #265689;
}

.class-full {
	color: red !important;
}

.ccRequired {
	font-weight: bold;
}

.registrantsInput {
	clear: left;
	float: left;
}

.blue {
	color: #4E6EAB !important;
}

.edit-account-table input { width: 220px }

.div-link { text-decoration: none !important }

.training-dates ul {
	list-style: none outside none;
	margin: 0;
	padding: 0;
	width: 460px;
	height: 90px;
	overflow: auto;
}
.training-dates .header {
	font-weight: bold;
	font-size: 110%;
	margin-top: 25px;
	color: #4E6EAB;
}
.training-dates .course-header {
	font-weight: bold;
	margin-bottom: 5px;
}
.training-dates .location {
	display: inline-block;
}
.classroom .location { width: 140px; }
.virtual .location { width: 80px; }
.training-dates .start, .training-dates .end {
	display: inline-block;
}
.classroom .start, .classroom .end { width: 130px; }
.virtual .start, .virtual .end { width: 180px; }
.training-dates li.highlight {
	background-color: #538bba;
	color: #fff;
	cursor: pointer;
}
.training-dates li.selected {
	background-color: #265689;
	color: #fff;
}

.bold { font-weight: bold; }

.regular-font { font-size: 11px; }

.button {
	vertical-align: middle;
	cursor: pointer;
}

.subcategory {
	color: #4e6eab;
	font-style: italic;
	font-weight: bold;
	clear:both;
}

#chat-popup {
	position: absolute;
	top: 300px;
	left: 665px;
}

#right-tiles {
	float: right;
	background-color: #fff;
	padding-left: 15px;
}

.customer-information-form .input {
	margin: 0 0 10px 5px;
}
.customer-information-form .input label {
	display: block;
	margin-bottom: 2px;
}
.customer-information-form input[type="text"] {
	width: 250px;
}
.customer-information-form button {
	margin: 15px 0;
}

.checkout-information-form {
	display: inline-block;
	width: 700px;
	margin-left: 50px;
}
.checkout-information-form h1, .checkout-confirmation h1 {
	background-color: #EEEEEE;
  border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  clear: left;
  font-size: 15px;
  margin-left: -10px;
  padding-bottom: 3px;
  padding-left: 10px;
  padding-top: 3px;
}
.checkout-information-form .input {
	padding: 5px;
}
.checkout-information-form .input label {
	width: 140px;
	display: inline-block;
	margin-right: 7px;
	text-align: right;
}
.checkout-information-form .message {
	display: block;
	font-size: 10px;
	margin-left: 150px;
}
.checkout-information-form .shipping-input {
	margin-left: 125px;
}
.checkout-information-form .shipping-quote-title {
	display: inline-block;
	width: 220px;
}
.checkout-information-form .short-input {
	width: 115px;
}
.checkout-information-form .standard-input {
	width: 180px;
}
.checkout-information-form .long-input {
	width: 300px;
}

.checkout-confirmation {
	margin-left: 50px;
	width: 740px;
}
.checkout-confirmation h2 {
	font-size: 13px;
	margin: 0 0 0 20px;
	padding: 0;
}
.checkout-confirmation p {
	margin: 5px 0 5px 20px;
	padding: 0;
}
.checkout-confirmation .edit-link {
	font-size: 11px;
	margin-left: 7px;
}
.checkout-confirmation-info {
	float: left;
	margin-bottom: 10px;
	margin-right: 30px;
}
.checkout-confirmation-submit-link {
	margin: 10px 0 0 20px;
}

.checkout-navigation {
	margin-top: 30px;
}
.checkout-navigation a {
	color: #374961 !important;
	text-decoration: none;
}

.ui-dialog-content a {
	color: #374961 !important;
	text-decoration: underline;
}

.additional-info a {
	color: #374961 !important;
	text-decoration: underline;
}

#profile-versions {
	border-collapse: collapse;
}
#profile-versions th {
	text-align:left;
	background-color: #eeeeee;
}
#profile-versions th,#profile-versions td {
	border: 1px solid #000;
	padding: 5px 7px;
}

.user-conference-form {
	width: 100%;
}
.user-conference-form h1 {
	background-color: #EEEEEE;
  border-radius: 5px 5px 5px 5px;
  clear: left;
  font-size: 15px;
  margin-left: -10px;
  padding-bottom: 3px;
  padding-left: 10px;
  padding-top: 3px;
}
.user-conference-form .input {
	padding: 5px;
}
.user-conference-form .input label {
	width: 98px;
	display: inline-block;
	margin-right: 5px;
	text-align: right;
}
.user-conference-form .message {
	display: block;
	font-size: 10px;
	margin-left: 106px;
}
.user-conference-form .standard-input {
	width: 180px;
}

#registration-table {
	border-collapse:collapse;
}
#registration-table th {
	text-align: left;
	font-weight: normal;
	font-style: italic;
	background: url("/store/images/XUC12-shoppingcart-bar.jpg") no-repeat scroll 0 0 transparent;
	color: #fff;
}
#registration-table th, #registration-table td {
	padding-left: 15px;
}
#registration-table td {
	padding-top: 5px;
	padding-bottom: 10px;
	vertical-align: top;
}
#registration-table .additional-info {
	font-size: smaller;
	font-style: italic;
	color: #5a5b5b;
}
#registration-table .conflict-error {
	background-color:#FFFFFF;
	font-size:10px;
	margin-left:10px;
	position:absolute;
	z-index:100;
}
#registration-table p.read-more {
	margin-top: 3px;
}
#registration-table td.attendee-information {
	background: url("/store/images/XUC12-attendeeinfo-box.jpg") no-repeat scroll 0 0 transparent;
	color: #FFFFFF;
	height: 354px;
	width: 586px;
}
#registration-table td.attendee-information h2 {
	font-family: Verdana,Arial,sans-serif;
	font-size: 11px;
	font-style: italic;
	font-weight: normal;
	margin: 0 0 15px;
}

img.read-more {
	cursor: pointer;
	margin-left: 10px;
	vertical-align: middle;
}

/* Buttons */
.button-primary {
	cursor: pointer;
	color: #fff !important;
	font-size: 14px;
	font-weight: normal;
	display: inline-block;
	padding: 4px 8px 5px;
	text-decoration: none !important;
	border: 1px solid #5987af;
	border-radius: 6px;
	background-color: #9fb5c8;
	background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0.08, #9fb5c8),
    color-stop(0.78, #5987af)
	);
	background: -moz-linear-gradient(
    center top,
    #9fb5c8 8%,
    #5987af 78%
	);
	-pie-background: linear-gradient(
    center top,
    #9fb5c8 8%,
    #5987af 78%
	) !important;
	behavior: url(/styles/extensions/PIE/PIE.htc);
}
.button-primary:hover {
	background: #5987af;
	-pie-background: linear-gradient(top,#5987af,#5987af);
}
.button-secondary {
	cursor: pointer;
	color: #fff !important;
	font-size: 11px;
	display: inline-block;
	padding: 3px 6px;
	text-decoration: none !important;
	border: 1px solid #798793;
	border-radius: 6px;
	background-color: #b0b8bf;
	background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0.08, #b0b8bf),
    color-stop(0.78, #798793)
	);
	background: -moz-linear-gradient(
    center top,
    #b0b8bf 8%,
    #798793 78%
	);
	-pie-background: linear-gradient(
    center top,
    #b0b8bf 8%,
    #798793 78%
	) !important;
	behavior: url(/styles/extensions/PIE/PIE.htc);
}
.button-secondary:hover {
	background: #798793;
	-pie-background: linear-gradient(top,#798793,#798793);
}
.button-tertiary {
	cursor: pointer;
	color: #323232 !important;
	font-size: 9px;
	padding: 2px 5px;
	display: inline-block;
	text-decoration: none !important;
	border: 1px solid #d5d5d5;
	border-radius: 6px;
	background-color: #ebebeb;
	background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0.08, #ebebeb),
    color-stop(0.78, #d5d5d5)
	);
	background: -moz-linear-gradient(
    center top,
    #ebebeb 8%,
    #d5d5d5 78%
	);
	-pie-background: linear-gradient(
    center top,
    #ebebeb 8%,
    #798793 78%
	);
	behavior: url(/styles/extensions/PIE/PIE.htc);
}
.button-tertiary:hover {
	background: #d5d5d5;
	-pie-background: linear-gradient(top,#d5d5d5,#d5d5d5);
}
