/*
 * <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.
 *
 */
 
table.geoMap {
		font-family: Arial,Helvetica,sans-serif;
		font-size: 12px;
		background-color: #d3c071;
		width: 100%;
		height: 100%;		
	}
	
td.geoMap_topLeft {
		border: none;	
		padding-left: 5px;
		padding-right: 0px;
		padding-top: 2px;
		padding-bottom: 2px;	
		text-align: center;	
		font-size: 12px;
		font-weight: bold;
		color: #363535;
		background-color: #d3c071;	
	}
	
td.geoMap_topRight {
		border: none;	
		padding-left: 0px;
		padding-right: 5px;
		padding-top: 2px;
		padding-bottom: 2px;	
		text-align:right;
		background-color: #d3c071;	
	}

input.geoMap_topRight {
		font-size: 12px;
		width: 18px;
		height: 18px;
		background-color: #f9eed4;
		border-style: outset;
		text-align: right;
		vertical-align: middle;
	}

td.geoMap_message {
		border-top: 1px solid #363535;	
		border-bottom: none;
		border-left: none;
		border-right: none;
		padding-top: 10px;
		padding-bottom: 0px;
		padding-left: 10px;
		padding-right: 10px;		
		text-align: center;	
		vertical-align: top;
		font-size: 12px;
		font-weight: bold;
		color: #363535;
		background-color: #d3c071;	
	}
	
td.geoMap_errMessage {
		border-top: 1px solid #363535;	
		border-bottom: none;
		border-left: none;
		border-right: none;
		padding-top: 10px;
		padding-bottom: 0px;
		padding-left: 10px;
		padding-right: 10px;		
		text-align: center;	
		vertical-align: top;
		font-size: 12px;
		font-weight: bold;
		color: #FF0000;
		background-color: #d3c071;	
	}
		
	
td.geoMap_content {
		width:800px;
		height:600px;
		border: none;
		text-align: center;
	}
	
iframe.geoMap {
		border:none;
		width: 100%;
		height: 100%;
	}