/* CSS Reset */

html, body, div, span, applet, object, icontainer, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, font, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend caption { 
	margin: 0; 
	padding: 0; 
	border: 0; 
	outline: 0; 
	font-weight: inherit; 
	font-style: inherit; 
	font-size: 100%; 
	font-family: inherit; 
	vertical-align: baseline
}

body {
	color: #444444;
	font-family: Arial, Tahoma;
	font-size: 12px;
	background-color:#000; 
}

a{
	text-decoration: none; 
	color: #006600;
}	

a:hover{
	color: #003300;
	text-decoration: underline;
}

h1 {
	display: block;
	font-size: 24px;
	font-weight: bold;
	padding-bottom: 15px;
	font-family: Delicious, Arial;
}

h2 {
	display: block;
	font-size: 18px;
	font-weight: bold;
	padding-bottom: 4px;
	font-family: Delicious, Arial;
}

h3 {
	display: block;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 4px;
	font-family: Delicious, Arial;
}


#header{
	margin: 0;
	padding: 0;
	height: 100px;
	background: url("/img/content/header_background_tiled.png") 0 0 repeat-x;
	text-align: center;
}

#header img {
	margin: 0;
	padding: 0;
}

	#header p{
		height: 100px;
		width: 100%;
		background: url("/img/content/header_background.png") 50% 0 no-repeat;
	}

		#header p a{ /* Make the logo a block with an image background and anchor it */
			display: block;
			position: absolute;
			top: 20px;
			left: 50%;
			margin: 0 0 0 -500px;
			width: 320px;
			height: 60px;
			background: url("/img/content/header_heading_background.png") 0 0 no-repeat;
		}

			#header p a strong{ /* No need to display the blog title and description, we're using an image */
				display: none;
			}


#container{ /* set the main background color */
	background: #eeeddf;
}

	#page{ /* center the content */
		overflow: hidden;
		width:995px; /* 2px extra for the calendar border */
		margin:0 auto;
		padding: 20px 0 30px 0;
	}

	#content{
		float: left;
		width: 683px;
		background: #fff url("/img/content/post-head-bg.png") 0 0 repeat-x;
		border: solid 1px #d7d6c9;
		margin-right: 25px;
		padding: 15px;
	}
	
	
	#widget-bar {
		float: left;
		width: 232px;
	}


	#widget-bar div.widget {
		width: 230px;
		background: #fff url("/img/content/post-head-bg.png") 0 0 repeat-x;
		border: solid 1px #d7d6c9;
		padding: 10px;
	}
	
		div.widget-content {
			padding-left: 5px;
		}	
	
		#widget-bar div.head{
			overflow: hidden;
			padding: 0 5px 5px 5px;
			margin-bottom: 5px;
			height: 18px;
			line-height: 18px;
			color: #99988f;
			font-weight: bold;
			font-size: 12px;
			background: url("/img/content/widget_header.png") 0 0 no-repeat;
		}
		
.normal {
	padding: 2px;
}

.normal .small{
	font-size: 11px;
}

.header {
	padding: 2px;
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
	/*font-weight: bold;*/
	background-color: #eee;
}

.input {
	border: 1px solid #d8d6c4;
	background-color: #F8F7F0;
	padding: 2px;
	font-size: 12px;
	font-family: Arial, Verdana;
}

.error-box {
	border: 1px solid red;
	color: red;
	padding: 3px;
	margin-bottom: 3px;
	background-color: #FFDFDF;
}

.error-box-good {
	border: 1px solid green;
	color: green;
	padding: 3px;
	margin-bottom: 3px;
	background-color: #D2FFCF;
}

.error-box-alert {
	border: 1px solid yellow;
	padding: 3px;
	margin-bottom: 3px;
	background-color: #FEFFBF;
}
 
