@charset "utf-8";
/* Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
}


sub 	{ vertical-align: sub; }
sup 	{ vertical-align: super; }

body {
	line-height: 1;
}
ol, ul {
	list-style: none;
	line-height: 1.5;
}

ol li {
	line-height: 1.5;
	list-style-type: decimal;
	margin-left: 18px;
}
blockquote, q {
	quotes: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Clearing floats */
.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 */

/* Layout */
body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	color: #686f65;
	background: #fff url(../images/body_back.gif) 0 0 repeat-x;
}

body#subpage {
	background-image: url(../images/body_subpage_back.gif);
}

#master {
	width: 1022px;
	margin: 0 auto;
}

body#subpage #master {
	width: 922px;
	margin: 0 auto;
}

#header {
	width: 890px;
	height: 65px;
	margin: 0 auto;
	position: relative;
}

#containerHome {
	width: 1022px;
	margin: 0 auto;
	background: url(../images/home_header_back.jpg) center 65px no-repeat;
	min-height: 319px;
	height: auto;
}

#containerSubpage {
	width: 922px;
	background: url(../images/subpage_container_back.png) center 68px no-repeat;
	min-height: 119px;
	height: auto;
}

#subpageTeaser {
	width: 882px;
	height: 122px;
	margin: 0 auto;
	overflow: hidden;
	/*position: relative;*/
}

#subpageTeaserOverlay {
	width: 890px;
	height: 33px;
	background: url(../images/subpageteaser_overlay.png) 0 0 repeat-x;
	top: 65px;
	left: 0px;
	position: absolute;
}

#logo {
	float: left;
	width: 212px;
	padding-top: 25px;
}

a#goToPartner {
	position: absolute;
	right: 0;
	top: 0;
	background: transparent url(../images/gotopartner_back.gif) 0 0 no-repeat;
	text-transform: uppercase;
	color: #fff;
	text-decoration: none;
	font-size: 9px;
	line-height: 18px;
	width: 137px;
	padding-left: 7px;
	font-family: Arial, Helvetica, sans-serif;
}

a#goToPartner:hover {
	background-position: 0 -18px;
}

/* Main menu */
#mainMenu {
	float: left;
	left: 221px;
	top: 35px;
	position: absolute;
	z-index: 1000;
	width: auto;
}

#mainMenu li {
	float: left;
	display: block;
	padding-left: 7px;
	width: auto;
}

#mainMenu li.active {
	background: url(../images/mainmenu_item_back.gif) 0 0 no-repeat;
}

#mainMenu li a {
	float: left;
	width: auto;
	display: block;
	text-decoration: none;
	color: #828a7e;
	line-height: 24px;
	font-size: 14px;
	padding: 3px 7px 10px 0;
}

#mainMenu li a:hover {
	color: #61685d;
}

#mainMenu li.active a {
	color: #fff;
	background: transparent url(../images/mainmenu_item_link_back.gif) right 0 no-repeat;
}

/* Sub menu */
ul#submenu {
	background: transparent url(../images/submenu_back.gif) 0 bottom no-repeat;
	padding-bottom: 21px;
}

ul#submenu ul {
	background: transparent url(../images/subsubmenu_back.gif) 0 bottom no-repeat;
	padding-bottom: 9px;
}

ul#submenu ul li.firstSub {
	background: transparent url(../images/subsubmenu_top_back.gif) 0 0 no-repeat;
	padding-top: 2px;
}

ul#submenu ul ul {
	background-image: none;
	padding-bottom: 0;
}

ul#submenu li a {
	color: #686f65;
	text-decoration: none;
	font-size: 14px;
	line-height: 24px;
	display: block;
	font-size:12px;
	padding: 0 10px;
}

ul#submenu li a:hover {
	color: #000;
}

ul#submenu li.active a {
	background: transparent url(../images/submenu_active.png) 10px 2px no-repeat;
	color: #fff;
	font-weight: bold;
	padding: 0 20px;
}

