@import url(layout.css);
@import url(navigation.css);
@import url(left_col.css);
@import url(content.css);

html, body {
	padding: 0px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	height: 100%;
	background-color: #E8E8E5;
}

img {
	border: none;
}

form {
	border: none;
	padding: 0px;
	margin: 0px;
}

h1  {
	font-size: 1.2em;
	margin: 0px;
	padding: 0px 0px 10px 0px;
}

h2 {
	font-size: 1.1em;
	font-weight: bold;
	margin: 0px;
	padding: 0px 0px 0px 0px;
}

p {
	font-size: 0.75em;
	line-height: 150%;
	padding: 0px;
	margin: 0px 0px 10px 0px;
}

dt,dd {
	font-size: 0.75em;
	}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
}

li {
	font-size: 0.7em;
	line-height: 1.5em;
	padding: 0px;
	margin: 0px;
}

a,a:visited {
	color: #000000;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

ol, ul {
	margin: 0px;
	padding: 0px; 0px 10px 22px;
	float: none;
}

#mdHelp table tr td{
	padding: 5px;
}
#mdHelp table{
	margin: 0px;
}

#mdHelp ol, #mdHelp ul{
	margin: 0px;
	padding: 0px;
	float: none;
}

.clearer {
	clear: both;
	font-size: 1px;
	height: 1px;
}


div.edit_textmodule {
	border: #ccc dashed 2px;
}


/* for [manage] page */
tr.row:hover td, tr.row:hover td a {
	background-color: #FFE7A5;
	text-decoration: none;
}
tr.odd_row, tr.even_row {
	font-size: 12pt;
}

#siteview {
	top: 3px;
	width: 748px;
	text-align: right;
	background-color: red;
	padding-right: 15px;
	padding-bottom: 5px;
	font-size: 0.75em;
	max-height: 0.75em;
	* height: 0.75em;
}

#siteview a {
	color: white;
}

#siteview

