/**
 * 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"
 */
body {
	font: 12px Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
p {
	font-size: 12px;
	margin: 0px 0px 10px 0px;
}
ul,ol {
	margin-top: 0px;
	margin-bottom: 10px;
}
a { color: #515582; font-weight: bold; text-decoration: underline; }
a:hover {
	color: #AA081F;
}
a, a:focus {
	outline:none;
}
h1 {
	font: 100 30px "Times New Roman", Times, serif;
	color: #515582;
	margin: 0px 0px 10px 0px;
	text-align:left;
}
h2,h4 {
	font: bold 18px Arial, Helvetica, sans-serif;
	color: #515582;
	line-height:22px;
}
h3 {
	color: #515582;
	line-height:20px;
}
img { 
	behavior: url("/css/alpha_png/pngbehavior.htc");
}
form{
	margin:0px;
	padding:0px;
}
/* vedit - vertical table (signup, profile edit) */
.vedit {
    border: solid 1px #CDCEC2;
}
/* vedit - usual column (right) */
.vedit td {
    text-align: left;
    vertical-align: middle;
    padding: 15px 10px 10px 10px;

    background-color: white;
    border: solid 1px #CDCEC2;
}
/* vedit - header column (left) */
.vedit th {
    padding: 10px 15px 10px 10px;
    text-align: right;
    vertical-align: middle;
    font-weight: bold;

    background-color: #E8E8DC;
    border: solid 1px #CDCEC2;
}
/* vedit - heading row */
.vedit .headrow { font-weight: bold; text-align: center; }


/* hedit - horizontal table (payments list) */
.hedit {
    border: solid 1px #8CACBB;
}
/* hedit - usual column */
.hedit td {
    padding: 5px;
    background-color: #E8E8DC;
    font-size: 8pt;
    background-color: white;
    border: solid 1px #CDCEC2;
}
/* hedit - header column */
.hedit th {
    padding: 5px;
    font-weight: bold;
    text-align: center;

    background-color: #E8E8DC;
    border: solid 1px #CDCEC2;
}

.mainFrame {
	width:710px;
	margin:auto;
}

.powered {
	position:absolute;
	bottom:0px;
	left:0px;
}
.powered2{
	position:absolute;
	bottom:0px;
	right:0px;
}
.sideMenu{
	border: solid 1px #CDCEC2;
    background-color: #E8E8DC;
	padding: 5px 7px;
}

/* hedit - horizontal table (payments list) */
.sortable {
    border: solid 1px #8CACBB;
}
/* hedit - usual column */
.sortable td {
    padding: 5px;
    background-color: #E8E8DC;
    font-size: 8pt;
    background-color: white;
    border: solid 1px #CDCEC2;
}
/* hedit - header column */
.sortable th {
    padding: 5px;
    font-weight: bold;
    text-align: center;

    background-color: #E8E8DC;
    border: solid 1px #CDCEC2;
}