ul#submenu li.active ul li a {
	background-image: none;
	font-weight: normal;
	color: #686f65;
	font-size: 13px;
	line-height: 24px;
	padding: 0 20px 0 30px;
}

ul#submenu li ul li ul li a {
	padding: 0 20px 0 40px !important;
}

ul#submenu li.active ul li a:hover, ul#submenu li ul li a:hover, ul#submenu li.active ul li.active ul li a:hover {
	color: #000;
}

ul#submenu li.active ul li.active ul li a {
	color: #828a7e;
}

ul#submenu li ul li.active a, ul#submenu li.active ul li.active ul li.active a {
	color: #ed9123;
	background-color: transparent;
}

/* UE bar */
#UEbar {
	width: 764px;
	height: 58px;
	margin: 0 auto;
	background: transparent url(../images/uebar_back.png) 0 0 no-repeat;
	border-bottom: 1px solid #e6e8e5;
	font-size: 10px;
	line-height: 16px;
	color: #6c7469;
	padding: 4px 0 0 126px;
}

.UEbarText {
	float: left;
	width: 348px;
	padding-right: 19px;
}

.UEbarImages {
	float: left;
	width: 133px;
}

.UEbarImages img{
	padding-left:5px;
}

.UEbarVisit {
	float: left;
	width: 175px;
	padding-top: 7px;
}

.UEbarVisit a {
	color: #fff;
	text-decoration: none;
	background: transparent url(../images/uebar_link_back.gif) 0 0 no-repeat;
	width: 175px;
	height: 20px;
	display: block;
	text-align: center;
	line-height: 18px;
}

.UEbarVisit a:hover {
	background-position: 0 -20px;
}

/* Footer */
#footer {
	width: 890px;
	margin: 0 auto;
	padding-bottom: 10px;
	color: #979c9c;
	font-size: 10px;
	line-height: 20px;
	text-align: center;
}

#footer a {
	color: #979c9c;
	text-decoration: none;
}

#footer a:hover {
	color: #ed8d1c;
}

/* Home teaser */
#homeTeaser {
	padding-top: 22px;
	width: 890px;
	height: 232px;
	margin: 0 auto;
	/*overflow: hidden;*/
}

#homeTeaserImageContainer {
	width: 466px;
	height: 200px;
	float: right;
	padding: 4px 27px 27px 24px;
	margin-right: -42px;
	background: transparent url(../images/home_teaser_image_back.png) 0 0 no-repeat;
}

#homeTeaserImage {
	width: 446px;
	height: 200px;
	overflow: hidden;
	background: transparent url(../images/bg_slide.jpg) 0 0 no-repeat;
}

#homeTeaserText {
	float: left;
	width: 410px;
}

#homeTeaserText h1 {
	font-size: 18px;
	line-height: 26px;
	color: #fff;
	padding-bottom: 2px;
	background-color: transparent;
}

#homeTeaserText p {
	color: #fff;
	font-size: 15px;
	line-height: 26px;
	background-color: transparent;
}

#homeTeaserText p a {
	padding-left: 23px;
	background: transparent url(../images/home_teaser_link_back.gif) 2px 2px no-repeat;
	color: #e27c00;
	text-decoration: none;
}

#homeTeaserText a:hover {
	color: #61685d;
	background-position: 2px -43px;
}

/* Wrapper */
#wrapper {
	width: 890px;
	margin: 0 auto;
}

body#subpage #wrapper {
	padding-top: 20px;
}

/* Subpage columns */
#leftColumn {
	float: left;
	width: 220px;
	background: transparent url(../images/leftcolumn_back.png) 0 0 no-repeat;
}

#content {
	float: right;
	width: 650px;
	margin-bottom:20px;
}