#footer1{
	background: #003300 url("/img/content/footer1_background_tile.png") 0 0 repeat-x;
	height: 330px;
}

	#footer1 .wrapper{
		height: 330px;
		margin: 0 auto;
		width: 995px;
	}

		#footer1 a{
			color: #fff;
			text-decoration: none;
		}

		#footer1 a:hover{
			text-decoration: underline;
		}

		#footer1 ul{
			overflow: hidden;
			margin: 0 auto;
			padding: 0 0 0 0;
		}

			#footer1 ul .about{
				width: 660px;
				float: left;
				padding: 15px 0 0 0;
				color: #c88585;
				font-size: 13px;
				background: url("/img/content/footer1_divider.png") 0 0 no-repeat;
			}

				#footer1 ul .about p{
					padding: 0 10px;
					text-indent: 1em;
				}

			#footer1 ul .contact{
				width: 320px;
				float: right;
			}

				#footer1 .contact em{
					color: #180101;
					font-family: Calibri, "Trebuchet MS";
					font-style: italic;
					font-size: 11px;
				}

				#footer1 .contact input,
				#footer1 .contact textarea,
				#footer1 .contact button,
				#footer1 .contact form{
					border-width: 0;
					margin: 0;
					padding: 0;
					background: none;
					vertical-align: top;
				}

				#footer1 .contact .name input,
				#footer1 .contact .email input{
					margin: 0 0 5px 0;
					padding: 3px 10px 0 10px;
					width: 220px;
					height: 21px;
					background: transparent url("/img/content/footer2_textbox_background.png") 100% 0 no-repeat !important; /* stop google toolbar from messing with our style */
				}

				#footer1 .contact textarea{
					overflow: hidden;
					margin: 0 0 5px 0;
					padding: 5px;
					width:230px;
					height: 100px;
					background: url("/img/content/footer2_textarea_background.png") 0 0 no-repeat;
				}

				#footer1 .contact .submit{
					width: 230px;
					text-align: right;
				}

					#footer1 .contact .submit button{
						cursor: pointer;
						width: 60px;
						height: 20px;
						background: url("/img/content/footer2_submit_background.png") 50% 50% no-repeat;
					}

						#footer1 .contact .submit button span{
							display: none;
						}

				
				
				
				
ul.lijst {
  list-style-position: outside;
  list-style-type: square;
  margin-top: 5px;
  margin-bottom: 0px;
}
ul.lijst li {
	font-size: 14px;
	border-top: 1px solid #CCC;
	padding-top: 2px; 
	padding-bottom: 2px;
}
font.artikel {
  font-family: Arial, Verdana;
  font-size: 12px;
  font-color: red;
}
A.hoofdtitel {
  font-family: Arial, Verdana;
  font-size: 16px;
  color: black;
  font-weight: bold;
  text-decoration: underline;
}
A.leesverder {
  font-family: Arial, Verdana;
  font-size: 10px;
  color: black;
}
A.titels {
  font-family: Arial, Verdana;
  font-size: 12px;
  color: blue;
  text-decoration: none;
}
A.titels:hover {
  color:red;
}
A.poweredby {
  font-family: Arial, Verdana;
  font-size: 10px;
  color: black;
}				
				
				
				
				
				
				
				
				
				
				
				
				
				
				


#search_panel{
	display: none;
	background: #0b0b0b;
}

	#search_panel .search_form{

		width: 1000px;

		margin: 0 auto;

		padding: 15px 0;

		text-align: right;

	}

		#search_panel input,

		#search_panel button,

		#search_panel form{

			border-width: 0;

			margin: 0;

			padding: 0;

			background: none;

		}

		#search_panel .textbox{

			margin: 0 5px 0 0;

			padding: 3px 10px 0 10px;

			width: 220px;

			height: 21px;

			color: #696c74;

			background: url("/img/content/search_tab_textarea_background.png") 100% 0 no-repeat;

		}

			#search_panel button{

				cursor: pointer;

				width: 60px;

				height: 24px;

				margin: 0 0 1px 0;

				vertical-align: middle;

				background: url("/img/content/search_tab_submit_background.png") 0 0 no-repeat;

			}

				#search_panel button span{

					display: none;

				}



