/*======================================================================================*\
* Copyright (c) 2008 BLUEWING - All Rights Reserved.
* ======================================================================================
* No part of this file may be reproduced or transmitted in any form or by any means, 
* electronic or mechanical, including photocopying and recording, for any purpose 
* without the express written permission of the owner of copyright.
* ======================================================================================
* @filesource       core/view/stylesheets/gui.css
* @copyright        Copyright 2007, Bluewing, Florian Tschoerner
* @link             http://www.bluewing.biz
* @package          bluewing
* @since            Bluewing v 3.0.1
* @version          
* @modifiedby       
* @lastmodified     03.06.2009
* @license          http://www.opensource.org/licenses/mit-license.php The MIT License
\*======================================================================================*/

/*======================================================================================*\
 * ALL MEDIA
\*======================================================================================*/

@media all {

	/* common settings
	------------------------------------------------------------------------------------*/
	html, body {
		width:100%;
		min-height:800px;
	}
	body {
		margin:0px 0px 0px 0px;
		padding:0px 0px 0px 0px;
	}


	.fullwidth {
		width:100%;
	}
	.fullheight {
		height:100%;
	}
	.no_bullet {
		list-style-type:none;
		margin:0px 0px 0px 0px;
		padding:0px 0px 0px 0px;
	}
	.float_right {
		float:right;
	}
	.float_left {
		float:left;
	}
	.align_top {
		vertical-align:top;
	}
	.align_middle {
		vertical-align:middle;
	}
	.align_bottom {
		vertical-align:bottom;
	}
	.align_left {
		text-align:left;
	}
	.align_right {
		text-align:right;
	}
	.align_center {
		text-align:center;
	}

	.box {
		padding:5px 5px 5px 5px;
	}
	.border_dottet {
		border:dotted 1px rgb(153,153,153);
	}
	.border_solid {
		border:solid 1px rgb(153,153,153);
	}

}


/*======================================================================================*\
 * SCREEN
\*======================================================================================*/

@media screen {

	#system h1 {
	}
	#system h2 {
	}
	#system h3 {
	}
	#system p {
	}


	/* cms explorer
	------------------------------------------------------------------------------------*/

	#sys_explorer_header td {
		border:solid 1px rgb(153,153,153);
		background-color:rgb(235,235,235);
		cursor:pointer;
	}
	#sys_explorer_header td:hover {
		background-color:rgb(225,225,225);
	}
	#sys_explorer_header td:hover strong {
		color:rgb(0,0,0);
	}
	#sys_explorer_header strong {
		display:block;
		font-weight:bold;
		font-variant:small-caps;
		color:rgb(153,153,153);
		margin:0px 0px 10px 0px;
	}
	#sys_explorer_header img {
		margin:10px 0px 0px 0px;
	}

	#sys_explorer_order li {
		float:left;
	}
	#sys_explorer_order a {
		margin:0px 5px 0px 5px;
	}

	#sys_explorer_frame {
	}
	#sys_explorer_frame tr {
		background-color:rgb(235,235,235);
		border-bottom:solid 1px rgb(153,153,153);
	}
	#sys_explorer_frame tr:hover {
		background-color:rgb(225,225,225);
	}
	#sys_explorer_frame th {
		background-color:rgb(135,135,135);
	}

	.static {
		border:solid 1px rgb(153,153,153);
		background-color:rgb(255,255,255);
	}




	/* cms editor
	------------------------------------------------------------------------------------*/
/*
	ul#explorer {
		display:block;
		list-style-type:none;
		margin:0px 0px 0px 0px;
		padding:0px 0px 0px 0px;
	}
		ul#explorer li {
			background-color:rgb(235,235,235);
			margin:0px 0px 3px 0px;
			padding:2px 5px 2px 5px;
		}
		ul#explorer li:hover {
			background-color:rgb(225,225,225);
		}
		ul#explorer li.static {
			background-color:rgb(225,225,225);
		}
		ul#explorer li.static:hover {
			background-color:rgb(215,215,215);
		}

		ul#explorer a {
			font-weight:normal;
		}
		ul#explorer i {
			color:rgb(153,153,153);
		}
		ul#explorer img {
			cursor:pointer;
		}
		ul#explorer img.action {
			float:right;
			cursor:pointer;
		}
*/
}



/*======================================================================================*\
 * PRINT
\*======================================================================================*/

@media print {
}

/*======================================================================================*/