/* Latest news */
#latestNews {
	width: 755px;
	margin: 0 auto;
	height: 60px;
	padding: 25px 0 0 135px;
	background: transparent url(../images/latestnews_back.gif) 0 21px no-repeat;
	position: relative;
	overflow: hidden;
}

#latestNews h2 {
	position: absolute;
	left: 10px;
	top: 34px;
	font-size: 14px;
	font-weight: normal;
	line-height: 16px;
	color: #fff;
	background-color: transparent;
}

#latestNews ul {
	line-height: 18px;
	padding-left: 28px;
	border-left: 1px solid #e6e8e5;
	font-size: 12px;
}

#latestNews ul li a {
	color: #fff;
	text-decoration: none;
	padding-right: 21px;
	background: transparent url(../images/latestnews_link_back.gif) right 2px no-repeat;
}

#latestNews ul li a span.date {
	border-right: 1px solid #faddbb;
	color: #faddbb;
	padding-right: 3px;
	margin-right: 4px;
}

#latestNews ul li a:hover, #latestNews ul li a:hover span.date {
	color: #61685d;
	background-position: right -46px;
}

/* Home boxes */
#homeBoxes {
	padding: 2px 0 15px;
}

.homeBox {
	float: left;
	width: 292px;
	height: 126px;
	overflow: hidden;
	background: transparent url(../images/homebox_back.gif) 0 0 no-repeat;
	margin-right: 7px;
	color: #979c9c;
	line-height: 18px;
}

.homeBox a {
	color: #979c9c;
	text-decoration: none;
}

.homeBox.hovered {
	background-position: 0 -126px;
	color: #61685d;
}

.homeBox.hovered a, .homeBox a:hover {
	color: #61685d;
}

.homeBoxContainer {
	position: relative;
	width: 292px;
	height: 126px;
}

a.homeBoxLink {
	width: 292px;
	height: 126px;
	display: block;
	font-size: 0;
	line-height: 0;
	position: absolute;
	left: 0;
	top: 0;
	background: transparent url(../images/blank.gif) 0 0 repeat;
}

.homeBoxFlag {
	position: absolute;
	left: 268px;
	top: 7px;
}

.homeBoxText {
	padding: 6px 20px 0 20px;
	height: 76px;
	overflow: hidden;
}

.homeBoxTextBot {
	padding: 11px 18px 0 52px;
	height: 24px;
	overflow: hidden;
}

/* Left column styles */
#leftColumn  h1 {
	font-size: 16px;
	line-height: 24px;
	color: #fff;
	font-weight: normal;
	padding: 3px 10px 8px 10px;
	background-color: transparent;
}

/* Content styles */
#content a {
	color: #ed9123;
	text-decoration: none;
	background-color: transparent;
}

#content a:hover {
	color: #61685d;
}

#content p {
	line-height: 18px;
	padding-bottom: 18px;
}

#content h1 {
	font-size: 18px;
	line-height: 18px;
	color: #ed9123;
	padding: 4px 0 20px 0;
	background-color: transparent;
}

#content h2 {
	font-size: 16px;
	line-height: 16px;
	color: #ed9123;
	background-color: transparent;
}

#content h3 {
	font-size: 13px;
	line-height: 18px;
	color: #ed9123;
	background-color: transparent;
}

#content ul, #content ol {
	line-height: 18px;
	padding-bottom: 18px;
}

#content ul li {
	list-style-type: disc;
	list-style-position: inside;
}

#content ol li {
	list-style-type: decimal;
	list-style-position: inside;
}

.contentImage {
	/*width: 251px;
	background: transparent url(../images/contentimage_back.png) 0 0 no-repeat;
	padding: 4px 3px 10px 7px;*/
	padding: 3px;
	border:1px solid #E6E8E5;
	float: right;
}

div.csc-textpic-imagewrap img {
	/*width: 251px;
	background: transparent url(../images/contentimage_back.png) 0 0 no-repeat;*/
	padding: 3px;
	border:1px solid #E6E8E5;
	float: right;
}

