body {
	font-family:Arial, Helvetica, sans-serif;
	color:#4f4f4e;
	font-size:11px;
	background:#fff;
}

h1, h2, h3, h4, h5, h6 {
	color:#4f4f4e;
}


h1 {font-size:18px;line-height:1;margin-bottom:14px;}
h2 {font-size:18px;line-height:1;margin-bottom:5px;}
h2.home {margin-bottom:14px;}
h3 {font-size:11px;font-weight:bold;line-height:1;margin-top:14px;margin-bottom:2px;}
h4 {font-size:12px;line-height:1;margin-bottom:8px;}
h5 {font-size:18px;line-height:1;margin-bottom:14px;}
h6 {font-size:18px;line-height:1;margin-bottom:14px;}

p {
	line-height:16px;
	margin-bottom:14px;
}

strong {
	font-weight:bold;
}

em {
	font-style:italic;
}

object { outline:none; }

a {color:#4f4f4e;text-decoration:none;}
a:focus, a:hover {color:#85c100;}

a.external-link {
	background: url(../img/ico-link-external-active.gif) no-repeat left top;
	padding-left: 15px;
	color:#4f4f4e;
	text-decoration:none;
}

a.external-link:hover {
	color:#85c100;
	text-decoration:none;
}

a.internal-link, p.fogot-password-link a {
	background: url(../img/ico-link-internal-active.gif) no-repeat left top;
	padding-left: 8px;
	color:#4f4f4e;
	text-decoration:none;
}

a.internal-link, p.fogot-password-link a {
	margin-left:5px;
	margin-right:7px;
}

.page_row_right_portlet a.internal-link {
	margin-left:0;
	margin-right:0;
}

a.internal-link:hover, p.fogot-password-link a:hover {
	color:#85c100;
	text-decoration:none;
}

a.download-link {
	background: url(../img/ico-link-download-active.gif) no-repeat left top;
	padding-left: 10px;
	color:#4f4f4e;
	text-decoration:none;
}

a.download-link:hover {
	color:#85c100;
	text-decoration:none;
}

a.jump-link {
	background: url(../img/ico-link-internal-jump.gif) no-repeat left center;
	padding-left: 15px;
	padding-top:0px;
	color:#4f4f4e;
	text-decoration:none;
}

a.jump-link:hover {
	color:#85c100;
	text-decoration:none;
}

/* twitter social portlet right */
.page_row_right_portlet .rss_feed,
.page_row_right_portlet .social_button_twitter,
.page_row_right_portlet .social_button_flickr,
.page_row_right_portlet .social_button_xing,
.page_row_right_portlet .social_button_youtube,
.page_row_right_portlet .social_button_facebook,
.page_row_right_portlet .social_button_google {
	padding-left:31px;
	height:26px;
	padding-top:5px;
	background: #FFF url(../img/social-button-twitter.jpg) no-repeat 0 0;
}

.page_row_right_portlet .social_button_flickr {
	background: #FFF url(../img/social-button-flickr.jpg) no-repeat 0 0;
}
.page_row_right_portlet .social_button_xing {
	background: #FFF url(../img/social-button-xing.jpg) no-repeat 0 0;
}
.page_row_right_portlet .social_button_youtube {
	background: #FFF url(../img/social-button-youtube.jpg) no-repeat 0 0;
	height:22px;
}

.page_row_right_portlet .social_button_facebook {
	background: #FFF url(../img/social-button-facebook.jpg) no-repeat 0 0;
}

.page_row_right_portlet .social_button_google {
	background: #FFF url(../img/social-button-google.jpg) no-repeat 0 0;
}

.page_row_right_portlet .rss_feed {
	background: #FFF url(../img/ico-rss.png) no-repeat 0 0;
}

/* flickr social portlet right */

clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

.home_news_date {
	color:#aeafb2;
}

table {
	width:100%;
	border-collapse:separate;
}

th {
	border-top:2px solid #aeafb2;
	border-bottom:2px solid #aeafb2;
	padding:6px 0px;
	font-weight:bold;
}

th.left {
	text-align:left;
}

th.right {
	text-align:right;
}

td.left, td.right {
	border-bottom:1px solid #94a3b9;
	padding:4px 0px;
}

th.right, td.right {
	text-align:right;
}

iframe {
border: 0px solid #ffffff;
}


.tx-indexedsearch-noresults {
	font-weight: bold;
}


.tx-indexedsearch-browselist-currentPage strong {
	font-weight: normal;
}
.tx-indexedsearch-browselist-currentPage strong a{
	font-weight: bold;
}
/* hide the bitly URL on the content pages, just show them on the print pages (press_print.css) */
#bitlyURL {
	display: none;
}



.csc-frame-linebefore {
	border-top: 1px solid #CCD0DC;
	padding-top: 5px;
}

.csc-frame-lineafter {
	border-bottom: 1px solid #CCD0DC;
	padding-bottom: 5px
}

/* rss box */
#rss_box li {
	display:block;
	margin-bottom:10px;
}

#rss_box li input.rsscheckbox {
	width:auto;
	display:block;
	float:left;
	margin-right:5px;
	border:none !important;
	top:0.1em !important;
}

.clear {
	clear: both;
}
