/* Style sheet for the Sahana Management System modified by Tom Worthington 11 February 2005 */
/* For demonstration purposes only. See: http://www.tomw.net.au/2005/wd/sahana.html */

body {
	background-color: white;
	font-family: sans-serif;
	color: #000000;
	background-image: url("../../../../images/2005/wd/sahana/images/gov.gif");
	background-position: top left;
	background-repeat: no-repeat;
}
a {
	text-decoration: none;
	font-weight: bold;
	color: #000000;
}

.header {
	text-align: center;
	padding: 0 0 0 60px;
}

.main {
}
.section {
	float: left;
	color: white;
	text-align: center;
	width: 25%;
	background-image: url("../../../../images/2005/wd/sahana/images/imgmainlogin.jpg");
	background-position: left center;
	background-repeat: no-repeat;
	background-color: #CCCCCC;
	padding: 8em 0em 5em 0em;
}
.content {
	float: right;
	width: 75%;
	background-color: #D8E9FD;
}
.menu {
	float: right;
	width: 40%;
	font-weight: bolder;
	padding: 2em;
	line-height: 2em;
	background-color: #D8E9FD;
}
.menu li {
	list-style-type: square;
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #B4C6DB;
	border-bottom-color: #B4C6DB;
}
.description {
	float: right;
	width: 40%;
	text-align: justify;
	color: #666666;
	text-align: justify;
	line-height: 1.3;
	padding: 1em;
	background-color: #D8E9FD;
}


.footer {
	font-size: small;
	text-align: center;
	background-image: url("../../../../images/2005/wd/sahana/images/cno.gif");
	background-position: top right;
	background-repeat: no-repeat;
	color: #777777;
	padding: 0 15% 0 15%;
}

.statusBar {
	clear: both;
	width: 100%; 
	font-size: small;
	font-weight: bold;
}