#navigation{

	height: 35px;

	background: url("/img/content/navigation_background_tiled.png") 0 0 repeat-x;

}

	#navigation ul{ /* center the navigation menu */

		overflow: hidden;

		width: 1000px;

		margin: 0 auto;

	}

		#navigation ul li{

			display: block;

			float: left;

			height: 35px;

		}

			#navigation ul li a{

				display: block;

				float: left;

				height: 35px;

				line-height: 40px;

				padding: 0 20px;

				color: #5a5a54;

				text-decoration: none;

			}

			#navigation ul li a:hover{

				color: #292926;

				background: url("/img/content/navigation_link_hover.png") 0 0 repeat-x;

			}

			#navigation ul li.search{

				float:right;

			}

				#navigation ul li.search a{

					width: 35px;

					height: 30px;

					padding: 0;

					background: url("/img/content/search_tab_icon.png") 0 0 no-repeat;

				}

					#navigation ul li.search a span{

						display: none;

					}

			#navigation ul li.rss a span{

				padding-left: 20px;

				background: url("/img/content/rss_icon_14.png") left center no-repeat;

			}



#quote{

	height: 70px;

	background: #eeeddf url("/img/content/quote_background.png") 50% 0 no-repeat;

}

	#quote p{

		display: none;

	}









#wp_calendar{

	padding: 15px 0 5px 15px;

	background: #fdfdfb url("/img/content/page_element_background_tile.png") 0 0 repeat-x;

	border: solid 1px #d7d6c9;

}

	#wp_calendar h3{

		margin: 0 15px 10px 0;

		padding: 2px 5px;

		color: #b40707;

		text-align: center;

		font-size: 16px;

		font-weight: bold;

		text-transform: uppercase;

		letter-spacing: -1px;

	}

	#wp_calendar ul.weekdays{

		overflow: hidden;

		padding: 0 0 10px 0;

	}

		#wp_calendar ul.weekdays li{

			display: block;

			float: left;

			margin: 0 10px 0 0;

			padding: 5px 0 0 0;

			text-indent: 5px;

			width: 130px;

			color: #c7c6ba;

			font-size: 12px;

			font-weight: bold;

			text-transform: uppercase;

			letter-spacing: -1px

		}

	#wp_calendar ul.week{

		height: 128px;

	}

		#wp_calendar ul.week li{

			overflow: hidden;

			display: block;

			float: left;

			margin: 0 10px 10px 0;

			padding: 0;

			width: 130px;

			font-size: 11px;

			background: url("/img/content/calendar_day_background.png") 0 23px no-repeat;

		}

		#wp_calendar ul.week li.empty{

			background-image: none;

		}

		#wp_calendar ul.week li div.head{

			overflow: hidden;

			padding: 0 5px 5px 5px;

			height: 18px;

			line-height: 18px;

			color: #99988f;

			text-align: right;

			font-weight: bold;

			font-size: 12px;

			background: url("/img/content/calendar_day_heading_background.png") 0 0 no-repeat;

		}

		#wp_calendar ul.week li div.day{

			overflow: auto;

			height: 85px;

			padding: 5px;

		}

				#wp_calendar ul.week li div.day ul li{

					float: none;

					margin: 0;

					padding: 2px 0;

					width: auto;

					background: inherit;

					border: none;

					border-bottom: solid 1px #f6f6f6;

				}

					#wp_calendar ul.week li div.day ul li a{

						text-decoration: none;

					}















	#content .post{

		padding: 10px;

	}

		#content .post a{

			text-decoration: underline;

		}

		#content .post .head{

			padding: 0 0 5px 0;

		}

			#content .post .head h1{

				padding: 0 10px;

				color: #b40707;

				font-size: 24px;

				font-weight: bold;

				text-transform: uppercase;

				border-bottom: 1px solid #e9e8e1;

			}

			#content .post .head p{

				float: right;

				padding: 10px 0 0 0;

			}

				#content .post .head img{

					padding: 1px;

					border: 1px solid #e9e8e1;

					background: #fff;

				}

		#content .post .premetadata{

			height: 16px;

			line-height: 16px;

			color: #c9c8bc;

			font-family: Calibri, "Trebuchet MS";

			font-size: 12px;

			padding: 0 0 0 26px;

			background: url("/img/content/premetadata-bg.png") 5px 0 no-repeat;

		}

			#content .post .premetadata a{

				color: #99988f;

			}

		#content .post .entry{

			padding: 20px 10px;

		}

			#content .post .entry h1,

			#content .post .entry h2,

			#content .post .entry h3,

			#content .post .entry h4{

				color: #3a3a36;

				border: none;

			}

				#content .post .entry h1{font-size: 2em}

				#content .post .entry h2{font-size: 1.8em}

				#content .post .entry h3{font-size: 1.65em}

				#content .post .entry h4{font-size: 1.5em}

			#content .post .entry p{

				padding: 5px 0;

				text-indent: 10px;

			}

			#content blockquote{

				margin: 20px;

				padding: 0 10px;

				border-left: 3px solid #8c979c;

			}

			#content .post .entry ul{

				padding: 0 25px;

			}

				#content .post .entry ul li{

					list-style-position: outside;

					list-style: square;

				}

			#content .post .entry ol{

				padding: 0 30px;

			}

				#content .post .entry ol li{

					list-style-position: outside;

					list-style: decimal;

				}

			#content .post .entry strong{font-weight: bold}

			#content .post .entry em{font-style: italic}

			#content .post .entry u{text-decoration: underline}

		#content .post .navigation{

			padding: 20px 10px;

			overflow: hidden;

		}

			#content .post .navigation .prev{

				float: left;

			}

			#content .post .navigation .next{

				float: right;

			}

		#content .post .postmetadata{

			color: #b0afa5;

			padding: 15px;

			background: #f6f6ef;

		}