.contentImageContainer {
	/*width: 250px;
	height: 166px;
	overflow: hidden;*/
}
.csc-textpic-image{
/*height:166px;
overflow:hidden;
width:250px;*/
}

.csc-textpic-caption{
	font-size: 11px;
	color: #747c71;
	line-height: 24px;
	padding: 3px 20px 0 20px;
	text-align:center;
}

/********* POWERMAIL *************/
.tx-powermail-pi1_fieldset { border: 0px; padding: 0px; margin: 0px; }
.tx-powermail-pi1 { border:0; color:#828181; }
.tx-powermail-pi1_fieldset legend{display:none;}
.tx_powermail_pi1_fieldwrap_html {display:block; width:650px; margin-bottom:10px; }
.tx_powermail_pi1_fieldwrap_html label { width:100px; float:left; margin-top:4px;}
.tx_powermail_pi1_fieldwrap_html label .powermail_mandatory{color:#eb0000}
.tx_powermail_pi1_fieldwrap_html .powermail_mandatory_js{font-style:italic; color:#c30; padding: 3px 0 0 100px; font-size: 10px;}
.tx_powermail_pi1_fieldwrap_html input.powermail_text{width:360px; border:1px solid #999999;}
.tx_powermail_pi1_fieldwrap_html textarea {width:360px; border:1px solid #999999;}
.tx_powermail_pi1_fieldwrap_html .powermail_submit { text-align:center; float:left; background:#ED9123; border:none; color:#FFF; font-size:12px; font-weight:bold; padding:3px 7px 3px 7px; margin-top:5px; margin-bottom:7px; margin-left:100px; cursor: pointer; width: auto;}

.tx-felogin-pi1 legend {display: none;}
.tx-felogin-pi1 form {padding: 10px 0;}
.tx-felogin-pi1 label {float: left; width: 120px;}
.tx-felogin-pi1 input.inpTxt {border: 1px solid #999; margin-bottom: 5px; width: 150px;}
#content .tx-felogin-pi1 ul {padding-bottom: 0;}
#content .tx-felogin-pi1 ul li {list-style-type: none;}
.tx-felogin-pi1 input.inpBtn { text-align:center; background:#ed9123; border:none; color:#fff; font-size:12px; font-weight:bold; padding:3px 7px 3px 7px; margin-left:120px; cursor: pointer;}



#subpage.regi .tx_powermail_pi1_fieldwrap_html .powermail_mandatory_js{padding: 3px 0 0 130px;}
#subpage.regi .tx_powermail_pi1_fieldwrap_html label { width:130px; float:left; margin-top:4px;}
#subpage.regi .tx_powermail_pi1_fieldwrap_html .powermail_submit { text-align:center; float:left; background:#ED9123; border:none; color:#FFF; font-size:12px; font-weight:bold; padding:3px 7px 3px 7px; margin-top:5px; margin-bottom:7px; margin-left:130px; cursor: pointer; width: auto;}


#powermaildiv_uid21 p { float: left; width: 130px; margin-top: 4px; }
#powermaildiv_uid29 p { float: left; width: 130px; margin-top: 4px; }
#powermaildiv_uid30 p { float: left; width: 130px; margin-top: 4px; }
#powermaildiv_uid37 p { float: left; width: 130px; margin-top: 4px; }

.powermail_radio_inner_uid37_1 { clear: left; margin-left: 130px; }

.powermail_radio_inner_uid32_2 { clear: left; } 
#powermaildiv_uid33 { float: left; }

/*********** SITEMAP ****************/
.csc-sitemap { padding: 10px 0 10px 0; }
#content .csc-sitemap ul { margin: 0; 	padding:0px 0 0px 0;}
#content .csc-sitemap ul li {list-style:none; margin-bottom: 2px;}
.csc-sitemap li { margin: 0; padding: 0; }
.csc-sitemap a { display: block; padding: 0 8px; font-weight:bold; line-height: 2em; color: #000; text-decoration: none; background: #e9e9e9; border-bottom: 1px solid #dedfde }
.csc-sitemap ul li ul {	margin-top:10px;	margin-left:20px;	margin-bottom:10px; }
.csc-sitemap ul ul a { padding-left: 28px; font-weight:normal; background-color: #fafafa; border-bottom: 1px solid #dedfde; }
.csc-sitemap ul ul ul a { padding-left: 58px; color: #999; }
.csc-sitemap a:hover, .csc-sitemap a:focus { color: #fff; background-color: #dfdfdf; font-weight: bold;  }

/****************** NEWS ****************/
#content .news-list-item { position:relative; display:block; clear:both; margin-bottom:20px;}
#content .news-list-item .news-image {float:left; width: auto;}
#content .news-list-item .news-image img {margin-right:10px;border:1px solid #E6E8E5;margin-right:10px;padding:3px;}
#content .news-list-item .news-text p {padding-bottom:0;}
#content .news-single-img {float:left; width: auto;}
#content .news-single-img img {margin: 10px 10px 10px 0;border:1px solid #E6E8E5;margin-right:10px;padding:3px;}
#content .news-single-backlink {clear:both; margin-bottom:20px;}

#content .tx-ttnews-browsebox {margin-bottom:20px;}
#content .tx-ttnews-browsebox p {margin-right:10px; margin-bottom:0; padding-bottom:0;}
#content .tx-ttnews-browsebox .tx-ttnews-browsebox-SCell p {font-weight:bold;}

table.contenttable td {vertical-align: top;}

/****************** FILESHARING ****************/
.autoindex td, .autoindex th { vertical-align: middle;}
#content .autoindex p {
	line-height:0px; padding-bottom:0px;
	}
#content .autoindex .autoindex_th {
	background-color:#ED9123;
	border:0px;
	color:#ffffff;
	padding-bottom:2px;
}

#content .autoindex .dark_row, #content .autoindex .light_row { background: none; }

#content .autoindex .odd {
	background:#DEE2D3 !important;
}
#content .autoindex .paragraph {
	background-color:#ffffff;
}

/* TABLE SORTER */
th.headerSortUp { 
    background-image: url(../images/asc.gif); 
    background-color: #3399FF; 
} 
th.headerSortDown { 
    background-image: url(../images/desc.gif); 
    background-color: #3399FF; 
} 
th.header.sortable { 
	text-align:left;
    background-image: url(../images/bg.gif);     
    cursor: pointer; 
    font-weight: bold; 
    background-repeat: no-repeat; 
    background-position: center left; 
    padding-left: 20px; 
    border-right: 1px solid #dad9c7; 
    margin-left: -1px; 
} 

/* Mid Term Conference */
#midterm {
	width: 755px;
	height: 60px;
	padding: 35px 0 0 135px;
	background: transparent url(../images/latestnews_back.gif) 0 21px no-repeat;
	position: relative;
	overflow: hidden;
	margin-top: -20px; 
}

#midterm h2 {
	position: absolute;
	left: 10px;
	top: 34px;
	font-size: 14px;
	font-weight: normal;
	line-height: 16px;
	color: #fff;
	background-color: transparent;
}

#midterm ul {
	line-height: 18px;
	padding-left: 28px;
	border-left: 1px solid #e6e8e5;
	font-size: 12px;
}

#midterm ul li a {
	color: #fff;
	text-decoration: none;
	padding-right: 21px;
	background: transparent url(../images/latestnews_link_back.gif) right 2px no-repeat;
}

#midterm ul li a span.date {
	border-right: 1px solid #faddbb;
	color: #faddbb;
	padding-right: 3px;
	margin-right: 4px;
}

#midterm ul li a:hover, #latestNews ul li a:hover span.date {
	color: #61685d;
	background-position: right -46px;
}
