html {
    overflow: auto;
}
body { 
    margin: 0px; 
	padding: 0px; 
}
.bbmheaderc {
    position: fixed;
    top: 0px;
    width: 97%;
    height: 44px;
    /*background-color: #ffffff;*/
	background: -webkit-gradient(linear, left top, left bottom, from(#cccccc), to(#ffffff));
    color: #000000;
    font-family: Verdana;
    font-size: 40px;
	clear:both;
	z-index:1000;
	padding-left: 5px;
	padding-right: 5px;
}
.bbmmenupad {
	position: relative;
	clear: both;
	height: 3px;
}
.bbmcontentc {
    position: absolute;
    top: 44px;
    width: 97%;

    background-color: cccccc;
    color: #000000;
    font-family: Verdana;
    font-size: 18px;
	padding-left: 5px;
	padding-right: 5px;
}
.bbmmenub {		/* Standard Menu Button */
    position: relative;
    top: 0px;
	float: left;
	min-height: 40px;
	margin-top: 3px;
	margin-left: 3px;
	/*background-color: #cccccc;*/
	-webkit-tap-highlight-color:rgba(255,255,0,1);
	background: -webkit-gradient(linear, left top, left bottom, from(#bbbbbb), to(#dddddd));
    -webkit-box-shadow: 0 0 2px #E4E3E3;
    -webkit-border-radius: 5px;
}
.bbmmenubh {		/* Standard Menu Button, Highlighted */
    position: relative;
    top: 0px;
	float: left;
	min-height: 40px;
	margin-top: 3px;
	margin-left: 3px;
	/*background-color: #cccccc;*/
	-webkit-tap-highlight-color:rgba(255,255,0,1);
	background: -webkit-gradient(linear, left top, left bottom, from(#bbbb00), to(#dddd00));
    -webkit-box-shadow: 0 0 2px #E4E3E3;
    -webkit-border-radius: 5px;	
}
a.bbmmenu { 
    color: #000000;
}
.bbmmenul {		/* Long Menu Button */
    position: relative;
    top: 0px;
	/*clear: both;*/
	float: left;
	/*min-height: 40px;*/
	margin-top: 3px;
	margin-left: 3px;
	/*background-color: #cccccc;*/
	-webkit-tap-highlight-color:rgba(255,255,0,1);
	background: -webkit-gradient(linear, left top, left bottom, from(#bbbbbb), to(#dddddd));
    -webkit-box-shadow: 0 0 2px #E4E3E3;
    -webkit-border-radius: 5px;	
}
.bbmmenul2 {		/* Long Menu Button */
    position: relative;
    top: 0px;
	/*clear: both;*/
	float: left;
	/*min-height: 40px;*/
	margin-top: 3px;
	margin-left: 3px;
	/*background-color: #cccccc;*/
	-webkit-tap-highlight-color:rgba(255,255,0,1);
	background: -webkit-gradient(linear, left top, left bottom, from(#000000), to(#333333));
    -webkit-box-shadow: 0 0 2px #E4E3E3;
    -webkit-border-radius: 5px;	
}
.bbmmenubt {	/* Standard Menu Button Table */
	/*width: 100%;*/
	text-align: center;
	vertical-align: middle;
	padding: 3px;

    font-family: Verdana;
    font-size: 20px;
}
.bbmmenuc {		/* Standard Menu Row */
	/*background-color: #ffffff;*/
	min-height: 44px;
	clear: both;
	vertical-align: middle;
}
.bbmmenuc2 {	
	/*background-color: #ffffff;*/
	min-height: 22px;
	clear: both;
	vertical-align: middle;
	margin-left: 3px;
	margin-right: 3px;
	margin-top: 5px;
	
	font-family: Verdana;
	font-size: 18px;
}
.layouttable {	/* Default Layout Table */
	width: 100%;
    border: 1px;
	text-align: center;
	vertical-align: middle;
	padding: 0px;
}
.posttitle {
    font-family: Verdana;
    font-size: 26px;
}
