/* 
================================================================================
CSS styles for SCREEN media (Administration structure)
Author: Sininen Meteoriitti Oy, 2009

Document structure:
	- Basic styles for tags
	- Unique elements and their contents (in order of appearance in page source)
	- Other classes

This stylesheet is used in content administration layout and it should not
contain any other styles. Styles for public layout are located in MainPY.css.
================================================================================
*/

/*
================================================================================
BASIC STYLES for tags
================================================================================
*/

/*
================================================================================
UNIQUE ELEMENTS and their contents
================================================================================
*/

div#wrapper{ width: 650px; }
	div#subNav{ float: left; width: 200px; }
	div#mainContent{ float: left; width: 250px; }
	div#subContent{ float: left; width: 200px; }

div#topNav, div#bottomNav, div#yrittajatLink{ display: none; }

/* 	
================================================================================
CONTROL ELEMENTS and their contents
================================================================================
*/

/*
================================================================================
GENERIC CLASSES
================================================================================
*/

.clearBoth{ clear: both; width: 100%; height: 0; overflow: hidden; }
.screenHide{ position: absolute; top: 0px; left: 0px; width: 0; height: 0; overflow: hidden; margin-left: -9999px; }
.clear, .screenHide hr{ display: none; }
