
/* ------------------------------------------------------------------------------------- */
/* Masterlayout */
/* ------------------------------------------------------------------------------------- */

BODY{
	margin: 0px;
}
.syynx{
	font-family: Arial, Helvetica, sans-serif;
	width: 100%;
	font-size: 100%;
	font-weight: normal;
	color: #000000;
}
.text{
	font-size: 80%;
}
.textLight{
	font-size: 65%;
}
.textBold{
	font-weight: bold;
}
.help{
	font-size: 12px;
}
.helpImportant{
	font-size: 12px;
	font-weight: bold;
}
.errorMsg{
	font-size: 11px;
	font-weight: bold;
	color:red;
}


/* ----------------------------------- */
/* Login Space */
/* ----------------------------------- */

.loginPadding{
	padding-left: 10px;
	padding-top: 0px;
	padding-right: 0px;
	align:right;
}
.loginTable{
	width: 130px;
	border: 1px solid black;
	background-color: #eeeeee;
}
.loginTable TD{
	padding: 5px;
}
.loginInput{
	width:100px;
}
.loginButton{
	width:50px;
	font-size: 95%;
}
.loginText{
	font-weight: bold;
	font-size: 70%;
}


/* ----------------------------------- */
/* Thematic Spaced */
/* ----------------------------------- */

.themSpaceUL{
	LIST-STYLE-TYPE: square;
	line-height: 105%;
	margin-top:5px;
	margin-bottom:5px;
}
.themSpaceUL LI{
	font-weight: bold;
}
.themSpaceUL UL LI{
	font-weight: lighter;
}
.themSpaceResult{
	border: 1px solid #000000;
	width: 100%;
	font-weight: bold;
}
.themSpaceResult LI{
	font-size: 85%;
	font-weight: lighter;
}
.themSpaceResult .themSpaceUL{
	font-weight: lighter;
}


/* ------------------------------------------------------------------------------------- */
/* Structural Layout */
/* ------------------------------------------------------------------------------------- */

.appHeader{
	width: 100%;
}
.appMain{
	width: 100%;
}
.appFooter{
	width: 100%;
}

/* ----------------------------------- */
/* Header */
/* ----------------------------------- */

