html {
    height: 100%;
}

body {
    margin: 0;
    padding: 0;
    background-color: #EEE;
    font-family: Verdana, Tahoma, Arial, Geogia, "微软雅黑", "宋体", Sans-serif;
    font-size: 12px;
    overflow-x: hidden;
}

a:active, a:hover, a:visited, a:link {
    color: blue;;
}

div, p, table, th, td {
    font-size: 12px;
    font-family: inherit;
    line-height: inherit;
}

a:link, a:active, a:visited {
    text-decoration: underline;
    background: transparent;
}

#header {
    padding: 0.5em;
    background: #FFF;
    border-bottom: 1px solid #EEE;
    height: 60px;
}

#minHeader {
    float: left;
    width: 428px;
}

#status {
    text-align: right;
    width: 240px;
    float: right;
    margin-bottom: 1em;
    margin-right: 1em;
    overflow: hidden;
}

#status p {
    margin: 4px;
}

#contentWrapper {
    width: 100%;
}

#intro {
    text-indent: 2em;
    line-height: 1.5;
    margin: 1em; /*margin-right: 200px;;*/
    padding: 0 0.5em 0.5em;
    border: 1px solid #EEE;
    background: white;
    border-radius: 0.5em;
    -moz-border-radius: 0.5em;
    -webkit-border-radius: 0.5em;
}

#channel {
    text-align: center;
    height: 60px;
}

#indexGoogleAd {
    margin: 10px;
}

#indexBenefactorAd {
    margin-left: 20px;
    margin-top: 20px;
}

.indexBenefactorAdTitle {
    border: 1px solid #CCC;
    padding: 5px;
    background-color: green;
    color: #FFF;
    font-weight: bold;
    width: 100px;
}

.indexBenefactorAdLink {
    border-top: 1px solid #DDD;
    border-bottom: 1px solid #DDD;
    border-right: 1px solid #DDD;
    background-color: #EEE;
    padding: 5px;
}

#adLinkTips {
    width: 468px;
    margin-left: 10px;
    margin-top: 20px;
    color: #CCC;
    text-align: left;
}

#footerNav {
    text-indent: 0;
    margin: 1em;
    text-align: left;
    color: #AAA;
    width: 300px;

}

#footerNav span {
    cursor: pointer;
    text-decoration: underline;
}

#moreContent {
    float: right;
    width: 160px;
    margin: 0 1em;
    padding: 0 0.5em 0.5em;
    border: 1px solid #EEE;
    background: white;
    border-radius: 0.5em;
    -moz-border-radius: 0.5em;
    -webkit-border-radius: 0.5em;
}

#moreContentList {
    margin: 10px;
    padding: 5px;
}

#chatbutton {
    margin-top: 3em;
    text-align: center;
    margin-bottom: 0.25em;
}

#chatbutton img {
    display: block;
    margin: auto;
    cursor: pointer;
}

#chatTips {
    margin: 10px 0;
    text-align: center;
    font-size: 1em;
    color: #999;
}

img {
    border: 0 none;
}

.siteName {
    font-weight: bold;
    color: #ff8000;
}

/*聊天区域样式*/
#messageWrapper {
    clear: both;
    height: 70%;
    overflow: auto;
    margin: 1em; /*margin-right: 230px;*/
    padding: 0 0.5em 0.5em;
    border: 1px solid #EEE;
    border-radius-topleft: 0.5em;
    border-radius-topright: 0.5em;
    -moz-border-radius-topleft: 0.5em;
    -moz-border-radius-topright: 0.5em;
    -webkit-border-top-left-radius: 0.5em;
    -webkit-border-top-right-radius: 0.5em;
    background: white;
    left: 1em;
    right: 1em;
    bottom: 6.5em; /* Dimensions for IE: */
    _width: 100%;

}

.messageSmall {
    font-size: 12px;
}

.messageLarge {
    font-size: 14px;
    font-weight: bold;
}

#message {
    width: 80%;
    min-height: 110px;
    _width: 80%;
    _height: 100px;
}

#message p {
    margin: 2px;
    height: 22px;
}

.bulletinMessage {
    color: #009900;
}

.selfChatMessage {
    color: #3f9fff;
}

.pairChatMessage {
    color: #ff8000;
}

