
/* tables */
table.tablesorter {
	margin: 10px 0;
	font-size: 90%;
	background-color: #ffffff;
	padding:0;
	border-spacing: 0;
	border-left: 1px solid #d5d3d3;
	border-radius: 4px;
	
-webkit-box-shadow: 1px 1px 2px 0px rgba(50, 50, 50, 0.15);
-moz-box-shadow:    1px 1px 2px 0px rgba(50, 50, 50, 0.15);
box-shadow:         1px 1px 2px 0px rgba(50, 50, 50, 0.15);
}
table.tablesorter thead tr th, table.tablesorter tfoot tr th {
	font-weight:normal;
	background-color:#808080;
	color: #fff;
	border-right-color: #626262;
	border-bottom: none;
	
}
table.tablesorter thead tr .header {
	padding: 6px 10px;
	vertical-align: top;
	font-weight: normal;
	background-image: url(../images/bg2.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
	
}
table.tablesorter tbody td {
	padding: 6px 10px;
	vertical-align: top;
	font-weight: normal;
    /*GS border-right: 1px solid #d5d3d3;
        border-bottom: 1px solid #d5d3d3; */
}
table.tablesorter tbody tr.even td {
	background-color:#F0F0F0;
}
table.tablesorter thead tr .headerSortUp {
	background-image: url(../images/asc2.gif);
	
}
table.tablesorter thead tr .headerSortDown {
	background-image: url(../images/desc2.gif);
}
table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
background-color: #006699;

}
/*
table.tablesorter  th:last-child {
	border-top-right-radius: 4px;
	border-right: 1px solid #575454;
}
table.tablesorter  th:first-child{
	border-top-left-radius: 4px;
	border-left: 1px solid #575454;
}*/
table.tablesorter thead tr .squareLeftTop {
	border-top-left-radius: 0px;
	border-left: 1px solid #575454;
}

.MainDisplayLeftBar{
    float: left;
    width:36px;
    background-color: #006699;
    height: 100%;
    min-height: 100%;
    overflow-y: visible;
    position: relative;
}
.MainDisplayContainer{
    background-color: #006699;
}
.MainDisplayContainer.CRMSection{
    background-color: #33CC00;
}
.Rotate{
    /* Safari */
    -webkit-transform: rotate(-90deg);

    /* Firefox */
    -moz-transform: rotate(-90deg);

    /* IE */
    -ms-transform: rotate(-90deg);

    /* Opera */
    -o-transform: rotate(-90deg);

    /* Internet Explorer */
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}
.MainDisplayContent{
    margin-left: 36px;
    background-color: #fafafa;
}

.buildinfo{

	margin-left: auto;
    margin-right: auto;
	float:none;	
	width: 200px;
	font-size: 10px;
	text-align:center;
}

.modal-header .fancybox-close {
    cursor: pointer;
    height: 36px;
    position: absolute;
    right: 8px;
    top: 10px;
    width: 36px;
    z-index: 8040;
}
.modal-header .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url("../images/fancybox_sprite.png");
}

.link{ 	cursor: pointer; text-decoration: underline; }

BODY.global .link{ 	cursor: pointer;
    text-decoration:none !important;}


.product-heading{background-position: right}

.divPagingContainer{
    text-align:center;
}

.divPagingContainer a.currentPage{
    font-weight: bold;
}

.center{text-align: center !important;}


.infoSheetTab {
    text-align:center;
    min-height: 60px;
    overflow: hidden;
    box-sizing: content-box;
}

.currentInfoSheetTab, .infoSheetTab:hover {
    overflow: visible;
}
.infoSheetTab.last{
    overflow: hidden !important;
}
/*
.infoSheetTab a {
    color: white;
    display:block;
    height:28px;
    padding:19px 20px 5px 20px;
    margin:0 0px 0px 0px;
    text-decoration:none;
}
*/


.red-icon{
    color: #ff5028;
}

