/*BASIC PAGE STYLE*/
/*@author Ahmed Saad <
[email protected]>*/
html {
  position: relative;
  min-height: 100%;
}
body{
  /* Margin bottom by footer height */
  /*margin-bottom: 30px;*/
  /*background: #999*/
}
#footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	padding: 10px 0;
	/* Set the fixed height of the footer here */
	/*height: 30px;*/
	background-color: #f5f5f5;
	border-top: 1px solid lightgrey;
	text-align: center;
	left: 0px;
	right: 0px;
}
.container{
	margin: 0 auto;
	padding: 10px;
}
.clear-fix:before, .clear-fix:after{
	content: "";
	display: table;
	clear: both;
	#zoom: 1;
}
#footer{
	color: #888;
}
#footer cite{
	color: #c55;
}
h4{
	background: #eaeaea;
	padding: 10px;
	
	border: 1px solid transparent;
	border-bottom: 2px solid #c1c1c1;
	border-radius: 4px;
}
td{
	vertical-align: middle !important;
}