/* Default html css */
html{
	margin:0px;
	padding:10px;
}
body{
	background-color:#000000;
	margin:0px;
	padding:0px;
	width:800px;
	color:#FFFFCC;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}
table{
	width:100%;
	table-layout:fixed;
	border-collapse:collapse;
	float: left;
}
td,th{
	padding:0px;
	vertical-align:top;
	border:0px solid red;
}
a{
	color:#FFFFCC;
	text-decoration:none;
}
a:hover{
	color:#FFFFCC;
	text-decoration:underline;
}

/* user styles */
.head1{
	text-align:center;
	padding:5px;
	font-size:16px;
}
.head2{
	font-weight:bold;
}
.att1{
	padding-left:20px;
}
.att2{
	font-size:14px;
	font-weight:bold;
}
.att3{
	font-weight:bold;
	text-align:right;
	padding-right:5px;
}
.verdi2{
	font-size:14px;
}
.verdi3{
	white-space:nowrap;
}

/* table helpers */
.spacer1			{ height:0px; }
.spacer1 td,th		{ height:0px; }
.spacer2			{ height:3px; }
.spacer2 td,th		{ height:3px; }
.spacer3 			{ height:5px; }
.spacer3 td,th		{ height:5px; }

/* menus */
.menu_header{
	font-weight:bold;
	text-align:center;
	border-bottom:1px solid #FFFFCC;
}
.menu_item{
	text-align:left;
}
.user_menu{
}
.page_header{
	padding-top:7px;
	padding-bottom:4px;
	text-align:center;
	font-size:20px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
}
.page_footer{
	width:100%;
	background-color:#333333;
	border:1px solid #666666;
	text-align:center;
	font-family:"Courier New", Courier, mono;
	font-size:10px;
}
.date{
	font-weight:bold;
}

/* tabs */
.tab_content{
	border-left:1px solid red;
	border-bottom:1px solid red;
	border-right:1px solid red;
	padding:3px;
}
.tab_menu{
	font-family:"Courier New", Courier, mono;
	font-size:12px;
	color:#FFFFCC;
	text-align:center;
}
/* current selected */
.tab_menu .h2{
	border:1px solid red;
	border-bottom:1px solid black;
}
/* inactive */
.tab_menu .h1{
	border:1px solid red;
	background-color:#333333;
	cursor:pointer;
}
/* active */
.tab_menu .h3{
	border:1px solid red;
	background-color:#666666;
	cursor:pointer;
}
/* dead spaces */
.tab_menu .d1{
	border-bottom:1px solid red;
	width:5px;
}
.tab_menu .d2{
	border-bottom:1px solid red;
	width:5px;
}
.tab_menu .d3{
	border-bottom:1px solid red;
	width:5px;
}
