/*
 * <copyright>
 *  Copyright (c) 2009 by IICM, Graz University of Technology, Austria
 * </copyright>
 *
 *  This software is the confidential information of IICM,
 *  Graz University of Technology, Austria. You shall not disclose such
 *  confidential information and shall use it only in accordance with
 *  the IICM.
 *
 *  IICM MAKES NO REPRESENTATIONS OR WARRANTIES ABOUT THE SUITABILITY OF THE
 *  SOFTWARE, EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
 *  IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR
 *  PURPOSE, OR NON-INFRINGEMENT. IICM SHALL NOT BE LIABLE FOR ANY DAMAGES
 *  SUFFERED BY LICENSEE AS A RESULT OF USING, MODIFYING OR DISTRIBUTING
 *  THIS SOFTWARE OR ITS DERIVATIVES.
 *
 */
 

/* ResultList */

/* --------------- List --------------- */
table.resultlist {
		font-family: Arial,Helvetica,sans-serif;
		font-size: 12px;
		background-color: #d3c071;
		width: 100%;
		height: 100%;
	}

td.resultlist_menu {
		border: none;
		text-align: center;
		font-weight: bold;
	}		
		
td.resultlist_footer {
		border: none;
		text-align: center;
		font-weight: bold;
	}		

table.resultlistContent {
		font-family: Arial,Helvetica,sans-serif;
		font-size: 12px;
		background-color: #d3c071;
		width: 100%;
		height: 100%;	
		border: none;
	}

th.resultlistContent {
		border: none;
		text-align: center;
		vertical-align:middle;
		font-weight: bold;
		white-space:nowrap;	
	}
	
	
td.resultlistContent_left {
		border-left: 1px solid #d3c071;		
		border-right: 1px solid #d3c071;
		border-top: none;
		border-bottom: 1px solid #d3c071;		
		background-color:#f9eed4;
		vertical-align:middle;
		text-align:center;
	}
	
td.resultlistContent_middle_right {
		border-left: none;		
		border-right: 1px solid #d3c071;
		border-top: none;
		border-bottom: 1px solid #d3c071;		
		background-color:#f9eed4;
		vertical-align:middle;
		text-align:center;
	}	
		
td.resultlistContent_hidden {
		border: none;		
		height:0px;
		width: 1%;
		background-color:#d3c071;
		vertical-align:top;
		text-align:left;
	}

a.resultlistContent_link:link {
		text-decoration:none;
		color:#d3c071;	
	}	

a.resultlistContent_link:visited {
		text-decoration:none;
		color:#d3c071;		
	}

a.resultlistContent_link:focus {
		text-decoration:none;
		color:#d3c071;			
	}	
	
a.resultlistContent_link:hover {
		text-decoration:none;
		color:black;			
	}
	
a.resultlistContent_link:active {
		text-decoration:none;
		color:#d3c071;			
	}
	

	/*color:#363535;*/
	
		
div.resultlistContent_thumbs {
	border:none;
	text-align:left;
	vertical-align:top;
	background-color:#d3c071;
	}	
		
input.resultlist {
		font-size: 12px;
		font-family: Arial,Helvetica,sans-serif;
		background-color: #f9eed4;
		border-style: outset;
		text-align: center;
		vertical-align: middle;
	}		
	
	
/* --------------- Detailed View --------------- */	

table.resultlistShort {
		font-family: Arial,Helvetica,sans-serif;
		font-size: 12px;
		background-color: #ffffff;
		width: 100%;
		border: 3px solid #363535;
		padding-left: 0px;
		padding-right:0px;
		padding-top: 0px;
		padding-bottom: 0px;
		
	}	
	
td.resultListDetailsHeader{
		padding-left: 0px;
		padding-right:0px;
		padding-top: 15px;
		padding-bottom: 15px;
		border: none;
		text-align: center;
		font-weight: bold;
}

td.resultListDetailsContent{
		padding-left: 0px;
		padding-right:0px;
		padding-top: 0px;
		padding-bottom: 0px;
		border: none;
}

table.resultlistShortContent {
		font-family: Arial,Helvetica,sans-serif;
		font-size: 12px;
		background-color: #ffffff;
		width: 550px;
		border: none;
		padding-left: 0px;
		padding-right:0px;
		padding-top: 0px;
		padding-bottom: 0px;
	}	
	
	
input.resultlistShortButton {
		font-size: 12px;
		font-family: Arial,Helvetica,sans-serif;
		background-color: #f9eed4;
		border-style: outset;
		text-align: center;
		vertical-align: middle;
	}		

td.resultlistShortHeadButton{
		padding-left: 30px;
		padding-right: 20px;
		padding-top: 7px;
		padding-bottom: 7px;
		border: none;
}

td.resultListShortContentEntries{
		padding:0px;
		border: none;
}
td.resultlistShortContentLeft{
		padding-left: 8px;
		padding-right: 25px;
		padding-top: 7px;
		padding-bottom: 7px;
		color:#d3c071;
		border-right:1px solid #363535;
		border-left:0px;
		border-top:0px;
		border-bottom:0px;
		text-align:right;

}	

td.resultlistShortContentRight{
		padding-left: 25px;
		padding-right: 0px;
		padding-top: 7px;
		padding-bottom: 7px;
		border-right:0px;
		border-left:0px;
		border-top:0px;
		border-bottom:0px;
		color:#000000;

}	

a.resultlistShortContentLink{
		text-decoration:none;
		color:#d3c071;
}