em { color: #666; }

#content table {
 text-align: left;
 border: 0;
}

#content td, #content th { vertical-align: top; }

#content th {
 white-space: nowrap;
 text-align: center;
}

td.left { font-weight: bold; }

td.right {
 font-weight: bold;
 text-align: right;
}

table.inner, #box {
 width: 100%;
 margin: 0;
 padding: 0;
 border-collapse: collapse;
}

img, .userrating img  { border: 0 none; }

.inner textarea {
 text-indent: 2px;
 cursor: text;
 width: 200px;
 height: 100px;
 overflow: auto;
}

.noentry {
 width: 95%;
 text-align: center;
}

.noentry table {
 width: 80%;
 margin: 80px auto 0 auto;
 border: 1px solid #000;
 text-align: center;
 background: #FFF;
}

.userrating {
 border: 1px solid #000;
 text-align: center;
 width: 160px;
 margin: 0;
}

.userrating a:link, .userrating a:active, .userrating a:visited, 
.copyright a:link, .copyright a:active, .copyright a:visited {
 text-decoration: none;
 display: block;
 padding: 4px;
 background: inherit;
}

.userrating a:hover, .copyright a:hover { background: #FFF; }

.copyright {
 border: 1px solid #000;
 text-align: center;
 width: 275px;
}

.report {
 display: none;
 background: #F1BBBB;
 border: 1px #EE9090 solid;
 padding: 4px;
 text-align: center;
 margin: 2px;
}

.image { text-align: center; }

.red, .red a:link, .red a:active, .red a:visited {
 color: #F00;
 background: inherit;
 font-weight: bold;
}

.green, .green a:link, .green a:active, .green a:visited {
 color: #177612;
 background: inherit;
 font-weight: bold;
}

ul {
 list-style: none;
 padding: 0;
 margin: 0; 
}

li {
 padding: 0 0 0 2px;
 margin: 0;
} 

.pieChartContainer {
 line-height: 16px;
 padding-bottom: 18px;
}

table.pieChart { width: 140px; }

.pieChartWrapper {
 float: left;
 position: relative;
 padding-right: 12px;
}
	
.pieChartWrapper img {
 position: absolute;
 top: 0;
 left: 0;			
}
	
.tool-tip {
 color: #fff;
 width: 110px;
 z-index: 13000;
 background: #333;
 padding: 5px 8px;
}
 
.tool-title {
 font-weight: bold;
 font-size: 11px;
 margin: 0;
 color: #fff;
}
 
.tool-text {
 font-size: 11px;
 color: #eee;
}

.clear { clear: both; }

.reporttable td { background: #F1BBBB; }

/* Infobox */
#infobox {
 padding: 12px;
 border: 1px solid #000;
 width: 700px;
 font-weight: bold;
}

.infobox_ok {
 background-color: #7B846;
}

.infobox_error {
 background-color: #FF4B5A;
}