.disconnectSuccessMessage {
    padding: 10px;
    color: #7e7e7e;
}

.connectFailMessage {
    padding: 10px;
    color: #ff9900;
}

.connectSuccessMessage {
    padding: 10px;
    color: #08c015;
}

.pairChatName {
    font-weight: bold;
    color: #ff8000;
}

.systemName {
    font-weight: bold;
    color: #000;
}

.slefName {
    font-weight: bold;
    color: #3f9fff;
}

.systemMessage {
    color: black;
}

.startNewChat {
    font-weight: bold;
    padding: 5px;
}

.distanceMessage {
    font-weight: bold;
    color: black;
}

.messageTime {
    font-size: 0.8em;
    color: #aaa;
    margin: 0 1em;
}

#chatContrl {
    width: 100%;
}

#connectButton {
    margin: 0 0.8em;
    height: 80px;
    width: 80px;
    background: white;
    padding: 0;
    cursor: pointer;
}

#messageInput {

}

#sendButton {
    margin: 0 0.8em;
    padding: 0;
    height: 80px;
    width: 80px;
    background: white;
    cursor: pointer;
}

.inputHover {
    border: 1px solid #33ccff;
    overflow: hidden;
    background: white;
    height: 80px;
    width: 100%;
}

.inputNomal {
    border: 0;
    overflow: hidden;
    background: white;
    height: 80px;
    width: 100%;
}

/*feedback*/

#moreInfo {
    margin: 80px 1em 20px;
}

#feedback {
    color: #999;
}

.downloadText {
    font-weight: bold;
    cursor: pointer;
    color: blue;
}

.cleanText {
    font-weight: bold;
    cursor: pointer;
    color: blue;
}

/*
#ads {
    margin: 1em;
}

#indexLinks {
    margin: 1em;
}

#indexLinks h5 {
    color: #CCC;
    margin: 0;
}
*/

#friendSites {
    padding: 0 2em;
    color: #666;
}

#friendSitesTitle {
    font-weight: bold;
}

#video-list {
    text-indent: 0;
    padding: 0 2em 0 0;
    color: #666;
}

#video-list-title {
    font-weight: bold;
    margin: 0 20px 0 0;
}

.index-video-pic {
    margin: 2px;
    border: 1px solid black;
}

#footer {
    clear: both;
    float: right;
    width: 340px;
    text-align: right;
    padding: 1em;
}

#beian {
}

#beian a:link, #beian a:active, #beian a:visited {
    text-decoration: none;
    color: #999;
    background: transparent;
}

#beian a:hover {
    text-decoration: underline;
    color: #f00;
    background: transparent;
}

/*预览输入*/
#messagePreview {
    padding: 4px;
    opacity: 0.65;
    -moz-opacity: 0.65;
    filter: alpha(opacity = 65);
    width: 65%;
    height: 60px;
    position: absolute;
    overflow: hidden;
    border: 1px solid #eee;
    display: none;
    background: #fff;
    white-space: nowrap;
}

#messagePreviewTitle {
    font-weight: bold;
    white-space: nowrap;
}

#messagePreviewBody {
    height: 28px;
    overflow: hidden;
    white-space: nowrap;
}

.smileyPic {
    margin: 2px;
    vertical-align: middle;
}

.typingMessage {
    color: #999;
}

.adMessage {
    margin: 10px 1em;
    padding: 5px;
    border: 1px solid coral;
    background-color: #ffddcc;
    font-weight: bold;
}

/*map*/
.mapMolurenTitle {
    font-weight: bold;
    font-size: 12px;
    margin: 0 0 0 65px;
    padding: 20px 0;
}

.mapMolurenLocation {
    margin: 0;
    font-weight: normal;
}

.mapMolurenContainer {
    background-image: url(/theme/default/images/map/map-face.png);
    background-repeat: no-repeat;
    height: 60px;
    text-indent: 0;
}

#video-link-tips {
    display: none;
    background: transparent url(/js/lib/jquery-tools/tooltip/black_arrow.png);
    font-size: 12px;
    height: 70px;
    width: 160px;
    padding: 25px;
    color: #fff;
}

/* style the trigger elements */
#video-link-tips img {
    border: 0;
    cursor: pointer;
    margin: 0;
}