﻿
body
{
    background-image: url('/images/bg.jpg');
    background-repeat: repeat;
    font-family: Papyrus, Times New Roman;
    font-size: medium;
  
}
.padbottom
{
    padding-bottom: 10px;
}

.body-center
{
    font-family: Papyrus, Times New Roman;
    text-align: center;
    background-color: #ffffff;
    padding-bottom: 10px;
    font-size: 11pt;
}
.body-left
{
     width:525px;
     font-family: Papyrus, Times New Roman;
    text-align: left;
    background-color: #ffffff;
    padding-bottom: 10px;
    font-size: 11pt;   
}
.body-left-sm
{
     width:600px;
     font-family: Papyrus, Times New Roman;
    text-align: left;
    background-color: #ffffff;
    padding-bottom: 10px;
    font-size: 9pt;   
}
.header
{
    font-size: 12pt;
    text-align: center;
}
.content 
{
    font-size: 11pt;    
    text-align: center;
    
}
 
 
.menu
{
    background-color: #ffffff;
    font-family: Papyrus, Times New Roman;
    color: #333333;
    font-size: 8pt;
    white-space: nowrap;
}
/* ^^^^^^^^ BELOW IS THE CODE FOR THE TOP MENU ^^^^^^^^^^ */
#sddm
{
    margin: 0;
    padding: 3px 0 0 40px;
    z-index: 30;
}
#sddm li
{
    margin: 0;
    padding: 0;
    list-style: none;
    float: left;
    text-transform:capitalize;
    font: bold 13px arial;
}
#sddm li a
{
    display: block;
    margin: 0 1px 0 0;
    padding: 0px 15px 0px 15px;
    background: #fff;
    color: #000;
    text-align: center;
    text-decoration: none;
    z-index: 30;
}
#sddm li a:hover
{
}
#sddm div
{
    position: absolute;
    visibility: hidden;
    margin: 0;
    padding: 0px 0px 0px 0px;
    border: 1px solid #000;
    z-index: 30;
}

#sddm div a
{
    /*border-top: solid 1px #fff;
    border-bottom: solid 1px #fff;*/
    position: relative;
    display: block;
    margin: 0;
    padding: 5px 10px;
    width: auto;
    white-space: nowrap;
    text-align: left;
    text-decoration: none;
    background: #eff27d;
    color: #000;
    font: 13px arial;
}
#sddm div a:hover
{
    background: #c8ba91;
    color: #000;
}


/* ^^^^^^^^ ABOVE IS THE CODE FOR THE TOP MENU ^^^^^^^^^^ */


/* SLIMBOX */

#lbOverlay {
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url(/images/loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(/images/prevlabel.gif) no-repeat 0 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(/images/nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(/images/closelabel.gif) no-repeat center;
	margin: 5px 0;
	outline: none;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}

/*-------------------------------------*/
