@charset "UTF-8";
/* CSS Document */


.floatLeft { float: left; border: thin gray solid; width: 93%; /*95%*/ height: auto; margin: 5px; padding: 10px; background-color: white; border-radius: 5px}

.clearfix:after { 
   content: " ";
   display: block; 
   height: 0; 
   clear: both;
   *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML += '<div class="ie7-clear"></div>' );
}

.ie7-clear {
    display: block;
    clear: both;
}

.no-close .ui-dialog-titlebar-close {display: none }
/* For Color Picker Radio Buttons*/


.colorPicker .radio{
    /*background-color:#c5e043;*/
    display:inline-block;
    width:30px;
    height:20px;
	border: thin solid gray;
    margin: -1.5px;
}

.colorPicker .green{
    background-color: green;
}
.colorPicker .blue{
    background-color: blue;
}
.colorPicker .red{
    background-color: red;
}
.colorPicker .orange{
    background-color: orange;
}
.colorPicker .black{
    background-color: #141414;
}
.colorPicker .evergreen{
    /*background-color: #096e3f;*/
	background-image: -webkit-linear-gradient( #096e3f, #053b22 ); /* For Safari 5.1 to 6.0 */
  	background-image: -o-linear-gradient( #096e3f, #053b22 ); /* For Opera 11.1 to 12.0 */
  	background-image: -moz-linear-gradient(#096e3f, #053b22 ); /* For Firefox 3.6 to 15 */
 	background-image: linear-gradient( #096e3f, #053b22); /* Standard syntax */	
}
.colorPicker .quakerGray{
    /*background-color: #63645e;*/
	background: -webkit-linear-gradient( #63645e, #3a3b37 ); /* For Safari 5.1 to 6.0 */
  	background: -o-linear-gradient( #63645e, #3a3b37 ); /* For Opera 11.1 to 12.0 */
  	background: -moz-linear-gradient(#63645e, #3a3b37 ); /* For Firefox 3.6 to 15 */
 	background: linear-gradient( #63645e, #3a3b37); /* Standard syntax */	
}
.colorPicker .clay{
    /*background-color: #bcba8c;*/
	background: -webkit-linear-gradient( #bcba8c, #878665 ); /* For Safari 5.1 to 6.0 */
  	background: -o-linear-gradient( #bcba8c, #878665 ); /* For Opera 11.1 to 12.0 */
  	background: -moz-linear-gradient(#bcba8c, #878665 ); /* For Firefox 3.6 to 15 */
 	background: linear-gradient( #bcba8c, #878665); /* Standard syntax */
}
.colorPicker .earthBrown{
    /*background-color: #694732;*/
	background: -webkit-linear-gradient( #694732, #3b281c ); /* For Safari 5.1 to 6.0 */
  	background: -o-linear-gradient( #694732, #3b281c ); /* For Opera 11.1 to 12.0 */
  	background: -moz-linear-gradient(#694732, #3b281c ); /* For Firefox 3.6 to 15 */
 	background: linear-gradient( #694732, #3b281c); /* Standard syntax */
}
.colorPicker .pebbleBeige{
    /*background-color: #e9deb7;*/
	background: -webkit-linear-gradient( #e9deb7, #a39b80 ); /* For Safari 5.1 to 6.0 */
  	background: -o-linear-gradient( #e9deb7, #a39b80 ); /* For Opera 11.1 to 12.0 */
  	background: -moz-linear-gradient(#e9deb7, #a39b80 ); /* For Firefox 3.6 to 15 */
 	background: linear-gradient( #e9deb7, #a39b80); /* Standard syntax */
}
.colorPicker .slateBlue{
    /*background-color: #376c94;*/
	background: -webkit-linear-gradient( #376c94, #244660 ); /* For Safari 5.1 to 6.0 */
  	background: -o-linear-gradient( #376c94, #244660 ); /* For Opera 11.1 to 12.0 */
  	background: -moz-linear-gradient(#376c94, #244660 ); /* For Firefox 3.6 to 15 */
 	background: linear-gradient( #376c94, #244660); /* Standard syntax */
}
.colorPicker .barnRed{
    /*background-color: #a12f17;*/
	background: -webkit-linear-gradient( #a12f17, #722111 ); /* For Safari 5.1 to 6.0 */
  	background: -o-linear-gradient( #a12f17, #722111 ); /* For Opera 11.1 to 12.0 */
  	background: -moz-linear-gradient(#a12f17, #722111 ); /* For Firefox 3.6 to 15 */
 	background: linear-gradient( #a12f17, #722111); /* Standard syntax */
}
.colorPicker .burgundy{
    /*background-color: #4d2c2c;*/
	background: -webkit-linear-gradient( #4d2c2c, #221313 ); /* For Safari 5.1 to 6.0 */
  	background: -o-linear-gradient( #4d2c2c, #221313 ); /* For Opera 11.1 to 12.0 */
  	background: -moz-linear-gradient(#4d2c2c, #221313 ); /* For Firefox 3.6 to 15 */
 	background: linear-gradient( #4d2c2c, #221313); /* Standard syntax */
}
.colorPicker .pewterGray{
    /*background-color: #a3a3a0;*/
	background: -webkit-linear-gradient( #a3a3a0, #747472 ); /* For Safari 5.1 to 6.0 */
  	background: -o-linear-gradient( #a3a3a0, #747472 ); /* For Opera 11.1 to 12.0 */
  	background: -moz-linear-gradient(#a3a3a0, #747472 ); /* For Firefox 3.6 to 15 */
 	background: linear-gradient( #a3a3a0, #747472); /* Standard syntax */
}
.colorPicker .rawhide{
    /*background-color: #caa972;*/
	background: -webkit-linear-gradient( #caa972, #8f7750 ); /* For Safari 5.1 to 6.0 */
  	background: -o-linear-gradient( #caa972, #8f7750 ); /* For Opera 11.1 to 12.0 */
  	background: -moz-linear-gradient(#caa972, #8f7750 ); /* For Firefox 3.6 to 15 */
 	background: linear-gradient( #caa972, #8f7750); /* Standard syntax */
}
.colorPicker .white{
    /*background-color: #eeeeeb;*/
	background: -webkit-linear-gradient( #eeeeeb, #aeaeab ); /* For Safari 5.1 to 6.0 */
  	background: -o-linear-gradient( #eeeeeb, #aeaeab ); /* For Opera 11.1 to 12.0 */
  	background: -moz-linear-gradient(#eeeeeb, #aeaeab ); /* For Firefox 3.6 to 15 */
 	background: linear-gradient( #eeeeeb, #aeaeab); /* Standard syntax */
}
.colorPicker input[type=radio]{
    display:none
}

.colorPicker input[type=radio]:checked + .black{
    background: url(http://www.tomasrdesign.com/AS/css/checkMark.png) no-repeat center, #141414;
}

.colorPicker input[type=radio]:checked + .evergreen{
    border: thin solid black;
	background: url(http://www.tomasrdesign.com/AS/css/checkMark.png) no-repeat center,-webkit-linear-gradient( #096e3f, #053b22 ); /* For Safari 5.1 to 6.0 */
  	background: url(http://www.tomasrdesign.com/AS/css/checkMark.png) no-repeat center,-o-linear-gradient( #096e3f, #053b22 ); /* For Opera 11.1 to 12.0 */
  	background: url(http://www.tomasrdesign.com/AS/css/checkMark.png) no-repeat center,-moz-linear-gradient(#096e3f, #053b22 ); /* For Firefox 3.6 to 15 */
 	background: url(http://www.tomasrdesign.com/AS/css/checkMark.png) no-repeat center,linear-gradient( #096e3f, #053b22); /* Standard syntax */	
}

.colorPicker input[type=radio]:checked + .quakerGray{
    border: thin solid black;
	background: url(http://www.tomasrdesign.com/AS/css/checkMark.png) no-repeat center,-webkit-linear-gradient( #63645e, #3a3b37 ); /* For Safari 5.1 to 6.0 */
  	background: url(http://www.tomasrdesign.com/AS/css/checkMark.png) no-repeat center,-o-linear-gradient( #63645e, #3a3b37 ); /* For Opera 11.1 to 12.0 */
  	background: url(http://www.tomasrdesign.com/AS/css/checkMark.png) no-repeat center,-moz-linear-gradient(#63645e, #3a3b37 ); /* For Firefox 3.6 to 15 */
 	background: url(http://www.tomasrdesign.com/AS/css/checkMark.png) no-repeat center,linear-gradient( #63645e, #3a3b37); /* Standard syntax */	
}

.colorPicker input[type=radio]:checked + .clay{
    border: thin solid black;
	background: url(http://www.tomasrdesign.com/AS/css/checkMark.png) no-repeat center,-webkit-linear-gradient( #bcba8c, #878665 ); /* For Safari 5.1 to 6.0 */
  	background: url(http://www.tomasrdesign.com/AS/css/checkMark.png) no-repeat center,-o-linear-gradient( #bcba8c, #878665 ); /* For Opera 11.1 to 12.0 */
  	background: url(http://www.tomasrdesign.com/AS/css/checkMark.png) no-repeat center,-moz-linear-gradient(#bcba8c, #878665 ); /* For Firefox 3.6 to 15 */
 	background: url(http://www.tomasrdesign.com/AS/css/checkMark.png) no-repeat center,linear-gradient( #bcba8c, #878665); /* Standard syntax */
}

.colorPicker input[type=radio]:checked + .earthBrown{
    border: thin solid black;
	background: url(http://www.tomasrdesign.com/AS/css/checkMark.png) no-repeat center,-webkit-linear-gradient( #694732, #3b281c ); /* For Safari 5.1 to 6.0 */
  	background: url(http://www.tomasrdesign.com/AS/css/checkMark.png) no-repeat center,-o-linear-gradient( #694732, #3b281c ); /* For Opera 11.1 to 12.0 */
  	background: url(http://www.tomasrdesign.com/AS/css/checkMark.png) no-repeat center,-moz-linear-gradient(#694732, #3b281c ); /* For Firefox 3.6 to 15 */
 	background: url(http://www.tomasrdesign.com/AS/css/checkMark.png) no-repeat center,linear-gradient( #694732, #3b281c); /* Standard syntax */
}

.colorPicker  input[type=radio]:checked + .pebbleBeige{
    border: thin solid black;
	background: url(http://www.tomasrdesign.com/AS/css/checkMark.png) no-repeat center,-webkit-linear-gradient( #e9deb7, #a39b80 ); /* For Safari 5.1 to 6.0 */
  	background: url(http://www.tomasrdesign.com/AS/css/checkMark.png) no-repeat center,-o-linear-gradient( #e9deb7, #a39b80 ); /* For Opera 11.1 to 12.0 */
  	background: url(http://www.tomasrdesign.com/AS/css/checkMark.png) no-repeat center,-moz-linear-gradient(#e9deb7, #a39b80 ); /* For Firefox 3.6 to 15 */
 	background: url(http://www.tomasrdesign.com/AS/css/checkMark.png) no-repeat center,linear-gradient( #e9deb7, #a39b80); /* Standard syntax */
}

.colorPicker input[type=radio]:checked + .slateBlue{
    border: thin solid black;
	background: url(http://www.tomasrdesign.com/AS/css/checkMark.png) no-repeat center,-webkit-linear-gradient( #376c94, #244660 ); /* For Safari 5.1 to 6.0 */
  	background: url(http://www.tomasrdesign.com/AS/css/checkMark.png) no-repeat center,-o-linear-gradient( #376c94, #244660 ); /* For Opera 11.1 to 12.0 */
  	background: url(http://www.tomasrdesign.com/AS/css/checkMark.png) no-repeat center,-moz-linear-gradient(#376c94, #244660 ); /* For Firefox 3.6 to 15 */
 	background: url(http://www.tomasrdesign.com/AS/css/checkMark.png) no-repeat center,linear-gradient( #376c94, #244660); /* Standard syntax */
}

.colorPicker input[type=radio]:checked + .barnRed{
    border: thin solid black;
	background: url(http://www.tomasrdesign.com/AS/css/checkMark.png) no-repeat center, -webkit-linear-gradient( #a12f17, #722111 ); /* For Safari 5.1 to 6.0 */
  	background: url(http://www.tomasrdesign.com/AS/css/checkMark.png) no-repeat center, -o-linear-gradient( #a12f17, #722111 ); /* For Opera 11.1 to 12.0 */
  	background: url(http://www.tomasrdesign.com/AS/css/checkMark.png) no-repeat center, -moz-linear-gradient(#a12f17, #722111 ); /* For Firefox 3.6 to 15 */
 	background: url(http://www.tomasrdesign.com/AS/css/checkMark.png) no-repeat center, linear-gradient( #a12f17, #722111); /* Standard syntax */
}

.colorPicker input[type=radio]:checked + .burgundy{
    border: thin solid black;
	background: url(http://www.tomasrdesign.com/AS/css/checkMark.png) no-repeat center, -webkit-linear-gradient( #4d2c2c, #221313 ); /* For Safari 5.1 to 6.0 */
  	background: url(http://www.tomasrdesign.com/AS/css/checkMark.png) no-repeat center, -o-linear-gradient( #4d2c2c, #221313 ); /* For Opera 11.1 to 12.0 */
  	background: url(http://www.tomasrdesign.com/AS/css/checkMark.png) no-repeat center, -moz-linear-gradient(#4d2c2c, #221313 ); /* For Firefox 3.6 to 15 */
 	background: url(http://www.tomasrdesign.com/AS/css/checkMark.png) no-repeat center, linear-gradient( #4d2c2c, #221313); /* Standard syntax */
}

.colorPicker input[type=radio]:checked + .pewterGray {
    border: thin solid black;
	background: url(http://www.tomasrdesign.com/AS/css/checkMark.png) no-repeat center, -webkit-linear-gradient( #a3a3a0, #747472 ); /* For Safari 5.1 to 6.0 */
  	background: url(http://www.tomasrdesign.com/AS/css/checkMark.png) no-repeat center, -o-linear-gradient( #a3a3a0, #747472 ); /* For Opera 11.1 to 12.0 */
  	background: url(http://www.tomasrdesign.com/AS/css/checkMark.png) no-repeat center, -moz-linear-gradient(#a3a3a0, #747472 ); /* For Firefox 3.6 to 15 */
 	background: url(http://www.tomasrdesign.com/AS/css/checkMark.png) no-repeat center, linear-gradient( #a3a3a0, #747472); /* Standard syntax */
}

.colorPicker input[type=radio]:checked + .rawhide {
    border: thin solid black;
    background: url(http://www.tomasrdesign.com/AS/css/checkMark.png) no-repeat center, -webkit-linear-gradient( #caa972, #8f7750 ); /* For Safari 5.1 to 6.0 */
  	background:  url(http://www.tomasrdesign.com/AS/css/checkMark.png) no-repeat center, -o-linear-gradient( #caa972, #8f7750 ); /* For Opera 11.1 to 12.0 */
  	background:  url(http://www.tomasrdesign.com/AS/css/checkMark.png) no-repeat center, -moz-linear-gradient(#caa972, #8f7750 ); /* For Firefox 3.6 to 15 */
 	background:  url(http://www.tomasrdesign.com/AS/css/checkMark.png) no-repeat center, linear-gradient( #caa972, #8f7750); /* Standard syntax */
}

.colorPicker input[type=radio]:checked + .white {
    border: thin solid black;
	background: url(http://www.tomasrdesign.com/AS/css/checkMark.png) no-repeat center, -webkit-linear-gradient( #eeeeeb, #aeaeab ); /* For Safari 5.1 to 6.0 */
  	background: url(http://www.tomasrdesign.com/AS/css/checkMark.png) no-repeat center, -o-linear-gradient( #eeeeeb, #aeaeab ); /* For Opera 11.1 to 12.0 */
  	background: url(http://www.tomasrdesign.com/AS/css/checkMark.png) no-repeat center, -moz-linear-gradient(#eeeeeb, #aeaeab ); /* For Firefox 3.6 to 15 */
 	background: url(http://www.tomasrdesign.com/AS/css/checkMark.png) no-repeat center, linear-gradient( #eeeeeb, #aeaeab); /* Standard syntax */
}

