/**
 * You can place your custom CSS statements here
 * it is better to write everything custom here
 * because this file won't be replaced during upgrade
 * Don't forget to rename this file to "site.css"
 */

ul { list-style: none; }
li { list-style: none; }

div.backend-wrapper {
    width: 650px;
    display: inline-block;
    text-align:left
}

	
#contentleft ul {
list-style: none;
	}
	
#contentleft ul li {
list-style: none;
	}

.postarea ul li {
list-style: none;
	}
	
.postarea ul{
list-style: none;
	}
	
	#homepage ul {
list-style: none;
	}
	
#homepage ul li {
list-style: none;
	}
/* hedit - horizontal table (payments list) */
.hedit {
    border: solid 1px gray;
border-collapse: collapse;
}
/* hedit - usual column */
.hedit td {
    padding: 5px;
    background-color: white;
    font-size: 8pt;
    background-color: white;
    border: solid 1px gray;
}
/* hedit - header column */
.hedit th {
    padding: 5px;
    font-weight: bold;
    text-align: center;

    background-color:  white;
    border: solid 1px gray;
}

/* vedit - vertical table (signup, profile edit) */
.vedit {
    border: solid 1px gray;
border-collapse: collapse;
}
/* vedit - usual column (right) */
.vedit td {
    text-align: left;
    vertical-align: middle;
    padding: 15px 10px 10px 10px;

    background-color: white;
    border: solid 1px gray;
}
/* vedit - header column (left) */
.vedit th {
    padding: 10px 15px 10px 10px;
    text-align: right;
    vertical-align: middle;
    font-weight: bold;

    background-color: #FFFFFF;
    border: solid 1px gray;
}

.menu-tabs {
    text-align:left;
    margin-bottom:1.5em;
    padding:0em;
    background:white;
}