body {
	color: #4f4f4f;
	font-family: 'Open Sans','Trebuchet MS',Helvetica,Arial,sans-serif;
	line-height: 1;
}
h1 {
	font-size:1.8em;
	font-weight:bold;
	margin-bottom:10px;
}
h2 {
	font-size:1.6em;
	font-weight:bold;
	margin-bottom:10px;
}
h3 {
	font-size:1.3em;
	font-weight:bold;
	margin-bottom:10px;
}
.hidden {
	visibility: hidden;
	display: none;
}

/**
 * Links
 */

a {
	text-decoration: none;
}
.link-grey a, .link-grey a:active, .link-grey a:link, .link-grey a:visited {
	color: #585858;
	font-weight: 400;
	text-decoration: none;
}
.link-grey-bold a, .link-grey-bold a:active, .link-grey-bold a:link, .link-grey-bold a:visited {
	color: #4f4f4f;
	font-weight: 700;
}
.link-dark-grey a, .link-dark-grey a:active, .link-dark-grey a:link, .link-dark-grey a:visited {
	color: #4f4f4f;
	font-weight: 500;
}
.link-dark-grey-bold a, .link-dark-grey-bold a:active, .link-dark-grey-bold a:link, .link-dark-grey-bold a:visited {
	color: #4f4f4f;
	font-weight: 700;
}
.link-white a, .link-white a:active, .link-white a:link, .link-white a:visited {
	text-decoration: none;
	color: #fff;
	font-weight: 400;
}
.link-black a, .link-black a:active, .link-black a:link, .link-black a:visited {
	text-decoration: underline;
	color: #000;
	font-weight: 400;
}
.link-teal a, .link-teal a:active, .link-teal a:link, .link-teal a:visited {
	color: #00aebd;
	font-weight: 400;
}
/**
 * Text Styles
 */
.text-red {
	color: #e42628;
}
.text-yellow {
	color: #fef7b9;
}
.text-grey {
	color: #6f6f6f;
}
.text-teal {
	color: #3acdc5;
}
.bold, strong {
	font-weight: bold;
}
.strike {
	text-decoration: line-through;
}
.text-right {
/*	float: right; */
}
/**
 * Buttons
 */
 .button-link, .button-link:link, .button-link:visited, .button-link:hover, .button-link:active {
	box-sizing: border-box;
	font: 400 14px Arial;
	text-decoration: none;
	color: black;
}

