/*******************************************/
/*	START - Importing various stylesheets **/
/*******************************************/
@import url('/fileadmin/templates/css/indexed_search.css');
@import url('/fileadmin/templates/css/content.css');


/*******************************************/
/*	STOP - Importing various stylesheets  **/
/*******************************************/

/*******************************************/
/*	START - general setup ******************/
/*******************************************/

.maincontainer{
	width: 980px;
	margin: 0 auto;
	background: #E4E4E4;
	padding: 31px 0 0 0;
	overflow: hidden;
	position: relative;
}

.misc{
	height: 19px;
	margin: 0 29px 0 0;
	overflow: hidden;
	position: absolute;
	top: 12px;
	right: 0;
}

.hiddenmenu{
	height: 20px;
	overflow: hidden;
	visibility: hidden;
}

.misc div.login{
	float: right;
	height: 19px;
	padding: 2px 10px 0 0;
}

.misc .search{
	float: right;
	height: 19px;
	width: 190px;
}

.misc div.tipafriend{
	float: right;
	width: 20px;
	margin: 2px 0 0 0;
}

.misc div.printerfriendly{
	float: right;
	width: 20px;
	margin: 2px 0 0 0;
}

.logo{
	float: left;
	width: 188px;
	height: 90px;
	overflow: hidden;
}

a.logo{
	background-image: url('/fileadmin/templates/images/logo.gif');
	width: 188px;
	height: 70px;
}

.menu{
	float: right;
	width: 763px;
	height: 90px;
	margin-right: 29px;
}

.leftmenu{
	float: left;
	width: 222px;
	overflow: hidden;
	padding: 40px 0 0 0;
}

.content{
	float: right;
	width: 729px;
	font-size: 1.2em;
	overflow-x: hidden;
	min-height: 250px;
	_height: 250px;
	margin: 40px 29px 16px 0;
	line-height: 1.4em;
}

.wide .content{
	float: none;
	font-size: 1.2em;
	overflow-x: hidden;
	min-height: 250px;
	_height: 250px;
	margin: 40px 0px 16px 0;
	line-height: 1.4em;
	padding: 0px 30px;
	width: 940px;
}
                          
div.twocols div.csc-textpic-center div.csc-textpic-imagewrap .csc-textpic-image {
	margin-left: 0px;	
}

.bottomruler{
	height: 1px;
	width: 920px;
	overflow: hidden;
	background: #B9B9B9;
	margin: 0 0 12px 30px;
}

.bottomlogo{
	float: left;
	width: 188px;
	height: 25px;
	overflow: hidden;
}

a.bottomlogo{
	background-image: url('/fileadmin/templates/images/bottomlogo.gif');
	width: 188px;
}

div.bottommenu{
	float: right;
	width: 792px;
	height: 25px;
	overflow: hidden;
}

.footer{
	height: 72px;
	margin: 0 0 0 222px;
	font-size: 0.9em;
	color: #818181;
}

.footer-email-text{
	margin: 0 3px 0 0;
}

.printlogo{
	display: none;
}

.typoconsult{
	height: 24px;
	padding: 10px 0 0 900px;
	background: #C8C8C8;
	clear: both;
}

.typoconsultlogo{
	background-image: url('/fileadmin/templates/images/typoconsult.gif');
	background-repeat: no-repeat;
	background-position: right;
	width: 80px;
	height: 24px;
	display: block;
}

.spacer{
	clear: both;
	line-height: 20px;
	height: 20px;
	font-size: 20px;
	margin: 0;
	padding: 0;
}

.clearboth{
	clear: both;
	line-height: 0px;
	height: 0px;
	font-size: 0px;
	margin: 0;
	padding: 0;
}

span.hideit {
	display: block;
	text-indent: -10000px;
	text-decoration: none;
}

.notification {
                position: relative;
                margin: 0 0 15px 0;
                padding: 0;
                border: 1px solid;
                background-position: 10px 11px !important;
                background-repeat: no-repeat !important;
                font-size: 13px;
                width: 99.8%;
                }


.flash-attention {
                background: #fffbcc url('/fileadmin/templates/images/icons/exclamation.png') 10px 11px no-repeat;
                border-color: #e6db55;
                color: #666452;
                }

.flash-information {
                background: #dbe3ff url('/fileadmin/templates/images/icons/information.png');
                border-color: #a2b4ee;
                color: #585b66;
                }

.flash-success {
                background: #d5ffce url('/fileadmin/templates/images/icons/tick_circle.png');
                border-color: #9adf8f;
                color: #556652;
                }

.flash-error {
                background: #ffcece url('/fileadmin/templates/images/icons/cross_circle.png');
                border-color: #df8f8f;
                color: #665252;
                }

.notification div {
                display:block;
                font-style:normal;
                padding: 10px 10px 10px 36px;
                line-height: 1.5em;
                }

