.menuList {
	margin: 0;
	padding: 0;
}
	.menuList li {
		color: #666666;
		list-style: none;
		margin-left: 10px;
	}
		.menuList li a {
			text-decoration: none;
			color: #666666;
		}
		.menuList li a:hover {
			text-decoration: underline;
			color: #333333;
		}
		
.productList {
	margin: 0;
	padding: 0;
	margin-left: 5px;
}
	.parentProdList {
		background: url(../images/bullet1.png) no-repeat !important;
	}
	.productList li {
		background: url(../images/bullet2.png) no-repeat;
		padding-left: 13px;
		color: #666666;
		list-style: none;
	}		.productList li a {
			text-decoration: none;
			color: #666666;
		}
		.productList li a:hover {
			text-decoration: underline;
			color: #333333;
		}
		
#pageTitle {
	padding: 5px 10px;
	font-weight: bold;
	margin-bottom: 20px;
	font-size: 120%;
	margin-top: 3px;
	border-bottom: 2px solid #999999;
}

.tableEvents {
	/*margin: 0 10px;*/
}
.tableEvents td {
	padding: 10px 0;
}
.tableEvents td {
	border-bottom: 1px solid #CCCCCC;
}
.tableEvents .clickDetail {
	font-size: 90%;
}
.ttlEvent {
	font-weight: bold;
}
#eventMessage {
	margin: 15px 0;
}
.tableMenuEdit {
	margin-right: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.tableMenuEdit .rowData td {
	padding: 2px 0;
}
.tableMenuEdit .rowData tr:hover {
	background-color: #CCCCCC;
}
#AddEditBox {
	border: 2px double #000000;
	background-color: #FFFFFF;
	position: absolute;
	top: 0;
	left: 0;
}
#AddEditBox #top {
	font-weight: bold;
	color: #FFFFFF;
	text-align: right;
	padding: 3px;
	background-color:#999999;
}
#AddEditBox #top span {
	cursor: pointer;
}
#AddEditBox form {
	padding: 10px;
}
.newsList {
	margin: 0;
	padding: 0;
}
	.newsList li {
		color: #666666;
		list-style: none;
		margin-left: 10px;
		margin-bottom: 5px;
	}
		.newsList li small {
			font-size: 90%;
			font-style: italic;
		}
		.newsList li a {
			font-weight: bold;
			text-decoration: none;
			color: #666666;
		}
		.newsList li a:hover {
			text-decoration: underline;
			color: #333333;
		}

#newsDate {
	font-size: 90%;
	font-style: italic;
	margin-top: 5px;
}
#newsTitle {
	font-size: 120%;
	font-weight: bold;
	color: #666666;
	margin-bottom: 10px;
}
#newsText {
}
#listRefEdit:hover {
	background-color: #CCCCCC;
}
.search {
	margin-bottom: 10px;
	margin-left: 25px;
	margin-right: 25px;
}
	.search .srcLink {
		text-decoration: underline;
		font-weight: bold;
		margin-bottom: 3px;
	}
.customLink {
	cursor: pointer;
	text-decoration: none;
}
.customLink:hover {
	font-weight: bold;
	text-decoration: none;
}

/*PAGGING*/
.pagging {
	margin: 0px 0px 0px 4px;
	padding: 5px 0;
	z-index: 1;
	float: right;
}
.pagging li {
	display: inline;
	overflow: hidden;
	list-style-type: none;
	margin-left: 1px;
}
.pagging .view, .pagging .info, .pagging a {
		padding: 1px 3px;
}
.pagging .view {
	border: 1px solid #CCCCCC;
	background-color: #CCCCCC;
}
.pagging .info {
	border: 1px solid #CCCCCC;
	background-color: #DDDDDD;
}
.pagging a {
	border: 1px solid #CCCCCC;
	text-decoration: none;
}
.pagging a:hover {
	background-color: #999999;
	text-decoration: none;
}
.modelContact {
	font-size: 80%;
}