.button-teal {
	background: #76dbe6;
	background-image: -webkit-linear-gradient(top,#76dbe6,#3bcbd4);
	background-image: -moz-linear-gradient(top,#76dbe6,#3bcbd4);
	background-image: -ms-linear-gradient(top,#76dbe6,#3bcbd4);
	background-image: -o-linear-gradient(top,#76dbe6,#3bcbd4);
	background-image: linear-gradient(to bottom,#76dbe6,#3bcbd4);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#76dbe6', endColorstr='#3bcbd4');/*For IE7-8-9*/
	-webkit-border-radius: 4;
	-moz-border-radius: 4;
	border-radius: 4px;
	text-shadow: 1px 1px 1px #a7e8ed;
	color: #0c2927;
	font-size: 14px;
	padding: 6px 14px 6px 14px;
	border: solid #3bcbd4 2px;
	text-decoration: none;
	display: inline-block;
	cursor: pointer;
}
.button-red {
	background: #ea2628;
	background-image: -webkit-linear-gradient(top,#ce2426,#ea2628);
	background-image: -moz-linear-gradient(top,#ce2426,#ea2628);
	background-image: -ms-linear-gradient(top,#ce2426,#ea2628);
	background-image: -o-linear-gradient(top,#ce2426,#ea2628);
	background-image: linear-gradient(to bottom,#ce2426,#ea2628);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#ce2426', endColorstr='#ea2628');/*For IE7-8-9*/
	-webkit-border-radius: 4;
	-moz-border-radius: 4;
	border-radius: 4px;
	color: #fff;
	font-size: 14px;
	padding: 6px 14px;
	border: solid #ea2628 1px;
	text-decoration: none;
	display: inline-block;
	cursor: pointer;
}
.button-grey {
	background: #4f4f4f;
	background-image: -webkit-linear-gradient(top,#797979,#4f4f4f);
	background-image: -moz-linear-gradient(top,#797979,#4f4f4f);
	background-image: -ms-linear-gradient(top,#797979,#4f4f4f);
	background-image: -o-linear-gradient(top,#797979,#4f4f4f);
	background-image: linear-gradient(to bottom,#797979,#4f4f4f);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#797979', endColorstr='#4f4f4f');/*For IE7-8-9*/
	-webkit-border-radius: 4;
	-moz-border-radius: 4;
	border-radius: 4px;
	text-shadow: 1px 1px 1px #4f4f4f;
	color: #fffde3;
	font-size: 14px;
	padding: 6px 14px;
	border: solid #4f4f4f 1px;
	text-decoration: none;
	display: inline-block;
	cursor: pointer;
}
.button-clear {
    background: transparent;
    border:0px solid black;
    text-decoration: underline;
    font-weight:bold;
    font-size:106%;
}

/**
 * Lists
 */
ul.list-square {
	margin-left: 10px;
	list-style-type: square;
	list-style-image: none;
	list-style-position: inside;
}
ul.list-square li {
	list-style-type: square;
	padding-bottom: 5px;
}
/**
 * Shadows
 */
.shadow-black {
	box-shadow: 0px 0px 5px black;
}
.shadow-gray {
	box-shadow: 0px 0px 5px gray;
}
.shadow-gray2 {
	-webkit-box-shadow: 3px 3px 5px 0px rgba(171, 169, 171, 1);
	-moz-box-shadow: 3px 3px 5px 0px rgba(171, 169, 171, 1);
	box-shadow: 3px 3px 5px 0px rgba(171, 169, 171, 1);
}
.shadow-gray3 {
	-webkit-box-shadow: 2px 2px 2px 0px rgba(171, 169, 171, 1);
	-moz-box-shadow: 2px 2px 2px 0px rgba(171, 169, 171, 1);
	box-shadow: 2px 2px 2px 0px rgba(171, 169, 171, 1);
}
/**
 * Headers
 */
.heading-bar {
	background:#efefef;
	padding:8px 6px;
	width:100%;
}
.heading-bar-left {
	width:45%;
	float:left;
	text-align:left;
}
.heading-bar-right {
	width:45%;
	float:right;
	text-align:right;
}
.header-grey {
	background: #E4E2E2;
	font-size: 1.4em;
	overflow: hidden;
	font-weight: 700;
	position: relative;
	display: block;
	text-shadow: #FFF 1px 1px 0;
	padding: 5px 6px 6px 4px;
}
/**
 * Boxes
 */
.box-red {
	border:2px solid red;
	padding:15px;
	margin:15px auto;
	text-align:center;
	font-weight:bold;
	font-size:16px;
}
.box-grey {
	border:2px solid #585858;
	padding:15px;
	margin:15px auto;
	text-align:center;
	font-weight:bold;
	font-size:16px;
}
/**
 * Tables
 */
.table-simple th, .table-simple td {
	padding:4px 6px;
}
.table1 {
    width: 100%;
}
.table1 tfoot {
    position: relative;
}
.table1 td {
    padding: 10px;
}
.table1 th {
    padding: 6px 10px;
    white-space: nowrap;

}
.table1 thead th {
    cursor: pointer;
}
.table1 th img {
    vertical-align: middle;
}
.table1 td {
    border-bottom: solid 1px #e0e0e0;
    vertical-align: top;
}
.table1 td img {
    vertical-align: top;
    margin-right: 10px;
    float: left;
}
.table1 tr.odd td {
    background: #f9f9f9;
}
.table1 tr.highlight td {
    background: #fffce9;
}
.table1 tr.selected td {
    background: #def1fe;
}
.table1 * {
    word-wrap: break-word;
}
.table1 th {
    background: #ccc;
    text-align: left;
    text-shadow: #FFF 1px 1px 0;
    font-size: 14px;
}
.table1 .spacer {
    border-right: solid 1px #e0e0e0;
    border-bottom: none;
}
.table1 .totalSummary {
    text-align: right;
    border-right: solid 1px #e0e0e0;
}
.table1 .total .totalSummary {
    text-align: right;
    border-right: solid 1px #e0e0e0;
    border-bottom: none;
    font-size: 14px;
    color: #ec1b23;
    font-weight: 700;
}
.table1 .total .price {
    color: #ec1b23;
    text-align: right;
    font-weight: 700;
    font-size: 14px;
    border-bottom: none;
}
.table1 .checkbox {
    margin: 0;
}
.table1 td.user {
    font-weight: 700;
}
.table1 td.total {
    font-weight: 700;
    color: #ec1b23;
    font-size: 14px;
    text-align: right;
}
.table1 td.selected a {
    font-weight: 700;
    color: #000;
}

td.header-menu-divider:last-child {
    display: none;
}
