/* GENERAL */
body{
	position:				absolute;
	width:					100%;
	height:					100%;
	margin:					0px;
	background-color:		#FFFFFF;
	background-image:		url('../graphics/backgrounds/body.jpg');
	background-position:	top left;
	background-repeat:		repeat-x;
	font-family:			Arial, Helvetica, sans-serif;
	font-size:				13px;
	color:					#454545;
}

div{
	position:				relative;
	overflow:				hidden;
	display:				inline;
	float:					left;
}

iframe{
	width:					100%;
	height:					500px;
	border:					none;
	float:					left;
}

h1{
	margin:					0px;
	margin-top:				10px;
	font-family:			'Calibri', Verdana, Arial, Helvetica, sans-serif;
	font-size:				36px;
	font-weight:			normal;
	letter-spacing:			-2px;
	color:					#454545;
}

h2{
	margin:					0px;
	font-family:			'Calibri', Verdana, Arial, Helvetica, sans-serif;
	font-size:				14px;
	font-weight:			normal;
	color:					#454545;
}

h3{
	margin:					0px;
	margin-top:				30px;
	font-size:				13px;
	font-weight:			bold;
	color:					#FDA110;
}

h4{
	width:					195px;
	height:					25px;
	margin:					0px;
	padding:				10px;
	padding-bottom:			0px;
	background-image:		url('../graphics/backgrounds/h4.jpg');
	font-size:				12px;
	font-weight:			bold;
	color:					#FFFFFF;
}

p{
	margin:					10px;
	margin-left:			0px;
	margin-right:			0px;
}

ul{
	margin:					10px;
	margin-left:			0px;
	margin-right:			0px;
	padding-left:			20px;
}

ol{
	margin:					10px;
	margin-left:			0px;
	margin-right:			0px;
	padding-left:			20px;
}

table{
	margin:					10px;
	margin-left:			0px;
	margin-right:			0px;
	border-collapse:		collapse;
}

form{
	margin:					0px;
}

form input{
	width:					250px;
	padding-left:			5px;
	padding-right:			5px;
	font-family:			Arial, Helvetica, sans-serif;
	font-size:				13px;
	color:					#454545;
}

a{
	text-decoration:		underline;
	color:					#696969;
}

a:hover{
	text-decoration:		none;
}

img{
	border:					none;
}

.left{
	float:					left;
}

.right{
	float:					right;
}

.center{
	text-align:				center;
}

.textright{
	text-align:				right;
}


/* FRAME */
div#frame{
	width:					930px;
	margin-left:			auto;
	margin-right:			auto;
	display:				block;
	float:					none;
}


/* TITLE */
div#title{
	width:					930px;
	height:					85px;
}

div#title img{
	margin-top:				8px;
	margin-right:			20px;
}


/* HEADER */
div#header{
	width:					930px;
	height:					145px;
	padding-top:			50px;
	background-image:		url('../graphics/backgrounds/header.jpg');
	background-position:	top left;
	background-repeat:		no-repeat;
	font-family:			'Calibri', Verdana, Arial, Helvetica, sans-serif;
	font-size:				15px;
	color:					#FFFFFF;
}

div#header div.tagcloud{
	width:					285px;
	height:					180px;
	margin-top:				-35px;
	background-color:		#FFFFFF;
	font-family:			Arial, Helvetica, sans-serif;
	color:					#F5A125;
	float:					right;
}

div#header div.tagcloud p{
	margin:					10px;
	margin-bottom:			5px;
	font-weight:			bold;
	font-size:				10px;
}

div#header div.tagcloud ul{
	margin:					0px;
	padding:				0px;
	list-style:				none;
}

div#header div.tagcloud ul li{
	margin-left:			10px;
	white-space:			nowrap;
	float:					left;
}

div#header div.tagcloud ul li.w1{
	line-height:			30px;
	font-size:				10px;
}

div#header div.tagcloud ul li.w2{
	line-height:			30px;
	font-size:				15px;
}

div#header div.tagcloud ul li.w3{
	line-height:			30px;
	font-size:				20px;
}

div#header div.tagcloud ul li a{
	padding-left:			3px;
	padding-right:			3px;
	text-decoration:		none;
	color:					#454545;
}

