.kwText{
	color: #888888;
}

.kwSmall{
	font-size: 10px;
}

.kwButton{
	
	display: inline-block;
 	*display: inline;
 	padding: 4px 12px;
 	margin-bottom: 0;
 	*margin-left: .3em;
 	font-size: 14px;
 	line-height: 20px;
 	text-align: center;
 	vertical-align: middle;
 	cursor: pointer;
 	border: 1px solid #cccccc;
 	*border: 0;
 	border-bottom-color: #b3b3b3;
 	-webkit-border-radius: 4px;
	 -moz-border-radius: 4px;
		  border-radius: 4px;
 	*zoom: 1;
  	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	 -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
		  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	
	background-color: #0D6A84;
	margin: 0;
  	font-size: 100%;
  	
 	color: #ffffff;
 	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
 	border-color: #0044cc #0044cc #002a80;
 	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
 	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
 	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);

	*padding-top: 7px;
	*padding-bottom: 7px;
	

}

.kwButton:hover,
.kwButton:focus,
.kwButton:active,
.kwButton.active,
.kwButton.disabled,
.kwButton[disabled] {
  color: #ffffff;
  background-color: #A9A9A9;
  *background-color: #A9A9A9;
}

.kwButton:active,
.kwButton.active {
  background-color: #A9A9A9 \9;
}

.biganbold{
	font-size: 14pt;
	font-weight: bold;	
	vertical-align: middle;
}

.center-table {
   margin-left: auto;
   margin-right: auto;
   text-align: center;
}

.info-table {
   margin-left: auto;
   margin-right: auto;
}

.loginInputSize {
	width: 100px;
}

.vAlign {
	vertical-align: top;
}

.searchInput {
	width: 120px;
}

.tdWidth {
	width:100%;
}

.tdValign {
	vertical-align:top;
}

.tableWidth {
	width:25%;
}

.prop65_warning_triangle {
	font-size: large;
	color: orange;
}

/*
 * CSS Ribbons
 *  Adapted from code generated here: https://www.cssportal.com/css-ribbon-generator/
 */

.box {
	position: relative;
}

.ribbon {
	position: absolute;
	z-index: 1;
	overflow: hidden;
	width: 75px; height: 75px;
	text-align: right;
	top: -5px;
}
.ribbon span {
	font-size: 10px;
	font-weight: bold;
	color: #FFF;
	text-transform: uppercase;
	text-align: center;
	line-height: 20px;
	width: 100px;
	display: block;
	background: #79A70A;
	box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
	position: absolute;
	top: 19px;
}
.ribbon span::before {
	content: "";
	position: absolute; left: 0px; top: 100%;
	z-index: -1;
	border-left: 3px solid #808080;
	border-right: 3px solid transparent;
	border-bottom: 3px solid transparent;
	border-top: 3px solid #808080;
}
.ribbon span::after {
	content: "";
	position: absolute; right: 0px; top: 100%;
	z-index: -1;
	border-left: 3px solid transparent;
	border-right: 3px solid #808080;
	border-bottom: 3px solid transparent;
	border-top: 3px solid #808080;
}

.ribbon.ribbon-left {
	left: -5px;
}

.ribbon.ribbon-left span {
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	left: -21px;
}

.ribbon.ribbon-right {
	right: -5px;
}

.ribbon.ribbon-right span {
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	right: -21px;
}

.ribbon.ribbon-green span {
	background: linear-gradient(#9BC90D 0%, #79A70A 100%);
}

.ribbon.ribbon-green span::before {
	border-left: 3px solid #79A70A;
	border-top: 3px solid #79A70A;
}

.ribbon.ribbon-green span::after {
	border-right: 3px solid #79A70A;
	border-top: 3px solid #79A70A;
}

.ribbon.ribbon-blue span {
	background: linear-gradient(#2989d8 0%, #1e5799 100%);
}

.ribbon.ribbon-blue span::before {
	border-left: 3px solid #1e5799;
	border-top: 3px solid #1e5799;
}

.ribbon.ribbon-blue span::after {
	border-right: 3px solid #1e5799;
	border-top: 3px solid #1e5799;
}

.ribbon.ribbon-red span {
	background: linear-gradient(#F70505 0%, #8F0808 100%);
}

.ribbon.ribbon-red span::before {
	border-left: 3px solid #8F0808;
	border-top: 3px solid #8F0808;
}

.ribbon.ribbon-red span::after {
	border-right: 3px solid #8F0808;
	border-top: 3px solid #8F0808;
}

.ribbon span.xxSmallText {
	font-size: xx-small;
}

.product_detail {
	width: 15em;
}

.product_detail td {
	border-style: none;
}

.product_detail td:nth-of-type(2) {
	text-align: right;
	vertical-align: bottom;
}

td.pricing.details {
	padding:0;
	margin:0;
}

table.pricing,
table.pricing tbody,
table.pricing tbody tr,
table.pricing tbody tr td,
table.pricing tbody tr th {
	border: none;
	text-align:right;
}

table.pricing tbody tr th {
	text-align: center;
}

table.pricing {
	width: 18em;
}

.column_header.pricing {
	width: 6em;
	text-align: right;
}

table.pricing tbody,
table.pricing tbody tr {
	width: 100%;
}

.link-color {
	color: blue;
}