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

* {
	margin: 0px;
	padding: 0px
}
body {
	font: 200 13px/16px Avenir, sans-serif;
	color: #666;
	text-transform: uppercase
}
@font-face {
	font-family: Salute;
	src: url("/fe/css/layout/3/fonts/Salute.eot")
}
@font-face {
	font-family: Salute;
	src: url("/fe/css/layout/3/fonts/Salute.ttf")
}
@font-face {
	font-family: Avenir;
    font-weight:normal;  
    font-style:normal;
	src: url("/fe/css/layout/3/fonts/avenir.ttf")
}
@font-face {
	font-family: Avenir;
    font-weight:normal;
    font-style:normal;
	src: url("/fe/css/layout/3/fonts/avenir.otf")
}
@font-face {
	font-family: AvenirB;
	src: url("/fe/css/layout/3/fonts/avenir-bold.ttf")
}
@font-face {
	font-family: AvenirBs;
	src: url("/fe/css/layout/3/fonts/avenir-bold.otf")
}

h1 {
	font: normal 35px/40px AvenirB, sans-serif;
	color: #9CC
}
h1 span {
	color: #CCC
}
h2 {
	font: normal 25px/30px AvenirB, sans-serif;
	color: #999
}
h2 a
{
    color: #999;
}
h3 {
	margin-bottom: 10px;
	font: normal 13px/20px Avenir, sans-serif;
	color: #999
}
h3 span, h2 span { text-transform: none; }
h4 {
	margin-bottom: 4px;
	font: normal 16px/20px Avenir, sans-serif
}
h5 {
	margin-bottom: 10px;
	font: normal 14px/15px Avenir, sans-serif
}
h6 {
	margin-bottom: 5px;
	font: normal 14px/15px Avenir, sans-serif
}
a {
	text-decoration: none;
	transition: color linear .25s;
	-ms-transition: color linear .25s;
	-moz-transition: color linear .25s;
	-webkit-transition: color linear .25s;
	-o-transition: color linear .25s
}
ul {
	list-style: none
}
hr {
	padding-top: 19px;
	height: 0px;
	border: none;
	border-top: 1px solid #F0F0F0;
	clear: both
}
.container {
	margin: auto;
	width: 940px
}
.left {
	width: 460px;
	float: left
}
.left hr {
	display: none
}
.right {
	width: 460px;
	float: right
}
.sidebar {
	padding: 5px;
	width: 290px;
	background: #F0F0f0;
	float: right
}
.sidebar h4.no {
	margin: 0px;
	line-height: 25px
}
.sidebar h4 span {
	color: #9CC
}
.sidebar h4 a {
	color: #666
}
.sidebar h4 a:hover {
	color: #333
}
.sidebar .others a {
	border-top: 1px solid #E5E5E5;
	line-height: 24px;
	color: #999;
	display: block
}
.sidebar .others a:hover {
	color: #9CC
}
.sidebar .box {
	margin-top: 5px;
        padding: 7px;
	background: #FFF;
	box-shadow: 0px 1px 1px #CCC
}
.sidebar .box:first-child {
	margin-top: 0px
}
.sidebar .box dl a {
	color: #9CC
}
.sidebar .box dl a:hover {
	color: #333
}
.sidebar .box dt {
	width: 80px;
	color: #999;
	float: left
}
.sidebar .box dd {
	font-family: Arial, sans-serif;
	text-transform: none;
	clear: right
}
.sidebar .box dd span {
	width: 80px;
	float: right
}
.sidebar .box dd span:first-child {
	float: left
}
.sidebar .box p a {
	color: #9CC
}
.sidebar .box p a:hover {
	color: #333
}
.sidebar .box p {
	font-family: Arial, sans-serif;
	text-transform: none
}
.path {
	margin-bottom: 20px;
	padding-bottom: 4px;
	width: 100%;
        float: left;
	border-bottom: 1px dotted #E5E5E5
}
.path ul {
	float: left
}
.path ul li {
	margin-left: 10px;
	padding-left: 14px;
	height: 30px;
	background: url(/fe/css/layout/3/images/arrow-right.png) no-repeat 0px 11px;
	line-height: 30px;
	float: left;
        font-size: 11px;
}
.path ul li a {
	color: #999;
}
.path ul li a:hover {
	color: #666
}
.path ul li:first-child {
	margin-left: 0px;
	padding-left: 0px;
	background: none
}
.path p {
	padding-left: 14px;
	background: url(/fe/css/layout/3/images/arrow-left.png) no-repeat 0px 11px;
	line-height: 30px;
	float: right
}
.see_all a {
	margin-bottom: 20px;
	height: 30px;
	background: #999;
	font: normal 12px/30px Salute, sans-serif;
	color: #F0F0F0;
	text-align: center;
	text-transform: uppercase;
	display: block
}
.see_all a:hover {
	background: #F0F0F0;
	color: #999
}
.path p a {
	color: #999
}
.path p a:hover {
	color: #666
}
.small-desc {
	margin-bottom: 20px;
	/*font-family: Arial, Helvetica, sans-serif;*/
        font-family: Tahoma;
	text-transform: none
}
.small-desc p a
{
    color: #9CC;
    text-decoration: underline;
}
.small-desc p a:hover
{
    color: #333;
}
.card .desc {
	float: left
}

