/*
	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.note-box
{
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	border: solid;
	border-color: black;
	border-width: 1px;
	padding: 0.25em;
	clear: both;
}

div.note em
{
	font-style: normal;
	font-weight: bold;
}

img.note-icon
{
	float: left; 
	margin-right: 0.25em;
}

div.note-text
{
	font-size: 0.75em;
	text-align: justify;
}

div.note-text .mono
{
	white-space: normal;
}