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

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

.header {
	background: #FFFFFF;
	padding: 5px 5px 5px 5px;
	}

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

.footer {
	background: #FFFFFF;
	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: #FFFFFF;
	border: 1px solid #000000;
	color: #000000;
	cursor: pointer;
	position: relative;
	text-decoration: none;
	}

.Button:hover {
	background: #000000;
	color: #FFFFFF;
	border: 1px solid #000000;
}

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

/*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: #FFFFFF;
	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: #000000;
	color: #FFFFFF;
	}

/*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 #000000;
	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: #FFFF00;
        }
                                          
#bpgraphtd3     {
        background: #00FF00;
        }

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

