/*  -------------------------------------
CSS style sheet for Pane containers by Rhoek.com.
rick@rhoek.com.
copyright 2007 rhoek.com - Template DNN skins.
-------------------------------------- */

.panetop{
	background : White url(images/pane-tile.gif) repeat-x scroll top;
}

.paneleft{
	background : url(images/pane-tile.gif) repeat-y scroll left;
}

.paneright{
	background : url(images/pane-tile.gif) repeat-y scroll right;
}

.panebottom{
	background : url(images/pane-tile.gif) repeat-x scroll bottom;
}

.panebottomleft{
	background : url(images/pane-bottom-left.gif) no-repeat scroll bottom left;
}

.panebottomright{
	background : url(images/pane-bottom-right.gif) no-repeat scroll bottom right;
}

.panetopleft{
	background : url(images/pane-top-left.gif) no-repeat scroll top left;
}

.panetopright{
	background : url(images/pane-top-right.gif) no-repeat scroll top right;
}

.panepadding{
	padding:15px;
	text-align:center;
}

p{
	margin-top:0;
}

.panetitle{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	font-weight:bolder;
	font-size:14pt;
	line-height:30px;
}
