html {
	height: 100%;
}
body {
	height: 100%;
}
#wrapper {
	height: auto !important;
	min-height: 100%;
	height: 100%;
	background-color: #ededed;
}
#bodywrapper{
	background-color: #fff;
}
#outerframe{
	border-top: 10px solid #fff;
	border-bottom: 15px solid #fff;
	max-width: 768px;
	min-width:480px;
	width:auto!important;
	margin: 0px auto 0px auto;
}
#innerframe{
	margin: 0px 10px 0px 10px;
	border: 4px solid;
  background-color: black;

}
#topbar{
	height: 5px;
	min-width: 480px;
	width:auto!important;
	background-color: #1C3564;
}
#titlebar{
	height: 40px;
  background-color: black;
	color: #fff;
	font-weight: bold;
}
#titleleft{
	line-height: 35px;
	width: 50%;
	float: left;
	font-size: 120%;
	text-align: left;
	vertical-align: bottom;
}
#titleright{
	line-height: 35px;
	width: 50%;
	float: left;
	font-size: 100%;
	text-align: right;
	vertical-align: bottom;
}
#mainbody{
	background-color: #fdfdfd;
	min-height:600px;
	height:auto!important;
	height:600px;
	padding: 12px;
}
#bodyfooter {
	background-color: #fdfdfd;
	padding: 0 7px 5px 0;
	text-align:right;
	color: #ccc;
	font-size: 80%;
}
#bodyfooter a {
	color: #7D7E9D;
}
#footerframe {
	min-width:480px;
	width:auto!important;
	border-top: 1px solid #ccc;
}
#footer {
	max-width: 740px;
	margin: 0px auto 0px auto;
	color: #999;
	font-size: 80%;
	padding: 7px;
}
/* Disable the spinner when using HTML5 number input */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
