.PaletteSelected {
	cursor: default;
	height: auto;
	width: auto;
	background-image: url(images/check_on.png);
	background-repeat: no-repeat;
	background-position: left center;
	text-align: left;
	text-indent: 14px;
}
.PaletteOptions {
	cursor: pointer;
	height: auto;
	width: auto;
	background-image: url(images/check_off.png);
	background-repeat: no-repeat;
	background-position: left center;
	text-align: left;
	text-decoration: none;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 16px;
}
#hex {
	text-align: center;
}
#hex:Hover {
	font-size: 14px;
	cursor: pointer;
	background-color: #FF0000;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
}
#hex:Active {
	font-size: 14px;
	cursor: pointer;
	background-color: #FFFFFF;
	color: #FF0000;
	font-weight: bolder;
	text-align: center;
	height: auto;
	width: auto;
}
#LinkColor {
	text-align: center;
}
#LinkColor:Hover {
	font-size: 14px;
	cursor: pointer;
	background-color: #008000;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	height: auto;
	width: auto;
}
#LinkColor:Active {
	font-size: 14px;
	cursor: pointer;
	background-color: #FFFFFF;
	color: #008000;
	font-weight: bold;
	text-align: center;
	height: auto;
	width: auto;
}
#HexValue {
	text-align: center;
}
#HexValue:Hover {
	font-size: 14px;
	cursor: pointer;
	background-color: #0000FF;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	height: auto;
	width: auto;
}
#HexValue:Active {
	font-size: 14px;
	cursor: pointer;
	background-color: #FFFFFF;
	color: #0000FF;
	font-weight: bold;
	text-align: center;
	height: auto;
	width: auto;
}
#color_tool_ad {
	position:static;
	width:300px;
	height:250px;
	z-index:1;
}
#ChangeCSS {
	height: auto;
	overflow: visible;
}
.ColorCodeWebSite {
	text-align: center;
}
.WhiteButton {
	text-align: center;
	color: #000000;
	background-color: #FFFFFF;
	font-family: cursive, Arial, Helvetica, sans-serif;
	cursor: pointer;
	border: thin solid #000000;
}
.WhiteButton:Hover {
	text-align: center;
	color: #FFFFFF;
	background-color: #000000;
	font-family: cursive, Arial, Helvetica, sans-serif;
	cursor: pointer;
	border: thin dotted #FFFFFF;
}
.BlackButton {
	text-align: center;
	color: #FFFFFF;
	background-color: #000000;
	font-family: cursive, Arial, Helvetica, sans-serif;
	cursor: pointer;
}
.BlackButton:Hover {
	text-align: center;
	color: #000000;
	background-color: #FFFFFF;
	font-family: cursive, Arial, Helvetica, sans-serif;
	cursor: pointer;
	border: medium dotted #000000;
}
.ColoredButtons {
	text-align: center;
	color: #000000;
	background-color: #FFFFFF;
	font-family: cursive, Arial, Helvetica, sans-serif;
	cursor: pointer;
	border: thin solid #000000;
}
.ColoredButtons:Hover {
	text-align: center;
	color: #FFFFFF;
	background-color: #000000;
	font-family: cursive, Arial, Helvetica, sans-serif;
	cursor: pointer;
	border: thin dotted #FFFFFF;
}
.DarkColoredButtons {
	text-align: center;
	color: #FFFFFF;
	background-color: #000000;
	font-family: cursive, Arial, Helvetica, sans-serif;
	cursor: pointer;
}
.DarkColoredButtons:Hover {
	text-align: center;
	color: #000000;
	background-color: #FFFFFF;
	font-family: cursive, Arial, Helvetica, sans-serif;
	cursor: pointer;
	border: medium dotted #000000;
}
