
html, body { margin: 0; padding: 0; }

.sample {
}

.sample,
.sample div
{
	border: 1px dotted #ccc;
	float: left;
	margin: 2px;
	padding: 2px;
	cursor: pointer;
}

.colors .box,
.sample div.colors {
	border: 1px solid #ccc;
	font-family: monospace;
	font-size: 10pt;
	margin: 0 2px;
}

.sample p {
	margin: 0;
	padding: 0;
	text-align: center;
}

.sample .info
{
	float: none;
	font-size: 10.5pt;
}

* html .sample .info
{
	font-size: 11pt;
}

.sample .info,
.sample .colors
{
	border: 0;
	margin: 0;
	padding: 0;
}


#colorScheme,
#sets,
#selectedsample {
	border: 1px solid #000;
	overflow: auto;
}

#samplecell {
	height: 400px;
	width: 300px;
}
* html #samplecell {
	padding: 0 4px 0 0;
	width: 307px;
}

#colorScheme,
#sets {
	display: block;
	height: 405px;
}

#colorScheme {
	border: 1px solid #000;
	margin: 0 4px 0 0;
	width: 100px;
}
* html #colorScheme {
	width: 135px;
}

#colorScheme .box input {
	display: none;
	width: 60px;
}
* html #colorScheme .box input {
	width: 80px;
}

#colorScheme table {
	margin: 0 0 15px;
}



#mainTable {
	height: 300px;
}



#selectedsamplecell,
#selectedsample {
	height: 150px;
	margin: 0;
	padding: 0;
}

#selectedsample {
	margin: 5px 5px 0 0;
	overflow: auto;
}

#selectedsample .sample {
	text-align: center;
}
#selectedsample .sample .box {
	font-size: 14px;
	width: 60px;
}



#testWindow
{
	height: 250px;
	margin-right: 5px;
	position: relative;
}

#display
{
	background-color: #fff;
	border: 1px solid #000;
	font: 12px/1.3 "Franklin Gothic Medium", serif;
	height: 248px;
	overflow: hidden;
}


#display_header {
	font: bold 2.5em/1 Garamond;
	height: 40px;
	text-align: center;
}

#display_menu {
	float: left;
	height: 208px;
	width: 75px;
}

#display_menu ul  {
	border: 1px solid #c4ced4;
	border: 1px solid #fff;
	margin: 0 2px 5px;
	padding: 0;
}

#display_menu ul li {
	list-style-type: none;
}

#display_menu ul li a {
	display: block;
	padding: 0 4px;
	text-decoration: none;
}
* html #display_menu ul li a {
	width: 100%;
}

#display_body {
	height: 206px;
	padding: 2px 5px 0;
	overflow: auto;
}
* html #display_body {
	height: 208px;
}

#display_body p {
	margin: 0;
	padding: 0 0 0.5em;
	text-align: justify;
	text-indent: 2em;
}



.currentSelectedSampleBox {
	background: #eea;
}

