/*
 * <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.
 *
 */
 
/* Footer */
table.footer {		
		width: 100%;			
		font-family: Arial,Helvetica,sans-serif;
		font-size: 12px;
		background-color: #d3c071;
		padding-top: 5px;
		padding-bottom: 0px;
		color: #363535;
	}
	
td.footer_left {
		width: 10%;
		text-align: left;
		vertical-align:top;
		white-space: nowrap;
		padding-left: 50px;
		padding-right: 0px;
	}
	
td.footer_middle {
		width: 10%;
		text-align: left;
		vertical-align:top;
		white-space: nowrap;
		padding-left: 10px;
		padding-right: 0px;		
	}
		
td.footer_spacer { /* extendable Area */
		width: 99%;
		padding-left: 0px;
		padding-right: 0px;
	}
	
td.footer_right {
		width: 10%;		
		text-align: right;
		vertical-align:top;		
		white-space: nowrap;
		padding-left: 0px;
		padding-right: 50px;
	}

a.footer_link {
		text-decoration: none;
		color: #363535;
		font-weight: bold;
}

a.footer_link:hover {
		text-decoration: none;
		color: #a38b26;;
}