/* Quest Stylesheet
================================================ */

html, body { height:100%;  overflow:auto; }
body { padding:0; margin:0; background:#000000; color:#ffffff; font-size:12px; font-family:Arial, Helvetica, sans-serif; min-height:768px; }

#background { position:absolute; top:0; left:0; overflow:hidden; display:block; }

#silverlightControlHost { height:100%; text-align:center; z-index:100; position:relative; }

.center { text-align:center; }
.bold { font-weight:bold; }

.reports { width:1450px; margin:10px auto; }

#noplugin { margin:0 auto; width:800px; display:inline-block; }
#noplugin .left { float:left; width:308px; }
#noplugin .left #photo { margin-top:161px; margin-bottom:30px; }
#noplugin .right { float:left; width:462px; margin-left:30px; display:inline-block; }
#noplugin .right #mainlogo { float:left; clear:both; margin-bottom:30px; }
#noplugin .right #words { float:left; clear:both; font-family:Trebuchet, Arial, Helvetica, sans-serif; font-size:14px; color:#cccccc; }
#noplugin .right #words p { margin-bottom:20px; }
#noplugin .right #install { float:left; text-align:left; }


/* cleantable
----------------------------------- */

.cleantable { margin-bottom:15px; width:100%; border-left:1px solid #405864; border-top:1px solid #405864; cursor:pointer; }
.cleantable .tableheader { }

.cleantable .row { background:#222; color:#c5e6f7; border-bottom:1px solid #405864; border-right:1px solid #405864; vertical-align:middle; }
.cleantable .row:hover { background:#333; }
.cleantable .row .cell { padding:10px 0px; }
.cleantable .row .cell:hover { background:#222; }

.cleantable .hover { background-color:#333; }

.cleantable .row .cell_lesspadding { padding:5px 0; }

.cleantable .padding-left { padding-left:5px; }
.cleantable .padding-right { padding-right:5px; }

.cleantable .border-left { border-left:1px solid #405864; }
.cleantable .border-right { border-right:1px solid #405864; }
.cleantable .center { text-align:center; }
.cleantable .text-right { text-align:right; }

a { color:#c5e6f7; text-decoration:underline; }
a:hover { color:#f00; }
