
div#topLeftBox{
position: absolute;
top: 31px;
left: 18px;
height: 241px;
width: 530px;
/*background: url('../img/libraryFlash.jpg');*/
}

div#topRightBox{
position: absolute;
top: 31px;
left: 555px;
height: 241px;
width: 261px;
background-color: white;
border: 1px solid grey;
background: url('/img/booksBackground.jpg');
font-size: 8pt;
}

div#topRightBoxContent {
    width: 150px;
    margin-left: 20px;
    margin-top: 8px;
}

div#topRightBoxContent div {
    margin-bottom: 10px;
    color: #666666;
}

div#topRightBoxContent div.title {
    font-size: 10pt;
    color: #2d546e;
}

div#middleLeftBox{
position: absolute;
top: 311px;
left: 18px;
height: 133px;
width: 260px;
background-color: white;
border: 1px solid grey;
}

div#middleLeftBox p {
color: #2d546e;
font-size: 8pt;
}

div#middleCenterBox{
position: absolute;
top: 311px;
left: 288px;
height: 133px;
width: 260px;
background-color: white;
border: 1px solid grey;
}

div#middleCenterBox p {
color: #2d546e;
font-size: 8pt;
}

div#middleCenterBox img { margin-top: 20px; }

div#middleRightBox{
position: absolute;
top: 311px;
left: 555px;
height: 133px;
width: 261px;
background-color: white;
border: 1px solid grey;
}


div#middleRightBoxContent{
    margin: 10px;
    font-size: 9pt;
    color: #666666;
}

div#middleRightBoxContent_worc{
    margin: 10px;
    font-size: 8pt;
    color: #666666;
}

div#middleRightBoxContent a{
    color: #ba7315;
    text-decoration: none;
}

div.middleTitle
{
font-weight: bold;
line-height: 25px;
font-size: 8pt;
color: white;
}

div#middleLeftTitle{
position: absolute;
top: 286px;
left: 18px;
height: 25px;
width: 260px;
background-color: #ba7315;
border: 1px solid grey;
}

div#middleCenterTitle{
position: absolute;
top: 286px;
left: 288px;
height: 25px;
width: 260px;
background-color: #687202;
border: 1px solid grey;
}

div#middleRightTitle{
position: absolute;
top: 286px;
left: 555px;
height: 25px;
width: 261px;
background-color: #2d546e;
border: 1px solid grey;
}

div#bottomLeftBox{
position: absolute;
top: 458px;
left: 18px;
height: 313px;
width: 530px;
background-color: #ced0b8;
}

div#bottomLeftBoxTitle{
    font-size: 8pt;
    line-height: 17pt;
    margin: 4px 5px 10px 10px;
    border-bottom: 1px dotted black;
    width: 300px;
}

div#bottomLeftBoxContent{
    font-size: 8pt;
    margin: 10px 5px 10px 10px;
}


div#bottomRightBox{
position: absolute;
top: 458px;
left: 555px;
height: 313px;
width: 261px;
background-color: white;
border: 1px solid grey;
}

div#bottomRightBoxTitle{
    font-size: 8pt;
    margin: 10px 5px 10px 10px;
    color: #2d546e;
}

div#bottomRightBoxContent{
    font-size: 8pt;
    margin: 20px 5px 10px 10px;
}

div#bottomRightBoxContent_worc{
    font-size: 8pt;
    margin: 20px 5px 10px 10px;
	color: #2d546e;
}

div#bottomRightBoxContent ul, div#bottomRightBoxContent li{
    font-size: 8pt;
    margin: 0px;
    padding: 0px;
    color: #666666;
}

 div#bottomRightBoxContent_worc ul, div#bottomRightBoxContent_worc li{
    font-size: 8pt;
    margin: 0px;
    padding: 0px;
    color: #2d546e;
}

div#bottomRightBoxContent ul, div#bottomRightBoxContent_worc ul
{
    margin-left: 14px;
}

div#datepicker { font-size: 6pt; width: 250px; }

.ui-datepicker-calendar thead { display: none; }
