/* CSS for all objects */
/* $Id: fwfstyle.css 1086 2012-09-05 14:17:32Z univie $ */
/* $URL: https://svn.phaidra.univie.ac.at/phaidra/trunk/static/stylesheets/css/fwfstyle.css $ */

#ub_strip
{	
	background-color: #990000;
}	
#border_box #border_box2
{
    overflow:hidden;
    border-bottom: 1px solid #990000;
    border-left: 1px solid #990000;
    border-right: 1px solid #990000;
}
#partners
{
	position:absolute;
	top:25px;
	right:0px;
}


/* classes */
.o_head
{
	color:#990000;
}
html
{
	height:100%;
}
body
{
	font-family: Verdana, sans-serif;
         font-size: 9pt;
         background-color:#f5f5f5;
         line-height: 16pt;
	height:100%;
	text-align:center;
}
table
{
	font-size:10pt;
	line-height:20px;
}
#partners_license table
{
	font-size:8pt;
}

a:link
{
font-size: 9pt; color:#9F0000; text-decoration:none
}
a:visited
{
font-size: 9pt; color:#9F0000;  text-decoration:none
}
a:hover
{
font-size: 9pt; color:#FF0000; text-decoration:none
}
a:active
{
font-size: 9pt;  color:#9F0000;  text-decoration:none
}
a:focus
{
font-size: 9pt;  color:#9F0000; text-decoration:none
}

select
{
	font-size:8pt;
}
input[type="button"]
{
	text-transform:uppercase;
	font-size:10px;
	line-height:8px;
	height:22px;
	padding:0px;
}

/* container */

#navigation
{
	position: absolute;
	left:0px;
	top:0px;
	width: 200px;
	height: 764px;
	padding: 20px 0px 0px 20px;
	background-color: #f5f5f5;
	
}

#page
{
	position:absolute;
	left:250px;
	top:0px;
	width:1000px;
	height:760px;
	background-image:url(img/fond.jpg);

}


/* klassen */
.uc
{
	text-transform:uppercase;
}

#logo_left
{
	/*contains the provider-logo (for instance "phaidra", "open-aire" ...) max. height: 85px */
    position: absolute;
    top:25px;
    width:400px;
}

#logo_right
{
    /* contains the institutional-logo (for instance "Universität Wien", "Universita degli Studi di Padova" ...); max. height: 85px */
    position: relative;
    top:5px;
    left: 585px;
    width:400px;
}

#strip
{
/* contens (contingent) text and pulldown-menu to choose the language */
    position: relative;
    top:0px;
    width: 800px;
    height: 25px;
    background-color:#990000;
    font-size: 8pt;
    text-align:left;    
    text-transform: uppercase;
    color: #EFEFEF;
}

#area_left
{
	/* contains the preview-pic, title and descrition */
/*    position: absolute;
    top:50px;
    left:50px;*/
    top: 5px;
    left: 5px;
    width: 399px;
    height: 650px;
    overflow:hidden;
    float:left;  
    background-color: white; 
  
}
#preview
{
/* contains preview or type-thumbnail */
	/*position:absolute;*/
	padding-top:50px;
	width:400px;
	height:auto;
	text-align: center;	
}

#area_right
{
	/* contains metadatas */
  /*  position: absolute;
    top:25px;
    left:400px;*/
    width: 395px;
    height: 650px;
    background-color:#EEEEEE;
    overflow:hidden;
    z-index:2;
}
#fc
{
	position:relative;
	left: 0px;
	width: 125px;
	text-align: right;
	text-transform: uppercase;
	margin:0px;
	padding:0px;

	float:left;
	margin-right:25px;	
	
}
#sc
{
	position:relative;
	
	width: 240px;
	margin:0px;
	padding: 0px;
	float:left;
}
#presentation_txt
{
/*	position:absolute;*/
	height: auto;
	margin-top: 50px;	

}
#upperleft
{
	height:591px;
}

#lang_menu
{
	position:absolute;
	top:1px;
	left:620px;
	height:20px;
	width: 180px;
	padding:1px;
	font-size:9pt;
}
	
#functionkeys
{
	/* buttons: preview, download, print, metadata and social-net's */  


    bottom:5px;
     
    width: 390px;
    height: 50px;
    text-align:center;
}

#functionkeys img
{
	height: 37px;
	border-style:none;
}
#functionkeys a
{
	float:left;
}
#socialNetwork
{
	float:left;
}
#partners_license
{
	position: relative;
	top:30px;
	width: 780px;
	margin-top: 0px;
	color: #333333;
	font-size:8pt;
}
                
.object_title
{
	color: #990000;
    font-family: Verdana, sans-serif;
    font-size: 12pt;
    font-weight: bold;
    line-height: 20px;
    text-align: center;
}
.descript_txt
{
	margin-top:10pt;
	font-family: Verdana, sans-serif;
	font-size: 10pt;
	padding-left:50px;
	padding-right:50px;
	height:150px;
}

    
.lang_select
{
	height:18px;
	width:80px;
	font-size:8pt;
	text-transform: uppercase;
	background-color: #e1e0dd;
}

.lyefttab
{
	padding-right:10px;
	text-align:right;
	vertical-align:top;
	text-transform: uppercase;
}
.preview
{
	text-align: center;
}
.repository
{
	font-size:9pt;
	padding-left:10px;
	padding-top:4px
}
.hSpacer
{
	height:25px;
	clear:both;
}
.contentRow
{
	width:399px;
	float:left;
}
.thumbnail
{
	width: 300px;
}
.hiddenPopup
{
	display:none;	
	overflow:hidden;
	height: 0px;
	width: 0px;
}
.descriptionPopup
{
	position:absolute;
	left:0;
	top:0;
	background-color: black;
	
	
	width: 100%;
	text-align:center;
	z-index:10;
	min-height: 100%; /* Mindesthöhe für moderne Browser */
	height:auto !important; /* Important Regel für moderne Browser */
	height:100%; /* Mindesthöhe für den IE */
	overflow: hidden !important; /* FF Scroll-leiste */ 	
} 
.descriptionContent, .memberContent
{	
	position:absolute;
	top:350;
	margin-left:75px;
	background-color:white;
	width:700px;
	border-bottom: 1px solid #990000;
	border-left: 1px solid #990000;
    	border-right: 1px solid #990000;
	border-top: 1px solid #990000;
	z-index:15;
}
.memberContent
{
	top:325;
	margin-left:500px;
	width:325px;
	padding: 10px;
}
.addthis_panel
{	
	height:auto;
	position:absolute;
	right: -1px;
	top: -10px;
	width: 120px;
}
.addthis_panel ul
{
	border:0 none;
	height:auto;
	list-style: none outside none;
	padding-left:0;
	width: 120px;
}
.addthis_panel li
{
	background-color: #FFFFFF;
	border-bottom: 1px solid #5A5A5A;
	color: #FFFFFF;
	height: 21px;
	opacity: 0.8;
	padding-left: 3px;
	position:relative;
	text:transform: uppercase;
	z-index:9;
}
#languageNotAvailable
{
	color: #FF0000;
	font-size: 9pt;
}
