#TableListWebsite {
	border:1px solid #000000;
	width:98%;
	margin:0px auto 0px auto;
	border-collapse:collapse;
	color:#000000;
	font-family:arial;
	font-size:12px;
	font-weight:normal;
}
#TableListWebsite tr {
	height:20px;
}
#TableListWebsite tr td {
	border:1px solid #000000;
	border-collapse:collapse;
	color:#000000;
	font-family:arial;
	font-size:12px;
	font-weight:normal;
	padding:8px;
}
#TableListWebsite .ManageBlueHeader td {
	background-color:#cfdeef;
	background-image:url(/includeNew/images/ManageBlueHeaderBg.gif);
	background-repeat:repeat-x;
	color:#000000;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	text-align:center;
	font-weight:normal;
	height:26px;
	padding:2px;
}
#TableListWebsite .movePagesAndMore td {
	background-image:url(/includeNew/images/trBg.gif);
	background-repeat:repeat-x;
	background-position:top right;
	background-color:#ceddef;
	border-width:0;
	color:#000000;
	font-family:arial;
	font-size:12px;
	font-weight:bold;
	height:25px;
	padding:0px 1px;
}
#TableListWebsite .NoRecords td {
	background-color:#FFFFFF;
	color:#000000;
	font-family:arial;
	font-size:12px;
	font-weight:normal;
	height:20px;
	padding:2px;
}
/* Manage buttons */
.manageButton, .manageButton:visited{
	width:auto;
	line-height:16px;
	background-color: #cdcdcd;
	background-image: url(/includeNew/images/SiteBbg.gif);
	background-position: left top;
	background-repeat: repeat-x;
	border:solid 1px #9d9d9d;
	color: #444545;
	cursor: pointer;
	font-family: arial;
	font-size: 11px;
	font-weight: normal;
	outline: none;
	padding: 3px 2px;
	margin:2px 0px;
	text-decoration: none;
	white-space: nowrap;
	display: inline-block;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
.manageButton:hover, .manageButton:focus{
	background-color: #ffffff;
	background-image: url(/includeNew/images/SiteBbghover.gif);
	text-decoration: none;
}
.manageButton:active{
	background-color: #ffffff;
	background-image: url(/includeNew/images/SiteBbghover.gif);
	border:inset 1px #9d9d9d;
	text-decoration: none;
}