.pagetitle {
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: bold;
	font-size: 125%;
	color: #101010;
}

.sectiontitle {
	padding-top: 5px;
	font-weight: bold;
	font-size: 110%;
	padding-bottom: 5px;
}

.tablelist {
	margin: 0;
	padding: 0;
}

table
{
	border-collapse: collapse;
}

table.tablelist  {
	font-size: 75%;
	width: 100%;
}

thead.tablelist  {
	background: #e0e0e0;
	font-weight: bold;
}

thead.searchtable,
tr.searchtable
 {
	background-color: #f5f5f5;
 /*
	background-color: #FFFFFF;
	background-image: -webkit-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,.3));
	background-image:    -moz-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,.3));
	background-image:     -ms-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,.3));
	background-image:      -o-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,.3));
	background-image:         linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,.3));
*/
}


div.searchheader {
	padding: 5px 0px;
}

thead.tablelist td {
	text-align: center;
}

td.tablelist  {
	padding: 5px 10px 5px 10px;
}

td.tablelist a  {
	font-weight: bold;
	color: #303030;
}

td.tablelist a:hover  {
	color: #505050;
}

tr.tablesort td{
	margin: 0;
	padding: 2px;
	text-align: center;
}

.required {
/*	background: #FFF4F4; */
}

tr.tablelistrow:hover {
	background: #F0F0F0;
}

table.subpagetabgrid
{
	margin-top: 15px;
	width: 100%;
}

button.delete
{
	font-size: 80%;
	vertical-align: center;
	cursor: pointer;
	display: inline-block;
	width: 1.5em;
	/*height: 1.5em; */
	padding: 0;
	margin-right: 2px;
	color: #fff;
	background-color: #CCC;
	border: 0;
	border-radius: 1.5em;
}

table.tablefield
{
	display: inline-block;
	margin: 3px 0px 0px 0px;
	vertical-align: top;	
}

td.tablefieldname
{
	vertical-align: top;
	font-weight: bold;
	font-size: 85%;
	width: 100px;
	padding-right: 10px;
	background-color: #F0F0F0;
}


table.tablefieldsize1
{
	min-width: 16%;
}

table.tablefieldsize2
{
	min-width: 32%;
}

table.tablefieldsize3
{
	min-width: 48%;
}

table.tablefieldsize4
{
	min-width: 64%;
}

table.tablecentered {
	margin: auto;
}

table.tableborder td {
	border: 1px solid #d0d0d0;
}

table.tablegridborder td {
	border: 1px solid #aaa;
}

hr.menuhr,
hr.tablefieldhr {
	border: none;
	height: 1px;
	background-color: #555;
}

hr.tablefieldhr {
	border: none;
	height: 1px;
	background-color: #aaa;
}

button::-moz-focus-inner {
  border: 0;
}

table.tablegridborder input[type="text"] {
	width: 95%;
}

table.tablegridborder input.datetext {
	width: 90px;
}

@media screen and (max-width: 600px) {
	table.tablefieldsize1,
	table.tablefieldsize2,
	table.tablefieldsize3,
	table.tablefieldsize4 {
		display: block;
	}
}

