/*
 * FCKeditor - The text editor for Internet - http://www.fckeditor.net
 * Copyright (C) 2003-2007 Frederico Caldeira Knabben
 * 
 * == BEGIN LICENSE ==
 * 
 * Licensed under the terms of any of the following licenses at your
 * choice:
 * 
 *  - GNU General Public License Version 2 or later (the "GPL")
 *    http://www.gnu.org/licenses/gpl.html
 * 
 *  - GNU Lesser General Public License Version 2.1 or later (the "LGPL")
 *    http://www.gnu.org/licenses/lgpl.html
 * 
 *  - Mozilla Public License Version 1.1 or later (the "MPL")
 *    http://www.mozilla.org/MPL/MPL-1.1.html
 * 
 * == END LICENSE ==
 * 
 * File Name: sample.css
 * 	Styles used in the samples pages.
 * 
 * File Authors:
 * 		Frederico Caldeira Knabben (www.fckeditor.net)
 */

body, td, input, select, textarea
{
	font-size: 12px;
	font-family: Arial, Verdana, Sans-Serif;
}

h1
{
	font-weight: bold;
	font-size: 180%;
	margin-bottom: 10px;
}

form
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

pre
{
	margin:0px;
	padding:0px;
	white-space: pre-wrap; /* css-3 */
	white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
	word-wrap: break-word; /* Internet Explorer 5.5+ */
}

div#leftmenu {margin: 0; padding: 0 0px 0px 0px; width:120px; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px;}
#leftmenu td {padding: 0px; border-bottom:1px solid #ffffff; background-color:#eaeaea; }
#leftmenu ul { margin: 0px; padding: 0px; list-style-type:none; }
#leftmenu li {margin: 0; }
#leftmenu a {display: block; width:120px; text-decoration: none; padding: 4px 10px 4px 22px; border-bottom:1px solid #ffffff; bbackground-attachment: fixed;
	background-image: url(images/arrow1.gif);
	background-repeat: no-repeat;}
#leftmenu a:link {color:#000000;}
#leftmenu a:visited {color:#000000;}
#leftmenu a:hover {
	color: #294494;
	background-color:#FCB881;	
	background-image: url(images/arrow1_over.gif);


}

div#menubar {margin: 0; padding: 1px 5px 2px 5px; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:10px;text-decoration: none;
 border-left:solid;border-left-width: 2px; border-right:solid;border-right-width: 2px;background-color:#FCB881;}
#menubar td {padding: 0px; border-bottom:1px solid #ffffff; background-color:#eaeaea; }
#menubar ul { margin: 0px; padding: 0px; list-style-type:none; }
#menubar li {margin: 0; }
#menubar a {font-size:10px;text-decoration: none;}
#menubar a:link {color:#000000;}
#menubar a:visited {color:#000000;}
#menubar a:hover {
	color: rgb(241, 124, 31);
	background-color:#FCB881;	
	background-image: url(images/arrow1_over.gif);


}




