/* +-----------------------------------------------------------------+
// |                   PhreeBooks Open Source ERP                    |
// +-----------------------------------------------------------------+
// | Copyright (c) 2008, 2009, 2010, 2011, 2012 PhreeSoft, LLC       |
// | http://www.PhreeSoft.com                                        |
// +-----------------------------------------------------------------+
// | This program 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 any later version.                              |
// |                                                                 |
// | This program 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.                    |
// +-----------------------------------------------------------------+
//  Path: /themes/default/css/start/stylesheet.css
*/
a, div, body, html, table{ font:normal normal 11px Verdana,sans-serif; }
body					 { background-color:#ffffff; margin:0; }
h1 { width:auto; clear:both; color:#003080; font-size:16px; font-variant:small-caps; font-weight:bold; background-color:transparent; padding:4px; }
h2 { color: #003080; font-size: 16px; }
p                        { line-height: 1.5em; margin: 0px 0px 1em; padding: 0px; }
a 						 { text-decoration:none; }
a:hover					 { color:#c96e29; text-decoration:underline; }
a:link, a:visited, a:active { color:#0000ff; text-decoration:none; }
a.button                 { padding:3px 15px; color: #000; border: 3px outset #666; margin: 0px 5px; background-color: #ceddf0; }
form                     { display:inline; margin: 0; padding: 0; }
input, select, textarea, file, checkbox, radio { font-size:11px; padding: 0; }
fieldset                 { margin: 0; padding: 10px; border: 1px solid #666; }
legend                   { font-family:Tahoma,Verdana,Arial,sans-serif; font-size:14px; font-weight:bold; margin: 0; padding: 0 4px; }
label                    { margin: 0; padding: 0; font-weight: bold; }
#please_wait             { display:none; position:fixed; left:50%; top:50%; }
.fieldRequired			 { color:red; }
