/**
 * damr.css
 *
 * Copyright 
 * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING.
 *
 * damr theme.
 *
 * $Id$
 */

body {
	background-color: #ffffff;
	color: #000000;
}

a:link {
	color: #000000;
}

a:active {
	color: #000000;
}

a:visited {
	color: #808080;
}

a:hover {
	color: red;
	background: #ffffff;
}

input.textField, select.selectMenu, textarea.textArea, input.uploadField {
	background-color: #eeeeee;
}

input.defaultButton {
	background-color: #000000;
	color: #ffffff;
}

#header {
	
	background:none;
	background-color:none;
	
	color:#09F;
	border-bottom: 1px solid black;
	height:inherit;
	
	
	
}
#headerTitle{
	
	height:inherit;
}
#main {
	background-color: #ffffff;
	border-left: 1px solid black;
	border-right: 1px solid black;
	border-bottom: 1px solid black;	
}

#main h2 {
	padding-left: 10px;
}

td.tocGalleys {
	padding-right: 10px;
}

#navbar {
	background:none;
	padding-left: 10px;
	border-bottom: 1px solid black;
	margin-left:100px;
	margin-right:130px;
}

#breadcrumb {
	padding-left: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid black;	
}

#content {
	padding-left: 10px;
	border-top: 0px dotted #000;
	min-height:500px;
}

