﻿/*
	Datamarket Tax model
	Apríl 2009
*/

* { margin:0; padding:0; }

body { font: 12pt/18pt arial, helvetica, sans-serif; }

img { border:0; }
a { text-decoration: underline; color: #00f; }

/* adjust fonts and spacing for headings */
h1,h2,h3,h4,h5,h6 { 
	font-family: "Lucida Sans", arial, Sans-Serif;
	margin: 1em 0 .3em 0; 
}
h1 { 
	font-size: 1.5em; 
	text-transform: uppercase;
}
h2 { 
	font-size: 0.9167em; 
	text-transform: uppercase;
}
h3, h4, h5, h6 { font-size: 1em; }

/* set basic formstyling */
fieldset { margin: 1em 0; border: 1px solid #eee; }
fieldset legend { color: #000; padding: 0 4px; }
input, textarea { font-size: 1em; padding: 2px; border: 1px solid #666; color: inherit; }
textarea { font-family: Arial, Sans-Serif; } /* remember to set fonts on textarea */
input.radio, input.checkbox { border: none; } /* this is for IE6, obviously for it to work you have to put class="radio" on radio inputs and class="checkbox" on checkbox inputs in the HTML */
input[type='radio'], input[type='checkbox'] { border: none; }

/* mind the font-sizes in tables */
table { font-size: inherit; border-collapse: collapse; }
th,td { padding: 2px; }
th { text-align: left; }

/*	adjust spacing for lists and quotes 
	assumes you have a wrapper around the content
	with classname content, change this to whatever suits your fancy... */
#content ul, #content ol, #content dl, 
#content blockquote, #content q { margin: 1em 0 1em 2em; }
#content ul { list-style: disc; }
#content dd { margin-left: 2em; }

/* adjust spacing for content paragraphs, same as above: change this to whatever your content wrapper is */
#content p { margin-bottom: 1.2em; }

/* do not change these */
.hidden, .noprint, .eskill-text-link, .eskill-image-link { display: none; }

.left { float: left; }
.right { float: right; }
.clearthis, .clear, .clearme { clear:both; }
.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.clearfix { zoom: 1; }
/* end of do not change these */