#navbar {
   display: none;
}
@page { size: landscape; page: land; }

body {
   margin: 0;
   background-color: #fff;
   font-family: helvetica, arial, verdana;
   page: land;
}
img { border: 0; }

#results {
   clear: both;
}
table {
   border-collapse: collapse;
   width: 100%;
   border-top: 1px solid #000;
}
table tr {
   border-bottom: 1px solid #000;
   border-left: 1px solid #000;
   border-right: 1px solid #000;
}
table tr th {
   border-right: 1px solid #000;
   padding: 10px;
}
table tr td {
   border-right: 1px solid #000;
   padding: 10px;
}
#header { padding: 0 0 20px 0; }
.left { float: left; width: 50%; text-align: left; }
.right { float: right; width: 50%; text-align: right; }
.description {
   clear: both;
   font-size: 12pt;
}


h1 {
   margin: 0;
   padding: 0 0 20px 0;
}
h1 span {
   color: #e5e5e5;
}

#content {
   padding: 40px 20px 20px 20px;
}

input.text {
   -moz-border-radius: 3px;
   -webkit-border-radius: 3px;
   -border-radius: 3px;
   border: 1px solid #b6bbaf;
   padding: 5px;
   font-size: 10pt;
   background-image: url('../images/input_bg.png');
   width: 75%;
   font-family: lucida grande, helvetica, arial;   
}

p { padding: 0; margin: 0; }
#footer { padding-top: 20px; } 
#footer p { font-size: 9pt; }
#footer .left p { font-style: italic; }

.small {
   text-align: center;
   font-size: 8pt;
}
a, a:visited { color: #2E550F; }

.sheet_type {
   font-weight: bold;
   text-transform: uppercase;
   font-size: 9pt;
   padding-bottom: 10px;
   color: #2E550F;
}
a.xsignup { float: right; font-weight: bold; text-decoration: none; }

td.editable {
   cursor: pointer;
}

div.description p { line-height: 16pt; }