#comments{

 	padding:0 20px;

}

	#comments .comment{

		overflow: hidden;

		margin:20px 0;

		padding:0 0 10px 0;

		border-bottom:solid 2px #eeeddf;

	}

	#comments .special{

		padding:10px;

		background:#fffde7;

	}

		#comments .comment .avatar{

			float: left;

			margin: 5px 5px 0 0;

			padding: 1px;

			border: 1px solid #eeeddf;

		}

		#comments .comment .author{

			font-size:16px;

			color:#27282B;

			font-weight:bold;

		}

			#comments .comment .author span{

				color:#b0afa5;

				font-size:13px;

			}

			#comments .comment .author a{

				color:#B40707;

				text-decoration: none;

			}

			#comments .comment .author small{

				display:block;

			}

			#comments .comment .author small a{

				color:#b0afa5;

				font-size:10px;

				font-weight: normal;

				text-decoration: none;

			}

		#comments .comment .response{

			padding:15px 0 0 0;

			color:#77777e;

			font-size:13px;

			line-height:1.5em;

		}

			#comments .comment .response p{

				text-indent: 10px;

			}

		#comments .special .response{

			color:#000;

		}



#reply{

	padding:15px 20px;

	margin-top:20px;

}

	#reply p{

		padding:0 0 5px 0;

	}

		#reply p .textbox,

		#reply p textarea{

			width:35%;

			font-size:14px;

			padding:3px 5px;

			font-weight:bold;

			color:#212120;

			font-family:Arial, Helvetica, sans-serif;

			border:solid 1px #d1d0c4;

		}

		#reply p.allowed_html{

			padding:5px 0 0 0;

		}

			#reply p.allowed_html strong{

				color: #212120;

			}

			#reply p.allowed_html small{

				color: #161615;

				font-family:"Courier New", Courier, monospace;

			}

		#reply p textarea{

			padding:5px;

			width:95%;

			height:10em;

			font-weight:normal;

		}

		#reply p strong{

			font-size:11px;

			font-weight:bold;

			color:#c12900;

		}

		#reply p small{

			font-size:11px;

			color:#c12900;

		}

		#reply p .submit{

			padding:0;

			font-size:15px;

			font-family:Arial, Helvetica, sans-serif;

			font-weight:bold;

			color:#c12900;

			border:none;

			background:none;

			cursor:pointer;

		}





