
/**
 * 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"
 */
 /*
  table {
   border-collapse: collapse;
 }
  
 .submitTD {
 	background-color: #fff;
 	text-align: right;
 	padding-right: 0;
 	
 }

 .vedit .submitTD {
 	border: 1px solid #fff;
 	text-align: right;
 	padding-right: 0;
 }
 	
 	 */
	/* 
.vedit th {
white-space: nowrap;
border: 1px solid #ff0000;
}

.vedit th div.small {
white-space: normal;
border: 1px solid #00ff00;
}
*/
	 
/*.hedit .submitTD {
	background-color: #fff;
	border: none;
}

.hedit2 .submitTD {
	background-color: #fff;
	border: none;
}

input {
	border: 1px solid #93B0D2;
	padding: 2px;
	font-size: 12px;
	vertical-align: middle;
}

select {
	border: 1px solid #93B0D2;
	padding: 2px;
	font-size: 12px;
	height: 20px;
	vertical-align: middle;
	
}

textarea {
	border: 1px solid #93B0D2;
}

.inputbtn {
	border: none;
}

.inputfield {
	width: 210px;
	}
	
	
.inputradio {
	border: none;
	}
	
.inputcheck {

}

.inputfield-short {
	width: 95px;
	}
	
.inputcheckbox {
	
}

.dropInput {
	width: 210px;
}*/

/* hedit - horizontal table (sidebar) */
/*.hedit2 {

}
/* hedit - usual column */
/*.hedit2 td {
  	padding: 5px 0 0 0;
    background-color: #eee;
	border: solid 1px #fff;
}
*/
/* hedit - header column */
/*.hedit2 th {
	color: #3a291a;
    padding: 5px 0 0 0;
    font-weight: bold;
    text-align: left;
    background-color: #eee;
    border: none;
	margin: 0;
}

.hedit2 .inputfield {
	width: 245px;
	}
	
	
.membership {
	width: 100%;
	border: 1px solid #eee;
}

.membership th.mheader {
	border: 1px solid #eee;
	font-weight: bold;
	color: #3a291a;
	font-size: 16px;
	background-color: #eee;
	padding: 4px 5px 6px 5px;
}

.membership td {
	border: 1px solid #eee;
	padding: 10px 5px 5px 5px;
}

#paymenthistory td {
	padding: 10px 15px;
}


ul.signup {
text-align: left;
margin-left: 15px;
padding-left: 15px;
}


	.compare td {
	border-right: 1px solid #919191;
	}*/
