/* Most of the style file has been shamelessly stolen (ok, copy-pasted) from validator.w3.org/style/base.css ... */

form, fieldset, a, ul, ol, li, div, legend, label,
br, input, button, textarea {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: normal;
	font-style: normal;
	font-size: 100%;
	vertical-align: baseline;
	background-color: white;
	color: #1f2126;
	line-height: 1;
}

html { padding: 1em; }

a img {
	border: 0;
}

a:link, a:visited {
	text-decoration: underline;
	color: #365D95;
}

a:hover, a:active {
	text-decoration: underline;
	color: #1f2126;
}

ul, ol {
	list-style: none;
}

abbr[title], acronym[title], span[title], strong[title] {
	border-bottom: thin dotted;
	cursor: help;
}

acronym:hover, abbr:hover {
	cursor: help;
}


/* tables in the documentation */

table {
}
td, th {
	padding: 6px;
}
    
/* @group Inputs */

div#frontforms input {
    /* default for radio and checkbox. Others will be handled directly */
    background-color: #EAEBEE;
}

input#uri, input#file, input#uploaded_file, input#keywords, input#short_desc, textarea {
	font-family: Monaco, "Courier New", Monospace;
	font-size: 0.9em;
	border: 1px solid #bbb;
	border-top: 1px solid #777;
	border-bottom: 1px solid #ddd;
	background: #fefefe url(../images/textbg.png) no-repeat top left;
	padding: 0.2em 0.2em;
	max-width: 1000px;
	font-variant: normal;
}

input#uri, input#file, input#uploaded_file {
	width: 85%;
	margin: 0.3em 0 0 1em;
}

input#file, input#uploaded_file {
	width: 30em;
}

a.submit {
	display: block;
	width: 10em;
	text-align: center;
	margin: 0 auto;
	background: url(../images/button-left.png) no-repeat center left;
	text-decoration: none;
}

a.submit span {
	display: block;
	padding: 1.2em 2em;
	background: url(../images/button-right.png) no-repeat center right;
}

textarea {
	width: 98.5%;
}

p.submit_button input {
	overflow: visible;
	width: auto;
	background: #fff;
    color: #365D95;
    padding: 0.3em 0.4em 0.1em 0.3em;
	font-size: 1.2em;
	width: 12em;
	text-align: center;
	border-bottom: 2px solid #444;
	border-right: 2px solid #444;
	border-top: 1px solid #aaa;
	border-left: 1px solid #aaa;
	background: #eee url(../images/grad.png) repeat-x top left;
	cursor: pointer;
}

p.submit_button input:active {
    color: #1f2126;
	border-bottom: 1px solid #aaa;
	border-right: 1px solid #aaa;
	border-top: 2px solid #444;
	border-left: 2px solid #444;
}

label {
	font-size: 0.9em;
	padding-left: .2em;
	padding-right: .2em;
}

div.options select, div.main-options select, table.options select, table.main-options select {
	margin-right: 0.8em;
}

div.options label, div.main-options label, table.options label, table.main-options label, {
	margin-right: 0.3em;
}

div.options table, div.options tbody, div.options td, div.options th, div.options tr,
table.options tbody, table.options td, table.options th, table.options tr,
div.main-options table, div.main-options tbody, div.main-options td, div.main-options th, div.main-options tr,
table.main-options tbody, table.main-options td, table.main-options th, table.main-options tr
{
	margin: 0;
	padding: 0;
}

div.options table, div.main-options table, table.options, table.main-options {
	border-collapse: collapse;
}

div.options th, div.options th label,  
table.options th, table.options th label,  
div.main-options th, div.main-options th label,
table.main-options th, table.main-options th label {
	font-weight: bold;
}

div.options td, div.options th, 
table.options td, table.options th,
div.main-options td, div.main-options th, 
table.main-options td, table.main-options th {
	padding: 0.5em 1.1em 0.5em 0;
	text-align: left;
}

div.options td input, table.options td input, div.main-options td input, table.main-options td input, {
	margin-right: 0.2em;
}

div.options select, table.options select, div.main-options select, table.main-options select {
	width: 100%;
}

