body,html {
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
	background-color:#F4ECD9;
	font-family: times new roman, times, 
}

a {
	color: #000;
}

a:hover {
	color: #9A090C;
}

.menu a {
	color: #E6CFA8;
	text-decoration: none;
}
.menu a:hover {
	color: #FFF;
	text-decoration: none;
}

.menusearch {
	height: 14px;
	border: 0;
	background-color: #e6cfa8;
	padding: 2px;
	font-size: 8pt;
}

h1 {
	font-size: 22pt;
	display: inline;
}

h2 {
	font-size: 18pt;
	font-style: italic;
	display: inline;
}

h3 {
	font-size: 16pt;
	display: inline;
}

.close p { display: inline; }

.main ul {
	list-style-image: url(/icwiki/images/asterisk.gif);
}

/* CSS For Editor's Bar */

#editor-textarea {
	display: block;
	width: 1024px;
	height: 768px;
}

a img {
	border: none;
}

.editbar {
    clear: both;
    display: block;
    margin: 0;
    margin-top: 30px;
    padding: 0px 8px;
    white-space: nowrap;
    background: #9A090C;
    font-size: 0.8em;
    border: 1px solid #000;
    font-family: arial,verdana,sans;
}

.editbar form, .editbar form div {
    display: inline;
    margin: 0;
}

.editbar form select {
    background: #000;
    font-size:9pt;
    color: #E6CFA8;
}

.editbar li {
    display: inline;
    padding: 0;
    margin: 4px 6px;
}

*[dir="rtl"] .editbar li {
    float: right;
}

.editbar a, .editbar a:visited { color: #E6CFA8; }
.editbar a:hover { color: #000; text-decoration: underline;}

.searchresults dt {
	padding-top: 10px;
}

.searchresults dt a {
	font-weight: bold;
}

.searchresults dd {
	font-size: 10pt;
	
}

.info {
	font-style: italic;
}
