/* ----------------------------------- TAGs ----------------------------------- */

a {
	color: #21a5d5;
	text-decoration: none;
}

a:hover {
	color: #006699;
	text-decoration: none;
}

a img {
	border: 0;
}

body {
	font: small Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}

form {
	margin: 12px 0;
	padding: 0;
}

form input.text {
	padding: 1px;
	margin: 0;
	width: 200px;
}

form label {
	color: #999;
	display: block;
	font-size: x-small;
	margin-bottom: 2px;
}

form textarea {
	padding: 1px;
	margin: 0;
	height: 100px;
	width: 380px;
}

h1 {
	border-bottom: 1px solid #6f6f6f;
	color: #21a5d5;
	font-size: large;
	font-weight: bold;
	margin: 0;
	padding-bottom: 2px;
}

h2 {
	color: #c1c1c1;
	font-size: small;
	font-weight: bold;
	margin: 0;
	text-transform: uppercase;
}

h3 {
	clear: both;
	color: #fff;
	margin: 20px 0 2px 0;
	padding: 2px 8px;
	font-size: small;
	font-weight: bold;
}

h3 a {
	color: #fff;
}

h3 a:hover {
	color: #fff;
}

i {
	visibility: hidden;
}

/* -------------------------------- TAG STYLES -------------------------------- */

a.print {
	background: #fff url(/images/gui/print.gif) no-repeat left center;
	color: #999;
	float: right;
	font-size: x-small;
	padding: 2px 4px 2px 44px;
}

a.print:hover {
	background-image: url(/images/gui/print_hvr.gif);
	color: #cc3300;
}

.download-link {
	color: #999;
}

div.ie-fix {
	border-top: 1px solid #fff;
}

div.row {
	clear: both;
	padding: 4px 0;
}

img.desc-thumb {
	float: right;
	margin: 6px 0 20px 0;
}

p.desc {
	background-position: right top;
	background-repeat: no-repeat;
	font-size: x-small !important;
	line-height: 18px !important;
	margin: 4px 0 20px 0;
	width: 300px;
}

ul.column {
	float: left;
	line-height: 12px;
	margin: 8px 0 0 0;
	padding-left: 20px;
	width: 185px;
}

ul.column li {
	color: #21a5d5;
	list-style-type: none;
	font-size: x-small;
	margin: 0 0 6px 0;
	padding: 0;
	text-indent: -10px;
}

ul.column li a {
	color: #666;
	padding: 0 2px;
}

ul.column li a:hover {
	background-color: #eee;
	color: #666;
	text-decoration: none;
}

ul.features {
	display: inline;
	font-size: x-small;
	float: left;
	margin: 8px;
	padding: 0 8px 0 12px;
	width: 96px;
}

ul.features li {
	color: #cc3300;
	list-style-type: square;
	list-style-position: outside;
	margin: 0 0 8px 4px;

}

ul.forms {
	margin: 20px 0 0 0;
	padding: 0;
}

ul.forms li {
	color: #333;
	border-bottom: 1px dotted #999;
	font-size: x-small;
	line-height: 16px;
	list-style-image: url(/images/graphics/icon-pdf.gif);
	list-style-position: outside;
	margin: 0 0 22px 24px;
	padding: 0 0 2px 0;
}

ul.forms li a.form-title {
	background-color: #eee;
	display: block;
	font-size: small;
	margin-bottom: 4px;
	padding: 1px 0 1px 2px;
}

/* ----------------------------------- IDs ------------------------------------ */


#content #sidebar {
	display: none;
}

#footer {
	clear: both;
	color: #999;
	font-size: x-small;
	padding: 4px 0;
	text-align: center;
}

#header {
	display: none;
}

#navbar {
	display: none;
}