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


comm {color: #070;}
func {color: #24b; font-weight:bold;}
num {color: #d33;}
end {color: #24b; font-weight:bold;}
str {color: #83c;}
err {background-color:#fcc;}

div#select-file-container	{min-width: 400px; margin-top: 60px; margin-left: 250px;}

a#select-file-anchor	{
cursor: pointer;
background-color: rgb(245, 245, 245);
background-image: linear-gradient(rgb(75, 108,200), rgb(47, 67,124));
background-repeat: repeat-x;
border-radius: 3px;
border-bottom-style: solid;
border-bottom-width: 1px;
border-collapse: collapse;
border-image-outset: 0 0 0 0;
border-image-repeat: stretch stretch;
border-image-slice: 100% 100% 100% 100%;
border-image-source: none;
border-image-width: 1 1 1 1;
border-color: rgb(32, 46, 86);
border-left-style: solid;
border-left-width: 1px;
border-right-style: solid;
border-right-width: 1px;
border-top-style: solid;
border-top-width: 1px;
box-shadow: rgba(255, 255, 255, 0.2) 0px 1px 0px 0px inset, rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;
color: rgb(255, 255, 255);
cursor: pointer;
display: inline-block;
font-family: 'PTSansRegular',Arial,Helvetica,sans-serif;
font-size:12px;
font-weight:bold;
line-height: 20px;
padding-bottom: 4px;
padding-left: 10px;
padding-right: 10px;
padding-top: 4px;
text-align: center;
text-decoration: none;
/*text-shadow: rgba(255, 255, 255, 0.75) 0px 1px 1px;*/
vertical-align: middle;
-moz-border-bottom-colors: none;
-moz-border-left-colors: none;
-moz-border-right-colors: none;
-moz-border-top-colors: none;
-moz-text-decoration-color: rgb(51, 51, 51);
-moz-text-decoration-line: none;
-moz-text-decoration-style: solid;
}

#files	{width: 88px; height: 30px; margin-left: -92px; opacity: 0; cursor: pointer;}

#go, input[type="submit"] 	{
cursor: pointer;
background-color: rgb(75,  108,200);
background-image: linear-gradient(rgb(75, 108,200), rgb(47, 67,124));
background-repeat: repeat-x;
border-radius: 3px;
border-bottom-style: solid;
border-bottom-width: 1px;
border-collapse: collapse;
border-image-outset: 0 0 0 0;
border-image-repeat: stretch stretch;
border-image-slice: 100% 100% 100% 100%;
border-image-source: none;
border-image-width: 1 1 1 1;
border-color: rgb(32, 46, 86);
border-left-style: solid;
border-left-width: 1px;
border-right-style: solid;
border-right-width: 1px;
border-top-style: solid;
border-top-width: 1px;
box-shadow: rgba(255, 255, 255, 0.2) 0px 1px 0px 0px inset, rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;
color: rgb(255, 255, 255);
cursor: pointer;
display: inline-block;
font-family: 'PTSansRegular',Arial,Helvetica,sans-serif;
font-size: 12px;
font-weight: bold;
line-height: 20px;
padding-bottom: 4px;
padding-left: 10px;
padding-right: 10px;
padding-top: 4px;
text-align: center;
text-decoration: none;
vertical-align: middle;
-moz-border-bottom-colors: none;
-moz-border-left-colors: none;
-moz-border-right-colors: none;
-moz-border-top-colors: none;
-moz-text-decoration-color: rgb(51, 51, 51);
-moz-text-decoration-line: none;
-moz-text-decoration-style: solid;}

input[type='submit'] {
	/*position:fixed;
	left:30px;
	bottom:10px;*/
}

div#options {width: 822px; margin-top: 20px;}

div#textarea-container	{margin-top: 20px;}

#source {
	background-color:rgb(250, 250, 250);
	border:1px solid grey;
	border-radius:3px;
	height:auto;
	width:100%;
	height:100%;
	resize:none;
}

div#ad-container	{z-index: 99; margin-top: -701px; margin-left: 896px; width: 400px; height: 700px; background-color: #f0f192;}

#results {
	font-family:"Courier New", Courier, monospace;
	font-size:12px;
	padding-left:5px;
	background-color: #efefef;
	width:100%;
	height:100%;
	border:1px solid #999;
	overflow:auto;
}
#src_td { width:50%; }
#res_td { width:50%; }