﻿body
{
    border-style: none;
    border-color: inherit;
    border-width: 0;
    color: #444444;
    background-image: url( '../Grafics/Layout/background.png' );
    background-position: left top;
    background-repeat: repeat-x;
    background-color: #FF4040;
    height: 100%;
    margin: 0;
    padding: 0;
    width: 100%;
    font-family: Verdana;
    text-align: left;
}

.ContentTable
{
    background-color: #FFFFFF;
    color: #333333;
    padding-top: 0px;
    padding-left: 20px;
    padding-right: 40px;
    font-size: small;
    height: 400px;
    width: 800px;
    text-align: left;
}

.ContentCellBlack
{
    background-color: #FFFFFF;
    background-image: url( '../Grafics/Layout/boxbackground.png' );
    background-position: left bottom;
    background-repeat: repeat-x;
    color: #333333;
    padding-top: 0px;
    padding-left: 20px;
    padding-right: 40px;
    font-size: small;
    height: 400px;
    width: 800px;
}

.ContentHeadLine
{
    color: #A82F00;
    height: 50px;
    text-align: left;
    text-decoration: underline;
}

.BorderContentBox
{
    border: 1px solid #FF0000;
    padding: 5px;
    background-color: #FFFFFF;
}

.BorderContentBoxHeadLine
{
    background-color: #000000;
    color: #FFFFFF;
    font-weight: bold;
    font-size: small;
    text-align: center;
}

.NoBorder
{
    border: solid 0px #FFFFFF;
}

table.Note
{
    border-left: solid 1px #808080;
    border-top: solid 1px #808080;
    border-right: solid 3px #2B2B2B;
    border-bottom: solid 3px #2B2B2B;
    background-color: #FFF08B;
}

td.Note
{
    border-bottom: solid 1px #00036E;
}

input.Note, textarea.Note, select.Note
{
    border: solid 0px #FFFFFF;
    background-color: #FFF08B;
}

#menucontainer
{
    z-index: 300;
}

.ddmc_table
{
    cursor: pointer;
}

.ddmc_subtable
{
}

.ddmc_mainitemcell
{
    color: #FFFFFF;
    background-color: #000000;
    border: solid 1px #000000;
    padding: 2px 2px 2px 2px;
    background-image: url( '../Grafics/Layout/MenuItemBack.png' );
    background-position: left bottom;
    background-repeat: repeat-x;
    font-weight: bold;
    font-size: small;
    cursor: pointer;
}

.ddmc_mainitemcell:hover
{
    color: #FF0000;
    cursor: pointer;
}

.ddmc_itemcell
{
    color: #FFFFFF;
    background-color: #000000;
    border: solid 1px #000000;
    padding: 2px 2px 2px 2px;
    background-image: url( '../Grafics/Layout/MenuItemBack.png' );
    background-position: left bottom;
    background-repeat: repeat-x;
    font-size: x-small;
    cursor: pointer;
}

.ddmc_itemcell:hover
{
    color: #FF0000;
    cursor: pointer;
}

.ShadowBorder
{
    border-left: solid 1px #808080;
    border-top: solid 1px #808080;
    border-right: solid 3px #2B2B2B;
    border-bottom: solid 3px #2B2B2B;
}


.textsmall
{
    font-size: small;
}

.textsmaller
{
    font-size: smaller;
}

.textxxsmall
{
    font-size: xx-small;
}



/**
 * jQuery lightBox plugin
 * This jQuery plugin was inspired and based on Lightbox 2 by Lokesh Dhakar (http://www.huddletogether.com/projects/lightbox2/)
 * and adapted to me for use like a plugin from jQuery.
 * @name jquery-lightbox-0.5.css
 * @author Leandro Vieira Pinho - http://leandrovieira.com
 * @version 0.5
 * @date April 11, 2008
 * @category jQuery plugin
 * @copyright (c) 2008 Leandro Vieira Pinho (leandrovieira.com)
 * @license CC Attribution-No Derivative Works 2.5 Brazil - http://creativecommons.org/licenses/by-nd/2.5/br/deed.en_US
 * @example Visit http://leandrovieira.com/projects/jquery/lightbox/ for more informations about this jQuery plugin
 */
#jquery-overlay
{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 90;
    width: 100%;
    height: 500px;
}
#jquery-lightbox
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    text-align: center;
    line-height: 0;
}
#jquery-lightbox a img
{
    border: none;
}
#lightbox-container-image-box
{
    position: relative;
    background-color: #fff;
    width: 250px;
    height: 250px;
    margin: 0 auto;
}
#lightbox-container-image
{
    padding: 10px;
}
#lightbox-loading
{
    position: absolute;
    top: 40%;
    left: 0%;
    height: 25%;
    width: 100%;
    text-align: center;
    line-height: 0;
}
#lightbox-nav
{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav
{
    left: 0;
}
#lightbox-nav a
{
    outline: none;
}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext
{
    width: 49%;
    height: 100%;
    zoom: 1;
    display: block;
}
#lightbox-nav-btnPrev
{
    left: 0;
    float: left;
}
#lightbox-nav-btnNext
{
    right: 0;
    float: right;
}
#lightbox-container-image-data-box
{
    font: 10px Verdana, Helvetica, sans-serif;
    background-color: #fff;
    margin: 0 auto;
    line-height: 1.4em;
    overflow: auto;
    width: 100%;
    padding: 0 10px 0;
}
#lightbox-container-image-data
{
    padding: 0 10px;
    color: #666;
}
#lightbox-container-image-data #lightbox-image-details
{
    width: 70%;
    float: left;
    text-align: left;
}
#lightbox-image-details-caption
{
    font-weight: bold;
}
#lightbox-image-details-currentNumber
{
    display: block;
    clear: left;
    padding-bottom: 1.0em;
}
#lightbox-secNav-btnClose
{
    width: 66px;
    float: right;
    padding-bottom: 0.7em;
}

#gallery
{
    background-color: #FFFFFF;
}

.GalleryItem
{
    padding: 5px 5px 5px 5px; 
    background-color: #808080;
    color: #FFFFFF;
}

.GalleryItem:hover
{
    background-color: #921C1C;
}


/* dock - top */
.dock {
	position: relative; 
	height: 50px; 
	text-align: center;
}
.dock-container {
	position: absolute;
	height: 50px;
	padding-left: 20px;
}
a.dock-item {
	display: block;
	width: 40px;
	color: #000;
	position: absolute;
	top: 0px;
	text-align: center;
	text-decoration: none;
	font: bold 12px Arial, Helvetica, sans-serif;
}
.dock-item img {
	border: none; 
	margin: 5px 10px 0px; 
	width: 100%; 
}
.dock-item span {
	display: none; 
	padding-left: 20px;
}



/**
 * jQuery ImageCarousel
*/

#ImageCarousel {  
     position: relative; /* important */  
     overflow: hidden; /* important */  
     width: 470px; /* important */  
     height: 86px; /* important */  
     margin: 0 85px;  
     background: #000;  
 }  
   
 #ImageCarousel_frame {position: relative}  
 #ImageCarousel_previous {float: left;}  
 #ImageCarousel_next {float: right;}  
 #ImageCarousel_content {  
     position: absolute;  
     top: 0;  
     margin-left: 20px;  
     width: 5418px; 
 }  
   

.ImageCarousel_item {  
     list-style: none;  
     margin: 0;  
     padding: 0; 
     display: block;   
     display: block;  
         float: left;  
         margin: 5px;  
         padding: 5px;  
         border: 1px solid #666;  
         background-color: #000;  
 }  