.notification .close {
                color:#990000;
                font-size:9px;
                position:absolute;
                right:5px;
                top:5px
}

/*******************************************/
/*	STOP - general setup *******************/
/*******************************************/


/*******************************************/
/***** START - leftmenu ********************/
/*******************************************/

div.leftmenu ul.level-1{
	margin: 0;
	padding: 0 0 0 29px;
}

div.leftmenu ul.level-1 li{
	list-style: none;
	line-height: 23px;
}

div.leftmenu ul.level-2{
	margin: 0;
	padding: 0 0 0 10px;
}

/*******************************************/
/***** STOP - leftmenu *********************/
/*******************************************/


/******************************************************************************/
/***** START - columns ********************************************************/
/******************************************************************************/

div.twoColumnNormal{
	float: left;
	width: 400px;
	overflow: hidden;
}

div.twoColumnRight{
	float: right;
	width: 283px;
	margin: 0 0 0 45px;
	overflow: hidden;
}

div.oneColumnNormal{
	width: 100%;
	overflow: hidden;
}


/******************************************************************************/
/***** STOP - columns *********************************************************/
/******************************************************************************/


/***************************************/
/***** START - styling of bottommenu ***/
/***************************************/

ul.bottommenu{
	margin: 0 5px 0 34px;
	padding: 0;
}

ul.bottommenu li{
	display: inline;
	margin: 0 15px 0 0;
	line-height: 20px;
}

ul.bottommenu li.NO a{
	color: #818181;
	text-decoration: none;
}

ul.bottommenu li.NO a:hover{
	color: #000000;
}

ul.bottommenu li.ACT a{
	color: #000000;
	text-decoration: none;
}


/***************************************/
/***** STOP - styling of bottommenu ****/
/***************************************/

/******************************************/
/***** START - styling of the input fields ***/
/******************************************/
form {
	display:inline;
}
input, select, textarea {
	background:#fff !important;
	border-top: 2px solid #bfbfbf;
	border-left: 1px solid #dbdbdb;
	border-right: 1px solid #dbdbdb;
	border-bottom: 1px solid #f0f0f0;
}

input[type=submit]{
	border: 1px solid #bfbfbf;
	background-color:#c2c2d6 !important;
	font-size:1.1em;
	color:#333333;
	cursor:pointer;
}
input[type=checkbox]{
	background-color:transparent !important;
}

/******************************************/
/***** STOP - styling of the input fields ***/
/******************************************/


/******************************************/
/***** START - styling of the searchbox ***/
/******************************************/

form.searchbox_form{
	display: inline;
}

form.searchbox_form .searchsubmit{
	float: right;
}

form.searchbox_form .searchinput{
	float: right;
	/*background-image: url('/fileadmin/templates/images/searchinputbackground.gif');
	background-repeat: no-repeat;*/
	width: 130px;
	height: 14px;
	/*border: 0px solid transparent;*/
	margin: 0 0 0 0;
	/*padding: 3px 5px 0 5px;*/
	font-size: 1em;
}

/******************************************/
/***** STOP - styling of the searchbox ****/
/******************************************/

/*******************************************/
/***** START - styling of the misc login ***/
/*******************************************/

.login span.welcometext{
	margin: 0 10px 0 0;
	color: #818181;
	font-size: 1.1em;
}

.login span.logout a{
	margin: 0 10px 0 0;
	color: #4999AD;
	font-size: 1.1em;
	text-decoration: none;
}

.login span.login a{
	color: #4999AD;
	font-size: 1.1em;
	text-decoration: none;
}

/*******************************************/
/***** STOP - styling of the misc login ****/
/*******************************************/


/************************************************/
/***** START - styling of the misc tipafriend ***/
/************************************************/

body.tipafriend{
	margin: 10px;
	font-size: 11px;
	background: #E4E4E4;
}

body.tipafriend .error{
	color: #FF0000;
	margin: 0 0 5px 0;
}
/*
body.tipafriend input{
	border: 1px solid #B6B6B6;
	padding: 2px;
	margin: 2px 0 2px 0;
}

body.tipafriend textarea{
	border: 1px solid #B6B6B6;
	padding: 2px;
	margin: 2px 0 2px 0;
}

body.tipafriend input.submitbutton{
	cursor: pointer;
}
*/


/************************************************/
/***** STOP - styling of the misc tipafriend ****/
/************************************************/


/*****************************************/
/***** START - styling of the speakers ***/
/*****************************************/

.spaeakers-image{
	margin: 0 0 13px 0 ;
}

.spaeakers-profile{
	font-size: 1.2em;
	color: #999999;
	font-style: italic;
	margin: 0 0 44px 0 ;
}


/*****************************************/
/***** STOP - styling of the speakers ****/
/*****************************************/

