input[type=text], input[type=password], textarea{
    background: transparent url('/images/common/table_white.png');
	border:1px inset #aaa;
}
input[type=submit] {
	border:1px outset #aaa;
	padding: 0.5em 1em;
    background: transparent url('/images/common/table_black.png');
    color: #ffffff;
}

textarea {
	font-size:12px;
}

table, table tr td, table tr th {
	border-width:0 1px 1px 0;
	border-style:none;
	border-color:#ccc;
	border-collapse: collapse;
}


/*
.postentry {
	min-height: 400px;
}

.postentry table {
	border-width:0 1px 1px 0;
	border-style:solid;
	border-color:#ccc;
	font-size:1em;
	border-collapse: collapse;
}


.postentry table tr td {
	padding:5px 10px;
	border-width:1px 0 0 1px;
	border-style:solid;
	border-color:#ccc;
}

.postentry table tr th {
	border-width:1px 0 0 1px;
	border-style:solid;
	border-color:#ccc;
	padding:5px 10px;
	background:#f4f4f4;
	color:#666;
	text-transform: none;
	text-align:center;
	font-weight: normal;
}
*/
table.formtable, table.formtable tr td, table.formtable tr th {
	border-style: none;
	padding: 3px;
}

table.formtable tr td input {
        font-size: 150%;
}

table.formtable tr td select {
    background: transparent url('/images/common/table_white.png');
}

/*
table.minicharttable, table.minicharttable tr td, table.minicharttable tr th {
	border-style: none;
	color: black;
}

table.minicharttable tr td a, table.minicharttable tr td a:hover {
	color: blue;
}

table.minicharttable {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #4A73B4;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #D3DCF6;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #D3DCF6;
}

table.minicharttable tr th, table.minicharttable tr th a, table.minicharttable tr th a:hover {
	border-style:solid;
	border-color: #578bb8;
	border-width: 0 1px 1px 1px;

	font-size: 12px;
	padding: 5px;
	text-transform: none;

	background-color: #578bb8;
	font-weight: bold;
	color: white;
	padding-left: 5px;
	text-align: center;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #4A73B4;
}

table.minicharttable tr td {
	font-weight: normal;
	padding-left: 5px;
	text-align: left;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #D3DCF6;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #D3DCF6;
	// background-color: white;
}

table.minicharttable tr:nth-child(even) td {background-color: #ffffff}
table.minicharttable tr:nth-child(odd) td {background-color: #f0f0f0}
*/

fieldset {
    border: 1px solid #feff87;
    margin: -0.5px;
    margin-bottom: 1em;
}

fieldset legend {
    font-weight: bold;
}

table.minicharttable {
    border-collapse: collapse;
    width: 100%;
    border: 1px solid #feff87;
}

table.minicharttable tr td {
    border: 1px solid #feff87;
    padding: 1%;
}

table.minicharttable tr td table td,
table.minicharttable tr td table th,
table.minicharttable tr td table tr:nth-child(even) td,
table.minicharttable tr td table tr:nth-child(odd) td
{
    border: none;
    background-color: transparent !important;
}

table.minicharttable tr th {
    background-color: #131313;
    padding: 1%;
}

table.minicharttable tr:nth-child(even) td {
    background: transparent url('/images/common/table_white.png');
}

table.minicharttable tr:nth-child(odd) td {
    background: transparent url('/images/common/table_black.png');
}

.incenter {
    position: relative;
    left: 50%;
    margin-left: -250px;
    width: 500px;
}

a img {
	border: none;
}

