@charset "UTF-8";
/* CSS Document */

<style type="text/css">
/*table.menuborder{
border:#603913 solid 1px;
padding:10px;
}*/
/*.menu{
padding-left:35px;
font-family:Verdana, Times;
color:#5c360f;
font-size:13px;
font-weight:600;
}*/
/*td.Tel{
font-family:Verdana;
font-size:14px;
color:#FFFFFF;
font-weight:600;
padding-right:57px
}*/
/*input.txt{
color:#5c360f;
background-color:#E3F2F7;
border: 1 px inset #00008B;
width:150px;
}*/
/*input.loginButton{
color:#5c360f;
border: 1 px inset #00008B;
font:Arial, Helvetica, sans-serif;
}*/
/*td.txt{
font-family:Verdana;
color:#5c360f;
font-size:13px;
padding-bottom:5px;
}*/
/*td.txttitle{
font-family:Verdana;
color:#5c360f;
font-size:13px;
font-weight:600;
padding-bottom:5px;
padding-left:30px
}*/
/*td.copyright{
font-family:Verdana;
color:#5c360f;
font-size:10px;
padding-top:8px;
}*/
/*A:link
{
    FONT-SIZE: 12px;
    COLOR: #603913;
    FONT-FAMILY: Verdana;
    TEXT-DECORATION: none
}
A:visited
{
    FONT-SIZE: 12px;
    COLOR: #603913;
    FONT-FAMILY: Verdana;
    TEXT-DECORATION: none
}
A:hover
{
    FONT-SIZE: 12px;
    COLOR: #981b1e;
    FONT-FAMILY: Verdana;
    TEXT-DECORATION: underline
}*/



/*Outermost DIV for thumbnail viewer*/
/*#thumbBox{ 
position: absolute;
left: 0;
top: 0;
width: auto;
padding: 10px;
padding-bottom: 0;
background: #313131;
visibility: hidden;
z-index: 10;
cursor: hand;
cursor: pointer;
}*/


/*Footer DIV of thumbbox that contains "close" link */
/*#thumbBox .footerbar{ 
font: bold 12px Tahoma;
letter-spacing: 5px;
line-height: 1.1em;
color: white;
padding: 5px 0;
text-align: right;
}
*/

/*DIV within thumbbox that holds the enlarged image */
/*#thumbBox #thumbImage{ 
background-color: white;
}*/


/*DIV for showing "loading" status while thumbbox is being generated*/
#thumbLoading{ 
position: absolute;
visibility: hidden;
/*border: 1px solid black;*/
/*background-color: #EFEFEF;*/
padding: 5px;
z-index: 5;
}






/*Outermost DIV for thumbnail viewer*/
#thumbBox{ 
position: absolute;
left: 0;
top: 0;
width: auto;
padding: 10px;
padding-bottom: 0;
background: #313131;
visibility: hidden;
z-index: 5;
cursor: hand;
cursor: pointer;
}

 /*Footer DIV of thumbbox that contains "close" link */
#thumbBox .footerbar{
font: bold 10px Tahoma;
letter-spacing: 5px;
line-height: 1.1em;
color: blue;
padding: 5px 0;
text-align: right;
}

/*DIV within thumbbox that holds the enlarged image */
#thumbBox #thumbImage{ 
background-color: white;
}

/*DIV for showing "loading" status while thumbbox is being generated*/

#thumbLoading{ 
position: absolute;
visibility: hidden;
border: 1px solid black;
background-color: #EFEFEF;
padding: 5px;
z-index: 5;
}

