/**
 * 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;
    text-align:left
list-style: none;
}

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

#contentleft li {
list-style: none;
	}

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

.postarea li {
list-style: none;
	}
	
.postarea ul{
list-style: none;
	}
	
	#homepage ul {
list-style: none;
	}
	
#homepage ul li {
list-style: none;
	}

#homepage 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: none;
    border-collapse: collapse;
}
/* vedit - usual column (right) */
.vedit td {
    text-align: left;
    vertical-align: middle;
    padding: 15px 10px 10px 10px;
    background-color: white;
    border: none;
}
/* vedit - header column (left) */
.vedit th {
    padding: 10px 15px 10px 10px;
    text-align: right;
    vertical-align: middle;
    font-weight: bold;
    background-color: #FFFFFF;
    border: none;
}
#content_signup { 
	display: block;
	background: #ffffff;
	width: 850px; 
	}

.veditsignup {
    border: solid 1px white;
	border-collapse: collapse;
}



div.tab {
	list-style: none;
}

div.menu-tabs {
	list-style: none;
}

/* Added 06/30/2010 by Ken Gary */

.footerleft, .headerleft, .contentleft, .postarea h1, .whitebox
{
	text-align: left;
}

.menu-tabs {
    text-align:left;
    margin-bottom:1.5em;
    padding:0em;
    background:#fff;
}
    .menu-tabs > ul {
        margin:0;
        padding:0;
        border-bottom:1px solid #528916;
    }

    .menu-tabs > ul li {
        float:left;
        margin:0;
        padding:0 0.4em;
        list-style: none;
    }
    
    .menu-tabs > ul li.last {
        clear:both;
        float:none
    }

    .menu-tabs a {
        color: black;
        font-weight:normal;
        font-size:9pt;
        display: block;
        padding: 5px 2px 13px 2px;
        white-space: nowrap;
    }
    
    .menu-tabs a.expandable {
        padding-right: 20px;
    }
    
    .menu-tabs > ul li.active a {
        color:#1f508f;
    }

    .menu-tabs div.tab {
        
        position: relative;
        
        background:#A0C564;
        border: 1px solid #528916;
        margin-top:5px;
        margin-bottom:-20px;
        z-index:5;
    }

    .menu-tabs > ul li.active div.tab {
        border-bottom-color:white;
        background:white;
    }

    .menu-tabs div.arrow {
        width: 7px;
        height: 5px;
        overflow: hidden;
        float: right;
        margin: 8px;
        background:url('./arrow.png') no-repeat left;
    }

    .menu-tabs > ul li.active div.arrow {
        background:url('./arrow.png') no-repeat right;
    }

    .menu-tabs > ul li:hover div.tab {
        background:white;
        border-bottom-color:white;
    }

    .menu-tabs > ul li:hover div.submenu {
        display:block
    }

    .menu-tabs div.submenu {
        display:none;
        position:absolute;
        border:1px solid #528916;
        background: white;
        padding:0;
        margin-top: 19px;
    }

    .menu-tabs div.submenu ul {
        margin:0;
        padding:0;
    }

    .menu-tabs div.submenu li {
        display: list-item;
        float: none;
        list-style: none;
        padding: 0;
    }

    .menu-tabs div.submenu li a {
        border: none;
        padding: 5px;
        margin: 0;
        display: block;
        background: #A0C564;
    }

    .menu-tabs div.submenu li a:hover {
        background: white;
    }