#projectname
{
    font-size: 13px;
    padding: 1em;
	height: 100px;
}

#projectbrief
{
    font-family: 'Open Sans', serif;
    font-size: 80%;
    margin-top: 10px;
    margin-bottom: 0;
	color: #fff;
	float:right;
}

#projectnumber
{
    font-family: 'Open Sans', serif;
    font-size: 100%;
    margin-top: 1em;
    margin-bottom: 0;
}

#titlearea
{
	padding: 0px;
	margin: 0px;
	width: 100%;
	border-bottom: 1px solid #fff;
	background-color: #026D95;
}

.tabs, .tabs2, .tabs3 {
    background-image: url('http://www.opensourcerisk.org/docs/orea/tab_b.png') !important;
    width: 100%;
    z-index: 101;
    font-size: 13px;
    font-family: 'Lucida Grande',Geneva,Helvetica,Arial,sans-serif;
}

.tabs {
	border-bottom: 1px solid #fff !important;
}

.tabs2 {
    font-size: 10px;
	border-bottom: 1px solid #fff !important;
}
.tabs3 {
    font-size: 9px !important;

}

.tablist li {
    float: left;
    display: table-cell;
    background-image: url('http://www.opensourcerisk.org/docs/orea/tab_b.png') !important;
    line-height: 36px;
    list-style: none;
}

.tablist a {
    display: block;
    padding: 0 20px;
    font-weight: bold;
    background-image:url('http://www.opensourcerisk.org/docs/orea/tab_s.png') !important;
    background-repeat:no-repeat;
    background-position:right;
    color: #fff !important;
    text-shadow: none !important;
    text-decoration: none;
    outline: none;
}

.tabs3 .tablist a {
    padding: 0 10px;
}

.tablist a:hover {
    background-image: url('http://www.opensourcerisk.org/docs/orea/tab_h.png') !important;
    background-repeat:repeat-x;
    color: #fff !important;
    text-shadow: none !important;
    text-decoration: none;
}

.tablist li.current a {
    background-image: url('http://www.opensourcerisk.org/docs/orea/tab_a.png') !important;
    background-repeat:repeat-x;
    color: #fff;
    text-shadow: none !important;
}

.navpath ul
{
	font-size: 11px;
	background-image:url('http://www.opensourcerisk.org/docs/orea/tab_b.png')!important;
	background-repeat:repeat-x;
	background-position: 0 -5px;
	height:30px;
	line-height:30px;
	color:#fff;
	border:solid 1px #C2CDE4;
	overflow:hidden;
	margin:0px;
	padding:0px;
}

.navpath li
{
	list-style-type:none;
	float:left;
	padding-left:10px;
	padding-right:15px;
	background-image:url('http://www.opensourcerisk.org/docs/orea/bc_s.png') !important;
	background-repeat:no-repeat;
	background-position:right;
	color:#fff;
}

.navpath li.navelem a
{
	height:32px;
	display:block;
	text-decoration: none;
	outline: none;
	color: #fff;
	font-family: 'Lucida Grande',Geneva,Helvetica,Arial,sans-serif;
	text-shadow: none;
	text-decoration: none;        
}

.navpath li.navelem a:hover
{
	color:#6884BD;
}

.navpath li.footer
{
        list-style-type:none;
        float:right;
        padding-left:10px;
        padding-right:15px;
        background-image:none;
        background-repeat:no-repeat;
        background-position:right;
        color:#fff;
        font-size: 8pt;
}