/*======================================================================================*\
* 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;
	}

}



/*======================================================================================*\
 * PRINT
\*======================================================================================*/

@media print {
}

/*======================================================================================*/