@charset "utf-8";

html, body {
	height:100%;
	margin:0px;
}

body {
	font:10px verdana;
	background-color: #331f00;
	text-align:left;
}

h1 {
	font:16px verdana;
	margin:5px 0 10px;
}

textarea,
input,
select {
	font:10px verdana;
	border:solid 1px #5b5b5b;
	width:190px;
	padding:2px;
}

.checkbox,
.radioBox {
	width:auto;
	border:0px;
}

.button {
	font:10px verdana;
	padding:2px;
	width:auto;
}

img {
	border:0px;
}


a {
	/* color:#D01867; */
	color:#377eb8;
	text-decoration:none;
}

#containerSite {
	width:940px;
	margin:0 auto;
	text-align:left;
	height:100%;
}

div.backgroundGradient {
	background:#FFF url(/templates/nordicReport/graphics/backgroundGradient.gif) repeat-x;
}

div.backgroundFooter {
	height:100%;
	background:url(/templates/nordicReport/graphics/backgroundFooter.gif) no-repeat left bottom;
}

#containerFooter {
	position:absolute; 
	top:100%;
	left:50%;
	width:920px; 
	height:20px;
	margin:-25px 0 0 -460px;
}

#containerFooter a {
	float:right;
}

#logo {
	width:auto;
	height:80px;
	padding:25px 20px;
}

#content {
	width:688px;
	height:auto;
	margin:0 auto;
	text-align:left;
}

#text {
	width:670px;
	margin:0 auto;
	margin-bottom:40px;
}

#wrapperForm {
	width:438px;
	height:auto;
	overflow:hidden;
	margin:0 auto;
	background:url(/templates/nordicReport/graphics/backgroundFormGradient.jpg) no-repeat;
}

#formContent {
	width:auto;
	height:220px;
	padding:10px 10px 0 10px;
}

#formEnd {
	background:url(/templates/nordicReport/graphics/backgroundFormEnd.jpg) no-repeat;
	width:auto;
	height:15px;
}

.clearAll {
	clear:both;
}

#navigation {
	width:550px;
	margin:15px auto;
}

/* Boxes */

.containerBoxes {
	height:auto;
	margin:0 auto;
	text-align:center;
	margin-bottom:20px;
}

.firstBoxRow {
	width:688px;
}

.secondBoxRow {
	width:688px; /*width:452px;*/
}

.wrapperBox {
	width:214px;
	height:auto;
	float:left;
	display:inline;
	margin-right:20px;
	text-align:left;
}

.lastBox {
	margin:0px;
}

.boxContent {
	width:180px;
	min-height:77px;
	background:url(/templates/nordicReport/graphics/backgroundBox.gif) no-repeat;	
	padding:12px 10px 0 24px;
	font-size:10px;
	cursor:hand;
}

.boxContent p {
	margin:0px;
	width:160px;
}

.boxContent a {
	display:block;
	min-height:77px;
	_height:77px;
	cursor:hand;
}

.boxEnd {
	height:8px;
	background:url(/templates/nordicReport/graphics/backgroundBoxEnd.gif) no-repeat;
}

ul {
	list-style-type:none;
	margin:0 auto;
	padding:0;
}

ul li {
	display:inline;
	margin:0;
	padding:0;
	float:left;
}

li a {
	font-size:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	border-right:1px solid #333;
	padding:0 3px;
}

li a:hover {
	color:#000;
}

.formWrapper {
	width:418px;
	height:auto;
}

.formWrapper .firstColumn {
	width:200px;
	float:left;
	overflow:hidden;
}

.formWrapper .secondColumn {
	width:200px;
	float:right;
	overflow:hidden;
}

/* invitation */

#contentInvitation {
	width:420px;
	height:auto;
	margin:0 auto;
	text-align:left;
}