/****************************
 *   DEFAULT TABLES
 ****************************/
.tableDefault {
	width: 100%;
	border: 0px solid #000000;
}
.tableDefaultRowName {
    width: 40%;
	text-align: left;	
	border: 0px solid #000000;	
}
.tableDefaultRowData {
    width: 50%;
	text-align: left;	
	border: 0px solid #000000;	
}
.tableDefaultRowValidation {
    width: 10%;
	text-align: center;
	border: 0px solid #000000;	
}

/****************************
 *   ARTICLE TABLES
 ****************************/
.tableArticleAdminName {
	width: 30%;
	text-align: left;
}
.tableArticleAdminData {
	width: 40%;
	text-align: left;
}
.tableArticleAdminMenu {
	width: 30%;
	text-align: center;
}

/****************************
 *   EVENT TABLES
 ****************************/
.tableEventRowHeader {
	padding: 5px 0px 0px 0px;
	font-size: 1.0em;
	font-weight: bold;
	width: 150px;
	height: 16px;
	color: #FFFFFF;
	background-color: #000000;
}
.tableEventRowTime {
    width: 40%;
	font-size: 0.8em;	
	line-height: 12px;
}
.tableEventRowDetails {
    width: 60%;
	font-size: 0.8em; 
	line-height: 12px;	
}

/****************************
 *   PAGE LIST TABLES
 ****************************/
.tablePageListHeader {
    width: 100%;
	font-size: 0.9em;	
	line-height: 12px;
}
/****************************
 *   PAGE LIST Item
 ****************************/
.tablePageListRow a:link, .tablePageListRow a:active, .tablePageListRow a:visited {
	display: block;
	margin: auto;
	margin-top: 2px;
	padding: 1px 0px;
    width: 95%;
	height: 12px;
	line-height: 10px;
	font-size: 0.8em;
	background-color: #CCCCCC;
}
.tablePageListRow a:hover {
	display: block;
    width: 100%;
	height: 12px;
	line-height: 10px;		
	background-color: #FFFFFF;
}

/****************************
 *   CONTACT & GUESTBOOK TABLES
 ****************************/
 .tableContact {
	width: 450px;
	border: 0px solid #000000;
}
.tableContactRowName {
    width: 30%;
	text-align: left;	
	border: 0px solid #000000;	
}
.tableContactRowData {
    width: 60%;
	text-align: left;	
	border: 0px solid #000000;	
}
.tableContactRowValidation {
    width: 10%;
	text-align: center;
	border: 0px solid #000000;	
}