/*
	Copyright 2010 - Max Hacking - Hacking Networked Solutions

	This file is a part of the Hacking Networked Solutions Document Management System CSS Styles 

    The Hacking Networked Solutions Document Management System 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.

    The Hacking Networked Solutions Document Management System 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 the
    Hacking Networked Solutions Document Management System.  If not, please refer to  
    <http://www.gnu.org/licenses/>.
*/

div.navigation-top
{
	border-bottom: 1px solid black;
	padding-top: 3px;
	padding-bottom: 3px;
	font-size: 1.0em;
}

div.navigation-bottom
{
	clear: both;
	border-top: 1px solid black;
	padding-top: 3px;
	padding-bottom: 3px;
	font-size: 1.25em;
}

div.nav-wrapper>div.floating  /*display:table for Mozilla & Opera*/
{
	display: table;
	position: static;
}

div.floating			/*for IE*/
{ 
	height: 100%;
	position: relative;
}

div.floating div 		/*for IE*/
{ 
	position: absolute;
	top: 50%;
}

div.floating>div 		/*for Mozilla and Opera*/
{ 
	display: table-cell;
	vertical-align: middle;
	position: static;
}

div.floating div div 
{
	position: relative;
	top: -50%;
}

div.floating div div img
{
	float: left;
	padding-left: 3px;
	padding-right: 3px;
	border: none;
}

div.floating div.middle
{
	padding-left: 30px;
	padding-right: 30px;
}

div.floating div.limit
{
	width: 50%;
}

div.floating div div.right
{
	text-align: right;
}
