/*
	Skin name: Storyboard Art
	Description: A new skin for a new release
	Author: Fredrik Fahlstad
	Author url: http://www.fahlstad.se
	WP-Forum url: http://www.fahlstad.se/wp-plugins/wp-forum
	Version: 1.0
*/ 
#wpf-wrapper{
	font-size: 90%;
}
#wpf-wrapper a{
	color:#018EE0; text-decoration:none; border-bottom:dotted 1px; padding-bottom:0px; margin-bottom:0px;
}
.wpf-table, .wpf-post-table{
	border: 1px solid #95BEEC;
	border-collapse: collapse;
	background-color:#D9E7F4;
}

td, th{
	padding: 5px; color:#406775;
}
td{
	vertical-align: top;
}
.wpf-table tr{
	border-bottom: 1px solid #ccc;
}
/*.wpf-table tr.alt, tr.wpf-alt{
	background: #f9f9f9;
}
th{
	background: #555;
	color: #4B84C5;
	/ *color: #2E75C7;* /
	background-image:url(images/title_background.gif); background-repeat:repeat-x;
	font-family:Arial, Helvetica, sans-serif; font-style:italic;
}

.wpf-meta{
	border-bottom: 1px solid #ccc;
}

.wpf-bright{
	background: #eee;
	color: #333;
}
th h4{
	margin: 0;
}

#wpf-info{
	background: #f9f9f9;
	text-align: center;
	border: 1px solid #ccc;
	padding: 5px;
	margin-top: 1em;
}
#forummenu, #topicmenu, #mainmenu{
	background: #f9f9f9;
	border: 1px solid #ccc;
	padding: 0;
}
p#trail{
	margin-top: 1em;
}*/