div.options table tr.subchoice th {
    padding-left: 3em;
}
tr.subchoice th label {
  padding-left: 0;
}
tr.subchoice th, tr.subchoice th label {
  font-size: 1em;
  font-weight: normal;
}


div.options, div.main-options, table.options, table.main-options, p.submit_button, p.instructions, p#note {
	border-top: 1px solid #cbcdd5;
	background: #EAEBEE url(../images/double.png) left top repeat-x;
}



/* @end */


/* @end */

/* @group Tabs */

ul#tabset_tabs {
	height: 1.59em;
}

ul#tabset_tabs li {
	cursor: pointer;
	float: left;
	margin-right: 0.245em;
	background: #DADDE3 url(../images/tab-tl.png) no-repeat top left;
	border-bottom: 1px solid #CBD0DB;
}

ul#tabset_tabs li.selected {
	background: #EAEBEE url(../images/round-tl.png) no-repeat top left;
	border-bottom: 1px solid #EAEBEE;
}

ul#tabset_tabs li.selected a:link, ul#tabset_tabs li.selected a:visited {
	color: #1f2126;
	background: #EAEBEE url(../images/round-tr.png) no-repeat top right;
}

ul#tabset_tabs li span {
	color: #616571;
}

body ul#tabset_tabs li.selected a span {
	color: #3d424f;
}

ul#tabset_tabs li a:link, ul#tabset_tabs li a:visited {
	color: #365D95;
	display: block;
	padding: 0.515em 1.3em 0.215em 0.8em;
	background: #DADDE3 url(../images/tab-tr.png) no-repeat top right;
	margin-left: 0.5em;
	font-size: 0.9em;
	font-weight: bold;
	text-decoration: none;
}

ul#tabset_tabs li a:hover, ul#tabset_tabs li a:active {
	color: #1f2126;
}

ul#tabset_tabs li a:hover span, ul#tabset_tabs li a:active span {
	color: #3d424f;
}

ul#tabset_tabs li.selected span {
	color: #5d6371;
}

/* @end */

/* @group Contents */

div#frontforms {
	background: #fff;
	padding: 0 2em;
}

div#fields {
	clear: both;
	background: #EAEBEE url(../images/round-tr.png) no-repeat top right;
	padding: 0.5em 1.3em;
	border-bottom: 1px solid #DCDDE0;
}

div#fields legend, div#fields p, div#fields p strong, div#fields p a, div#fields fieldset, div#fields form,div#fields form fieldset legend a, div#fields form p label, div#fields tr label   {
  background-color: #EAEBEE;
}

fieldset {
	background: #EAEBEE;
}

legend {
	font-size: 1.1em;
	padding: 1em 0 0.23em;
	letter-spacing: 0.06em;
}

legend a:link, legend a:visited, legend a:hover, legend a:active {
	text-decoration: none;
}

legend.toggletext {
	cursor: pointer;
	padding-left: 0.2em;
}
legend.toggletext img {
    padding-bottom: 2px;
    
}
img.toggled { 
padding-bottom: 4px;    
}

p.instructions {
	color: #4D525E;
	font-size: 0.80em;
	padding-bottom: 1em;
	padding-top: 0.5em;
}

p.instructions label {
	color: #4D525E;
	padding: 0;
	margin: 0;
	font-size: 1em;
}

div.options, div.main-options {
	padding: 0.7em 0 0.5em 1em;
}

p.submit_button {
	padding: 0.6em 0 0;
	margin: 0;
	text-align: center;
}

label {
	  font-size:	1em;
	  margin-top:	0.5em;
}
form {
	  padding: 			1em;
	  background-color:	#EAEBEE;
}
input {
	  font-size: 		0.9em;
	  border: 	 	1px solid #bbb;
	  padding: 		0.2em 0.2em;
	  font-variant: 	normal;
}
dl {
	  margin-left: 2em;
}
dt { 
	  font-weight: normal;
	  margin-top: 0.5em;
}

dt span.option, dt.option { font-weight: bold }


legend {
	  font-weight: bold;
}
.warning { font-size: 100%; font-weight:bold  }



