/* CSS Document */

@charset "utf-8";

.result	{
	line-height:150%;
}

.result	a	{
	color:#0000FF;
	text-decoration:underline;
}

.result	a:visited	{
	color:#CC00FF;
}
.leftArea	{
	float:left;
	margin:5px 10px 5px 0px;
}
.rightArea	{
	float:right;
	margin:5px 0px 5px 10px;
}
.result .clear	{
	clear:both;
}
.sizeLL	{	font-size:150%;	}
.sizeL	{	font-size:130%;	}
.sizeS	{	font-size:90%;	}
.sizeSS	{	font-size:80%;	}

.bold	{	font-weight:bold;	}
.itlic	{	font-style:italic;	}
.ul		{	text-decoration:underline;	}

.txtL	{	text-align:left;	}
.txtC	{	text-align:center;	}
.txtR	{	text-align:right;	}

.red	{	color:red;		}
.yellow	{	color:yellow;	}
.lime	{	color:lime;		}
.aqua	{	color:aqua;		}
.blue	{	color:blue;		}
.fuchsia{	color:fuchsia;	}
.maroon	{	color:maroon;	}
.olive	{	color:olive;	}
.green	{	color:green;	}
.teal	{	color:teal;		}
.navy	{	color:navy;		}
.purple	{	color:purple;	}
.orange	{	color:orange;	}
.gray	{	color:gray;		}
.silver	{	color:silver;	}

.resultTable	{
	margin:auto;
}
.resultTable	th,
.resultTable	td	{
	vertical-align:middle;
	border:solid 1px #666;
}
.resultTable	th	{
	white-space:nowrap;
}


/*	Color Picker	*/

#cPcolorPicker
{
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#cPcolor
{
	position: absolute;
	height: 192px;
	width: 192px;
	background-color: #FF0000;
	background-image: url(images/pickerbg.png);
	background-repeat: no-repeat;
	background-position: center;
	top: 0px;
	left: 0px;
}
#cPcolorIndic
{
	position: absolute;
	width: 11px;
	height: 11px;
	background-image: url(images/select.gif);
}
#cPhue
{
	position: absolute;
	top: 3px;
	left: 200px;
	width: 18px;
	height: 186px;
	background-image: url(images/hue.png);
}
#cPhueIndic
{
	position:absolute;
	background-image: url(images/color_indic.gif);
	width: 18px;
	height: 7px;
}
#cPcolorCurrent
{
	width: 60px;
	height: 60px;
	border: 2px solid #999;
	position: absolute;
	left: 240px;
	top: 8px;
}
#cPcolorValues
{
	position: absolute;
	left: 240px;
	top: 80px;
}
#cPcolorValues input
{
	font-size: 11px;
	padding: 1px;
}
#cPoldColor
{
	position: absolute;
	background-color: #fff;
	top: 50%;
	height: 50%;
	width: 100%;
}
#cPrgbR, #cPrgbG, #cPrgbB
{
	width: 20px;
}
#cPhex
{
	width: 40px;
}





#cPcolorPicker
{
	position: absolute;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;

	width:350px;
	height:194px;
	background-color:#FFFFFF;
	border:1px solid black;

	visibility:hidden;
}

#cPclose{
	width:15px;
	height:15px;
	float:right;
}
#cPclose a{
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:14px;
	text-decoration:none;
}

#cPcolorContainer
{
	position: absolute;
	height: 192px;
	width: 192px;
	top: 0px;
	left: 0px;
}
#cPcolor
{
	position: absolute;
	height: 192px;
	width: 192px;
	background-color: #FF0000;
	background-image: url(img/pickerbg.png);
	background-repeat: no-repeat;
	background-position: center;
	top: 0px;
	left: 0px;

}
#cPcolorIndic
{
	position: absolute;
	width: 11px;
	height: 11px;
	background-image: url(img/select.gif);
	background-repeat:no-repeat;
}
#cPhue
{
	position: absolute;
	top: 3px;
	left: 200px;
	width: 18px;
	height: 186px;
	background-image: url(img/hue.png);
}
#cPhueIndic
{
	position:absolute;
	background-image: url(img/color_indic.gif);
	background-repeat:no-repeat;
	width: 18px;
	height: 7px;
}
#cPcolorCurrent
{
	width: 60px;
	height: 60px;
	border: 2px solid #999;
	position: absolute;
	left: 240px;
	top: 8px;
}
#cPcolorValues
{
	position: absolute;
	left: 240px;
	top: 80px;
}
#cPcolorValues input
{
	font-size: 11px;
	padding: 1px;
}
#cPoldColor
{
	position: absolute;
	background-color: #fff;
	top: 50%;
	height: 50%;
	width: 100%;
}
#cPrgbR, #cPrgbG, #cPrgbB
{
	width: 20px;
}
#cPhex
{
	width: 40px;
}
