﻿/*
	Datamarket Tax model
	Apríl 2009
*/
/* =LAYOUT
-------------------*/
#wrapper {
	width: 900px;
	margin: 10px auto;
	background: #fff none;
	border: 1px solid #ccc;
}
#content {
	padding: 20px;	
}

/* =FORM
-------------------*/
form {
	background: transparent url(../images/containers/form-top.png) no-repeat top left;	
}
fieldset {
	background: transparent url(../images/containers/form-bottom.png) no-repeat bottom left;
	border: none;
	padding: 20px;
	position: relative;
}
fieldset h2 {
	padding: 20px 0;
	text-align: center;
	border-bottom: 1px solid #ccc;
	display: block;
	font-weight: bold;
	font-size: 1em;
	margin: -10px -10px 20px -10px;
}
label {
	padding: 0 10px 0 15px;	
}
input.text {
	width: 82px;	
}
input.submit {
	display: block;
	margin: 20px auto 20px auto;	
}
fieldset div {
	background: #fafafa none;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 13px 0;
	clear: right;	
}
fieldset div span {
	display: block;
	text-align: center;	
}
#upphaed {
	font-size: 2.5em;
	line-height: 1.1em;
	font-family: Georgia, Serif;
}
.see-current-link {
	float: right;
	margin-top: -40px;
}

/* =GRAPH CONTAINER
-------------------*/
.graphcontainer {
	border: 1px solid #ccc;
	background: transparent url(../images/containers/graph-top-grad.png) repeat-x top left;
}
#content .export-options {
	list-style: none;	
	background: #fafafa url(../images/containers/graph-footer-bottom.png) no-repeat top left;
	margin: 0;
	padding: 10px;
	height: 20px;
	text-align: right;
}
.export-options li {
	display: inline;
}
.export-options li a {
	color: #333;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	padding: 2px 20px 0 21px;
	outline: none;
}
.export-options li.dl-excel a {
	background: transparent url(../images/icons/icon-excel.png) no-repeat top left;
}
.export-options li.dl-pdf a {
	background: transparent url(../images/icons/icon-pdf.png) no-repeat top left;
}
.export-options li.dl-word a {
	background: transparent url(../images/icons/icon-word.png) no-repeat top left;
}
.export-options li.dl-xml a {
	background: transparent url(../images/icons/icon-xml.png) no-repeat top left;
	padding-right: 10px;	
}

/* =MISC
-------------------*/
.datamarket-label {
	width: 880px;
	margin: 20px auto;
	padding: 0 0 0 20px;
	color: #d14e1d;
	font-size: 1.1667em;
	text-transform: uppercase;
	font-weight: bold;
	font-family: "Lucida Sans", Arial, Sans-Serif;
}
#wrapper h1 {
	line-height: 37px;
	border-bottom: 1px solid #ccc;
	background: #fafafa none;
	margin: 0;
	padding: 0 0 0 20px;
}
.datamarket-logo {
	margin: 20px auto;
	display: block;
	width: 250px;
	outline: none;
}
.blog-link {
	text-align: right;
	padding: 20px;	
	border-top: 1px solid #ccc;
	background: #fafafa none;
}
