@charset "utf-8";
/* CSS Document */
/* CSS Document */

body {
	background: white;
	font-size:10pt;
	line-height:16pt;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	}
	
h1, h2, h3, h4 {
	font-family:Tahoma, Geneva, sans-serif;
	}
	
h1 {
	font-size:16pt;
	text-align:center;
	border-bottom: 1px dashed #b2b2b2;
	padding:10pt;
	}
	
h2 {
	font-size:14pt;
	font-weight:300;
	}
	
h3 {
	font-size:12pt;
	}
	
p {
	font-size:10pt;
	}
	
img {
	border:0;
	}
	
#Navigation, .noprint, #logo, h1, #site_information {
	display: none;
	}
	
#Content, #site_information {
	width: auto;
	border: 0;
	margin: 0 5%;
	padding: 0;
	float: none !important;
	}
	
a:link, a:visited {
   color: #520;
   background: transparent;
   font-weight: bold;
   text-decoration: underline;
   }
   
.pushDownLine {
border-top:3px dotted #ccc;
height:15px;
width:100%;
}

/* 
 * TABLE STYLES
 */
 
table#receipt {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:10pt;
}

table#receipt td {
	padding:10pt;
}

table#receipt .emphasize {
	font-weight:900;
}

table#receipt tr.darken {
	background-color:#000;
	color:#fff;
}

table#receipt tr.shade {
	background-color:#666;
	color:#fff;
}

table#receipt tr.highlight {
	background-color:#FF3;
	color:#000;
}

#printed_invoice {
	margin:0;
	border:1px dashed #999;
	background-image:url(../images/receipt-gradient-background.jpg);
	background-repeat:repeat-x;
	padding:15px;
}

#items_header {
	margin-top:3em;
	background-color:#009;
	color:#fff;
	font-size:12pt;
	padding:.5em;
	font-weight:900;
}

.underlined {
	border-bottom:1px solid #666;	
}

.company_color {
	color:#06F;	
}

/**************************************************************
*			Agenda Styles
**************************************************************/
#Agenda {
	margin-top:1em;
}

#Agenda ol {
    list-style: none outside none;
    margin:0; padding:0;
}

#Agenda li {
    font-weight:bold;
	margin-bottom:1em;
}

#Agenda span.time {
    font-weight:normal;
	font-style:italic;
}

#Agenda h3 {
	text-align:center;
	color:#666;
	font-weight:900;
	border-bottom:1px solid #ccc;
	padding-bottom:.4em;
}
