html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

body { line-height : 1; }

ul { list-style: none; }
textarea { overflow: auto; }

.clear { clear: both; } 

/* slightly enhanced, universal clearfix hack */
.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* close commented backslash hack */

body {
    direction: ltr;
    font-family: Arial, Helvetica, Sans-Serif;
}

#container {
    width: 790px;
    margin: 0 auto;
    font-size: 12px;
}

#header {
    color: #999999;
    font-weight: bold;
}

#header a {
    color: #999999;
    font-weight: bold;
    text-decoration: none;
}

#header a:hover {
    text-decoration: underline;
}

#header span.guest {
    color: #83A41B;
    font-weight: bold;
}

#header div.logo {
    float: left;
    width: 264px;
}

#header div.logo img {
    width: 264px;
    height: 93px;
}

#header div.menu {
    float: right;
    text-align: left;
    width: 380px;
    margin-top: 20px;
}

#header div.nav {
    float: left;
}

#header div.members {
    float: right;
}

#header p.description {
    clear: both;
    color: #999999;
    font-size: 12px;
    padding: 10px 0;
}

#main div.headers h2 {
    font-size: 16px;
}

#main div.headers div.google-speech ,
#main div.headers div.livepattern-speech {
    width: 380px;
    height: 385px;
    padding: 0 7px;
    margin-bottom: 3px;
    float: left;
    background: #d7e5b0;
}

#main div.headers div.google-speech {
    margin-right: 1px;
}

#main div.headers div.google-speech h2 ,
#main div.headers div.livepattern-speech h2 {
    margin-top: 20px;
    margin-bottom: 10px;
}

#main div.headers div.human-speech h2 {
    margin-top: 245px;
}

#main div.transcripts {
    height: 260px;
    border: 2px solid #788b00;
    margin-top: 4px;
    overflow: auto;
    background: transparent url('../images/transcripts_bg.jpg') scroll repeat-y center top;
    font-size: 14px;
    line-height: 1.4em;
}

#main div.transcripts span.err {
    background-color: #fff600;
}

#main div.transcripts h3 {
    font-size: 15px;
    margin: 10px 0;
    text-align: center;
}

#main div.transcripts div.google-speech {
    width: 262px;
    float: left;
    background: #d7e5b0;
}

#main div.transcripts div.livepattern-speech {
    width: 240px;
    float: left;
    background: #d7e5b0;
}

#main div.transcripts div.human-speech {
    width: 261px;
    float: left;
    background: #e1e1e1;
}

#main div.transcripts ul {
    margin-top: 10px;
    padding: 5px 10px;
}

#main div.transcripts div.livepattern-speech ul {
    padding-right: 0;
}

#main div.transcripts ul li {
    padding-top: 2px;
    border-top: 1px dotted #000;
    margin-top: 4px;
}

#main div.transcripts ul li:first-child {
    padding-top: 0;
    border-top: 0;
    margin-top: 0;
}

#main div.transcripts ul li.small { font-size: 13px; }

#main div.transcripts ul li.lines-2 { height: 40px; }
#main div.transcripts ul li.lines-3 { height: 58px; }

#main div.conclusions {
    height: 150px;
    font-size: 14px;
}

#main div.conclusions p.google-total {
    width: 151px;
    height: 80px;
    text-align: center;
    float: left;
    padding: 70px 20px 0;
    margin-left: 20px;
    background: transparent url('../images/total_bg.jpg') scroll no-repeat center center;
}

#main div.conclusions p.livepattern-total {
    width: 151px;
    height: 80px;
    text-align: center;
    float: right;
    padding: 70px 20px 0;
    margin-right: 20px;
    background: transparent url('../images/total_bg.jpg') scroll no-repeat center center;
}

#footer {
    color: #9A9A9A;
    font-size: 11px;
    padding-top: 20px;
}

#footer div.copyright {
    font-weight: bold;
    float: left;
}

#footer div.siteby {
    float: right;
}

#footer div.siteby a {
    text-decoration: underline;
    color: #83A41B;
}

#google-captions {
    text-align: right;
    margin-top: 6px;
    padding-right: 20px;
    margin-right: 10px;
    background: transparent url('../images/arrow_up.gif') scroll no-repeat right center;
    zoom:1; /* IE7 refuses to show the arrow without hasLayout */
}

#google-captions span {
    font-size: 12px;
    text-decoration: underline;
    cursor: pointer;
}

div.qtip-content h3 {
    margin-bottom: 2px;
}

div.qtip-content ol {
    padding-left: 20px;
}

div.qtip-content li {
    padding-bottom: 2px;
}