#sidebar{

	float: right;

	width: 330px;

}


































/* All widget styling is in widgets.css */

#footer2{

	background: #27282b url("/img/content/footer2_background_tile.png") 0 0 repeat-x;

}

	#footer2 .wrapper{

		width: 1000px;

		margin: 0 auto;

		padding: 20px 0 40px 0;

		overflow: hidden;

	}

		#footer2 .left,

		#footer2 .center,

		#footer2 .right{

			float: left;

			margin: 0 20px 0 0;

			width: 320px;

		}

		#footer2 .right{

			margin: 0;

		}



#footer3{

	height: 90px;

	font-family: Calibri, "Trebuchet MS";

	font-size: 11px;

	background: url("/img/content/footer3_background.png") 50% 0 no-repeat;

	border-top: solid 1px #414348;

}

	#footer3 .wrapper{

		overflow: hidden;

		width: 980px;

		margin: 0 auto;

		color: #8f939e;

	}

		#footer3 .wrapper a{

			color: #e7edff;

			text-decoration: none;

		}

		#footer3 .wrapper ul{

			float: left;

			padding: 20px 0 0 0;

			line-height: 22px;

		}

		#footer3 .wrapper p{

			float: right;

			height: 90px;

			line-height: 90px;

		}


http://wordpress.bustatheme.com/wp-smashing/wp-content/themes/wp-smashing/widgets.css




/* Give all the footer widgets pretty titles */

#footer2 .widget h4 {

	height: 30px;

	background: url("/img/content/widget_headings_sprite.png") 0 0 no-repeat;

}

#footer2 #widget_pages h4{background-position: 0 0}

#footer2 #widget_calendar h4{background-position: 0 -30px}

#footer2 #widget_archive h4{background-position: 0 -60px}

#footer2 #linkcat-1 h4,

#footer2 #linkcat-2 h4,

#footer2 #linkcat-3 h4,

#footer2 #linkcat-4 h4,

#footer2 #linkcat-5 h4{background-position: 0 -90px}

#footer2 #widget_meta h4{background-position: 0 -120px}

#footer2 #widget_search h4{background-position: 0 -150px}

#footer2 #widget_recent_entries h4{background-position: 0 -180px}

#footer2 #widget_tag_cloud h4{background-position: 0 -210px}

#footer2 #widget_categories h4{background-position: 0 -240px}

#footer2 #widget_text h4{background-position: 0 -270px}

#footer2 #widget_rss h4{background-position: 0 -300px}

#footer2 #widget_recent_comments h4{background-position: 0 -330px}

	#footer2 .widget h4 span{display: none}



	#footer2 .widget{

		padding: 5px 0 20px 0;

		color: #666870;

		font-family: Calibri, "Trebuchet MS";

	}

		#footer2 .widget a{

			text-decoration: none;

			color: #afaea8;

		}

		#footer2 .widget a:hover{

			color: #fff;

		}

		#footer2 .widget ul{

			padding: 0 10px;

		}

			#footer2 .widget ul li{

				padding: 3px 0 3px 15px;

				background: url("/img/content/footer2_link_bullet.png") 0 8px no-repeat;

			}



/* Give all the sidebar widgets pretty titles */

#sidebar .widget h4 {

	height: 30px;

	background: url("/img/content/widget_headings2_sprite.png") 0 0 no-repeat;

}

#sidebar #widget_pages h4{background-position: 0 0}

#sidebar #widget_calendar h4{background-position: 0 -30px}

#sidebar #widget_archive h4{background-position: 0 -60px}

#sidebar #linkcat-1 h4,

#sidebar #linkcat-2 h4,

#sidebar #linkcat-3 h4,

#sidebar #linkcat-4 h4,

#sidebar #linkcat-5 h4{background-position: 0 -90px}

#sidebar #widget_meta h4{background-position: 0 -120px}

#sidebar #widget_search h4{background-position: 0 -150px}

