/*#sidebar {
	float: left;
	width:	0%;
	max-width: 0px;
	min-width: 0px;
}


#content {
	float:	left;
	width:	100%;
	background-color: white;
	min-height:		426px;
}
*/

.quicktip {
	color:			#000;
	background-color: #000;
}

.c-content{
	width: 100%;
	/*overflow: hidden;*/
}

.c-content table{
	width: 100%;
	border: 1px solid silver;
	border-collapse: collapse;
    padding: 0px;
	background-color: white;
	margin-top: 5px;
	margin-bottom: 5px;
	/*border-bottom: none;*/
	/*overflow: hidden;*/
}

.c-content tr {
	font-size: 11px;
	background-color: #fff;
	border-bottom: 1px solid silver;
}

.c-content th {
	background-color: #ddd;
	color: #000;
	padding: 5px;
	text-align: left;
	/*white-space: nowrap;*/
	font-weight: bold;
}

.c-content th.highlight {
	background-color: lightblue !important;
	cursor: pointer;
}

.c-content td.highlight {
	background-color: lightblue !important;
	cursor: pointer;
}

.c-content td {
	vertical-align: top;
	text-align: right;
	padding: 5px;
}

.c-content td.c-title{
	vertical-align: top;
	text-align: left;
}

.c-content td.c-subtotal {
	font-weight: bold;
	text-align: right;
}

.c-content td.c-total {
	text-transform: uppercase;
	font-weight: bold;
	text-align:	right;
}

.c-content td.alt {
	background-color: #f0f0f0;
}

.c-content th.c-off{
	width: 0px ! important;
}

.c-content td.c-off{
	width: 0px ! important;
}