div#header div.tagcloud ul li a:hover{
	background-color:		#F5A125;
}

div#header p{
	margin:					0px;
	margin-left:			140px;
}

div#header input{
	width:					345px;
	height:					25px;
	margin-left:			1px;
	margin-top:				13px;
	border:					none;
	background:				none;
	font-family:			'Calibri', Verdana, Arial, Helvetica, sans-serif;
	font-size:				18px;
	cursor:					text;
	float:					left;
}

div#header a.submit{
	width:					64px;
	height:					23px;
	margin-top:				13px;
	margin-left:			10px;
	padding-top:			4px;
	text-align:				center;
	text-decoration:		none;
	color:					#FFFFFF;
	display:				block;
	float:					left;
}

div#header a.submit:hover{
	background-color:		#ffc236;
	color:					#425c82;
}


/* MAIN */
div#main{
	width:					690px;
}

div#main div{
	width:					690px;
	margin-top:				25px;
	margin-bottom:			10px;
}

div#main div.open p.closed{
	display:				none;
}

div#main div.open p.open{
	display:				block;
}

div#main div.open a.title{
	background-color:		#C1C1C1;
	background-image:		url('../graphics/result/open.gif');
}

div#main div p{
	margin:					5px;
}

div#main div p.open{
	display:				none;
}

div#main div a{
	color:					#0023FF;
}

div#main div a.title{
	width:					665px;
	padding-top:			2px;
	padding-bottom:			2px;
	padding-left:			5px;
	padding-right:			20px;
	background-color:		#DDDDDD;
	background-image:		url('../graphics/result/closed.gif');
	background-position:	top right;
	background-repeat:		no-repeat;
	font-size:				14px;
	font-weight:			bold;
	text-decoration:		none;
	display:				block;
}

div#main div img{
	border-style:			solid;
	border-color:			#EDEDED;
	border-width:			1px;
	float:					right;
}


/* RIGHTBAR */
div#rightbar{
	width:					215px;
	margin-left:			25px;
	color:					#696969;
}

div#rightbar div{
	width:					215px;
	margin-top:				30px;
	background-image:		url('../graphics/backgrounds/rightbar.jpg');
	background-position:	bottom left;
	background-repeat:		repeat;
}

div#rightbar div p{
	margin:					10px;
}

div#rightbar div a{
	color:					#454545;
}

div#rightbar div img{
	width:					175px;
	border-style:			solid;
	border-color:			#D7D7D7;
	border-width:			1px;
}

div#rightbar p.meta{
	width:					215px;
	font-size:				11px;
	text-align:				center;
	float:					left;
}

div#rightbar a.kiwimedia{
	text-decoration:		none;
	color:					#329602;
}


/* OVERLAY */
div#overlay{
	position:				absolute;
	width:					100%;
	height:					100%;
	top:					0px;
	left:					0px;
	background-image:		url('../graphics/backgrounds/overlay.png');
	display:				none;
}

div#overlay div{
	width:					850px;
	height:					500px;
	margin-top:				50px;
	margin-left:			auto;
	margin-right:			auto;
	border-style:			solid;
	border-color:			#000000;
	border-width:			2px;
	background-color:		#FFFFFF;
	display:				block;
	float:					none;
}

div#overlay div div.top{
	width:					850px;
	height:					130px;
	margin:					0px;
	border:					none;
	display:				inline;
	float:					left;
}

div#overlay div div.list{
	width:					850px;
	height:					345px;
	margin:					0px;
	border:					none;
	display:				inline;
	float:					left;
	overflow-x:				hidden;
	overflow-y:				auto;
}

div#overlay div h1{
	margin:					25px;
	margin-bottom:			10px;
}

div#overlay div p{
	margin:					25px;
	margin-top:				0px;
}

div#overlay div ul{
	margin:					0px;
	margin-left:			25px;
	list-style-image:		url('../graphics/bullit.gif');
	float:					left;
}

div#overlay div ul li{
	width:					230px;
	white-space:			nowrap;
}

div#overlay div a.close{
	margin:					25px;
	padding:				5px;
	background-color:		#F5A125;
	text-align:				center;
	text-decoration:		none;
	color:					#FFFFFF;
	display:				block;
	float:					right;
}