/* For generic page styles. Not for sliders. */

body {margin:0; padding:0; padding-bottom:60px;}
h2 {display:inline;}
.div1, .div2 {width:700px;margin:0 auto;}
.div1 {margin-top:30px;margin-bottom:60px;text-align:center;line-height:20px;}
.div1 P {font-size:18px;}
.div1 a, .div2 a {color:#07C; }
.div1 a {margin:0 8px;}
.div1 a.current {color:black; text-decoration:none;}
.div2 {margin-top:70px;}
.div2 li {padding-top:6px;padding-bottom:6px;}
.green {color:Green;}
.cn {font-family: "Courier New", Georgia;}
#status {display:inline-block; margin-left:26px;line-height:50px;height:50px;vertical-align:middle;}

.code
{
    border: dashed 1px #BCBCCB; padding:8px 12px; background-color: #F3F3F9; white-space:pre; font-family:"Courier New", Georgia;
    font-size:12px; margin:6px 0;overflow:auto;
}

.tbt {
    color: #ffc20e;
    font-size: 11px;
    font-family:Arial, Helvetica, sans-serif;
    font-weight:bold;
    padding: 2px 2px;
    position: inherit;
    bottom: 10px;
    width: 10%;
    text-align: center;
    background-color: #F90;
    text-transform: uppercase;
    box-shadow: 4px 4px 2px #353535;
    border: 1px solid #ffffff;
    margin-left:5px;
    }

/* Caption text */
.text {
    color: #ffc20e;
    font-size: 14px;
    font-family:Arial, Helvetica, sans-serif;
    font-weight:bold;
    padding: 5px 5px;
    position: absolute;
    bottom: 10px;
    width: 15%;
    text-align: center;
    background-color: #ffc20e;
    text-transform: uppercase;
    box-shadow: 8px 8px 5px #353535;
    border: 2px solid #a20c3a;
    margin-left:10px;
    }
