body{
    /*background-color: #666;*/
    font-family: Verdana, Arial, Helvetica, sans-serif;
}
.gallery{
    padding: 0;	
}
.galleryCont{
    display:none;
}
.descriptionBox{
    font-size: 10px;
    background-color: transparent;
    color: #ffffff;
}

.nextProject{
    color:#FFFFFF;
    font-size:40px;
}
.gallery .desc{
    color:#000000;
    font-size:14px;
}

.menu td{
    padding:10px;
    background-color:#FFFFFF;
    color:#CC0000;
    font-size:14px;
}
.menu td a{
    text-decoration:none;
    color:#CC0000;
}
.menu td a:hover{
    text-decoration:none;
    color:#000000;
}
.imgDesc{
    color: #fff;
    font-size: 11px;
    float: left;
    width: 50%;
    margin: 35px 0;
}

.imgDesc h1 {
    font-size: 11px;
    font-weight: normal;
    margin: 4px 0;
}

.imgDesc h2, .imgDesc h2 a {
    font-size: 18px;
    font-weight: normal;
    font-family: Arial;
    margin: 4px 0;
}

.imgDesc p {
    font-size: 11px;
    font-weight: normal;
    line-height: 15px;
    margin: 12px 0;
}

.imgDesc h1, .imgDesc h2, .imgDesc h2 a, .imgDesc p, .imgDesc a {
    color: #ffffff;
    text-decoration: none;
}

img.imgThumb {
    margin: 8px;
    display: none;
}

div.ThumbImg {
    height: 322px;
}

div.ThumbImgInner {
    padding: 30px 10px;
}

div.header table {
    width: 100%;
    height: 100%;
}

div.header table td {
    vertical-align: middle;
}

td.prev, td.next {
    width: 20px;
    text-align: center;
}

td.indexLabel {
    width: 50px;
    text-align: center;
}

td.thumbWinBtn {
    text-align: right;
}

td.thumbWinBtn img { vertical-align: middle;}

a.readmore {
    color: #ff9900;
    text-decoration: none;
    font-weight: bold;
    padding-left: 8px;
    background: transparent url('/images/more-orange.png') left 4px no-repeat;
}

div.closeThumbArea, div.closeVideoArea {
    margin-left: 452px;
    margin-right: 20px;
    width: 84px !important;
    width: 100px;
    text-align: right;
    font-size: 11px;
    font-weight: normal;
    color: #ffffff;
    line-height: 20px;
    vertical-align: bottom;
    cursor: pointer;
    padding: 5px 0;
    padding-right: 16px;
    background: transparent url('/images/more_portal.png') right 10px no-repeat;
}

div.playvideo {
    color: #ff9900;
    text-decoration: none;
    font-weight: bold;
    cursor: pointer;
}

#tooltip{
    width:auto;
    max-width:250px;
    min-width:100px;
    border:1px solid;
    background:white;
    padding:5px;
    margin-top:4px;
    font-size:12px;
    color:dimgray;
    z-index: 50000;
    
}

#tooltip #ttimg.top{
    margin-top:-17px;
    margin-left:2px
}
#tooltip #ttimg.bottom{
    bottom:0;
    margin-bottom:-12px;
    margin-left:2px
}


#tooltip.default {
    border:3px solid white;
    background: whitesmoke;
    color: #333333;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    border-radius:3px; 
    margin-top:2px;
    z-index: 50000;
    text-align: left;
}


#tooltip.default #ttimg.top{
    position:absolute;
    margin-top:-8px;
    margin-left:-8px;
    z-index: 50000;
}
#tooltip.default #ttimg.bottom{
    position:absolute;
    bottom:0;
    margin-bottom:-3px;
    margin-left:-8px;
    z-index: 50000;
}
