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

/*-------home page, mostly form stuff-----*/

div#input form#submit{
	padding:20px 0;
}

div#input form#submit div#insCode{
	font-family:Monaco, "Andale Mono", "Courier New", Courier, monospace;
	padding:0 0 40px;
}

div#input form#submit div#insCode div#header{
	background:#DBDBDB;
	font-size:14px;
	height:20px;
	padding:5px 10px;
}

div#input form#submit div#insCode div#header input{
	font-family:inherit;
	background:#DBDBDB;
	border:none;
	float:left;
	padding:3px 5px 3px;
	width:280px;
	cursor:pointer;
}

div#input form#submit div#insCode div#header input:hover{
	background:#E9E9E9;
}

div#input form#submit div#insCode div#header input:focus{
	border:solid 1px #999999;
	background:#FFFFFF;
	padding:2px 4px 2px;
}

div#input form#submit div#insCode div#header select{
	font-family:inherit;
	float:right;
	border:none;
	background:#DBDBDB;
	outline:none;
	padding:2px;
}

div#input form#submit div#insCode div#header select option{
	padding:0px 10px;
	outline:none;
}

div#input form#submit div#insCode textarea{
	font-family:inherit;
	width:668px;
	height:450px;
	border:solid 1px #DBDBDB;
	padding:10px 15px;
	font-size:12px;
}

div#input form#submit div#insCode a.tab{
	display:block;
	float:left;
	background:#DBDBDB;
	font-family:Helvetica, Arial, sans-serif;
	padding:5px 8px;
	text-decoration:none;
	margin-right:7px;
}

div#input form#submit button#submit{
	cursor:pointer;
	background:url(images/submit_code.gif) no-repeat;
	border:none;
	text-align:left;
	text-indent:-500px;
	overflow:hidden;
	height:35px;
	width:790px;
	position:relative;
	left:-45px;
	margin-bottom:20px;
	outline:none;
}

div#input form#submit div#sample{
	display:none;
}

div#input form#submit a#customizeLink{
	display:block;
	float:right;
	width:135px;
	height:25px;
	text-indent:-300px;
	overflow:hidden;
	background:url(images/customize.gif) no-repeat;
	position:relative;
	right:-45px;
}

/* language select dropdown */

ul#langList{
	position:absolute;
	top:0;
	right:0;
	text-align:right;
	font-size:12px;
	font-weight:normal;
	height:25px;
	overflow:hidden;
	cursor:pointer;
	background:#DBDBDB;
	padding-bottom:5px;
}

ul#langList.open{
	height:auto;
}

ul#langList li{
	padding:5px 15px;
	height:16px;
}

ul#langList li#selected{
	padding:7px 15px;
	margin-bottom:5px;
}

ul#langList li:hover{
	background:#FFFFFF url(images/bg_orange.gif);
}

/* options */

div#options{
}

div#options h3{
	width:830px;
	height:27px;
	background:url(images/options_header.gif) no-repeat;
	position:relative;
	left:-100px;
	overflow:hidden;
	text-indent:-500px;
	margin:20px 0 20px;
}

/* options > checkboxes */

#add{
	padding:0;
	margin:0;
	border:none;
	width:225px;
	padding:20px 30px 20px 20px;
	float:left;
}

#add label{
	cursor:pointer;
	float:left;
	padding:4px 0px 5px 10px;
	width:110px;
	display:block;
	margin:0 0 10px;
}

#add label.px{
	width:auto;
}

#add input{
	display:block;
	margin:10px 0 10px;
	float:left;
}

#add input.checkbox{
	clear:left;
}

#add input.size{
	margin:1px 0 0;
}

#add span.ui-checkbox{
	display: block;
	float: left;
	width: 21px;
	height: 21px;
	background: url(images/checkbox.gif) 0 -26px no-repeat;
	cursor:pointer;
	clear:left;
}

#add span.ui-helper-hidden {
	display: none;
}

#add span.ui-checkbox:active,
#add span.ui-checkbox-state-hover {
	background-position: 0 -78px;
}

#add span.ui-checkbox-state-checked {
	background-position: 0 0px;
}

#add span.ui-checkbox-state-checked:active,
#add span.ui-checkbox-state-checked-hover {
	background-position: 0 -52px;
}

/* options > fonts */

div#options div#font{
	width:340px;
	padding:20px 25px;
	float:left;
}

#font ul{
	float:left;
	width:200px;
	padding:0 50px 0 10px;
}

#font ul li{
	border: solid 1px #949494;
	background:#FFFFFF;
	padding:6px 7px;
	cursor:move;
	margin-bottom:10px;
}

