body, p, div {
	margin:0;
	padding:0;
	font:normal 12px Courrier, Arial, serif;
	color:#151515;
	line-height:150%;}

pre, code {
	margin:0;
	padding:0;
	color:#151515;
	line-height:133%;}

/* menu Bar - Common to components and index */

#logobar {
	margin:0;
	padding:0 0 0 10px;
	background:url('../img/logo_bg.gif') top left repeat-x #0085d9;
	height:30px;
	}

.navbar{
	margin:0 0 15px 0;
	padding:10px 0 0 97px;
	background:url('../img/top_gradient.gif') top left repeat-x #FFF;
	}

/* end menu bar */

.index, .component, .statistics {
	margin:10px 0 0 97px;
	padding-bottom:20px;
	}


H1 {
	margin:30px 0 0 97px;
	font-size:16px;
	font-weight:bold;
	color:#0066cc;
	line-height:133%;
	}

H2 {
	margin:20px 0 5px 0px;
	font-size:13px;
	font-weight:bold;
	color:#0066cc;
	line-height:133%;
	}

.index H1, .component H1, .statistics H1 {
	margin:30px 0 0 0px;
	vertical-align:top;
	}

.index H1 img, .component H1 img, .statistics H1 img {
	vertical-align:top;
        float:left;
	}

a:link {
	color:#0066ff;
	text-decoration:none;
	}

a:hover, .navbar a:hover {
	color:#0066ff;
	text-decoration:underline;
	}

a:visited {
	color:#6633cc;
	text-decoration:none;
	}

a img {border:0;}

ul li {
        padding-top:5px;
	padding-bottom:5px;
	}

ul {
	padding-top:0px;
	padding-bottom:10px;
	margin-top:5px;
	}

ul ul {
	padding-top:0px;
	padding-bottom:10px;
	margin-top:0px;
	}

.contribution {
	border:1px solid #ddd;
	background:#f2f7fb;
	margin:2px 100px 5px 10px;
	padding:0 0 0 0;
	}

/*
.contributionFrom {
	border:1px solid #ddd;
	background:#fbfaf2;
	margin:2px 100px 5px 10px;
	padding:0 0 0 0;
	}
*/

.contribution ul {
	padding-top:0px;
	padding-bottom:0px;
	margin-top:5px;
	}

.contribution ul ul {
	padding-top:0px;
	padding-bottom:0px;
	margin-top:0px;
	}

.comment {
/*	background:#f2f7fb; */
	margin:0px 100px 0px 50px;
	padding:0px 0px 2px 5px;
	}

.datetime p {text-align:right;}

.help {
	font:normal 9px Verdana, Arial, sans-serif;
        }
/* for statistics */
.bar {
        width:200px;
        height:14px;
        background:url(../img/bar_empty.gif) top left no-repeat;
        margin:4px 0 5px 0;
        padding:0 0 0 0;
        float:left;
    }

.bar img {
    margin:1px 0 0 1px;
    }

.coverage {
	float:left;
	margin-top:3px;
	margin-left:10px;
	}

/* @deprecated support */
.index p.deprecated, .statistics p.deprecated {
	font-weight:bold;
	color:#cc6600;
	}

.component p.deprecated {
	margin:30px 0 30px 97px;
	font-size:16px;
	font-weight:bold;
	color:#cc6600;
	line-height:133%;
	}

.idc {
        margin-top:10px;
    }
