body{
	background-color: buttonface;
}

p, td, ul, li {
	font-family: verdana, arial, san-serif;
	vertical-align:top;
	font-size: 90%;
	/* background-color: #ffffff; */
	background-color: buttonface;
}

a,a.visited{
	color: #0000ff;
	font-size:90%;
}

xh1{
	font-size: 150%;
}

.td_head{
	background-color: #c9c9c9;
	text-align:center;
	font-weight:bold;
	font-size: 11px;
}
.header_table, .main_td, .menu_top_table{
  border-width:2px;
  border-style:groove;	
	background-color: #cccccc;
}

.header_td, .main_td, .footer_td
{
	vertical-align: top;
	/* text-align: center; */
	/* background-color:#ffffff; */
	background-color: buttonface;	
}

.header_table, .main_table, .footer_table, .activity_date_table, .footer_table, .main_table
{
	width: 750;
}

.menu_top_table, .folder_menu_table, .path_table, .group_menu_table, .user_menu_table, .message_menu_table
{
	width:100%;
	/* background-color:#FFFFFF; */
	background-color: buttonface;	
}

xselect {
	font-size: 75%;
}

.expired#a{
	color: #cccccc;
}

.head {
	color: black;
}


textarea#editor1, textarea#editor2, textarea.mce_editor, #simple_editor, #advanced_editor {
	width: 796px;
}
textarea#editor1, #simple_editor {
	height: 180px;
}
textarea#editor2, textarea#editor2_nor, textarea#editor2_eng, textarea#editor2_ger, #advanced_editor {
	height: 500px;
}
.editor_textarea {
	display: none;
}
#dummy_editor {
	position: absolute;
	top: -1000px;
}

.booking{
	color: #000000;
	background-color: #ffffff;
	font-size: 12px;
}

/* editor view setup - simulate proper styles... */
div.editor_view {
	padding: 10px;
	background: white;
	width: 100%;
	overflow: auto;
}
div.editor_view, div.editor_view * {
	font: 8pt/13pt Verdana, Arial, Helvetica, sans-serif;
	background: white;
}

div.editor_view * {
	margin: 0;
	padding: 0;
	color: #333;
}

div.editor_view table {
	border-collapse: collapse;
}

div.editor_view td {
	vertical-align: top;
}

div.editor_view h1, div.editor_view h2, div.editor_view h3, div.editor_view h4, div.editor_view th {
	font-weight: bold;
}
div.editor_view h1, div.editor_view h2, div.editor_view h3 {
	color: #8c1200;
	font-family: Arial, Helvetica, sans-serif;
}
div.editor_view h1, div.editor_view h1 a {
	font-size: 15pt;
	line-height: 20pt;
	margin-bottom: 14px;
}
div.editor_view h2, div.editor_view h2 a {
	font-size: 13pt;
	line-height: 17pt;
	margin-bottom: 10px;
}
div.editor_view h3, div.editor_view h3 a {
	font-size: 11pt;
	line-height: 14pt;
	margin: 10px 0 6px 0;
}

div.editor_view img {
	border: 0;
	display: inline !important; display: block; /* IE hack */
}

div.editor_view a {
	color: #8c1200;
	text-decoration: none;
}
div.editor_view a:hover {
	text-decoration: underline;
}

div.editor_view p, div.editor_view ol, div.editor_view ul {
	margin-bottom: 0.8em;
}
div.editor_view li {
	margin-left: 2.5em;
}
