html, body {
    background: #ebf6ff;
    font-size: 12px;
    font-family: Helvetica, Arial;
    color: #222222;
    list-style-image:url(/repository/layout/arrow.jpg);
    /* text-align:center; */
}
td {
    font-size: 12px;
    font-family: Helvetica, Arial;
}

.panelLeftBlueHeader {
    height: 26px; 
    background-image: url(http://www.visual-php.com/repository/layout/2008/panel-header-left-blue.gif);
}

.panelLeftYellowHeader {
    height: 26px; 
    background-image: url(http://www.visual-php.com/repository/layout/2008/panel-header-left-yellow.gif);
}

.panelRightYellowHeader {
    height: 36px; 
    background-image: url(http://www.visual-php.com/repository/layout/2008/panel-header-right-yellow.gif);
}

.panelRightBlueHeader {
    height: 26px; 
    background-image: url(http://www.visual-php.com/repository/layout/2008/panel-header-right-blue.gif);
}

.panelLeftBody {
    padding: 8px; 
    background-image: url(http://www.visual-php.com/repository/layout/2008/panel-bg-left.jpg);
}

.panelRightBody {
    padding: 8px; 
    background-image: url(http://www.visual-php.com/repository/layout/2008/panel-bg-right.jpg);

}

.panelLeftYellowHeader h2, .panelLeftBlueHeader h2, .panelRightYellowHeader h2, .panelRightBlueHeader h2 {
    font-size: 12px;
    font-weight: bold;
    margin: 0px;
    padding-left: 44px;
    padding-top: 10px;
}

.panelLeftBlueHeader h2, .panelRightBlueHeader h2 {
    color: #FFFFFF;
}

.panelLeftYellowHeader h2, .panelRightYellowHeader h2 {
    color: #000000;
}

li {
    margin-bottom: 4px;
}


#panelLeftVotes h1 {
    font-size: 12px;
    font-weight: bold;
    color: #000000;
}


a {
    color: #3A55BF;
    text-decoration: underline;
    font-weight: bold;
}

h1, h2, h3 {
    margin-top: 0px;
    margin-bottom: 8px;
    color: #5E6FB8;
}

h1 {
    padding-bottom: 6px;
    border-bottom: 1px dashed #C2C2C2;
    font-size: 22px;
}    

h2 {
    font-size: 17px;
}

h3 {
    font-size: 13px;
}  

h10 {
    margin-top: 0px;
    margin-bottom: 0px;
    color: #5E6FB8;
}

.gray td {
    background: #EFEFEF;
    padding: 3px;
    border: 2px solid #FFFFFF;
}

a.download {
    text-decoration: none;
    color: #666666;
    font-size: 10px;
    margin: 0px;
}

a.download img {
    vertical-align: middle;
    float: left;
    margin-right: 6px;
}

a.download h3 {
    margin: 0px;
    padding: 0px;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    color: #339900;
}

a.download:hover h3 {
    text-decoration: underline;
}

.languages-select:hover {
    border: 1px solid #666666;
    border-radius: 2px;
    -moz-border-radius: 2px;
}

.languages-over {
    border: 1px solid #666666;
    border-radius: 2px;
    -moz-border-radius: 2px;
}

.invisible {
	display: none;
}

pre {
	border: 1px solid #C9D2D8;
	background: #FFFFFF;
	padding: 8px;
	max-height: 200px;
	overflow: auto;
	margin-left: 10px;
}