#sidebar #widget_recent_entries h4{background-position: 0 -180px}

#sidebar #widget_tag_cloud h4{background-position: 0 -210px}

#sidebar #widget_categories h4{background-position: 0 -240px}

#sidebar #widget_text h4{background-position: 0 -270px}

#sidebar #widget_rss h4{background-position: 0 -300px}

#sidebar #widget_recent_comments h4{background-position: 0 -330px}

#sidebar #widget_advertisers h4{background-position: 0 -360px;}

	#sidebar .widget h4 span{display: none}

#sidebar .widgets{

	padding: 0 0 0 10px;

}

	#sidebar .widget{

		padding: 5px 0 20px 0;

		color: #73767f;

		font-family: Calibri, "Trebuchet MS";

	}

		#sidebar .widget a{

			text-decoration: none;

			color: #27282b;

		}

		#sidebar .widget a:hover{

			color: #31649a;

		}

		#sidebar .widget ul{

			padding: 0 10px;

		}

			#sidebar .widget ul li{

				padding: 3px 0 3px 15px;

				background: url("/img/content/sidebar_link_bullet.png") 0 8px no-repeat;

			}





/* Some widgets need extra love */

#widget_search .form{

	padding: 10px 0 10px 20px;

}

#widget_tag_cloud{

	text-align: center;

}

	#widget_tag_cloud a{

		padding: 0 .25em;

	}

	#widget_tag_cloud a:hover{

		text-decoration: underline;

	}

#widget_text .textwidget{

	padding: 10px;

	text-indent: 1em;

}

#widget_advertisers{

	text-align: center;

}



#footer2 #widget_recent_comments li{

	padding-left: 15px !important;

}

#footer2 #widget_recent_comments li a{

	color: #afaea8 !important;

	display: block !important;

	text-decoration: none !important;

}

	#footer2 #widget_recent_comments li a:hover{

		color: #fff !important;

	}

	#footer2 #widget_recent_comments li a.url{

		color: #666870 !important;

		text-decoration: underline !important;

		display: inline !important;

		padding-left: 0 !important;

	}

#sidebar #widget_recent_comments li{

	padding-left: 15px !important;

}

#sidebar #widget_recent_comments li a{

	display: block !important;

	text-decoration: none !important;

}

	#sidebar #widget_recent_comments li a.url{

		color: #73767f !important;

		text-decoration: underline !important;

		display: inline !important;

		padding-left: 0 !important;

	}



#calendar_wrap{

	padding: 10px 20px;

}

	#calendar_wrap table{

		width: 100%;

	}

	#calendar_wrap caption{

		padding: 0 0 6px 0;

	}

	#calendar_wrap td{

		text-align: center;

	}

	#calendar_wrap td#prev{

		text-align: left;

	}

	#calendar_wrap td#next{

		text-align: right;

	}















.widgets ul{

	padding: 5px 0;

}

	.widgets li{

		text-indent: 10px;

		padding: 2px 0;

	}

	#sidebar .widgets li{

		text-indent: 0;

		padding-left: 10px;

	}





	



	


http://wordpress.bustatheme.com/wp-smashing/wp-content/themes/wp-smashing/jScrollPane.css


.jScrollPaneContainer {

	position: relative;

	overflow: hidden;

	z-index: 1;

}



.jScrollPaneTrack {

	position: absolute;

	cursor: pointer;

	right: 0;

	top: 0;

	height: 100%;

	background: #f6f6f6;

}

.jScrollPaneDrag {

	position: absolute;

	background: #dddcd2;

	cursor: pointer;

	overflow: hidden;

}

.jScrollPaneDrag:hover{

	background: #b40707;

}

.jScrollPaneDragTop {

	position: absolute;

	top: 0;

	left: 0;

	overflow: hidden;

}

.jScrollPaneDragBottom {

	position: absolute;

	bottom: 0;

	left: 0;

	overflow: hidden;

}

