* {
    color:black;
	font-family:'Verdana', 'Sans-serif';
	font-size:13px;	
	background-color:lightorange;
}	

a {
	text-decoration: none;
	cursor:pointer;
}

a:link   {
	color: rgb(128,0,0)
}

a:visited {
	color: rgb(128,0,0)
}

a:hover  {
	color: #d40000;
	text-decoration: none;
}

table {
	background-color:papayawhip;
	border-collapse:1;
/*	font-size:11px;*/
}

table.menu {
	padding:0px;
	background-color:lightsalmon;
	border-style:outset;
	border-width:thin;
	border-spacing:3;
} 

th {
    background-color: sandybrown;
    color: black;
	padding:2px 2px 2px 2px;
}

.vfmenu {
    /*background: bisque;*/
    display: inline-block;
    margin-bottom:8px;
}

.vfmenu a {
    color: whitesmoke;
}
.vfmenubtn {
    background: #d40000 none repeat scroll 0 0;
    border-right: 1px solid white;
	border-bottom: 1px solid white;
    float: left;
    font-size: 110%;
    font-weight: bold;
    padding: 8px 6px;
}

.vfmenubtn:hover {
    background: #f11d1d none repeat scroll 0 0;
}

a.vfmenubtn {
	color: whitesmoke;
};

a.vfmenubtn:hover {
    /*border: 1px solid grey;*/
    color:black;
    background:lightgrey;
}

tr.liche {background-color: papayawhip;
    }
tr.sude {background-color: navajowhite;
    }
p.menu  {color: rgb(128,0,0);
        cursor:pointer;
}

p.menu:hover{
    color: #d40000;
    text-decoration: none;
	background:#f0f2f4;
}

center {
	margin-left:auto;
	margin-right:auto;
}

.warn {
    background:#ffdddd;
    display:inline-block;
    font-size:110%;
    padding:5px 10px 5px 10px;
}

.warn a {
    font-weight:bold;
}

.success {
    background:#ddffdd;
    display:inline-block;
    font-size:110%;
    padding:5px 10px 5px 10px;
}

.success a {
    font-weight:bold;
}

.zebra tr:nth-child(odd) td{background:navajowhite;}

td {
	padding:2px 3px 2px 3px;
}

input[type="submit"] {
    font-weight: bold;
    padding: 2px;
}

form {
    padding:1px;
    margin:0;
}

.debug {
    border:1px solid yellow;
    background:lightyellow;
    max-width:500px;
    overflow:auto;
}

.menu {
    background: cornflowerblue;
    padding: 3px;
}

a.menu {
    color: white;
}