.card .text
{
    text-transform: none;
    font-family: Arial,Helvetica,sans-serif;
}
.card .text strong
{
    text-transform: uppercase;
    font-weight: bold;
}
.card .text a { font-weight: bold;margin-top: 10px; }

.card a img {
	margin: 0 15px 15px 0;
	padding: 5px;
	background: #f0f0f0;
	border: none;
	display: block;
	float: left;
        height:150px;
        width: 200px;
}
.card .desc span.by {
	color: #999;
	display: block
}
.card .desc h4 {
	margin-bottom: 10px;
        overflow:hidden;
}
.card .desc h4 span{
	display: block;
        font-weight: 200;
}
.card .desc h4.no {
	margin-bottom: 0px
}
.card .desc h4 a {
	color: #333
}
.card .desc h4 a:hover {
	color: #9CC
}
.card .desc h5 {
	margin: 0px
}
.card .desc h5 a {
	color: #9CC
}
.card .desc h5 a:hover {
	color: #333
}
.card p.text strong {
	/*font-weight: normal;*/
	color: #333;
	display: block
}
.card p.text a {
	color: #9CC;
	display: block
}
.card p.text a:hover {
	color: #333
}
.card ul.no {
	margin: 10px 0px 0px 0px;
	padding: 9px 0px 0px 0px;
	height: auto;
	border-top: 1px dotted #E5E5E5;
	border-left: none;
	float: none
}
.card ul {
	margin: 15px 0 0 0;
	padding-left: 0px;
	color: #999;
	float: left;
 width: 145px;
}
.card ul li a {
	color: #999
}
.card ul li a:hover {
	color: #666
}
.card ul li span {
	color: #9CC
}
.clear {
	height: 0px;
	overflow: auto;
	float: none;
	clear: both
}

#green
{
    margin-bottom:5px;padding: 10px;font-style: normal !important;color:green !important;background:#EDFFE6;border:#D9EDD1 solid 1px;
}

#error
{
    margin-bottom:5px;padding: 10px;font-style: normal !important;color:red !important;background:#FFEBEB;border:#F2DADA solid 1px;
}

/* fix felix */

#wrapcentre {
	float:left;
	max-width: 650px;
}
a { color: #74A1A0; /*#99CCCC;*/ }
a:hover { color: #666666;}

.small-desc p span {color: #99CCCC; font-weight: bold;}


.article_table {
	width:100%;
    border: 1px solid #ccc;
}

.article_table td {
     border: 1px solid #ccc;
     padding: 5px;
}

.small-info {
    text-transform: none;
}

/* override bootstrap  */
.btn {
	outline: none !important;
	border-radius: 0 !important; 
    
    border: none !important;
    border-bottom-color: #ccc;
    background-image: none !important;
}

.btn-primary {
    background-color: #8BC0BF !important; 
}

.btn-dark {
    color: #FFF !important;
    background-color: #666 !important; 
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.45) !important;
}

.centered {
    text-align:center;
}

.only-small {
	display: none !important;
}
