/*
    HTML/JSP CSS Styles
 */
img {
	border: none;
}

html,body {
	margin: 0;
	padding: 0;
	height: 100%;
}

#wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -40px;
	text-align: center;
}

#container {
	min-height: 100%;
	position: relative;
}

#body {
	padding: 10px;
}

#header {
	padding: 10px 0px;
}

.jsp-background {
	background-color: white;
}

.top-spacer {
	height: 30px;
	background-color: #EEF280;
}

.welcome-top {
	background-color: #EEF280;
	border-bottom: 1px solid #cdcdcd;
	text-align: center;
}

.nonwelcome-top {
	background-color: #EEF280;
	border-bottom: 1px solid #cdcdcd;
	margin: 0px !important;
}

.nonwelcome-top img {
	position: relative;
	bottom: 10px;
}

.share-big-logo {
	margin-left: 0px;
}

.share-big-logo-welcome {
	display: block;
	margin: 0px auto;
}

/* TODO: are we using this anywhere? */
.share-welcome-title {
	margin-top: 50px;
	margin-left: 50px;
	margin-bottom: 20px;
	font-family: Verdana;
	font-weight: bold;
	font-size: 150px;
	color: green;
}

.share-welcome-version {
	font-family: Arial;
	font-weight: bold;
	font-size: 30px;
	color: gray;
	position: relative;
	top: -100;
	left: -240;
}

.share-bye-msg {
	color: #c6c6c6;
	font-size: 40px;
}

.share-welcome-msg {
	display: block;
	margin-left: 45px;
}

.share-welcome-vision {
	text-align: left;
	position: relative;
	margin: 0 auto;
	width: 900px;
	display: block;
	font-family: helvetica, Arial;
	font-weight: normal;
	/*
	font-style: italic;
	*/
	font-size: 16px;
	color: #919191;
	/*
	color: #97BF3F;
	*/
}

#shutdown-msg {
    width: 900px;
    display: block;
    
    margin: 0 auto;
    
    font-family: helvetica, Arial;
    font-weight: normal;
    
    text-align: justify;
}

#footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 40px; /* Height of the footer */
	text-align: center;
}

#footer #copyright {
	margin-top: 3px;
	margin-left: 0px;
	float: right;
	font-family: arial;
	font-size: 9pt;
	color: gray;
}

#footer #nav {
	margin: 0 0 2px;
	display: inline;
	list-style-type: none;
	list-style-position: outside;
}

#footer #nav li {
	float: left;
	padding: 2px 8px 0px 0px;
	font-family: arial;
	font-size: 9pt;
	color: gray;
}

#footer #nav li a {
	color: #299c39;
	text-decoration: none;
	font-weight: bold;
}