.infoSheetTab a {
    color: white;
    text-decoration: none;
    padding: 15px 0 15px 12px;
    background: #456155;                   /* fallback color */
    position: relative;
    display: block;
    float: left;
    min-width: 128px;
    font-size: 14px;
    box-sizing: content-box;
}
.currentInfoSheetTab a {
   z-index: 4;
}

.infoSheetTab a:hover {
    background: #33CC00;
    color:#fff;
}

.currentInfoSheetTab a:hover {
    background: #33CC00;
    color:#fff;
}

.infoSheetTab a:after {
    content: " ";
    display: block;
    width: 0;
    height: 0;
    border-top: 23px solid transparent;           /* Go big on the size, and let overflow hide */
    border-bottom: 23px solid transparent;
    border-left: 16px solid #33CC00;
    position: absolute;
    top: 50%;
    margin-top: -23px;
    left: 100%;
    z-index: 6;
}

.currentInfoSheetTab a:after {
    content: " ";
    display: block;
    width: 0;
    height: 0;
    border-top: 40px solid transparent;           /* Go big on the size, and let overflow hide */
    border-bottom: 40px solid transparent;
    border-left: 30px solid #33CC00;
    position: absolute;
    top: 50%;
    margin-top: -40px;
    left: 93%;
    z-index: 6;
}

.currentInfoSheetTab a:before, .infoSheetTab a:hover:before {
    content: " ";
    display: block;
    width: 0;
    height: 0;
    border-top: 23px solid transparent;           /* Go big on the size, and let overflow hide */
    border-bottom: 23px solid transparent;
    border-left: 16px solid #456155;
    position: absolute;
    top: 50%;
    margin-top: -23px;
    left: 0px;
    z-index: 3;
}

.infoSheetTab.first a:hover:before, .currentInfoSheetTab.first a:before{
    border: 0;
}

.infoSheetTab.currentInfoSheetTab a {
    font-weight: bold;
    background: #33CC00;
    color:#fff;

}

.infoSheetCont a:nth-child(2) a       { background:        hsla(34,85%,45%,1); }
.infoSheetCont a:nth-child(2) a:after { border-left-color: hsla(34,85%,45%,1); }
.infoSheetCont a:nth-child(3) a       { background:        hsla(34,85%,55%,1); }
.infoSheetCont a:nth-child(3) a:after { border-left-color: hsla(34,85%,55%,1); }
.infoSheetCont a:nth-child(4) a       { background:        hsla(34,85%,65%,1); }
.infoSheetCont a:nth-child(4) a:after { border-left-color: hsla(34,85%,65%,1); }
.infoSheetCont a:nth-child(5) a       { background:        hsla(34,85%,75%,1); }
.infoSheetCont a:nth-child(5) a:after { border-left-color: hsla(34,85%,75%,1); }
.infoSheetCont a:last-child a {
    background: transparent !important;
    color: black;
    pointer-events: none;
    cursor: default;
}

.booking-form-container{
    background-color: #fff;
    -webkit-box-shadow: 1px 1px 2px 0px rgba(50, 50, 50, 0.15);
    -moz-box-shadow:    1px 1px 2px 0px rgba(50, 50, 50, 0.15);
    box-shadow:         1px 1px 2px 0px rgba(50, 50, 50, 0.15);
}


/* LEGACY FORM ELEMENTS */
.required-indicator{
		margin:4px;
		color:red; 
		font-weight:bold;
 
}



/* PRINT SETTINGS ------------------------------------------------- */

	
@media print 
{
	body {
		background:none;
		font-size:0.65em;
	}
	
	/* fix for bootstrap */
	a[href]:after {
		content: none;
	}
	
	table.standard{
	
		font-size: 15px;
	}
	
	
	#actionContainer {
		margin: 0;
		padding: 0;
	}
	
	#body {
		padding: 0;
	}
	
	.inventoryThumb {
		width: 35px;
	}
	
	.noprint{
		display: none;
	}
	
	.printOnly {
		display: block;
	}
}
.eula-form{
    padding: 15px 0 15px 0;
}
.agreement-notice{
    padding: 1%;
    font-size: 16px;
    margin-bottom: 25px;
    text-align: center;
    color:#7B7B7B;
}