﻿/*
* User: lix
* Date: 2014-11-05
* Time: 15:55
* Description: 文化场馆页面样式文件
*/
.horizontal-only
{
    height: auto;
}

#flashContent
{
    width: 100%;
    height: 100%;
}

#t_dz
{
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -320px;
    margin-top: -257px;
    width: 640px;
    height: 490px;
    display: none;
    z-index: -999;
    border: 1px solid #FFF;
}

#t_ds
{
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -320px;
    margin-top: -257px;
    width: 640px;
    height: 534px;
    display: block;
    z-index: -998;
    border: 1px solid #FFF;
}
.t_close
{
    width: 30px;
    height: 30px;
    background: url(/Scripts/fancybox/fancy_close.png) no-repeat;
    position: absolute;
    top: -10px;
    right: -10px;
    z-index: 1000000000000;
    cursor: pointer;
}
.bg
{
    position: fixed;
    z-index: 999;
    filter: alpha(opacity=80);
    background: #000;
    opacity: 0.8;
    -moz-opacity: 0.8;
    left: 0;
    top: 0;
    height: 99%;
    width: 100%;
    display: none;
}
#listbtn
{
    top: 68px;
    cursor: pointer;
}
.balltitle
{
    background: none repeat scroll 0 0 #8e7e71;
    color: white;
    float: left;
    font-size: 19px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    width: 100px;
    margin-left: 10px;
    margin-top: 5px;
    cursor: pointer;
}

.balltitle span {
    color: white;
}
