/* Navigation arrows and text */
.lfcss-arrow-right {
    border-color: transparent transparent transparent black;
    border-style: solid;
    border-width: 8px;
    width: 0;
    height: 0;
    position: relative;
    top: -3.7em;
    left: 12em;
}
.lfcss-arrow-right-double-1 {
    border-color: transparent transparent transparent black;
    border-style: solid;
    border-width: 8px;
    width: 0;
    height: 0;
    position: relative;
    top: -4.7em;
    left: 14em;
}.lfcss-arrow-right-double-2 {
    border-color: transparent transparent transparent black;
    border-style: solid;
    border-width: 8px;
    width: 0;
    height: 0;
    position: relative;
    top: -5.8em;
    left: 13.5em;
}
.lfcss-arrow-left {
    border-color: transparent black transparent transparent;
    border-style: solid;
    border-width: 8px;
    width: 0;
    height: 0;  
    position: relative;
    left: 2.5em;
    top: -1.1em;
}
.lfcss-arrow-left-double-1 {
    border-color: transparent black transparent transparent;
    border-style: solid;
    border-width: 8px;
    width: 0;
    height: 0;  
    position: relative;
    left: 0em;
    top: 1em;
}
.lfcss-arrow-left-double-2 {
    border-color: transparent black transparent transparent;
    border-style: solid;
    border-width: 8px;
    width: 0;
    height: 0;  
    position: relative;
    left: 0.5em;
    top: -.05em;
}
.lfarrow-words {
    position: relative;
    top: -2.4em;
}
/* End Navigation arrows and text */
/* item list */
table.lostfound {
    width: 600px;    
}
td.lfupload {
    vertical-align: top;
}
td.lfupload {
    vertical-align: top;
    width: 300px;
}

tr.lfupload {


}
span.itemname {
    font-weight: bold;
}
div.lfitemlist {
   /* position: relative;
    top: 0em;  */
    margin: 30px;
}
table.lostfound {
    width: 600px;
    
}
span.itemdescription {

}
td.lfitem {
    width: 50%;
    vertical-align: top;
}
/* end item list */
/* admin claim area */
th.lfadmin {
    padding: 0px 5px;
}
td.lfitemname {
    width: 20%;
}
td.lfadmin {
    padding: 0px 2px;
}
/* admin claim area */
h2.lostfound {

}
table.lfnav {
    border: 0px;
}
tr.lfnav {
    border: 0px;
}
td.lfnav {
    border: 0px;
}
td.lfname {
    width: 33%;
}
div.lfheaderbar {
    width: 100%;

}
div.lfnav {
    float: left;
    width: 60%;
    height: 4em;
}
div.lfpages {
    float: left;
    width: 40%;
    height: 4em;
}
td.lfclaims {
    width: 33%;
}

h2.nav-tab-wrapper {
    font-size: medium;
}
.spacer {
    height: 10px;
}
.error {
    font-weight: bold;
    color: red;
}

