/**
 * night.css
 *
 * Copyright (c) 2000-2008 John Willinsky
 * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING.
 *
 * Night theme.
 *
 * $Id: night.css,v 1.4 2008/04/04 17:06:52 asmecher Exp $
 */

body {
	background-color: #000000;
	color: #ffffff;
	margin-bottom:10px;
}

a:link {
	color: #0066FF;
}

a:visited {
	color: #0066FF;
}



a:hover {
	color: red;
	background: #000000;
}

input.textField, select.selectMenu, textarea.textArea, input.uploadField {
	background-color: #FFFFFF;
}

input.defaultButton {
	background-color: #000000;
}

#container {
	text-align: left;
}

#header {
	background-color: #000000;
	border-bottom: 1px solid red;
}

#headerTitle {
	color: #ffffff;	
}

#main {
	background-color: #000000;
	border-left: 1px solid #333;
	border-right: 1px solid #333;
	border-bottom: 1px solid #333;
	padding:3px;
}

#navbar {
	border-bottom: 1px solid red;
	font-size:large;
	font-weight:bold;

}

#breadcrumb {
	padding-bottom: 10px;	
	border-bottom: 1px solid #333;
}

#breadcrumb a:link {
	color: #F60;
}

#breadcrumb a:visited {
	color: #F60;
}

#breadcrumb a:hover{

color: #F00; 

}

#content {
	border-top: 0px dotted #000;
}


#navbar ul
{
	margin:0;
	padding:0;

}



#navbar ul li { display: inline;
margin:0;
padding:0;}

#navbar ul li a
{
border: 1px solid #333;
text-align:center;
padding:3px;
text-decoration:none;
}

#navcbar ul li a:hover
{
}
