#header
{
	vertical-align: top;
	padding-bottom: 11px;
    padding-top: 20px;
	padding-left: 18px;
	font-family: Georgia, Lucida, Arial, sans-serif;
	font-size: 11px;
	font-weight: lighter;
	color: #00008B;
	border-bottom: 1px solid #efefef;
}
#header a:link, a:visited
{
	border: none;
}

#container {
}
#content {
}

#rightnav {
    float: left;
    width: 110px;
}

#footer {
    clear: both;
}
.topmenu {
    float: right;
}

.clear {
    clear: both;
}

#paypalDonate {
    text-align: center;
    font-weight: bold;
    color: #00699B;
}

table.loginTable {
    background: #EEEEEE;
    border: 1px solid #C0C0C0;
    color: inherit;
    margin: 10px 0px;
    padding: 5px;
    width: 40%;
    margin: 0 auto;
}

div#printReportsTable {
    background: #E7F1E8;
    border: 1px solid #C0C0C0;
    color: inherit;
    margin: 10px 0px;
    padding: 5px;
    width: 400px;
}

div#editLogbookEntryTable {
    background: #EEEEEE;
    border: 1px solid #C0C0C0;
    color: inherit;
    margin: 10px 0px;
    padding: 5px;
	width: 870px;
}

div#content {
    margin: 20px 20px 20px 10px;
    padding: 10px;
    text-align: left;
}

div#subtitle {
	font: 12pt Verdana, sans-serif;
	color: #999999;
	font-weight: bold;
}

div#userStatus {
    font-size: 1.0em;
    height: 40px;
    line-height: 1.2;
    text-align: right;
}

form, table {
    margin: 0;
    padding: 0;
}

/* for cool looking "sunken" input boxes, from www.theserverside.com */
form input, form textarea, form select {
    padding-left: 4px;
    color: #666;
}

input.button {
    color: #000;
}

form input.focus, form textarea.focus {
    border-color: orange;
    color: #000;
}

form select {
    padding-left: 0px;
}

h1 {
    color: #ccc;
    font-size: 22px;
    font-weight: 900;
    line-height: 28px;
    margin: 0px 0px 15px 0px;
    padding: 0px;
}

img.badge {
    border: 0px;
    height: 31px;
    margin-right: 5px;
    width: 88px;
}

p {
    font: 12px/20px;
    margin: 0px 0px 16px 0px;
    padding: 0px;
}

span.attention {
    background: transparent;
    color: #0000ff;
}

/* Labels for validation and label tag */
label {
    font-weight: normal;
    cursor: pointer;
    cursor: hand;
}

div#labelRequired {
    font-weight: bold;
}

div#labelBold {
    font-weight: bold;
}

div#label.errors {
    font-weight: bold;
    background: transparent;
    color: red;
}

/* These are the styles for detail screen tables */
table.detail {
    margin-left: 10px;
    padding: 5px;
    font-weight: normal;
}

table.detail th {
	  text-align: right;
    padding: 0px 3px 0px 0px;
}

table.detail th.tallCell {
    vertical-align: top;
}

table.detail td {
    text-align: left;
    padding: 0px;
}

table.detail td.moveOptions {
    text-align: center;
    width: 50px;
    padding: 5px;
}

table.detail td.moveOptions button {
    margin-bottom: 3px;
    width: 45px;
    white-space: nowrap;
}

table.detail td.buttonBar {
    padding-top: 10px;
}

table.detail td.updateStatus {
    font-size: 11px;
    color: #c0c0c0;
}

fieldset.pickList {
    margin-top: 5px;
    padding: 5px;
    background: transparent;
    border-color: #eee;
}

fieldset.pickList legend {
    font-weight: bold;    
}

table.pickList {
    padding: 0;
    border-spacing: 0;
}

table.pickList th.pickLabel {
    text-align: center;
    background: transparent;
    color: #666;
}

table.pickList td {
    text-align: center;
}

table.pickList td select {
    width: 150px;
}

th, td, pre, code {
    font-size: 12px;
	background-repeat:no-repeat;
	list-style-type:none;
}

img{ 
	border:none;
}

pre {
    background: #ffffdd;
    border: 1px solid #999999;
    color: #000000;
    padding: 5px 5px 5px 7px;
}

div#print {
	display: none;
}

div#listShareUrl {
	margin-top: 10px;
	width: 100%;
	text-align: center;
}

#horiz-ad {
    text-align: center;
}

#announcement {
    width: 60%;
    background: #ffc;
    border: 1px solid orange;
    color: black;
    font-weight: normal;
    margin: 10px auto;
    padding: 5px;
    padding-left: 4px;
    text-align: left;
    vertical-align: bottom;
}
#footerAnnouncement {
    width: 900px;
    background: #ffc;
    color: black;
    font-weight: normal;
    margin: 20px;
    padding: 10px;
    text-align: left;
    vertical-align: bottom;
}
#privacy {
    margin: 20px;
    padding: 10px;
}