
	textarea { background-color: #fff; border: 1px solid #00000f; }

	body {
		font-family: "Trebuchet MS", Arial;
		font-size: 11px;
		margin: 0px;
		background-color:#f9fcfe;
	}
	body div { /* needed for IE, divs do not auto inherit from body */
		font-family: "Trebuchet MS", Arial;
		font-size: 11px;
		margin: 0px;
	}
	hr {
		color: #14578a;
		background-color: #14578a;
		height: 2px;
		border: 0;
	}

	#messagebox
	{
		position: absolute;
		display: none;
		top: 1px;
		left: 200px;
		right: 200px;
		z-index: 5000;
		opacity:0.9;
		filter:alpha(opacity:90);
	}

	#messagebox div
	{
		width: 400px;
		margin: 0px auto;
		height: 24px;
		min-height: 24px;
		padding: 8px 10px 8px 46px;
	}

	#messagebox div.loading
	{
		background: url(../../../images/loading.gif) 6px 3px no-repeat;
		background-color: #EBEBEB;
		border: 1px solid #CCCCCC;
	}

	#messagebox div.notice
	{
		background: url(../../../images/info.png) 6px 3px no-repeat;
		background-color: #F7FDCB;
		border: 1px solid #C2D071;
	}

	#messagebox div.error,
	#messagebox div.warning
	{
		background: url(../../../images/warning.png) 6px 3px no-repeat;
		background-color: #EF9398;
		border: 1px solid #DC5757;
	}

	#contentwarning {
		background: url(../../../images/warning.png) 6px 3px no-repeat;
		background-color: #EF9398;
		border: 1px solid #DC5757;
		width: 400px;
		margin: 0px 0px 10px 0px;
		height: 24px;
		min-height: 24px;
		padding: 8px 10px 8px 46px;
	}

	.pagetitle {
		color:#c3def1;
		font-family: Georgia, "Trebuchet MS";
		font-size:32.5px;
		padding: 5px;
		letter-spacing: -2px;
	}

	tr.head {
		background-color:#14578a;
	}

	td.head {
		padding:6px 10px 6px 15px;
		text-align:left;
	}

	td.tree {
		padding:0px 5px 0px 5px;
	}

	td.treenavi {
		border-bottom: 1px solid #10558E;
		padding:0px 0px 0px 0px;
	}

	tr.navigationpath {
		background-color:#6da6d1;
		border-top:2px solid #448bbd;
	}

	td.navigation {
		padding:3px 10px 3px 15px;
		text-align:left;
		border-top: 3px solid #448bbd;
		border-bottom: 1px solid #448bbd;
	}

	div.navigationleft {
		float:left;
	}

	div.navigationright {
		float:right;
	}

	div.navigationmiddle {
		float:right;
		padding:0px 50px 0px 0px;
	}

	div.movetitle {
		background-color:#dce7ff;
		font-family:verdana, arial, helvetica, sans-serif;
		font-size: 11px;
		font-weight:bold;
		padding:0px 0px 0px 5px;
		border-bottom-style:solid;
		border-bottom-color:#000000;
		border-bottom-width:1px;
	}

	div.welcome {
		font-family:verdana, arial, helvetica, sans-serif;
		font-size: 24px;
	}

	input.searchfield {
		width:100px;
		border:#ffffff solid 1px;
		background-color:#dce7ff;
		font-family:verdana, arial, helvetica, sans-serif;
		font-size: 11px;
	}

	input.searchfield:focus, input.searchfield:hover {
		width:100px;
		border:#9A9A9A solid 1px;
		background-color:#ffffff;
		font-family:verdana, arial, helvetica, sans-serif;
		font-size: 11px;
	}

	input.searchgo {
		border:#ffffff solid 1px;
		background-color:#dce7ff;
		font-family:verdana, arial, helvetica, sans-serif;
		font-size: 11px;
	}

	input.searchgo:focus, input.searchgo:hover {
		border:#9A9A9A solid 1px;
		background-color:#ffffff;
		font-family:verdana, arial, helvetica, sans-serif;
		font-size: 11px;
	}

	#toroot {
		padding:10px 10px 0px 10px;
	}
	
	#treecontainer {
		padding:10px 0px 5px 0px;
		text-align: left;
		vertical-align: top;
		width:10px;
	}
	.#treecontainer { /* .# means msie-only */
		padding-right:10px;
	}
	#treecontainer td { /* needed for IE tree vertical spacing */
		font-size: 11px
	}

	#contentcontainer {
		padding: 8px 15px 20px 15px;
		text-align: left;
		vertical-align: top;
		width:100%;
	}

	#tree {
		padding:0px 0px 0px 10px;
		margin:0px 10px 0px 0px;
	}

	table.tree {
		border:1px solid #14578a;
		padding:0px;
		background-color:#6da6d1;
		color: #FFF;
		display:block;
		float:left;
	}
	table.tree a {
		color: #FFF;
		font-family: verdana, arial, helvetica, sans-serif;
	}
	table.tree a.active {		color: #FFF;	}
	table.tree a.active:hover {	color: #FFF;	}
	table.tree a.empty {		color: #BEF;	}
	table.tree a:hover, table.tree a.empty:hover {	color: #FFF;	}

	#floattable {
		float:left;
		position:absolute;
	}

	#hidebutton {
		text-align:center;
		font-size: 9px;
		border: 1px solid #000;
		color: #000;
		background-color: #FFF;
		width:80px;
		margin-top:15px;
	}

	table.loginform {
		text-align:center;
	}

	div.loginform {
		text-align:center;
	}

	A {
		color:#FF0000;
		font-family:verdana, arial, helvetica, sans-serif;
		font-size: 11px;
		text-decoration: none;
	}

	A:hover {	color:#9C0000;	}

	.text {
		color:#000000;
		font-family:verdana, arial, helvetica, sans-serif;
		font-size: 11px;
	}

	.greenmsg {
		color:#06AD00;
	}

	.redmsg {
		color:#ff0000;
	}

	.version a {
		color:#FFF;
		font-family:verdana, arial, helvetica, sans-serif;
		font-size: 11px;
		font-weight:bold;
		text-decoration: none;
	}
	.version a:hover {
		color:#FFF;
	}

	.mainnavi a {
		color:#FFF;
		font-family:verdana, arial, helvetica, sans-serif;
		font-size: 11px;
		font-weight:bold;
		text-decoration: none;
	}
	.mainnavi a:hover {
		color:#FFF;
	}

	#treeopener {
		padding:0px 0px 0px 10px;
		display:none;
	}

	#treeshowimg {
		padding:5px 5px 5px 5px;
		border: 1px solid #10558E;
		background-color:#69A6D7;
	}

	.uparrow, .downarrow {
		float:right;
		margin-top:4px;
		padding:2px 2px 2px 2px;
	}

	img.upload {
		height:16px;
		width:16px;
		border: 0px;
		vertical-align:middle;
	}

	/* BEGIN styles for fckeditor/tinymce integration */
	.Bold
	{
		font-weight: bold;
	}
	.Title
	{
		font-weight: bold;
		font-size: 18px;
		color: #cc3300;
	}
	.cleantable {
		border: 1px solid #CCC;
		width: 100%;
	}

	.cleantable td {
		border: 1px solid #CCC;
	}
	pre
	{
		border: #444 1px solid;
		padding-right: 5px;
		padding-left: 5px;
		color: #008000;
		font-family: 'Courier New' , Monospace;
		background-color: #FFF;
	}
	/* END styles for fckeditor integration */

	#footer {
		position: fixed;
		border-top: 1px solid #ddd;
		border-bottom: 10px solid #f5f5f5;
		background: #f5f5f5;
		width: 100%;
		left: 0px;
		bottom: 0px;
		text-align:left;
		color: #aaa;
		font-size: 10px;
		z-index:10000;
		opacity:0.9;
		filter:alpha(opacity:90);
		clear: both;
		float:none;
		background-attachment: scroll;
		background-x-position: 0%;
		background-y-position: 0%;
	}

	#footer p {
		float: left;
		margin: 0px;
		padding-top:4px;
		padding-left:35px;
		text-transform:lowercase;
	}

	#footer a {
		color: #888;
		padding-left: 20px;
	}

	legend {
		font-weight: bold;
	}

	.ContentItem {
		padding-left: 0px;
		background-image: none;
		margin-top: 4px;
		margin-bottom: 4px;
		padding-bottom:0px;
	}

	.ContentBodyWrapper {
		padding-left:7px;
		margin-top: 4px;
	}

	.ContentHeader {
		padding: 4px 4px 6px 4px;
		margin-bottom: 0px;
		background-image: url(images/cheaderbg.gif);
		background-repeat: repeat-x;
	}

	.ContentTitle {
		font-weight: bold;
	}

	.ContentName {
		font-weight:bold;
		text-decoration:none;
		color:#777;
	}

	a.ContentName:hover {
		text-decoration:underline;
	}

	.ContentBody {
		margin-top:8px;
	}

	.ContentMenu {
		margin-top:4px;
		padding: 0px;
	}

	.AddFileForm {
		margin:0px;
		padding: 2px 0px 0px 0px;
	}

	.Date {
	
		font-family: Verdana;
		font-size: 10px;
		color: #777;
		margin: 0px;
	}

	.ContentPreFooterMenu {
		background-color:#d8e6ef;
		padding: 0px 4px 8px 21px;
		margin-top:3px;
	}

	.ContentFooter {
		background-image: url(images/controlbarbgend.gif);
		background-repeat: repeat-x;
		height: 10px;
		padding-left: 7px;
		clear: both;
	}

	/* content history styles*/
	#patch dl { background: #14578a; padding: 6px; margin: 0px; color: #fff; }
	#patch dt { float: left; width: 7em; font-weight: bold; }
	#patch dt:after { content:':';}
	#patch dl, #header, #footer { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt;  }
	#patch dl a { font-weight: bold ; color:#fc3;}
	#patch dl a:hover  { color:#ff0; }
	#patch h3 { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt; font-weight: bold; }
	#patch { width: 100%; }
	#patch h4 {font-family: verdana,arial,helvetica,sans-serif;font-size:10pt;padding:8px;background:#577;color:#fff;margin:0;}
	#patch pre {padding:0;line-height:1.2em;margin:0;}
	#patch .diff {width:100%;background:#eee;padding: 0px;overflow:auto;border:none;}
	#patch span {display:block;padding:0 10px;}
	#patch .modfile {border:1px solid #000;margin:10px 0;}
	#patch ins {background:#dfd;text-decoration:none;display:block;padding:0 10px;}
	#patch del {background:#fdd;text-decoration:none;display:block;padding:0 10px;}
	#patch .lines, .info {color:#888;background:#fff;}

	table.tree a.active_tree_item {
		text-decoration:underline;
	}

	td.treeRootItem {
		padding:0px 5px 0px 5px;
		border-top:1px solid #10558e;
	}

	.highlightword {
		color: #ff0000;
		font-family: verdana,arial,helvetica,sans-serif;
		font-size: 14px;
		border-bottom:1px dotted #ff0000;
		font-weight: bold;
	}

	/* adding styles for contextmenu*/
	table.contextmenu {
		background-color: #6da6d1;
		border: 1px solid #448bbd;
	}

	table.contextmenu .contextmenu-item {
		padding-left: 5px;
	}

	table.contextmenu .contextmenu-item-img {
		padding-left: 15px;
		padding-top: 1px;
		padding-bottom: 1px;
	}

	table.contextmenu .contextmenu-line-row td {
		background-color: #448bbd;
		/* border-bottom: 1px solid #4C7D3C; */
	}

	.menudraghover {
		background-color:#FFF08D;
	}

	#dragbox {
		position: absolute;
		display: none;
		top: 1px;
		padding: 0px 50px 0px 2px;
		z-index: 5000;
		opacity:0.7;
		filter:alpha(opacity:70);
		background-color: #EBEBEB;
		border: 1px solid #A0A0A0;
	}

	#treebottom {
		float: left;
		padding: 0px 0px 0px 10px;
		list-style-type: none;
		list-style-position: inside;
		width: 100%;
		text-align: left;
	}

	#treebottom li {
		border-bottom: 1px dashed #000000;
	}
