
/*
 *	Aurora Nova Bridge
 *	
 * 	LICENSE: This file is part of the Aurora Nova Bridge.
 *
 *  Aurora Nova is free software: you can redistribute it and/or modify
 * it under the terms of the GNU General Public License as published by
 * the Free Software Foundation, either version 3 of the License, or
 * (at your option) any later version.
 *
 * Aurora Nova is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU General Public License for more details.
 *
 * You should have received a copy of the GNU General Public License
 * along with Aurora Nova Plattform.  If not, see <http://www.gnu.org/licenses/>.
 * 
 * @file		screen.css
 * @browsers	Crossbrowser
 * @architect   Vincent Virgile Janssens <vja@webmen.de> <vincent_virgille@hotmail.com>
 * @copyright  	Webmen Internet GmbH <http://www.webmen.de>
 * @license    	GNU Public License version 3	
 * @version	 	1.0
 *
 * Last Edited	20/04/2010
 * Created By	Vincent Virgile Janssens <vja@webmen.de> or <vincent_virgille@hotmail.com>
 *
*/


	
	
	.clr{
		clear:both;
	}
	
	/***********************************************************
		Specific Style Sheets for Aurora Nova, do not remove!!!
	************************************************************/
	
	.panelNav a:link, .panelNav a:visited, .panelNav a:active{
		color:#333333;
		text-decoration:none;		
	}
	
	.panelNav a:hover{
		color:#F5F5F5;
	}
	
	.panelNav a:focus { 
		text-decoration:none;
		border:dotted;
		border-width:thin;
	}
	
	.aNav{
		display:block;
		padding:9px;
	}
	
	.control_panel {
		font-size:14px;
		font-weight:bold;
	}

	.btnav {
		background-color:#F5F5F5;
		color:#333333;
	}
	
	.btnavover {
		background-color:#006bb3;
		color:#FFFFFF;
		cursor:pointer;
	}
	
	.unset{
		background-color:#F9F9F9;
		color:#999999;
		cursor: not-allowed;
	}
	
	.cpn_hide{
		visibility:hidden;
		display:none;
	}
	
	#ebHeader{
		background-color:#006bb3;		
		height:50px;
		color:#FFFFFF;
		font-weight:bold;
		font-size:16px;
		padding-top:10px;
		padding-left:10px;
		width:100%;
		text-align:center;
		vertical-align:middle;
	}
	
