/*
 * <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.
 *
 */
 
div.browseMotif_combinedView {	
		height:275px;
		width:250px;
		text-align:left;
		overflow:auto;		
	}

div.browseMotif_singleView {	
		height:275px;
		width:660px;
		text-align:left;
		overflow:auto;		
	}


table.browseMotif {
		font-family: Arial,Helvetica,sans-serif;
		font-size: 12px;
		width:670px;
	}
	
	
td.browseMotif {
		font-family: Arial,Helvetica,sans-serif;
		font-size: 12px;	
	}

input.browseMotif {
		width: 100px;
		font-size: 12px;
		font-family: Arial,Helvetica,sans-serif;
		background-color: #f9eed4;
		border-top-style: outset;
		border-right-style: outset;
		border-bottom-style: outset;
		border-left-style: outset;
		text-align: center;
		vertical-align: middle;
	}

a.browseMotif {
		text-decoration:none;
		color:#363535;
	}

a.browseMotif:hover {
		text-decoration:none;
		color:#a38b26;	
	}
	
a.browseMotifSelected {
		text-decoration:none;
		font-weight:bold;
		color:#a38b26;		
	}
	
	
td.browseMotifView {
		font-family: Arial,Helvetica,sans-serif;
		font-size: 14px;	
		text-align:left;
		padding-left:15px;
		padding-right:15px;
		padding-top:0px;
		padding-bottom:0px;
	}
		
a.browseMotifView {
		text-decoration:none;
		color:#363535;
		font-weight:bold;
	}

a.browseMotifView:hover {
		text-decoration:none;
		color:#a38b26;	
		font-weight:bold;
	}
	
div.browseMotifImages_normal_combinedView {
		height:150px;
		width:390px;
		text-align:left;
		overflow:auto;	
		border: 1px solid #a38b26;
		padding: 5px;
	}
	

div.browseMotifImages_enlarged_combinedView {
		height:283px;
		width:390px;
		text-align:left;
		overflow:auto;	
		border: 1px solid #a38b26;
		padding: 5px;
	}

div.browseMotifImages_normal_singleView {
		height:140px;
		width:660px;
		text-align:left;
		overflow:auto;	
		border: 1px solid #a38b26;
		padding: 5px;
	}
	

div.browseMotifImages_enlarged_singleView {
		height:280px;
		width:660px;
		text-align:left;
		overflow:auto;	
		border: 1px solid #a38b26;
		padding: 5px;
	}

table.browseMotifContent {
		font-family: Arial,Helvetica,sans-serif;
		font-size: 12px;
	}
		
table.browseMotifImages {
		font-family: Arial,Helvetica,sans-serif;
		font-size: 12px;			
	}

img.browseMotif_singleView {
		height: 100px;
		border:1px solid #000000;
	}
	
img.browseMotif_combinedView {
		height: 100px;
		border:1px solid #000000;
	}	
	
td.browseMotifImagesContent {
		font-family: Arial,Helvetica,sans-serif;
		font-size: 12px;
	}
