/* this file contains resourceworks-specific styles, and styles applied
 * to HTML elements which are necessary for resourceworks to look ok. */

td {
    padding: 5px;
    text-align: left;
}


.rowheader { background-color: #c0c0c0 ; font-weight: bold ; text-align: center }
.row0 { background-color: #dadada }
.row1 { background-color: #f2f2f2 }
.adminrow0 { background-color: #e6a2a5 }
.adminrow1 { background-color: #f8b4b7 }

.twoweeksrow0 { background-color: #c49edc }
.twoweeksrow1 { background-color: #dabeec }
.fourweeksrow0 { background-color: #e48181 }
.fourweeksrow1 { background-color: #ed8a8a }

.overduekey {
    border: 1px solid black;
}

td.content { 
    vertical-align: top; 
    width: 100%;
    background-color: #ffffff ; 
    padding: 25px 5px 25px 5px;
    padding-top: 0px;
    margin-top: 0px;
}

td.sidebar { 
    vertical-align: top; 
    background-color: #eeeeee; 
    padding: 5px; 
    border-right: 1px solid #000000;
    border-left: 1px solid #000000;
    border-top: 1px solid #000000;
    width: 20%;
}

td.peaceworks { 
    vertical-align: bottom; 
    background-color: #ffbe29;
    padding: 5px; 
    width: 20%;
    border-right: 1px solid #000000;
    border-left: 1px solid #000000;
    border-bottom: 1px solid #000000;
}

td.bar
{
    width: 100%; 
    height: 5px; 
    background-color: #000000;
}

h1 {
    margin-top: 0px;
    padding-top: 0px;
}

td.sidebar * h1, h1.sidebar { 
    font-family: Verdana, Arial, Helvetica; 
    font-size: 100%; 
    font-weight: bold; 
    color: #000000 
}

td.sidebar * h1 {
    padding-top: 0px;
}

h2.sidebar { font-family: Verdana, Arial, Helvetica; font-size: 100%; font-weight: bold; color: #000000 }

a.reservation
{
    color: #000000;
}

a.downloadlink {
    font-weight: bold;
}


table.resultset
{
    border-spacing: 0px;
    border: 1px solid #000000;
    border-collapse: collapse;
}

.resultset td {
    padding: 5px;
}

.field
{
    font-size: 11px;
    font-family: Arial, Helvetica, sans-serif;
    text-indent: 5px;
    color: #333333;
    font-weight: normal;
    background-color: #FFFFFF;
    border: 1px solid #999999;
}

.fieldgroup
{
    padding: .3em;
    border: 1px solid #666666;
}

.fieldlabel
{
    vertical-align: top;
    text-align: right;
    font-weight: bold;
}
.fieldvalue
{
    vertical-align: top;
}

.formerror
{
    color: red;
    font-weight: bold;
}

img.resourceicon
{
    vertical-align: middle;
}

div.content
{
    padding-top: 0px;
    margin-top: 0px;
    background-color: #9b9dc9;
    border: 1px solid #333333;
    padding: 3px;
}

div.basket
{
    background-color: #dddcc5;
    border: 1px solid #333333;
    margin-top: 1em;
    padding: 3px;
}

div.bar
{
    width: 100%; 
    height: 5px; 
    background-color: #505050;
}

tr.basket
{
    padding: 0px;
}

td.day
{
    text-align: center;
    font-size: 125%;
    border-top: 1px solid #000000;
}

tr.reservation
{
    padding: 0px;
    font-size: 7pt;
    margin: 0px;
}

td.reservation
{
    padding: 0px;
    font-size: 7pt;
    margin: 0px;
    text-align: center;
    border: 1px solid #000000;
}

td.calblank
{
    padding: 0px;
    font-size: 7pt;
    margin: 0px;
    text-align: center;
}

/* menu-related styles */
.menubar {
    border-collapse: collapse;
}

.menuitem {
    border: 1px solid #000000;
    background-color: #eeeeee;
}

.menuitem a:link, .menuitem a:visited {
    font-weight: bold;
    text-decoration: none;
}

.menuitem a:link:hover, .menuitem a:visited:hover {
    background-color: #eeeeee;
    text-decoration: none;
}

.submenu {
    color: #000000;
    border: 1px solid #000000;
    background-color: #000000;
}

.subitem {
    background-color: #ffffff;
    border: 1px solid #000000;
}

.subitem a {
    margin: 0px;
    padding: 0px;
    display: block;
}

.subitem a:link, .subitem a:visited { 
    text-decoration: none; 
}
.subitem a:link:hover, .subitem a:visited:hover {
    background-color: #e0e0e0;
}
.subitem a:link:active, .subitem a:visited:active {
    color: #000000;
    background-color: #d0d0d0;
    text-decoration: none
}

.menurow {
    padding: 0px;
    margin: 0px;
}

ul.noindent, ol.noindent {
    padding-left: 1em;
    margin-left: 0em;
}

div.helpcontainer {
}

div.helprow {
    clear: both;
    position: relative;
    margin-bottom: .5em;
}

div.help {
    background-color: #FFFFE1; 
    border: 1px solid black; 
    font-size: 80%;
    font-weight: normal;
    line-height: normal;
    text-align: left;
    position: absolute;
    top: 0em;
    left: 15em;
    width: 16em;
    padding: 0.5em;
}

ul.noindent, ol.noindent {
    padding-left: 1em;
    margin-left: 0em;
}

div#findresources {
    border: 1px solid black;
    padding: .5em;
}

div#findresources p {
    margin-top: 0px;
    margin-bottom: 0px;
}

div#findresources h1 {
    margin-top: 0px;
    padding-top: 0px;
    font-weight: bold;
    text-decoration: none;
    font-size: 100%;
}

div#topsubjects {
    margin-top: 1em;
    border: 1px solid black;
    padding: .5em;
    margin-bottom: 1em;
}

div#topsubjects a {
    font-size: 75%;
}

table.plain {
    border-collapse: collapse;
    border: 1px solid black;
}
                                                                            
table.plain td {
    border: 1px solid black;
}
                                                                            
table.plain th {
    border: 1px solid black;
}

table.noborder {
    border: none;
}
                                                                            
table.noborder td {
    border: none;
}
                                                                            
table.noborder th {
    border: none;
}

table.cpBorder * td {
    padding: 1px;
    margin: 0px;
    text-align: center;
}

table.copystatus {
    border: 1px solid black;
}

table.copystatus * td {
    text-align: center;
}

table.copystatus * th {
    text-align: center;
    white-space: nowrap;
}

table.resourceview {
    padding: 0px;
}

table.resourceview * td {
    padding: 3px;
    margin: 2px;
}

table.resourcebottomfields * td {
    vertical-align: top;
}

td.fieldlabelcheckout {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    border-left: 1px solid #444444;
    border-right: none;
    text-align: right;
    padding-left: 2px;
}

td.fielddeletecheckout {
    border-left: none;
    border-right: 1px solid #444444;
}

.fieldgroupbegin
{
    border-top: 1px solid #444444;
    border-left: 1px solid #444444;
    border-right: 1px solid #444444;
    font-weight: bold;
}

.fieldgroupend
{
    border-top: 1px solid #444444;
}

td.fieldcheckoutres
{
    text-align: center;
    border-left: 1px solid #444444;
    border-right: 1px solid #444444;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 1px;
    padding-bottom: 1px;
    font-size: 11px;
}

