body {
    font-family: Lucida Grande, Lucida, sans-serif;
    font-size: 11pt;
}

h1, h2, h3, h4, h5, h6 {
    color: #48802C;
}
h1 {
font-size: 16px;
display: inline;
color: black;
}

img {
border:0;
margin-left:15px;
}

#contentWrapper {
    background: url(img/top_bar.png) repeat-x scroll center top;
    width: 100%;
}
.message {
	border:1px solid #48802C;
	background-color:white;
	padding:10px;
	width:90%;
}

.error {
	border:1px solid red;
	background-color:white;
	padding:10px;
	width:90%;
}
#contentLogo {
	float:left;
	position:absolute;
	margin-top:27px;

	height:55px;
	width:300px;
	text-align:center;
	padding-top:30px;
    background: url(img/title_bg.png) no-repeat left top;	
}
#statusbox a {
	color:#48802C;
	text-decoration:none;
}
#statusbox {
	background-color:white;
	font-size:10pt;
	padding:5px;
	position:absolute;
	margin-left:730px;
	float:right;
	border: 2px solid #e6e6e6;
}
#message {
	margin-bottom:10px;
}
#contentArea {
    width: 910px;
    text-align: left;
	margin: 0px auto;
}

#springSourceBar #grailsLogo {
	margin-top:10px;
	float:right;
}
#springSourceBar #springSourceLogo {
	margin-top:5px;
	float:left;
}
#springSourceBar #partnerLogo {
	margin-top:5px;
	float:right;
}
#springSourceBar {
	position:relative;
	/* width:900px; */
    height: 60px;
    margin-top: -8px;
}

.mainMenuBarWrapper {
    background: url(img/topnav_menubar.png) repeat scroll top;
    width: 100%;
}
#mainMenuBar {
    height: 24px;
    margin: 0px;
    width: 880px;
    padding: 7px 0px 0px 0px;
    font-size: 10pt;
    text-align: left;
}

#mainMenuBar a {
	color: black; border: inherit; text-decoration: none;
}

#mainMenuBar li {
    background: url(img/topnav_menbar_divider.png) no-repeat top left;
    display: inline;
    padding: 0px 4px 0px 10px;
    margin-top: 3px;
}

#btmSectionGraphicsWrapper {
    position: relative;
    width: 100%;
    height: 30px;
}

#btmSectionGraphicsWrapper div {
    position: absolute;
    bottom: 0px;
}

#mountainLeft {
    background: url(img/mountains_decoration.png) top right no-repeat;
    height: 99px;
    width: 234px;
}

#knight {
    background: url(img/knight_decoration.png) top left no-repeat;
    height: 49px;
    width: 30px;
    left: 2px;
}

#mountainRight {
    background: url(img/mountains_decoration.png) top left no-repeat;
    height: 99px;
    width: 164px;
    right: 0px;
}

#castle {
    background: url(img/castle_decoration.png) top left no-repeat;
    height: 31px;
    width: 87px;
    right: 203px;
}

#btmSectionBackgroundStretch {
    background: url(img/bottom_section_stretch.png) top left repeat-x;
}

#footer {
    width: 910px;
    height: 80px;
	margin: 0px auto;
    background: url(img/footer_stretch.png) repeat-x top;
    font-size: 10pt;
}
#footer img {
	float:right;
	margin-top:20px;
}
.innerFooter {
    position: relative;
    width: 880px;
    height: 60px;
    margin-top: -8px;
}

.innerFooter p {
    color: #96937D;
    text-align: right;
    padding: 23px 190px 0px 0px;
}

#footer .twitter {
    background: url(img/twitter_icon.png) no-repeat left top;
    width: 69px;
    height: 78px;
    position: absolute;
    top: -17px;
    left: 20px;
}

#footer .springSource {
    background: url(img/springsource-logo.png) no-repeat right top;
    width: 158px;
    height: 54px;
    position: absolute;
    top: 10px;
    right: 20px;
}

.userForm {
    padding:10px;
    padding-top:20px;
    margin:10px;
    margin-top:20px;
    width:580px;    
}

.inputForm label {
		text-align: left;
		padding: 0 1em;
		width: 105px; /* Use to move most form content left/right on page. */
		position:absolute;
		clear: left;
}
/* Set the width for 'input' elements: */
.inputForm input {
    margin-left: 130px;
    color: #333;
    border: 1px solid #555;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    padding: 1px;
    width: 150px;
}
.formButtons {
    margin: 20px;
}
.hidden {
	display:none;
}
.userForm {
	background-color:#F7F8F2;
	border:2px solid white;
	padding:10px;	
}
#loginForm {
	width:400px;
	padding-left:20px;
}
#registerForm p {
	margin-bottom:30px;
}
#loginForm form {
	margin-bottom:20px;
}

#btmSectionGraphicsWrapper {
	margin-top:30px;
}
#previewContainer a {
	color:#48802C;
	text-decoration:none;	
}
#previewContainer {
     position:absolute;
		background-color:#F7F8F2;
		border:2px solid white;
     top:400px;
     width:950px;
     height:600px;
     overflow:scroll;
     left:20%;
     padding:10px;
	z-index:9999;
}



