/* +----------------------------------------------------+ */
/* | CSS for Hextractor.com                             | */
/* +----------------------------------------------------+ */

html {
	font-size: 76%;
}

body {
	color: #d1d0de;
	background: #2d384f;
	font-size: 1.3em;
	font-family: Helvetica, sans-serif;
	line-height: 1.2em;
}

#header {
	background: url('/images/stripes.png');
	height: 150px;
	border-bottom: solid 6px #1a1f29;
}

#header div.content {
	width: 800px;
	margin: auto;
	padding-top: 20px;
}

#body {
	width: 770px;
	margin: 30px auto;
}

#content {
	width: 540px;
	float: left;
}

a {
	color: #84a9ca;
}

a:hover {
	color: #fff9d8;
}

span.highlight {
	color: #84a9ca;
}

h1 {
	font-size: 2.0em;
}

h2 {
	color: #fff9d8;
	font-size: 1.6em;
}

h3 {
	color: #fff9d8;
	font-size: 1.4em;
	margin-top: 25px;
	padding-bottom: 5px;
	border-bottom: solid 1px #84a9ca;
}

h4 {
	font-size: 1.3em;
}

#sidebar h4 {
	border-bottom: solid 1px;
}

p {
	margin: 10px 0px;
}

ul#how li {
	margin: 5px 0px 5px 20px;
	list-style-type: circle;
}


/** == Input forms == **/

#input_container {
	color: #1a1f29;
}

#tab_list li {
	font-size: 1.2em;
	display: inline;
	float: left;
}

#tab_list a {
	color: #1a1f29;
	text-align: center;
	display: block;
	width: 100px;
	margin-right: 10px;
	padding: 5px;
	cursor: pointer;
}

#tab_list a.inactive {
	background: #dbc0ae;
}

#tab_list a.current {
	background: #fff9d8;
}

/* Forms */

#input_form {
	background: #fff9d8;
	height: 200px;
	padding: 20px;
	clear: left;
}

#input_form h4 {
	font-size: 20px;
	line-height: 20px;
	margin-bottom: 20px;
}

#upload_form, #url_form {
	display: none;
}

div.input_area {
	height: 110px;
}

div.upload_field {
	position: relative;
}

div.fake_input {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
}

input.upload_field {
	position: relative;
	top: 0px;
	left: -170px;
	z-index: 2;
	opacity: 0;
	filter: alpha(opacity: 0);
}

img.select_button {
	position: relative;
	top: 0px;
	left: 0px;
}

input, textarea {
	border: solid 1px #84a9ca;
	padding: 2px;
}

textarea {
	font-family: Monaco, Courier, monospaced;
	font-size: 0.85em;
	height: 100px;
	padding: 3px;
}

#input_container p {
	margin-bottom: 0px;
}

div.checkboxes {
	margin-left: 10px;
}

div.checkboxes label {
	margin-left: 3px;
	margin-right: 10px;
	vertical-align: middle;
}

div.checkboxes input {
	vertical-align: middle;
	border: none !important;
}

.submit_button {
	margin-top: 10px;
}

button {
	background: transparent;
	border: none;
}

button, img.select_button {
	cursor: pointer;
}

input.button {
	border: none !important;
}

#input_form a {
	color: #3252b2;
	background: transparent;
	text-decoration: underline;
}

div.file_info_container {
	font-size: 1.1em;
	margin-top: 10px;
	margin-left: 10px;
}

#file_info, #file_info_label {
	display: none;
}

#file_info_label {
	margin-top: 20px;
}

#file_info {
	color: #44759e;
}

/** == / Input forms == **/

/** Palette **/

#sidebar {
	width: 200px;
	float: right;
}

div.colormap_sidebar {
	margin-top: 30px;
}

#sidebar img.icon {
	margin: 10px;
	border: solid 1px #1a1f29;
}

#palette {
	margin-bottom: 20px;
}

#palette h3 {
	color: #d1d0de;
	background: transparent;
	margin-top: 0px;
	margin-bottom: 3px;
	border: none;
}

#palette div {
	font-size: 0.95em;
}

h3.example_palette {
	color: #d1d0de !important;
}

div.user-palette {
	text-align: center; 
	width: 200px; 
	border: solid 1px;
}

div.sourcelink {
	font-size: 0.8em !important;
	text-align: right;
	cursor: pointer;
	float: right;
	margin-top: 0px;
	margin-bottom: 1px;
	line-height: 0.9em;
}

#source_text {
	display: none;
}

#hide_source {
	display: none;
}

#show_source {
	display: block;
}

#source_text textarea {
	font-size: 0.8em;
	font-family: Monaco, 'Lucida Console', 'Courier New', monospaced;
	border: solid 1px #a9a9a9;
	width: 194px;
	margin-bottom: 3px;
	overflow: hidden;
	clear: both;
}

#reset {
	font-size: 0.85em;
	margin-top: 20px;
	float: right;
	display: none;
}

/** / Palette **/

#footer {
	font-size: 0.85em;
	width: 800px;
	margin: auto;
	padding: 20px 0px;
}

#footer p {
	width: 500px;
	margin-left: 20px;
	padding-top: 10px;
	border-top: solid 1px #fff9d8;
}

#footer span {
	font-size: 0.95em;
}

/** Colormap display **/

#colortable {
	color: #2d384f;
	background: #ffe8cd;
	margin: 30px 0px;
	border: solid 1px;
}

#colortable a {
	color: #2d384f;
	background: transparent;
}

#colortable td, #colortable th {
	width: 150px;
	padding: 5px 10px;
	border: solid 1px;
}

#colortable th {
	font-weight: bold;
	text-align: center;
	padding: 10px;	
}


/** / Colormap display **/

div.clear-left {
	clear: left;
}

div.error {
	background: #ffa39b;
	padding: 3px;
	border: solid 1px;
}

div.book {
	font-size: 0.85em;
	text-align: center;
	width: 25%;
	float: left;
	margin-bottom: 10px;
}

div.book a {
	font-size: 1.1em;
	display: block;
	margin: auto;
}

div#helpspot_widget_tab_loading {
	color: #191e29;
}



/* +----------------------------------------------------+ */
/* | Third party CSS                                    | */
/* +----------------------------------------------------+ */

/* Helpspot contact form */
body a#helpspot-widget-tab,body a#helpspot-widget-tab:link{position:fixed!important;top:35%!important;display:block!important;width:37px!important;height:100px!important;margin:0!important;padding:0!important;z-index:100001!important;background-repeat:none!important;outline-style:none;}body a#helpspot-widget-tab:hover{cursor:pointer;}* html a#helpspot-widget-tab,* html a#helpspot-widget-tab:link{position:absolute!important;background-image:none!important;}div#helpspot_widget_tab_close{position:absolute;top:-15px;right:-15px;margin:0;padding:0;}div#helpspot_widget_tab_wrapper{width:550px;height:620px;margin:0 auto;z-index:2;position:relative;}div#helpspot_widget_tab_loading{font-size:26px;padding:10px;}#helpspot_widget_tab_iframe{width:100%;height:100%;display:none;}