a.jScrollArrowUp {

	display: block;

	position: absolute;

	z-index: 1;

	top: 0;

	right: 0;

	text-indent: -2000px;

	overflow: hidden;

	/*background-color: #666;*/

	height: 9px;

}

a.jScrollArrowUp:hover {

	/*background-color: #f60;*/

}



a.jScrollArrowDown {

	display: block;

	position: absolute;

	z-index: 1;

	bottom: 0;

	right: 0;

	text-indent: -2000px;

	overflow: hidden;

	/*background-color: #666;*/

	height: 9px;

}

a.jScrollArrowDown:hover {

	/*background-color: #f60;*/

}

a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {

	/*background-color: #f00;*/

}

http://wordpress.bustatheme.com/wp-smashing/wp-content/themes/wp-smashing/jgrowl.css

div.jGrowl {
	padding: 			10px;
	z-index: 			9999;
}

/** Special IE6 Style Positioning **/
div.ie6 {
	position: 			absolute;
}

div.ie6.top-right {
	right: 				auto;
	bottom: 			auto;
	left: 				expression( ( 0 - jGrowl.offsetWidth + ( document.documentElement.clientWidth ? document.documentElement.clientWidth : document.body.clientWidth ) + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
  	top: 				expression( ( 0 + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
}

div.ie6.top-left {
	left: 				expression( ( 0 + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
	top: 				expression( ( 0 + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
}

div.ie6.bottom-right {
	left: 				expression( ( 0 - jGrowl.offsetWidth + ( document.documentElement.clientWidth ? document.documentElement.clientWidth : document.body.clientWidth ) + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
	top: 				expression( ( 0 - jGrowl.offsetHeight + ( document.documentElement.clientHeight ? document.documentElement.clientHeight : document.body.clientHeight ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
}

div.ie6.bottom-left {
	left: 				expression( ( 0 + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
	top: 				expression( ( 0 - jGrowl.offsetHeight + ( document.documentElement.clientHeight ? document.documentElement.clientHeight : document.body.clientHeight ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
}

div.ie6.center {
	left: 				expression( ( 0 + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
	top: 				expression( ( 0 + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
	width: 				100%;
}

/** Normal Style Positions **/
body > div.jGrowl {
	position:			fixed;
}

body > div.jGrowl.top-left {
	left: 				0px;
	top: 				0px;
}

body > div.jGrowl.top-right {
	right: 				0px;
	top: 				0px;
}

body > div.jGrowl.bottom-left {
	left: 				0px;
	bottom:				0px;
}

body > div.jGrowl.bottom-right {
	right: 				0px;
	bottom: 			0px;
}

body > div.jGrowl.center {
	top: 				0px;
	width: 				50%;
	left: 				25%;
}

/** Cross Browser Styling **/
div.center div.jGrowl-notification, div.center div.jGrowl-closer {
	margin-left: 		auto;
	margin-right: 		auto;
}

div.jGrowl div.jGrowl-notification, div.jGrowl div.jGrowl-closer {
	background-color: 		#000;
	color: 					#fff;
	opacity: 				.85;
	filter: 				alpha(opacity = 85);
	zoom: 					1;
	width: 					235px;
	padding: 				10px;
	margin-top: 			5px;
	margin-bottom: 			5px;
	font-family: 			Tahoma, Arial, Helvetica, sans-serif;
	font-size: 				12px;
	text-align: 			left;
	display: 				none;
	-moz-border-radius: 	5px;
	-webkit-border-radius:	5px;
}

div.jGrowl div.jGrowl-notification {
	min-height: 			40px;
}

div.jGrowl div.jGrowl-notification div.header {
	font-weight: 			bold;
	font-size:				10px;
}

div.jGrowl div.jGrowl-notification div.close {
	float: 					right;
	font-weight: 			bold;
	font-size: 				12px;
	cursor:					pointer;
}

div.jGrowl div.jGrowl-closer {
	height: 				15px;
	padding-top: 			4px;
	padding-bottom: 		4px;
	cursor: 				pointer;
	font-size:				11px;
	font-weight: 			bold;
	text-align: 			center;
}
