/* content.css - contains all CSS Classes for content elements  */

.align-right{ text-align: right; }

hr.clean {
	clear: both;
	width: 100%;
	color: white;
	display: block; 
  	visibility: hidden;
}

a.external-link-new-window {
	text-decoration: underline;
	color:#5B94C8;
}
a.external-link-new-window:hover {
	color: #EC393E;
}

a.internal-link {
}

a.internal-link:hover {
	color: #EC393E;
}

.news-single-imgcaption,
dd.csc-textpic-caption {
	color: #999999;
	font-size: 100%;
}

/* not needed lw_af 080526 */
/*
.clickenlarge a{
	float: right;
	background-image: none !important;
	padding: 2px 5px 0px 0px !important;
	left: 5px !important;
	position: relative;
	
}
*/
/* ------------------------------- Links */
a:focus {
   outline: none;
}

a.download {
	padding-left: 20px;
	background: url(images/disk.gif) left no-repeat;
	padding-top: 1px;
}

a.pdf {
	padding-left: 20px;
	background: url(images/icon_pdf.gif) left no-repeat;
	padding-top: 3px;
}

* html a.pdf {
	padding-top: 4px;
}


a.mail {
	padding-left: 20px;
	background: url(images/email.gif) left no-repeat;
}


/* ------------------------------------------------- header */

#lang_fontsize img { margin-top: 2px; }


/* ------------------------------------------------- right_side */

#right_side p.head {
	padding: 3px 4px 7px 4px;
}
/*
#right_side p {
	padding: 5px 7px 5px 0;
}
pk */

#right_side p {
	padding: 0px 0px 0px 7px;
}

#right_side p.prep {
	font-weight: bold;
	border-bottom: 1px solid #d2ddde;
}

#right_side .news-latest-item p {
	padding: 0;
}
/* --------------------------------------------- MultiColumn Content */

.Column2_1 { 
	clear:both;
	/* border-right: 2px solid black; pk */
}

.Column2_1 h1.csc-firstHeader, 
.Column2_2 h1.csc-firstHeader {
	font-size:100%;
	font-style:normal;
	margin: 5px 0;
}

div.Column2_1,
div.Column2_2 {
	float: left;
	width: 44%;
}

/* 2 cols extended */
div.cols2 div.Column2_1 {
	float: left;
	width: 27%;
}
div.cols2 div.Column2_2 {
	float: left;
	width: 61%;
}

div.cols2 div.Column2_2 td,
div.cols2 div.Column2_2 th {
	border: 0px none;
}

div.Column2_1 { padding-right: 5%; }
div.Column2_2 { padding-left: 5%; }

div.Column3_1,
div.Column3_2,
div.Column3_3 {
	float: left;
	width: 237px;
}
div.Column3_1,
div.Column3_2 { padding-right: 18px; }

div.Column5_1,
div.Column5_2,
div.Column5_3,
div.Column5_4,
div.Column5_5 {
	float: left;
	width: 140px;
}

div.column5 dt {
	/* position: absolute; */
	height: 155px;
	width: 110px;
	overflow: hidden !important;
	overflow-x:hidden;
	overflow-y:hidden;
}

div.column5 div.csc-textpic div.csc-textpic-imagewrap .csc-textpic-image {
	/* margin-bottom: 4px !important; pk */
	margin-bottom: 0px !important;
}

div.csc-frame-frame1 div.Column2_1 {
	float: left;
	width: 360px;
	margin: 0px;
	padding: 0px;
}

div.csc-frame-frame1 div.Column2_2 {
	float: left;
	width: 160px;
	margin: 0px;
	padding: 0px 0px 0px 18px;
}

/* --------------------------------------------------- Drop Down Site Map */
.tx-dropdownsitemap-pi1 img { display: none; }

/* --------------------------------------------------- Content Title and Print */

.category_header h1 {
	padding: 0 0 0 27px;
	width: 400px;
	font-weight: bold;
	background: none;
	border: 0;
	display: inline;
}

.tx-timtabsociable-pi1 {
	padding: 0 10px 0 0;
	display: inline;
}
	
#header_print a img {
	float: right;
	padding: 0 5px;
}

ul.contentHeader {
	display: inline;
	height: 20px;
}

ul.contentHeader li.contentHeader-left {
	display: inline;
	list-style:none;
}

ul.contentHeader li.contentHeader-left h1 {
	float: left;
/*	width: 500px;*/
	padding: 0 0 0 27px;
	list-style: none;
	font-weight: bold;
/*	font-size: 120%;*/
	display: inline;
	background: none;
	border: 0;
	list-style:none;
}
ul.contentHeader li.contentHeader-right {
	float: right;
/*	width: 27px;*/
	list-style: none;
	display: inline;
}

ul.contentHeader li.contentHeader-right a img {
	padding: 0 10px 0 0;
	display: inline;
}

/* --------------------------------------------------- LW Footer Link */
#lw_link a{ color: #AAAAAA; }

/* ---------------------------------------------------- RTE stuff    */

table.table-100 { width: 100%; }
td.td-25 { width: 25%; }
td.td-33 { width: 33%; }
td.td-50 { width: 50%; }
td.td-verticaltop { vertical-align:top;}
td.td-right { text-align: right;}
td.td-bgandvt { vertical-align:top;background-color: #D6F3FF;}
td.td-background { background-color: #D6F3FF;}
tr.tr-background { background-color: #D6F3FF;}
tr.tr-bold { font-weight: bold; }


/* --------------------------------------------------- Page Not Found */
#page_not_found {
	margin: 50px auto 0 auto;
	padding: 0 1px 1px 1px;
	border: solid 1px #C6C3BD;
	width: 780px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:100%;
}

#page_not_found #header_top {
	text-align: right;
	padding: 15px;
	width: 750px;
	background: url(images/page_not_found_header_bg.gif) repeat-x left top;
}

#page_not_found #content_area {
	clear: both;
	background-color: #FFFBF7;
	padding: 15px;
	border-top: solid 1px #C6C3BD;
}

#page_not_found #content_area a { font-size: 11px; }

/* --------------------------------------------------- FE Login */
.tx-felogin-pi1 th {
	width: 100px;
	text-align: right;
	background-color:#FFFFFF;
}
/* ---------------------------------------------------- pagebrowser lw_af_080919 */
.pagebrowser ul {
   margin:0;
   padding:10px 10px 0 10px;
   list-style: none;
/* text-align: center;*/
/* width: 80px;*/
}

.pagebrowser li{
   display: inline;
}

/* image cols
------------------------------------------------------------*/
.wide div.csc-textpic-imagecolumn {
	width: 173px !important;
}

.wide div.csc-textpic div.csc-textpic-imagewrap .csc-textpic-image {
	margin-bottom: 30px !important;
}

/* sitemap
------------------------------------ */
div.csc-sitemap ul li {
	list-style: none;
}

div.csc-sitemap ul {
	padding: 0px;
}
div.csc-sitemap ul li ul {
	padding: 2px 3px 5px 21px;
}

