body {
    background: url("Samlite.jpg");
    font-family: arial, sans-serif;
    font-size: 100.01%;
    margin: 1em 1em 0 1em;
}

body.printer {
    width: 660px;
    margin: 0;
}

h1 {
    clear: both;
    margin: 0;
    text-align: center;
}

p,
select,
input,
table,
label {
    font-size: .8em;
}

table input {
    font-size: 1em;
}

.verticalSpace {
    clear: both;
    margin-top: 1em;
}

.error {
    color: red;
}

.button {
    background-color: #c56728;
    border: 1px solid #999;
    color: #fff;
    font-weight: bold;
    padding: 0;
}

.noMargin {
    margin: 0;
}

.inputSpacer {
    margin-left: .7em;
}

/**********login page*************/
#login {
    width: 100%;
    text-align: center;
}

#login label {
    clear: both;
    float: left;
    margin: .9em .7em 0 0;
    text-align: right;
    width: 47%;
}

#login input {
    margin-top: .7em;
    float: left;
}

#login .top input {
    width: 11em;
}

#login div {
    clear: both;
    display: block;
    width: 100%;
}

#login .bottom input {
    text-align: center;
    float: none;
}

/*********end login page**********/
/*********header******************/
#welcomeText {
    float: left;
}

#home {
    font-size: .8em;
    margin-right: 50px;
}

#logout {
    float: right;
}

/**********end header*************/
#cattleSearchResults {
    width: 100%;
    border: none;
    border-collapse: collapse;
    margin-bottom: .5em;
}

#cattleSearchResults thead th {
    border: 1px solid #cccccc;
    padding: 4px 4px 4px 4px;
    border-bottom: 2px solid #cccccc;
}

#cattleSearchResults thead th.leftAlign {
    text-align: left;
}

#cattleSearchResults tbody td {
    border: 1px solid #cccccc;
    padding: 4px 4px 4px 4px;
    text-align: center;
}

#cattleSearchResults tbody td.leftAlign {
    text-align: left;
}

#cattleSearchResults tbody th {
    border: 1px solid #cccccc;
    padding: 4px 4px 4px 4px;
    text-align: left;
}

#cattleSearchResults tfoot th {
    border: 1px solid #cccccc;
    padding: 4px 4px 4px 4px;
    border-top: 2px solid #cccccc;
}

#cattleSearchResults select {
    font-size: 1em;
}

#cattleSearchResults thead th a img,
#cattleSearchResults tfoot th a img {
    border: 0px solid black;
}

.pagingNav {
    width: 100%;
}

.pagingNav form {
    display: inline;
}

.pagingNav select {
    font-size: 1em;
}

.affidavitPrintTable {
    margin-top: 1em;
    border: 1px solid black;
    border-collapse: collapse;
    width: 100%;
}

.affidavitPrintTable td,
.affidavitPrintTable th {
    border: 1px solid black;
}

#receivingOL li {
    margin-bottom: .5em;
    font-size: .8em;
}

#locationSelection {
    margin-bottom: 1em;
}

#locationSelection a {
    margin-right: .5em;
    color: #0000FF;
}

.locationComments {
    text-indent: 0;
    padding: 0;
}

.locationComments li {
    font-size: 12px;
    list-style-type: none;
    border-bottom: 1px dotted #999999;
    margin-bottom: 10px;
}

.locationComments li pre {
    padding: 0 0 0 20px;
    font-size: 12px;
    white-space: pre-wrap;
}

/******** Tabs ******************/
.tabHeader {
    float: left;
    border-bottom: 1px solid #999999;
    width: 100%;
}

.tabHeader a {
    border: 1px solid #999999;
    border-bottom: none;
    background-color: #cccccc;
    padding: 5px;
    color: #000000;
    float: left;
    margin-right: 10px;
    text-decoration: none;
    cursor: pointer;
}

.tabHeader a.selected {
    background-color: #ffffff;
    font-weight: bold;
}

.tabWrapper {
    clear: both;
    border: 1px solid #999999;
    border-top: none;
    padding: 10px;
    background: #ffffff;
}

/****** end Tabs ****************/
/******* survey *****************/
.survey {
    width: 400px;
}

.survey .dkRefuseGroup {
    margin-bottom: 20px;
}

.survey .radioGroup {
    float: left;
    width: 50px;
    text-align: center;
    margin-bottom: 30px;
}

.survey .radioGroup input {
    display: block;
    margin: 0 auto 5px auto;
}

.survey textarea {
    display: block;
}

.survey #numCharactersRemaining {
    font-size: 12px;
}

.survey .submitButton {
    clear: both;
    display: block;
    margin: 10px auto 0 auto;
}

/****** end survey **************/
/*******Printer page ************/
.printer span {
    font-size: .8em;
    display: block;
}

.printer ul li {
    font-size: .8em;
    margin: 1em 0 0 0;
}

.printer ul li img {
    height: 10px;
    width: 10px;
    border: 1px solid black;
    margin: 0 .5em 0 0;
}

.printer ul {
    margin-top: 0;
    padding: 0;
}

.printer ul li {
    list-style: none;
}

.printer span.footnote {
    font-size: .7em;
}

.printer .topLine td {
    padding-top: 1.4em;
}

/*********** styles for iPhone ****************/
@media screen and (max-width: 480px) {
    .button {
        width: 100px;
        height: 50px;
    }
}

/*********** styles for iPhone portrait ****************/
@media screen and (max-width: 320px) {}

/*********** styles for iPhone landscape ****************/
@media screen and (min-width: 321px) and (max-width: 480px) {}