﻿/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: verdana,sans-serif;
	vertical-align: baseline;
	background-color: #fff !important;
	border: 0 !important;
	background-image: url() !important;
	color: #000 !important;
	box-shadow: 0 0 0 #fff !important;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	color: black !important;
}
.layout_content_wrapper {
  padding-top: 0 !important;
}
.layout_content {
  padding: 0 !important;
}
#layout_menu, #left-column, #layout_header, input, .fancy-cancel, .fancy
{
    display: none;    
}
.footer-text 
{
    display: none;
}
table, h2
{
    margin-top: 10px;
}
td, th
{
    padding: 0 2px 0 2px;
}
/*.layout_content {
    left: 15px;
}*/
.TableView .layout_content 
{
    left: 200px !important;   
    padding: 5px !important; 
}
#hcontrol 
{
    display: none !important;
}
.fixedHeader 
{
    display: none;
}
.dataTables_wrapper 
{
    left: 0 !important;
}
td a.activity-more-info
{
    display: none;
}
.printShow
{
    display: block;
}
.printHide
{
    display: none;
}
.printPush 
{
    clear: both;
}
.printShowTR {
    display: table-row;
}
.print {
    display: none !important;
}
.BillingInformationWrapper {
	padding-left: 5px;
}
.TransactionWrapper {
	padding-left: 10px;
}


/* Invoice & Receipt */
#MemberInfoSection {
	display: none !important;
}
.InvoiceWrapper, 
.ReceiptWrapper {
	padding: 10px 30px;
	margin-top: 0px;
}
.InvoiceWrapper .half,
.ReceiptWrapper  .half{
	margin: 0px;
}
.InvoiceCell,
.ReceiptCell {
	padding: 15px;
	border: 1px solid #ddd !important;
	width: auto;
}
.BillingInformationWrapper {
	padding-left: 15px;
}
.HeadInformation th {
	width: 152px;
	padding: 10px 6px 2px 0px;
}

.ReceiptCell .HeadInformation th {
	width: 170px;
}
.ReceiptCell .ReceiptTopSectionRight th {
	width: 130px;
}

.HeadInformation .TableFileContent {
	padding-bottom: 14px;
}
.InvoiceCell th,
.InvoiceCell td,
.ReceiptCell th,
.ReceiptCell td {
	padding: 6px 10px 2px 0px;
	line-height: 1.2;
}
.DescriptionColumn {
	width: 50%;
}
.DescriptionColumn th {
	width: 110px;
}
.DescriptionColumn h3 {
	line-height: 1.2;
}
.ShowMemberProfile .layout_content_wrapper {
	padding: 0px;
}
.TransactionWrapper .GridTable {
	margin-top: 0px;
}
table.GridTable, table.GridTable th, table.GridTable td {
	border: 1px solid #dddddd !important;
	background: none !important;
}
.TransactionWrapper.ReceiptCell {
	padding: 0px;
	border: none !important;
}
.ReceiptCell .GridTable th,
.ReceiptCell .GridTable td {
	border: 1px solid #ddd !important;
	padding: 5px 5px 5px 10px;
	background: none !important;
	font-size: 90%;
}
.ReceiptCell .FooterTotal {
	margin-top: 0px;
}