html, body {
	margin: 0;
	background: #FFFFFF;
	color: #000000;
	}

body 	{
	padding: 1% 2%;
	}
	
.main 	{
	padding: 0;
	background: #BBBBBB;
	border-right: 1px solid #000000;
	border-left: 1px solid #000000;
	}

.header {
	background: #77AAFF;
	padding: 5px 5px 5px 5px;
	}

.content {
        text-align: center;
	margin: 5px 0;
	background: #EEEEEE;
	padding: 20px;
	}

.footer {
	background: #77AAFF;
	padding: 10px 5px 10px 5px;
	text-align: center;
	}

.header, .content, .footer {
	border-top: 1px solid #000000;
	border-bottom:1px solid #000000;
	}

/*buttons*/

.Button, .ButtonWarn {
	font: bold 100% serif;
	background: #DDDDDD;
	border: 1px solid #000000;
	color: #000000;
	cursor: pointer;
	position: relative;
	text-decoration: none;
	}

.Button:hover {
	background: #BBBBBB;
	color: #000000;
}

.ButtonWarn:hover {
	background: #FF0000;
	color: #000000;
}

/*text box*/

.TextBox	{
	
	}

/*link formatting*/

a:link	{
	color: #000000;
	}
	
a:visited	{
	color: #000000;
	}
	
a:hover	{
	color: #000000;
	font: bold 100% serif;
	}
	
a:active	{
	color: #000000;
	}

/*floating box*/

.floatbox	{
	position: fixed;
	right:4%;
	top:70%;
	}		

/*menu bar*/

#tabmenu	{
	width: 100%
	}

#tabmenu td	{
	width: 10%;
	background: #DDDDDD;
	border: 1px solid #000000;
	color: #000000;
	}
	
#tabmenu a {
        height: 100%;
	display: block;
	font: bold 100% serif;
	text-decoration: none;
	white-space: nowrap;
	cursor: pointer;
	text-align: center;
	}
	
#tabmenu a:hover {
	background: #BBBBBB;
	}

/*traffic table*/
	
#tabtr	{
	empty-cells:show;
	display: inline;
	}
	
#tabtr td	{
	border:1px dotted #000000;
	padding: 2px;
	}

/*configuration table*/

#tabconf	{
	empty-cells:show;
	}
	
#tabconf td	{
	width: 15em;
	}

#ruler 	{
	border-top: solid 3px #BBBBBB;
	margin: 0px;
	}
	
/*mark text*/

.mark	{
	color: #FF0000;
	}

/*billing period graph*/	
	
#bpgraph	{
	border: 1px solid #000000;
	empty-cells: show;
	width: 100%;
	height: 20px;
	}

#bpgraphtd1	{
	background: #FF0000;
	}

#bpgraphtd2	{
	background: #00FF00;
	}

#bpgraphtd3	{
	background: #FFFF00;
	}
	
.ruler	{
	height: 0px;
	border-style: solid;
	border-width: 1px 0 0 0;
	border-color: #000000;
	}
