body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-style: normal;
	letter-spacing: normal;
	line-height: 1.4em;
}


@page  
{ 
    size: auto;   /* auto is the initial value */ 

    /* this affects the margin in the printer settings */ 
    margin: 10% 10% 10% 10%;  
} 

body  
{ 
    /* this affects the margin on the content before sending to printer */ 
    margin: 0px;  
} 



a {
	text-decoration: none;
	color:#000000;
}

a:visited {
	color:#000000;
}

a:hover {
	text-decoration: underline;
}

label {
	font-variant: small-caps;
}

label.login {
	width: 80px;
	padding-right: 5px;
	display: block;
	float: left;
	line-height: 1.5em;
}

.noprint {
	display: none;
}

#noprint {
	display: none;
}

input.login {
	margin-bottom: 5px;
}

#contentfull {
	left: 10px;
}

#title {
	font-size: 24px;
	float: left;
	line-height: 1.3em;
}

#first-banner-header {
	text-align: left;
	margin: 0 auto 10px;
	width: auto;
	display: none;
}

#second-banner-header {
	text-align: left;
	margin: 0 auto;
	width: auto;
}

#first-banner {
	padding: 10px;
	margin: 0;
	overflow: auto;
	text-align: center;
	overflow: hidden;
	border-bottom: 1px solid;
}

#second-banner {
	display: none;
}
#footer {
	display:none;
}

#menu {
	float: right;
	color: #ffffff;
	font-size: 16px;
	font-weight: bold;
	font-variant: small-caps;
}

#menu ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#menu li {
	display: block;
	float: left;
	padding: 5px 15px;
}

#menu li a {
	display: block;
	color: #ffffff;
	text-decoration: none;
}

#menu li a:hover {
	color: #DFDFDF;
	text-decoration: none;
}

#menu li a:active {
	margin-top: 1px;
}

#menu li.current {
	color: #ffffff;
	border: 1px solid #DFDFDF;
}

#menu li.current a {
	color: #ffffff;
	text-decoration: none;
}

#menu li.current a:hover {
	color: #DFDFDF;
	text-decoration: none;
}

#sub-menu {
	display:none;
	color: #01383F;
	font-size: 12px;
	font-weight: bold;
	font-variant: small-caps;
}

#content-container {
}

#content {
	padding: 0px;
	width: 850px;
	overflow: auto;
	margin: 00px auto;
	clear: both;
}

p {
	margin-bottom: 10px;
}

.main-menu {
	border: 1px solid #a0a0a0;
	float: left;
	margin-right: 40px;
}

.main-menu .title {
	background-color: #8C2318;
	color: #ffffff;
	padding: 2px 5px;
}

.main-menu ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

.main-menu li {
	border-top: 1px solid #a0a0a0;
	padding: 2px 5px;
}

.hidden {
	display: none;
}

.results {
	
}

.selection {
	display: none;
}

table.data {
	border: 1px solid #a0a0a0;
	border-collapse: collapse;
	width: 100%;
}

table.data th {
	background-color: #000000;
	color: #ffffff;
	padding: 2px 5px;
	border: 1px solid #a0a0a0;
}

table.data td {
	padding: 2px 5px;
	border: 1px solid #a0a0a0;
}

form {
	display: none;
}
form.lost-ticket{
	display:block;
}

#logout {
	display: none;
}

form {
	margin-bottom:20px;
}

input[type="text"], input[type="password"] {
	font-size:15px;
	height:25px;
	padding-bottom:5px;
	padding-left:5px;
	padding-right:5px;
	padding-top:5px;
	width:250px;
}
select {
	font-size:15px;
	padding-bottom:5px;
	padding-left:5px;
	padding-right:5px;
	padding-top:5px;
	width:250px;
}
form label {
  color:#363636;
  display:block;
  font-size:13px;
  font-weight:bold;
  margin-bottom:3px;
  margin-left:0;
  margin-right:0;
  margin-top:3px;
}

form input, textarea {
    border:1px solid #cccccc;  
    border-radius:3px; 
    -moz-border-radius:3px;
-webkit-border-radius:3px;
	font-size: 13px;
	-webkit-background-clip: padding;
	color: #333;  
}
form.print
{
	display: block !important;	
}
	
.info-display
{
	width:450px;
	margin-bottom:20px;
	border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px; 
	-moz-border-radius: 5px 5px 5px 5px;
	border:1px solid #CCCCCC;
}
.info-display label {
	
	width:150px;
	padding:10px 10px;
	display:block;
	float:left;
	clear:left;
}
.info-display p {
	width:260px;
	padding:10px 10px;
	margin:0px;
	display:block;
	float:left;
	min-height:15px;
}
.info-display .odd
{
	
}
.info-display .even
{
	background-color:#efefef;
}


.member-image {
	float: right;
	height: 240px;
	padding: 10px;
	margin-right: 10px;
	margin-bottom:20px;
}
.clearboth {
	clear: both;
}

span.tag-grey { 
	padding: 5px;
	padding-left:0px;
	margin-bottom:5px;
}
table.sales {
	border: 1px solid #cccccc;
	width: 100%;
	margin: 10px 0px;
	font-size:11px;
	border-collapse:collapse;
}

table.sales th
{
	background-color:#365d95;
	border: 0px solid #d8d8d8;
	text-decoration: none;
	padding: 10px 5px;
	font-weight: 600;
	border-bottom: 1px solid #cccccc;
}


table.sales td
{
	padding: 10px 5px;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	vertical-align:middle;
}
table.sales  tr:nth-child(even)
{
	background-color:#ffffff;
}

table.sales  tr:nth-child(odd)
{
	background-color:#efefef;
}
table.sales form
{
	margin:0px;
}

table.totals
{
	border: 1px solid #cccccc;
	margin: 10px 0px;
	width:50%;
	float:right;
}
table.totals th
{
	
	font-weight: bold;
	background-color:#efefef;
	text-decoration: none;
	padding: 5px 3px;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	font-weight: 600;
	vertical-align:middle;
	text-align:center;
}


table.totals td.title
{
	padding:5px;
}
table.totals td.subtitle
{
	background-color:#ffffff;
	padding: 5px 3px;
	border-bottom: 1px solid #cccccc;
}
table.totals td.result
{
	background-color:#ffffff;
	text-align:right;
	padding: 5px 3px;
	border-bottom: 1px solid #cccccc;
}
table.totals td.grand
{
	background-color:#ffffff;
	text-align:right;
	padding: 5px 3px;
	border-bottom: 1px solid #cccccc;
	font-weight:bold;
}
table.totals td.neg
{
	color:#d82705;
}
table.totals pre
{
	font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
}
#dialog-modal
{
	display:none;
}
