@charset "UTF-8";
/* CSS Document */

#content #menu ul,
#content .testtabs ul {
    list-style: none;
}

#content .startbox ol,
#content .startbox p,
#content p,
#content {
    font-size: 12px;
}

#content h1 {
    margin-top: 0px;
}

#content h1 a {
	color: #262626;
	font-size: 20px;
}

#content p#testtext {
    padding-top: 5px
}

#result_status,
#startwrapper,
#searchbox {
    margin-left: 210px;
}

#menu {
    margin-left: 50px;
	width: 220px;
}

#content #history h2,
#content #history h3,
#content #history h4 {
    margin: 0px;
}

#content #history .topmargin {
    margin-top: 15px;
}

#menu ul li {
    background: none;
}

.pager,
.smallbox,
.startbox {
    background: #FFFBEF;
	border: 1px solid #FFF4CF;
}


#content #menu ul {
    margin-left: 0px;
	font-size: 120%;
}

#content #menu ul li {
    height: 22px;
	font-size: 16px;
	margin-bottom: 0px;
	line-height: 23px;    
}

#content #menu ul li a {
    padding-left: 0px;
	background-color: transparent;
    background-image: url("http://www.ripe.net/++resource++ripe.plonetheme.images/portletItemArrow.png");
    background-position: right center;
    background-repeat: no-repeat;
    display: inline-block;
    line-height: 1.25em;
    padding-right: 2em;
    text-decoration: none;
    width: 175px;
}

.hide {
    display: none;
}