input.spin-button {
	padding:4px 10px 0px 4px;
	background-repeat:no-repeat;
	background-position:100% 0%;
	background-image:url(images/spinbtn_updn.gif);
	border: solid 1px #949494;
	font-family:Helvetica, Arial, sans-serif;
	font-size:12px;
	height:14px;
	margin-right:4px
}

input.spin-button.up {
	cursor:pointer;
	background-position:100% -18px;
}
input.spin-button.down {
	cursor:pointer;
	background-position:100% -36px;
}


/* colors */

div#colors h3{
	width:830px;
	height:23px;
	background:url(images/colors_header.gif) no-repeat;
	position:relative;
	left:-100px;
	text-indent:-500px;
	text-align:right;
	padding:4px 0 0;
	margin:20px 0 20px;
	font-size:12px;
	font-weight:normal;
}

div#colors h3 ul{
	position:absolute;
	top:0;
	right:25px;
	width:170px;
	height:27px;
	overflow:hidden;
	z-index:1200;
	display:none;
	padding:0 25px 0 0;
	background:url(images/arr_down.gif) top right no-repeat;
}

div#colors h3 ul.open{
	height:auto;
}

div#colors h3 ul li{
	padding:7px 15px 0;
	height:18px;
	background:#CCCCCC;
	border:solid 1px #666666;
	border-top:none;
	cursor:pointer;
	position:relative;
}

div#colors h3 ul li span{
	display:none;
}

div#colors h3 ul li div.csample{
	position:absolute;
	top:5px;
	left:5px;
	width:14px;
	height:14px;
}

div#colors h3 ul li div.csample div{
	width:7px;
	height:7px;
	float:left;
}

div#colors h3 ul li:hover{
	background-color:#DDDDDD;
}

div#colors h3 ul li#selCol{
	border-top:solid 1px #666666;
	border-bottom:solid 2px #666666;
}

/* colors > color picker */

.farbtastic {
	position: relative;
}
.farbtastic * {
	position: absolute;
	cursor: crosshair;
}
.farbtastic, .farbtastic .wheel {
	width: 195px;
	height: 195px;
}
.farbtastic .color, .farbtastic .overlay {
	top: 47px;
	left: 47px;
	width: 101px;
	height: 101px;
}
.farbtastic .wheel {
	background: url(images/wheel.png) no-repeat;
	width: 195px;
	height: 195px;
}
.farbtastic .overlay {
	background: url(images/mask.png) no-repeat;
}
.farbtastic .marker {
	width: 17px;
	height: 17px;
	margin: -8px 0 0 -8px;
	overflow: hidden; 
	background: url(images/marker.png) no-repeat;
}

.colorSet{
	clear:both;
	padding:20px 0;
}
	
.colorSet h4{
	float:left;
	width:70px;
	padding:0 20px 0 0;
	text-align:right;
	font-size:12px;
	font-weight:bold;
}
	
.colorSelect{
	float:left;
	padding:0 28px 0 0;
}
	
.colorSelect input{
	border:none;
	padding:14px 3px 2px;
	width:80px;
	font-family:Helvetica, Arial, sans-serif;
	text-transform:uppercase;
	font-size:10px;
	margin-top:3px;
	height:12px;
}

.picker{
	position:absolute;
	top:44px;
	left:0;
	background:#FFFFFF;
	border:solid 1px #000000;
	z-index:500;
	display:none;
}



/*-----sample code preview ------*/

div#preview h3{
	width:830px;
	height:27px;
	background:url(images/formatting_preview_header.gif) no-repeat;
	position:relative;
	left:-30px;
	overflow:hidden;
	text-indent:-500px;
	margin:20px 0 20px;
}

div#input div.code{
	font-family:Monaco, "Andale Mono", "Courier New", Courier, monospace;
}

div#input div.code h4{
	background:#104D5B;
	color:#FFFFFF;
	font-weight:normal;
	padding:5px 10px 5px;
}

div#input div.code h4 span{
	float:right;
}

div#input div.code div.cFoot{
	background:#104D5B;
	color:#FFFFFF;
	text-align:right;
	padding:2px 10px 3px;
	font-size:10px;
}

div#input div.code div.cBody{
	overflow-y:auto;
}

div#input div.code div.lines{
	font-family:Monaco, "Courier New", Courier, monospace;
	font-size:10px;
	padding:10px 6px 10px 6px;
	float:left;
	color:#808384;
	background:#D3DBDD;
}

div#input div.code pre{
	font-family:Monaco, "Courier New", Courier, monospace;
	font-size:10px;
	padding:10px 12px;
	background:#F9F9F9;
	overflow-x:auto;
}

div#input div.code pre .comment{
	color:#999999;
}

div#input div.code pre .comment span{
	color:inherit;
}

div#input div.code pre .string{
	color:#336699;
}

div#input div.code pre .keyword{
	color:#CC6633;
}