.appHeader TD{
	vertical-align:middle;
}
.appHeaderTopLine{
	text-align:right;
	height:24px;
	background-color:#666666;
	color:#ffffff;
	font-weight:bold;
	font-size:13px;
}
.appHeaderMiddleLine{
	text-align:right;
	height:42px;
	background-image: url(http://www.syynx.de/applications/css/img/bg3.gif);
}
.appHeaderMiddleLineSMALL{
	text-align:right;
	height:42px;
	background-image: url(http://www.syynx.de/applications/css/img/bg3small.gif);
}
.appHeaderBorderLine{
	text-align:right;
	background-color:#444444;
	height:1px;
}
.appHeaderBottomLine{
	text-align:right;
	height:24px;
	background-color:#eeeeee;
	font-size:10px;
}
.appHeaderBottomLineLeft{
	padding-left: 5px;
	text-align:left;
	height:24px;
	background-color:#eeeeee;
	font-size:12px;
}


/* ----------------------------------- */
/* Main / Left Hand Side */
/* ----------------------------------- */

.leftHandSide{
	width:190px;
	height:550px;
	background-image: url(http://www.syynx.de/applications/css/img/bg2.gif);	
	background-repeat:no-repeat;
	padding-left:15px;
	padding-right:15px;
}

.leftHandSide .subInfo table{
	background: #f5f5f5;
	border: 1px solid black;
	font-size: 70%;
}
.leftHandSide .subInfo td{
	padding-left: 3px;
	height:10px;
	text-align: left;
}
.leftHandSide .subInfo a{
	text-decoration: none;
}


/* ----------------------------------- */
/* Main / Middle Window */
/* ----------------------------------- */

.middleWindow{

}
.middleWindow .middleWindowTable{
	width:99%;
}
.contentSpace{
	border:1px solid black;
	padding: 10px;	
}

/* ----------------------------------- */
/* Right / Right Hand Side */
/* ----------------------------------- */

.rightHandSide{
	width:15px;
}

/* ----------------------------------- */
/* Footer */
/* ----------------------------------- */

.appFooterBorderLine{
	background-color:#444444;
	height:1px;
}


/* ------------------------------------------------------------------------------------- */
/* Links */
/* ------------------------------------------------------------------------------------- */

A{
	COLOR: darkblue;
	TEXT-DECORATION: none;
}
A:hover{
	COLOR: #000000;
	TEXT-DECORATION: underline;
}
.offLink{
	color:silver;
}


/* ------------------------------------------------------------------------------------- */
/* Header */
/* ------------------------------------------------------------------------------------- */

H1, H2, H3, H4{
	font-weight: bold;
	color: #000000;
}

H1{
	font-size: 18px;
	margin-top: 0px;
}

H2{
	font-size: 16px;
}

H3{
	font-size: 13px;
}

H4{
	font-size: 11px;
}


/* ------------------------------------------------------------------------------------- */
/* Forms */
/* ------------------------------------------------------------------------------------- */

INPUT{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: normal;
	color: #000000;
	width: 300px;
	font-size: 12px;
}

.checkbox INPUT{
	width: 20px;
}

INPUT.submit{
	width: 100px;
	font-size: 12px;
}

INPUT.normalButton{
	width: 100px;
	font-size: 12px;
	margin-bottom:2px;
}

.document_selection_list input, .checkboxes input, .radiobuttons input{
	width:25px;
}

TEXTAREA{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: normal;
	color: #000000;
	width: 300px;
	height: 100px;
	font-size: 12px;
}

SELECT{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: normal;
	color: #000000;
	font-size: 12px;
}


/* ------------------------------------------------------------------------------------- */
/* Table */
/* ------------------------------------------------------------------------------------- */

TD{
	vertical-align:top;
}


/* ------------------------------------------------------------------------------------- */
/* main navigation (left) */
/* ------------------------------------------------------------------------------------- */

.leftHandSide TABLE TABLE{
	background-color: #000000;
}

.navigArea{
	width:150px;
	background-color: #ffffff;
	font-size:13px;
	text-align: center;
	vertical-align:middle;
}
.navigFreeArea{
	width:17px;
	background-color: #ededed;
}
.selected .navigFreeArea{
	width:15px;
	background-color: #F9C101;
}
.leftHandSide TABLE{
	width:165px;
}
.leftHandSide TABLE TD{
	text-align: center;
}
.leftHandSide TABLE TABLE TD{
	height:24px;
}
.smallNavigFooter{
	font-size:10px;
}


/* ------------------------------------------------------------------------------------- */
/* sub navigation (tabs) */
/* ------------------------------------------------------------------------------------- */

.navigationSpace{
	position:relative;
	left:-2px;
	font-size: 12px;
}

.navigationSpace td{
	border:1px solid black;
	width:140px;
	white-space: nowrap;
	padding-top:3px;
	padding-bottom:3px;
        padding-left:10px;
        padding-right:10px;
        text-align:center;
        vertical-align:middle;     
        background-color:#ffffff;
}

.navigationSpace td a{
	text-decoration: none;
	color: #999999;
}

.navigationSpace td.selected{
	background-color:#eeeeee;
}

.navigationSpace td.selected a{
	color: #000000;
}
      
/* ------------------------------------------------------------------------------------- */
/* result navigation (tabs) */
/* ------------------------------------------------------------------------------------- */

.resultNavig{
	margin-left: -2px;
}

.resultNavig td{
	border: 1px solid black;
	background-color: #eeeeee;
	width: 90px;
	height:16px;
	text-align:center;
	vertical-align:middle;
	font-size:85%;
}

.resultNavig td a{
	font-size:95%;
}

.resultNavig td.resNavSel{
	background-color: #aaaaaa;
}

.resultNavig td.resNavSel a{
	font-weight:bold;
	color:#ffffff;
}
       
/* ------------------------------------------------------------------------------------- */
/* results */
/* ------------------------------------------------------------------------------------- */

.resultSpace{
	width:800px;
	border:1px solid black;
}

.resultSpace TD{
	padding-left:5px;
	font-size:80%;
}

td .label{
	width:150px;
	font-size: 12px;
}

td .left{
	font-size: 12px;
}

td .right a{
	font-size: 12px;
}

.resultSpace td table td{
	font-size: 12px;
}

.resultSpace .educational_data, .occupational_data, .languages , .advanced_training_competence, .medical_specialist_training, .memberships{
	font-size: 12px;
}
       
            
/* ------------------------------------------------------------------------------------- */
/* publicationLists */
/* ------------------------------------------------------------------------------------- */

.title{
	font-weight: bold;
}

.subject{

}

.year{

}

.authors{
	font-style: italic;
}

.metainfo1{
	font-weight: bold;
}

.metainfo2{

}

.metainfo3{

}

.metainfo4{
	font-style: italic;
}

.pubListNavig{
	font-weight: bold;
}


/* ------------------------------------------------------------------------------------- */
/*  fingerprint */
/* ------------------------------------------------------------------------------------- */

.fingerprint{

}

.syynx-concept-weight{
	background-color:#8CC8B7;
	font-size:5pt; 
}


/* ------------------------------------------------------------------------------------- */
/* Application-specific */
/* ------------------------------------------------------------------------------------- */

/* ----------------------------------- */
/* www.knowledgerepository.syynx.de*/
/* ----------------------------------- */

.cv_form{
	margin-left: 20pt;
}
.cv_form td.left{
	width: 200px;
}
.job_title{
	font-weight: bold;
}


/* ----------------------------------- */
/* www.researchprofiles.syynx.de/life*/
/* ----------------------------------- */


HR{
	border: 1px solid #cccccc;
	background-color: #cccccc;
	color: #cccccc;
}

.resultListTitle{
	font-weight: bold;
}

.resultCount{
	font-weight: bold;
}


/* ----------------------------------- */
/* www.sciencemanagement.syynx.de/*/
/* ----------------------------------- */

.mainResultTable{
	border: 1px solid #000000;
	width:100%;
	height:400px;
}

.subResultTable{
	width:100%;
	background-color: #ffffff;
	border-collapse:collapse;
	border-top:1px solid #aaaaaa;
	border-bottom:1px solid #aaaaaa;
	border-left:1px solid #aaaaaa;
	border-right:1px solid #aaaaaa;
}
.subResultTable td{
	padding: 3px;
	border-left: 1px solid #aaaaaa;
	border-bottom: 1px solid #aaaaaa;
}

.subResultTableHeader td{
	font-weight: bold;
	background-color: #eeeeee;
}

/* ----------------------------------- */
/* .NET KnowledgeGuide */
/* ----------------------------------- */


.resultContent{
	vertical-align: top;
	width:250px;
}

.resultContent li{
	LIST-STYLE-TYPE: square;
}

.resultContent a{
	font-size:85%;
	font-weight:bold;
	cursor: pointer;
}

.resultContent li li li{
	font-size:80%;
}

.resultContent li li li a{
	font-size:110%;
}

.resultArea{
	vertical-align: top;
	width:500px;
}
.resultContent li li .subInfo{
	font-size:85%;
}

.resultTable{
	border: 3px double #000000;
	COLOR: #000000;
	width: 100%;
}

.resultTable td{
	padding-right:7px;
}

.resultHeader{
	border: 1px solid #000000;
	COLOR: #000000;
	background-color:#eeeeee;
}

.resultHeader .position, .count{
	font-weight: bold;
}


.timeLine{
	width: 100%;
	BORDER: #cccccc 1px solid;
	FONT-SIZE: 85%; 
	COLOR: #999999;
	text-align:center;
}

.timeLine table tr td{
	FONT-SIZE: 90%; 
	text-align:center;
	vertical-align:bottom;
}



.expertsResult li{
	font-size: 90%;
	LIST-STYLE-TYPE: square;
}
.expertsResult td{
	vertical-align:top;
	width:50%;
}
.expertsResult .title{
	font-weight: bold;
}
.expertsResult .space{
	width:0px;
}


.publicResult li{
	font-size: 90%;
	LIST-STYLE-TYPE: square;
}
.journalResult li{
	font-size: 90%;
	LIST-STYLE-TYPE: square;
}


.profileResult{
	font-size: 90%;
}
.profileResult a{
	font-size: 90%;
}
.profileResult .kateg{
	font-weight: bold;
}
.profileResult td{
	vertical-align: middle;
}


.detailTable{
	border: 3px double #000000;
	COLOR: #000000;
	width:100%;
}
.detailTable td{
	padding-right:7px;
}
.detailHeader{
	border: 1px solid #000000;
	COLOR: #000000;
	background-color:#eeeeee;
}
.detailHeader .position, .count{
	font-weight: bold;
}
.detailTable .timeLine{
	width: 100%;
	BORDER: #cccccc 1px solid;
	FONT-SIZE: 85%; 
	COLOR: #999999;
	text-align:center;
}
.detailTable .timeLine table tr td{
	FONT-SIZE: 90%; 
	text-align:center;
	vertical-align:bottom;
}
.detailTable .propConc .profileResult{
	padding-left: 35px;
}
.detailExpJour td{
	width:50%;
}
.detailExpJour td ul{
	LIST-STYLE-TYPE: square;
	font-size: 90%;
}

