﻿.titleBar {
    height: 30px;
    padding: 0px 0px 0px 5px;
    background-color: #F3F3F3;
}

.titleBar:hover {
    cursor: pointer;
    background-color: #CFE7F5;
}

.background {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    display: none;
}

.content {
    position: absolute;
    width: 490px;
    height: 220px;
    background-color: White;
    border: 3px ridge white;
    display: none;
}

.content-close-button {
    margin: 5px;
}

.content-title {
    background-color: #F3F3F3;
    font-size: 15px;
    font-weight: bold;
}

.content-link {
    padding: 5px;
    background-color: #F3F3F3;
}

.bt {
    display: inline-block;
    height: 130px;
    width: 150px;
    margin: 5px 5px 5px 5px;
    padding: 5px 5px 10px 5px;
    font: normal 10px/1.1em arial;
    border: 1px solid #d0d0d0;
    border-top-color: #ececec;
    border-bottom-color: #909090;
    color: #909090;
    vertical-align: top;
    background: #ffff00;
    background: -moz-linear-gradient(top, #fff 60%, #e7e7e7);
    background: -webkit-linear-gradient(top, #fff 60%, #e7e7e7);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e7e7e7');
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -moz-box-shadow: 0 2px 3px rgba(0,0,0,.2);
    -webkit-box-shadow: 0 2px 3px rgba(0,0,0,.2);
}

.bt:hover {
    cursor: pointer;
    background: #fff;
}