html,body{
	height:100%;
	min-width:950px;
	padding:0px;
	font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
	margin:0;
}

a
{
	cursor:pointer;
	outline:none;
	text-decoration:none;
}

a, a:active, a:focus, a:hover
{
	outline:none;
	-moz-outline-style: none;
	text-decoration:none;
}

#wrap
{
	height:100%;
	height:auto !important;
	margin:0 auto -150px;
	min-height:100%;
	width: 800px;
	color:#ffffff;
	padding-top:100px;
}

#push,#footer
{
	height:50px;
}

#footer p
{
	color:#FFFFFF;
	text-align:center;
	margin:0;
	/*line-height: 50px;*/
}

#splash-background
{
	background: #356aa0;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPHJhZGlhbEdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY3g9IjUwJSIgY3k9IjUwJSIgcj0iNzUlIj4KICAgIDxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiMzNTZhYTAiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMzI0YzkzIiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L3JhZGlhbEdyYWRpZW50PgogIDxyZWN0IHg9Ii01MCIgeT0iLTUwIiB3aWR0aD0iMTAxIiBoZWlnaHQ9IjEwMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-radial-gradient(center, ellipse cover,  #356aa0 0%, #324c93 100%);
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#356aa0), color-stop(100%,#324c93));
	background: -webkit-radial-gradient(center, ellipse cover,  #356aa0 0%,#324c93 100%);
	background: -o-radial-gradient(center, ellipse cover,  #356aa0 0%,#324c93 100%);
	background: -ms-radial-gradient(center, ellipse cover,  #356aa0 0%,#324c93 100%);
	background: radial-gradient(ellipse at center,  #356aa0 0%,#324c93 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#356aa0', endColorstr='#324c93',GradientType=1 );
    width:100%; 
    height:100%;
    position:relative;
    overflow:hidden;
}

#splash-wrapper
{
	position:relative;
	top:50%;
	margin:-300px auto;
	width:800px;
	height:500px;
}

#splash-wrapper p
{
	color:#ffffff;
}

#splash-login, #splash-logo
{
	float:left;
}

#splash-login
{
	width:260px;
	padding:70px 0px 50px 60px;
}

#splash-logo
{
	width:415px;
	height:150px;
	padding:150px 0 0 65px;
	background:url('../img/splash.png') no-repeat 0px 65px;
}

#splash-logo span
{
	color:#FFFFFF;
	font-size:18px;
	line-height:40px;
}

#splash-login form
{
	clear:both;
}

#splash-login button, #splash-login a#alternative-button
{
	margin-top:20px;
	border:0px none;
	height:40px;
	text-align:left;
	padding-left:45px;
    width: 205px;
    color:#FFFFFF;
    font-size:18px;
    display:block;
    font-weight:bold;
    line-height:40px;
}

#splash-login button#login-button
{
	background:url('../img/signin_white.png') no-repeat left center transparent;
}

#splash-login a#alternative-button
{
	background:url('../img/alternative_white.png') no-repeat left center transparent;
	margin-top:50px;
}

#splash-login button#register-button
{
	background:url('../img/register_white.png') no-repeat left center transparent;
}

#signin-modal .alt-login
{
	line-height:50px;
	padding-left:55px;
	height:50px;
	display:block;
	margin:10px;
	width:100px;
	float:left;
	font-size:18px;
	font-weight:bold;
	color:#666666;
}

#signin-modal .alt-login:hover
{
	color:#464646;
}

#login-shibboleth
{
	background:url('../img/shibboleth.png') no-repeat left center transparent;
}

.modal-header .close {
	margin-top: 2px;
}
button.close {
	padding: 0;
	cursor: pointer;
	background: transparent;
	border: 0;
	-webkit-appearance: none;
}
.close {
	float: right;
	font-size: 20px;
	font-weight: bold;
	line-height: 20px;
	color: black;
	text-shadow: 0 1px 0 white;
	opacity: 0.2;
	filter: alpha(opacity=20);
}

#flash-wrapper{
  min-height: 39px;
}