html, body
{
	margin: 0px;
	width: 100%;
	height: 100%;
	font-family: Segoe UI, Helvetica, Arial, sans-serif;
}

#wrapper
{
	min-height: 100%;
	height: auto !important;
	margin: 0 auto -20px;
}
#header
{
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	background-color: #000000;
	height: 145px;
	color: #ffffff;
	padding-right: 5px;
}
#header a
{
	color: #60de86;
	text-decoration: none;
}
#header a:visited
{
	color: #60de86;
}
#header a:hover
{
	color: #60de86;
}

#menu
{
	background-color: #000000;
}
#menu ul
{
	margin: 0px;
	padding: 3px 0px 0px 0px;
}
#menu ul li
{
	display: inline;
	font-weight: bold;
	height: 30px;
	vertical-align: bottom;
}
#menu ul li a
{
	background-color: #afafaf;
	color: #dfdfdf;
	margin: 0px 3px 0px 2px;
	padding: 1px 5px 0px 5px;
	text-decoration: none;
	border-top: 1px solid #a09d9c;
	border-left: 1px solid #a09d9c;
	border-right: 1px solid #a09d9c;
	border-top-left-radius: 0.5em;
	border-top-right-radius: 0.5em;
	min-width: 75px;
	height: 30px;
	vertical-align: bottom;
}
#menu ul li a.selected, #menu ul li a.selected:hover
{
	background-color: #ffffff;
	color: #04ab37;
	border-top: 1px solid #3a9b18;
	border-left: 1px solid #3a9b18;
	border-right: 1px solid #3a9b18;
}
#menu ul li a:hover
{
	background-color: #30a236;
	color: #000000;
}

#content
{
	padding: 5px;
	margin-bottom: 20px;
}

#footer
{
	clear: both;
	height: 20px;
	background-color: #000000;
	color: #ffffff;
	font-size: 0.7em;
	text-align: right;
	padding-right: 5px;
}
#footer a
{
	color: #60de86;
	text-decoration: none;
}
#footer a:visited
{
	color: #60de86;
}
#footer a:hover
{
	color: #60de86;
}



/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
	td.mobile-stack
	{
		display: table-header-group;
	}
	.headmsg
	{
		font-size: 15pt;
		text-align: right; 
		position: relative; 
	}
	
	#header
	{
		background-position-y: 32px;
		height: 170px;
	}
	#menu ul li a 
	{
		font-size: 15pt;
	}
	td.login 
	{
		padding: 10px 0px;
		font-size: 17pt;
	}
	tbody.login, input.login
	{
		font-size: 17pt;
	}
	#divTree
	{
		float: none !important;
	}
	#divFileList
	{
		margin-left: 0px !important;
	}

}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
	td.mobile-stack
	{
		display: table-header-group;
	}
	.headmsg
	{
		text-align: right; 
		position: relative; 
	}
	td.login {
		padding: 10px 0px;
		font-size:17pt;
	}
	tbody.login, input.login{
		font-size:17pt;
	}
	
}

/* Small devices (portrait tablets and large phones, 768px and up) */
@media only screen and (min-width: 768px) {
	td.mobile-stack
	{
		display: table-cell;
	}
	.headmsg
	{
		text-align: right; 
		position: relative; 
		top: 50%;
	}
	td.login {
		padding: 0px 0px;
		font-size:inherit;
	}
	tbody.login, input.login{
		font-size:inherit;
	}
}