body {
font: smaller arial, helvetica, sans-serif;
}
    
#toolbar ul {
list-style: none;
padding: 0;
margin: 0;
}
    
#toolbar li {
display: inline;
margin: 0 0 0 0;
}
    
#toolbar a {
padding: 0 1em;
text-decoration: none;
color: #a80;
background: #fe5;
}
    
#toolbar a:hover {
background: #fc0;
color: #540;
}
    
#toolbar #selected {
}
    
#toolbar #selected a {
padding-bottom: 2px;
font-weight: bold;
color: black;
color: black;
background: #fc0;
}
    
#content {
border-top: 2px solid white;
background: #fc0;
padding: 1em;
}
    
#content p {
margin: 0;
padding: 1em;
background: white;
}

#footer {
margin: 0;
padding: 1em;
background: white;
text-align: center;
width: 100%;
}
    
h1 {
font-size: 1.5em;
color: #fc0;
}

#menu {
font-size: 0.8em;
margin: 0;
padding: 1em;
background: white;
}

a, a:visited, a:link, a:active  {		
		color: #59924B;
		background-color: transparent;
		text-decoration: none;
		font-weight: bold;
	}
	
	a:hover {		
		color: white;		
		background-color: #65a242;		
		text-decoration: none;		
		font-weight: bold;
	}

	body.spring {
		background-color: white;
	}

    form div, 
    form p {
    	padding: 0px;
		margin: 0 0 .5em 0;
    }
    
	#header.spring { 
		margin: 0 0 1em 0;
        padding: 0px 0px;
		background-color : white;
	}
	
	#branding.spring {		
		float: none;
        width: 100%;
        margin: 0 0 0 0;
        padding: 0 0 0 0;
        text-align: none;
    }
    
    #welcome {
    	padding: 10px 10px;
    }
    
    #welcome div.left {
    	float: left;
    } 
    
    #welcome div.right {
    	float: right;
    }
        
    #content.spring {
    	width: 740px;
    	background: #fff url(../images/bg.gif) 0 0 repeat;
    	margin-bottom: 0px;
    }

    #content.spring input[type="submit"], input[type="button"], button {
		font-size: 1em;
    	font-weight: bold;
    	color: #fff;
		background: #fff url(../images/btn.bg.gif) 0 0 repeat-x;
		border-style: none;
        padding: 2px 2px 2px 2px;
	}
	
    #local.spring{
        width: 215px;
    }
    
    #footer.spring {
    	padding: 25px 0;
    	background-color : white;
    	border-top: 1px solid #C3BBB6;
    }
    
    #footer.spring img {
    	float: right;
    	padding-right: 20px;
    }

	.errors {
		font-weight: bold;
		text-align: left;
		color: #600;
	}
	
	.errors ul {
		list-style: none;
	}

  	.section {
  		text-align: left;
    	width: 505px;
    	float: left;
    	margin-bottom: 5px;
    }
    
	.field {
		float:left;
	}
	
	.field .label {
		float: left;
		padding-top: 5px;
		padding-right: 5px;
		font-weight: bold;
		width: 150px;
		text-align: right;
	}
	
	.field .input {
		float: left;
		width: 250px;
		text-align: left;
	}

	.field .output {
		float: left;
		width: 250px;
		padding-top: 5px;
		text-align: left;
	}
	
	.buttonGroup {
		clear: both;
		text-align: right;
	}
	
	.buttonGroup input[type="submit"], .buttonGroup input[type="button"], .buttonGroup button, .buttonGroup a {
		margin-left: 5px;
		margin-right: 5px;
	}
	
	.summary {
		width: 100%;
		border: 1px solid #414f23;
		border-collapse: collapse;
	}
	
	.summary thead th {
		border-left: 1px solid #414f23;
		background: #fff url(../../images/th.bg.gif) 0 100% repeat-x;
		border-bottom: 1px solid #414f23;
		padding: 6px;
		text-align: left;
		font-size: smaller;
	}
    
    .summary tbody td {
		border-left: 1px solid #9cac7c;
		padding: 4px;
		border-bottom: 1px solid #9cac7c;
		font-size: 8pt;
     
    .dijitLayoutContainer {
    position: relative;
    display: block;
    overflow: overlay;
    -ms-overflow-style: visible
	}
