@import url("/css/main-nav.css");
@import url("/css/LoginTable.css");
@import url("/css/UserFloat.css");
@import url("/css/Header.css");
@import url("/css/LeftNav.css");

html
{
	height:100%;
}

body
{
	background: #1a2255 url('/images/background.png') no-repeat center fixed;
	color:tan;
	height:100%;
	margin:0;
	padding:0;
	padding:0;
	
}
body#Logout
{
	background: #1a2255 url('/images/logout.png') no-repeat center fixed;
}

a
{
		color:lightblue;
		text-decoration:none;
		transition: all 1s;
		-webkit-transition: all 1s;
}

a:hover
{
	background-color: #002255;
	border-radius:10px;
	box-shadow: 1px 1px 3px 3px #002144;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

#LogoutProgress{
	width: 99%;	
}

#LogoutStatus{
	text-align: center;
	width: 99%;
	margin-top: 10px;
	font-size: 1.5em;
}

.LogDiv
{

	overflow: auto;
	position:absolute;
	display:inline;
	width:200px;
	height: 200px;
	bottom: 0;
	margin-bottom: 30px;
	margin-right: 10px;
	right: 0;
	border-radius:10px;
	box-shadow: 0px 0px 2px 2px #001133;
	z-index: 255;
}

#Log
{
	position: absolute;
	border: 0;
	//border-radius: 25px;
	width: 100%;
	height: 100%;
	margin-bottom: 10px;
	-moz-box-sizing: border-box;	
	box-sizing: border-box;
}

#NoScript
{
	position: fixed;
	width: 100%;
	height: 30px;
	background-color: #ffcc88;
	z-index: 200;
	color: #000000;
	font-weight: bold;
	font-size: 1.5em;
	text-align: center;
}

#Contents
{
	margin: auto;
	margin-left: 110px;
	transition: all 0.25s;
}

#ContentSpacer
{
	height: 50px;
}


/* for fading between versions of index.html*/
#FullPage
{
	
}


header
{
	position: fixed;
	top: 0;
	background-image: url('/images/table-bg.png');
	background-repeat:no-repeat;
	background-position: center;
	background-size:100% 100%;
	white-space: nowrap;
	margin-left: 80px;
	width:80%;
	height:50px;
	color:tan;
	opacity:0.85;
}

footer
{
	background-image: url('/images/table-bg.png');
	background-repeat:no-repeat;
	background-position: center;
	background-size:100% 100%;

	position:fixed;
	bottom:0;

	width:100%;
	height:30px;
	text-align:center;
	color:tan;
	opacity:0.85;
}
footer table{
	margin: auto;
}
