.main{
	font-family : verdana;
	font-size :25px;
	color : #000066;
	background : #F4F4F4;
}

h2{
	font-family : verdana;
	font-size :21px;
	color : #000066;
	background : #F4F4F4;
}

.link{
	font-family : verdana;
	text-decoration : none;
	font-size :14px;
	color : #63A5D5;
	
}
.link:hover{
	font-family : verdana;
	text-decoration : none;
	font-size : 14px;
	color : #EE0308;
	background : #F4F4F4;
}

.text{
	font-family : verdana;
	text-decoration : none;
	font-size : 15px;
	color : #000066;
}

.textbold{
	font-family : verdana;
	text-decoration : none;
	font-size : 16px;
	font-weight : bold;
	text-align : center;
	color : #000066;
	background : #F4F4F4;
}


li
{
	font-family : verdana;
	text-decoration : none;
	font-size : 14px;
	color : #000066;
	margin-bottom : 1em;
	
}


p
{
	font-family : verdana;
	text-decoration : none;
	font-size : 14px;
	color : #000066;
	margin-bottom : 1em;
	
}
/*.trialselect
{
	font-family : verdana;
	text-decoration : none;
	font-size : 14px;
	color : #000066;
	margin-bottom :1em;
	
}*/

body
{
	font-family:arial;
}

input, textarea
{
	background-color:#EEF3F7;
	border:1px solid #DDDDDD;
}

textarea
{
	height:6em;
	width:25em;
}

select
{
	background-color:#EEF3F7;
	border:1px solid #DDDDDD;
}

th
{
	white-space:nowrap;
	text-align:left;
}

#pickervaldiv input
{
	padding:0px;
	border:1px solid #BBBBBB;
}

.submit
{
	font-weight:bold;
}

.hidden
{
	display:none;
}

/* Canvas-specific CSS */

.canvasContainer
{
	position:relative;
	padding:1px;
	margin:1px;
	width:400px;
	height:400px;
}

canvas
{
	border: #aaaaaa 1px solid;
	position:absolute;
}

.noCanvas {
	font-size: 16px;
	left: 90px;
	top: 100px;
}

.canvasControls {
	font-size: 12px;
	position: relative;
	display:block;
	vertical-align:middle;
	line-height:20px;
	text-align:left;
	margin:1px;
}

.transparentColorChooser
{
	position:relative;
	display:block;
	height:20px;
}

#cer_colorChooser
{
	position:absolute;
	z-index:10;
}

.lineWidthDiv
{
	position:relative;
	display:block;
	height:20px;
}

.lineWidthChooser
{
	position:absolute;
	z-index:10;
}


.ctr_btn {
	border: #aaaaaa 1px solid;
	padding-left: 3px;
	background: #ffffff;
	cursor: pointer;
	height: 20px;
	line-height:20px;
	font-weight:bold;
	font-size:10pt;
	width:80px;
}

.ctr_btn_size {
	vertical-align:middle;
	line-height:20px;
	width:20px;
}

.ctr_btn
{
	margin-top:5px;
	text-align:center;
}

#colorBox {
position:relative;
    margin: 5px;
    width: 50px;
    height: 50px;
}
#color-wrap {
	position:relative;
    border: 1px solid #999999;
    width: 60px;
    height: 60px;
    margin: 5px;
    background-color:#545657;
}

div#wheel
{
	width: 553px;

	background: #000000;
	border:0px solid blue;
padding:0px;
margin:0px;

}

img
{
border:0px solid blue;
padding:0px;
margin:0px;
vertical-align:middle;
}

/* need to add this to support printing in ie */
g_vml_\:*{
	behavior: url(#default#VML);
}

select .header
{
	font-weight:bold;
	background-color:#dddddd;
}

select .item
{
	color:#777777;
}

.error{font-size:11px; font-weight:bold; color:#FF0000;}
.tab{background-color: #BBBBBB; width:100%; vertical-align:top; table-layout:auto; font-size:11px; color:#000033;}
.row-header{background-color: #CCCCCC;font-weight: bold;color:#000088;height:28px;}
.row-1{background-color:#DDDDDD;}
.row-2{background-color: #EEEEEE;}
button{background: none;border: 0px;clear: right;margin:0;padding:0;cursor:pointer;}