
/*******************************************************************************
 * General rules
 */

html {
	/*height: 100%;*/
}
 
body {
	font-family: Helvetica, Arial, sans-serif;
	background-color: #c2dce4;
	background:#d9ecf4 url(/django/gfx/bg-clouds.png) no-repeat fixed 0 bottom;
	font-size: 80%;
}

h1, h2, h3, h4, h5, h6 {
   color: #7f7f00;
   border-bottom: 5px solid #8ec8de;
   padding-bottom: 2px;
}

input {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 90%;
	padding: 5px;
	border: 1px solid #7f7f00;
}

a {
	color:#7f0000;
}

iframe {
	border: 5px solid #8ec8de;
}

.red {
	color: #7f0000;
}

.green {
	color: #7f7f00;
}

/*******************************************************************************
 * header structure
 */

#header_container {
	width: 980px;
	background-image: url(/django/gfx/header_banner2.png);
	background-position: -0px 0px;
	margin: auto;
	margin-top: 0px;
	padding: 0px;
	height: 180px;
	margin-top: 20px;
	margin-bottom: 20px;
}

#header {
	color: white;
	font-size: 20px;
	text-align: right;
	padding-top: 110px;
	padding-right: 20px;
}
 
/*******************************************************************************
 * content structure 
 */

#content_container {
	width: 980px;
	margin: auto;	
	padding: 0px;
}

#content {
	background-color:#ffffff;
	width: 610px;
	padding: 20px;	
	float: left;
	margin-bottom: 100px;	
	border: 10px solid #8ec8de;
}

/*******************************************************************************
 * funky buttons 
 */
 
.button {
    padding: 1px 10px 4px 25px;
    border: solid 1px #8AB134;
    position: relative;
    cursor: pointer;
    display: inline-block;
    background-image: url('/django/gfx/bg-button.png');
    background-repeat: repeat-x;
    font-size: 12px;
    height: 15px;
    text-decoration: none;
    color: #40740D;
}

.button:hover {
    color: #8AB134;
} 

.button img {
    position: absolute;
    top: -5px;
    left: -12px;
    border: none;
}

/*******************************************************************************
 * Right column 
 */

#right_column_container {
	width: 290px;
	float: right;
	margin-bottom: 40px;
}

.right_column_panel {
	width: 250px;
	padding: 20px;
	padding-top: 15px;
	background-color: #8ec8de;
	margin-bottom: 20px;
}

.right_column_panel h1 {
	font-size: 1.2em;
	margin: 0px;
	padding: 0px;
}

.right_column_panel p {
	margin: 0;
	padding: 0;
	line-height: 1.75em;
}

.right_column_panel a.button {
	margin-top: 10px;
}

.right_column_panel input {
	width: 200px;
}

/*******************************************************************************
 * Navbar and footer
 */
 
#nav_container {
	border: 0;
	width: 965px;
	background-color: #8ec8de;
	clear: both;
	margin: auto;
	margin-bottom: 20px;
	padding-left: 15px;
}

#navbar {
	padding: 5px;
}

#navbar a {
	color:#7f0000;
	padding-right: 10px;
	text-decoration: none;
}

#navbar a:hover {
	text-decoration: underline
}

#footer_container {
	border: 0;
	border-top: 5px solid #7f0000;
	width: 100%;
	background-color: #d9ecf4;
	position: fixed;
	bottom: 0px;
	margin: 0px;
}

#footer {
	width: 980px;
	margin: auto;
	color: #7f0000;
}

#footer_nav {
	float: right;
	padding-top: 10px;
	padding-bottom: 10px;
}

#footer_banner{
	float: left;
	padding-top: 10px;
	padding-bottom: 10px;
}

#content_foot {
	border-top: 5px solid #8ec8de;
	padding-top: 10px;
	margin-top: 20px;
}

/*******************************************************************************
 * Forms
 */

#content form {
	line-height: 3em;
}

#content form div {
	line-height: 2em;
	margin-top: 20px;
	margin-bottom: 5px;
}

#content form label {
	width: 150px;
	text-align: right;
	margin-right: 10px;
	display: block;
	float: left;
}

#content table.data {
	background-color: white;
	border-collapse: collapse;
}

#content table.data th {
	background-color: #8EC8DE;
	padding: 3px;
	margin: 2px;
	border: 2px solid white;
}

#content table.data td {
	background-color: #d9ecf4;
	padding: 3px;
	border: 2px solid white;
}

input.form {
	padding: 5px;
	height: 25px;
	margin-left: 160px;
}

input.panel {
	padding: 5px;
	height: 25px;
	margin-left: 0px;
	width: 100px;
	margin-top: 10px;
}

div.calendarbox {
	border: 1px solid #7f7f00;
	padding: 0px;
}

.calendarbox .calendarnav-previous, .calendarbox .calendarnav-next {
	background:#8EC8DE;
	color:white;
	margin: 0px;
}

