/* -------------------------------------------------------------- 
  
   Boilerplate Screen Styles
   * Version:   0.5 (2007-11-19)
   
-------------------------------------------------------------- */

@import "lib/reset.css";
@import "lib/typography.css";
@import "lib/forms.css";
@import "lib/plugins/tabs.css";


/* Page
-------------------------------------------------------------- */

#page { margin-top: -20px; margin-left: 0px; margin-right: 5px; margin-bottom: 10px; min-height:100%; position:relative; }


/* Body
-------------------------------------------------------------- */

#body {
	margin-top: 0px;
	font-size: 14px;
	padding-bottom:20px;	/* Height of the footer */
}
#header {
		padding:0px;
}
#footer {
	align: center;
	position:absolute;
	bottom:0;
	width:100%;
	height:20px;			/* Height of the footer */
}
#footer p {
	margin:0;
	padding:10px;
}
.minitext {
  font: normal 0.7em Arial, sans-serif;
  color: Black;
}

.disable {
  background-color: #CF110C;
  color: #fff;
  font-weight: bold;
  padding: 5px;
}
