#commitcomment {
	width: 400px;
	padding: 0 10px 10px 10px;
	float:left;
	border-top:1px solid #505050;
}
.commitbanneryellow {
	width: 51px;
	height: 52px;
	background: url(/images/commitbanner-yellow.jpg) no-repeat;
	text-align:center;
}
.commitbannerblue {
	width: 51px;
	height: 52px;
	background: url(/images/commitbanner-blue.jpg) no-repeat;
	text-align:center;
}
#commits {
    display: block;
    padding: 10px 0 4px;
    text-decoration: none;
    width: 50px;
    min-height: 40px;
    color: #12127D;
    float:left;
}
#commitcomment {
width: 300px;
padding: 0 10px 10px 10px;
float:left;
border-top:1px solid #12127D;
}
#num:hover {
    color: #93883F;
    font: 19px Arial, Helvetica, sans-serif;
}
#num {
    font: 19px Arial, Helvetica, sans-serif;
}
#scommits {
    font: 10px Arial, Helvetica, sans-serif;
}
.commitbutton {
	width: 51px;
	height: 25px;
	margin-top: 15px;
	background: url(/images/commitbox.jpg) no-repeat;
	font-size:0.80em;
	padding: 5px 0 4px;
}
.commitbutton a {
	border-bottom:none;
}
.commitit {
    width: 51px;
    height: 25px;
    margin-top: 8px;
    background: url(/images/commit1.gif) no-repeat;
}
.commitit:hover {
    width: 51px;
    height: 25px;
    margin-top: 8px;
    background: url(/images/commit2.gif) no-repeat;
}
.committed {
    width: 51px;
    height: 25px;
    margin-top: 8px;
    background: url(/images/committed.gif) no-repeat;
}
.hiddenPic {
    display: none;
}
#commitscontent {
	vertical-align:top;
	text-align:left;
	margin-left: 10px;
	width: 650px;
}
#commitscontenthome {
	vertical-align:top;
	text-align:left;
	margin-left: 10px;
	width: 300px;
}
.icommit {
	margin-left: 0px;
	margin-top: -85px;
	display:none;
}

