/*** RESET ***/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, p, q, s, samp,
small, strike, sub, sup, tt, var,
b, u, i, center, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th,
td {
	border: 0;
	font: inherit;
	font-size: 100%;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}

a img {
	border: none;
}

ol, ul, li {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 100%;
}

/*** RESET END ***/

body {
	background: white;
	color: black;
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
	line-height: 1.6;
	margin: 10px;
}

h2, h3, h4 {
	font-weight: bold;
	margin-bottom: .5em;
}

h2 {
	color: #d60000;
	font-size: 150%;
}

h3 {
	color: #306b99;
	font-size: 130%;
	margin-top: 1em;
}

h4 {
	margin: .5em 0 0;
}

p {
	margin-bottom: .5em;
}

a {
	color: #cc6600;
	text-decoration: underline;
	background: transparent;
}

abbr, acronym {
	border-bottom: 1px dotted #c0c0c0;
	cursor: help;
}

.cleaner {
	clear: both;
}

div.flash {
	color: black;
	background: #fff9d7;
	border: 1px solid #e2c822;
	padding: 1em;
	margin: 1em 0;
}

/*** Layout ***/
#main {
	position: relative;
	width: 960px;
	margin: 0 auto;
}

#page-header {
	border: 1px solid #c0c0c0;
	margin-bottom: 5px;
}

#header {
	min-height: 70px;
	padding: 5px 0;
}

h1 {
	font-size: 150%;
	float: left;
}

#loginlink {
	float: right;
}

#navigation {
	border-top: 1px solid #7bb3dc;
	background: url(../images/menu_background.gif);
}

#navigation ul li {
	border-right: 1px solid #7bb3dc;
	float: left;
}

#navigation ul li a {
	color: black;
	display: block;
	font-size: 100%;
	line-height: 27px;
	padding: .2em 1em;
	text-decoration: none;
	text-align: center;
}

#navigation a:hover, #navigation a:focus {
	background: url(../images/menu_hover.gif) repeat-x;
}

#navigation ul li.active {
	background: url(../images/menu_hover.gif) repeat-x;
}

#cols {
	border: 1px solid #c0c0c0;
	padding: 10px;
}

#content {
	float: left;
	width: 648px;
}

#sidebar {
	float: left;
	margin-left: 10px;
	width: 280px;
}

#partners {
	margin-top: 1em;
	text-align: center;
}

#footer p.copyright {
	border-bottom: 1px solid #000000;
	background: #c0c0c0;
	font-size: smaller;
	padding: .5em;
}

/*** Login ***/
#loginlink {
	position: relative;
	left: -2em;
	top: 1.5em;
}

#loginlink a {
	color: white;
	display: block;
	background: url(../images/login.gif) no-repeat;
	padding-top: .2em;
	width: 134px;
	height: 42px;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	line-height: 1.4;
}

#loginlink a span {
	padding-right: 1.4em;
}

#cols a:hover, #cols a:focus {
	color: black;
	background: #c4d063;
}

h3.underlined {
	border-bottom: 2px solid #cc6600;
}

#content ul {
	margin-bottom: .5em;
}

#content ul li {
	list-style: disc;
	margin-left: 2em;
}

.illustration {
	float: right;
	margin: 2px 0 15px 15px;
}

.panel {
	margin-bottom: 1em;
	padding: 1em .5em;
	background: #c4d063;
}

.panel h3 {
	color: white;
	background: url(../images/title_arrow.gif) #aabc20 no-repeat .5em 1em;
	font-size: 100%;
	padding: .5em 0.5em 0.5em 1.7em;
	margin: -1em -.5em .7em -.5em;
}

.panel a:hover, .panel a:focus {
	color: white;
}

.panel p, .panel ul, .panel h4 {
	padding: 0 0 .5em 1em;
}

.panel ul li {
	list-style-image: url(../images/li.gif);
	margin-left: 1.3em;
}

.panel .no-indent {
	margin-top: -.5em;
	margin-bottom: -.5em;
}

#partners img {
	vertical-align: middle;
	margin: 0 1em;
}

.hidden, h1 a span {
	display: none;
}

#cols a:visited, #cols a:active {
	color: #696969;
}

.panel a {
	color: #353535;
}

#content ul li.tool-link {
	background-position: top left;
	background-repeat: no-repeat;
	padding-left: 2em;
	list-style-type: none;
}

.avi {
	background-image: url(../images/icons/avi.gif);
}

.doc {
	background-image: url(../images/icons/doc.gif);
}

.other {
	background-image: url(../images/icons/other.gif);
}

.pdf {
	background-image: url(../images/icons/pdf.gif);
}

.ppt {
	background-image: url(../images/icons/ppt.gif);
}

.print {
	background-image: url(../images/icons/print.gif);
}

.rtf {
	background-image: url(../images/icons/rtf.gif);
}

.www {
	background-image: url(../images/icons/www.gif);
}

.xls {
	background-image: url(../images/icons/xls.gif);
}

.toc {
	float: right;
	border: 1px solid #aabc20;
	padding: 1em 2em;
}

.toc h3 {
	font-size: 100%;
	margin: 0;
	padding: 0;
}

/***************
	Survey
****************/
div.survey-box {
	margin-top: 2em;
}

.survey-icon {
	background: url('../images/icons/survey.svg') no-repeat;
	display: block;
	float: right;
	height: 8em;
	width: 7em;
	margin-left: 1em;
}

.survey-box .cta {
	font-size: medium;
	margin: 2.5em 0;
	text-align: center;
}

#cols .survey-box .cta a {
	vertical-align: middle;
	padding: 15px 30px;
	border: 1px solid #436890;
	border-radius: 10px;
	background: #6da9ea;
	background: -webkit-gradient(linear, left top, left bottom, from(#6da9ea), to(#436890));
	background: -moz-linear-gradient(top, #6da9ea, #436890);
	background: linear-gradient(to bottom, #6da9ea, #436890);
	color: #ffffff;
	text-decoration: none;
}

#cols .survey-box .cta a:hover,
#cols .survey-box .cta a:focus,
#cols .survey-box .cta a:visited {
	border: 1px solid #5482b4;
	background: -webkit-gradient(linear, left top, left bottom, from(#83cbff), to(#507dad));
	background: -moz-linear-gradient(top, #83cbff, #507dad);
	background: linear-gradient(to bottom, #83cbff, #507dad);
}

#cols .survey-box .cta a:active {
	background: #436890;
	background: -webkit-gradient(linear, left top, left bottom, from(#436890), to(#436890));
	background: -moz-linear-gradient(top, #436890, #436890);
	background: linear-gradient(to bottom, #436890, #436890);
}

/***************************
	Konsorcia - offer
****************************/
#konsorcia h3 {
	border-bottom: 2px solid #cc6600;
	margin-bottom: .5em;
}

#konsorcia td {
	vertical-align: top;
	width: 45%;
}

#konsorcia #list-left {
	padding-right: 1em;
}

#konsorcia #list-right {
	padding-left: 1em;
}

.more {
	text-align: right;
}

.disclaimer, #cols a.disclaimer, #cols a.disclaimer:visited {
	color: orange;
	font-weight: bold;
	text-decoration: none;
}

.footnote {
	margin-top: 1.5em;
	border-top: 1px solid;
}
