/**
 * jitaa-css3.css
 *
 * Copyright (c) 2003-2012 John Willinsky
 * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING.
 *
 * Night theme.
 *
 * $Id$
 */

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

#btnUserHome{
	display: none;
}

a:link {
	color: #000000;
}

a:active {
	color: #000000;
}

a:visited {
	color: #000000;
}

a:hover {
	color: red;
	background: yellow;
}

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

input.defaultButton {
	background-color: grey;
}

#container {
	text-align: left;
}

#header {
    background-color: #ef8201;
	border-bottom: 1px solid red;
}

#headerTitle {

	color: #000000;
}

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

#content {
	border-top: 0px dotted #000;
}

#leftSidebar div.block {
	padding: 0.5em 0;
	border-top: 5px solid #006699;
	border-bottom: 1px solid #006699;
	margin-bottom: 5px;
	color: #999999;
}

#rightSidebar div.block {
    background-image: url("http://182.255.0.162/jitaa-background/jitaa-navbar1.jpg");
	padding: 5px ;
	border-top: 5px solid brown;
	border-bottom: 3px solid brown;
    border-left: 2px solid brown;
    border-right: 2px solid brown;
    margin-bottom: 20px;
	color: lightbrown;

}

#leftSidebar div.block span.blockTitle {
	padding: 2;
	font-weight: bold;
	color: #006699;
}

#rightSidebar div.block span.blockTitle {
	padding: 2;
	font-weight: bold;
	color: red;
}

#leftSidebar div.block span.blockSubtitle {
	font-weight: bold;
}

#rightSidebar div.block span.blockSubtitle {
	font-weight: bold;
}


