
.actionbuttons
{
    display:table;
    width:100%;
}

.actionbuttons input
{
    font-family:arial;
	font-size:0.9em;
	font-weight:bold;
	color:black;
	border:0px solid black;
	padding:5px 5px 5px 5px;
	background:none;
	cursor:pointer;
	margin:0px 4px 0px 4px;
	min-width:50px;
	float:left;
}

.subsectionon
{
    display:block;
}

.subsectionoff
{
    display:none;
}

.mobilepage
{
    display:none;
}

.webpage
{
    display:block;
}

#content
{
	height:auto;
	margin: 125px 0px 0px 0px;
	padding:0px;
	position:absolute;
    z-index:1;
	border:0px solid black;
	opacity:0.9;
	left: 0;
	right: 0;
	filter:alpha(opacity=90);
}

.topsectionbreak
{
    background-color:white;
    border:0px;
    border-top:3px black solid;
    width:100%; height:0px;
    margin-top:0px;
	clear:both;
}

.sectionbreak
{
    background-color:white;
    border:0px;
    border-top:3px black solid;
    width:100%; height:0px;
    margin-top:0px;
	clear:both;
}