

div.image_holder {border-radius: 2px 2px 2px 2px;border:2px solid black;width:90px;height:90px;float:left;margin-right:20px;opacity:0.7;filter:alpha(opacity=70);transition: opacity 0.5s linear;}
div.image_holder  img{width:100%;height:100%}
div.image_holder:hover{opacity:1.0;filter:alpha(opacity=100);transition: opacity 0.5s linear;cursor:pointer;}
div.img_inline_preview {display:block;background-color:#F5F5F5;border: 1px solid rgba(0, 0, 0, 0.15);padding: 9.5px;}
div.img_inline_preview img{display: block; margin-left: auto; margin-right: auto;}

#myModal a, p, .content { font: 400 14px/1.6 'Open Sans', Verdana, sans-serif;}

h3, h5 { font: 400 60px/1.3 'Bree Serif', Georgia, serif !important;font-size:24px !important;}

.avatar{
    float: left;
    margin: 2px 0 0 -60px;
}

.img_avatar{
	border-radius: 4px 4px 4px 4px;
	border: 0 none; width:54px;height:54px;
}

html,body{}

body{
	background-color: #EEEEEE;
	background-position: left top;
	background-repeat: no-repeat;
}

.navigation{position:fixed;top:60px;width:100%;z-index:1001;background-color: #F5F5F5;}
.border-b{border-bottom:1px solid #C9C9C9;}

.bread{
	padding:0px !important;
	margin-left:0px !important;
	margin-top:5px !important;
	margin-right:0px !important;
	margin-bottom:5px !important;
}


.quote{background: url(/images/quotes.png) no-repeat;}
.ql{position:absolute;top:-13px;left:10%;background-position: 0 0;width: 50px;height: 50px;}
.qr{background-position: -49px 0;width: 50px;height: 50px;position:absolute;bottom:-13px;right:10%;}

.pull-right{float:right}

.actions{
    border-top: 1px solid #D7D7D7;
    padding: 10px;
    text-align: right;
}
	
.stat-table .unit {
    font-size: 21px;
    font-weight: 600;
	width:50px;
}

.stat-table .f{font-size:10px;padding-bottom:2px;padding-top:1px;}
.stat-table .v{vertical-align: middle !important;}
.stat-table .t{vertical-align: top !important;}
.stat-table .f{border-style:none;}
.stat-table .img{width:50px;}
.stat-table .name{width:200px;}
.stat-table .fact {color: #666666;font-size: 13px;}

.stat-table td {
    border-color: #CCCCCC;
    border-style: none none dotted;
    border-width: medium medium 1px;
}

#search_head{
    background-color: #F8F8F8;
    background-image: linear-gradient(to bottom, #FFFFFF, #EDEDED);
    background-repeat: repeat-x;
    border-bottom: 1px solid #C9C9C9;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.15);
    color: #333333;
    padding: 20px 0;
    text-shadow: 1px 1px 2px #FFFFFF;
    width: 100%;
}

.topbar {
	background: none repeat scroll 0 0 #16283A !important;
	border-bottom: 1px solid #000000 !important;
	color: #80A7CF !important;
}

.topbar a{
	color:#80A7CF !important;
	font-size:13px;
}

.topbar a:hover{
	text-decoration:underline !important;
}

.page{
	margin-top:50px;
	background-color:white;
	box-shadow:         0px 3px 11px rgba(50, 50, 50, 1);
}

#toc{ max-width:100px;top: 108px;margin-right:20px;}
#toc li{padding-bottom:10px;}