/*****************************************/
/***** START - styling of sr_feuser_register ***/
/*****************************************/
.tx-srfeuserregister-pi1 dl {
	float: left;
	/*background-color: green;*/
	width: 130px;
	margin-right: 2px;
}
.upload-container {

	position:relative;
	width: 130px;
	overflow: hidden;
	/*height: 50px;*/

}
.upload-container input {
	opacity:0;
	position: absolute;
	right: 10px;
	text-align:right;
	z-index:2;
	left: 0px;
	width: 0px;
	border:1px solid transparent;
	padding: 0px;
	margin: 0px;
	/*height: 30px;*/
	background-color: #E4E4E4 ;
	/**/
}
.user-image {
	float: left;
	width: 120px;
}
.about-me {
	float: left	;
	width: 280px;
}
.tx-srfeuserregister-pi1 dd {
	text-align: left;
	width: 73%;
	margin: 0px 0px 6px 0px;
}
.tx-srfeuserregister-pi1 p {
	margin-bottom: 0pt;
	margin-top: 0.5em;
	text-indent: 0pt;
}
.tx-srfeuserregister-pi1 a {
	background-position: 0% 60%;
	background-repeat: no-repeat;
	padding-left: 0px;
	text-decoration: underline;
}

.tx-srfeuserregister-pi1 fieldset {
	border: none;
	padding: 0px;
}
.tx-srfeuserregister-pi1 legend {
	font-weight: bold;
	padding: 0px;
}
.tx-srfeuserregister-pi1 legend.registrationform{
	display: none;
}

.tx-srfeuserregister-pi1 #tx-srfeuserregister-pi1-static_info_country,
#tx-srfeuserregister-pi1-tx_tcidainstitute_workarea,
#tx-srfeuserregister-pi1-tx_tcidainstitute_specialarea
{
	width: 120px;
	font-size: 10px;
}
#tx-srfeuserregister-pi1-password,
#tx-srfeuserregister-pi1-password_again,
.tx-srfeuserregister-pi1-text,
dd.linkedin input,
dd.facebook input {
	width: 120px;
	font-size: 10px;
}

.tx-srfeuserregister-pi1 dt label {
	font-size: 10px;
}
.tx-srfeuserregister-pi1 dd label {
	padding: 0px;
	font-size: 10px;
}
/*****************************************/
/***** STOP - styling of sr_feuser_register ***/
/*****************************************/


/*** MOC CHANGES FLEXFORMS ***/
.text-image-left-container {
	margin-bottom: 10px;	
}
.community-news-header {
	margin-bottom: 3px;
}
.community-news-header .community-news-logo {
	float: left;

}
.community-news-header .header-text {
	float: left;
	margin-left: 3px;
	position: relative;
}

.community-news-header .header-text .header-text-text {	
	width: 125px;
	position: absolute;
	top: 45px;
	left: 5px;	
}
.community-news-header .header-text .header-text-text a {
	color: black;
	text-decoration:none;	
}
.community-news-header .header-text .header-text-text a:hover {
	text-decoration:underline;
}
.community-news-content {
	background-color: #bedfe6;
	padding: 15px;
}
.community-news-content a {
	color: black;
}
.community-news-content a:hover  {
	text-decoration: underline;
}
.clearer {
	clear: both;
	line-height: 0px;
	height: 0px;
}

.text-image-left-image {
	width: 160px;
	float: left;
}
.text-image-left-text {
	float: left;
	width: 225px;
	margin-left: 15px;
}

.teaser-header {
	font-size: 16px;	
	margin-bottom: 5px;
}
.teaser-text {
	/*line-height: 1em;	
	font-size: 10px;*/
}

/************ MOC OVERRIDE STYLES */
.tx-tchighlights-pi1 .box {
	width: 148px;
	float: left;	
}

/****************** FCE 2-col **************/
div.twocols {
}
div.twocols div.leftcol {
	float: left;
	width: 49.99%;
	background-color: green;		
}
div.twocols div.rightcol {
	float: right;
	width: 49.99%;
	background-color: blue;
}

/****************** Popup **************/

#overlay {
	width: 500px;
	margin-top: 100px;
	display: none;
}

#overlay-content {
	
	background-color: #E4E4E4;
	width: 480px;
	padding: 10px;
	padding-top: 5px;
	font-size:1.2em;
	line-height:1.4em;
}

#overlay .close {
	background-image:url("/fileadmin/templates/images/overlay_close.png");
	cursor:pointer;
	position:absolute;
	height:38px;
	width:38px;
	right:-16px;
	top:-16px;
	z-index: 1000000000;
}

.tooltip, #dynatip { 
    display: none; 
    background: url("/fileadmin/templates/images/tooltip.png");
    font-size: 12px; 
    height: 85px; 
    width: 260px;
    padding: 12px 20px 12px 20px;
    color: #000;
    font-family: Georgia,Verdana,Arial,Sans-serif,Monospace;
    position: absolute;
}

area, .tooltips {
	cursor: help;
}