/*This style sheet is used when viewing a file outside of the parent document...or
when editing an individual page.*/
body {
	color:#eeeeee;
	font-family:'Lucida Sans Unicode' 'Lucida Grande' sans-serif;
	font-size:.7em;
	margin-right:30px;
	background:#996633;
}

h1,h2,h3,h4,h5 {
	margin-bottom:0px;
	color:#ffff99; 
}
p {margin-top:2px;}
ul {margin-top:2px;}
dt {
	font-weight:bold;
}
a:hover, a:active, a:visited, a:link {
	color:#dddddd;
}
.formCss td {
	font-size:.7em;
}
.formCss td:first-child {
	text-align:right;
}
.loginCss {
	margin:20px auto;
	padding:20px;
	width:300px;
	border:1px solid white;
}
.loginCss h1 { background:#301000; }
.editCss {
	width:300px;
	border:1px solid white;
	padding:20px;
	margin:20px auto;
}
.editCss h1 {
	background:#301000;
}
.editCss p, .editCss h1 {
	text-align:center;
}
textarea {
	margin:auto;
}

form textarea#text{width:500px;} 
/*TinyMCE - width is also determined by the width of the editor control button lines */
.mceContentBody{
	/*background-image: none;*/ 
	background-color: #996633; 
	color: #eeeeee;
} 
/*TinyMCE*/
