/* ===============================================

	TycoonPlanet.com DNN Container Skin
	Version 1.0 RC1
	Last Modified: January 25th, 2008
	Author: ALF - ALF@TycoonPlanet.com

=============================================== */

/* Styles for ContentPane */
.TPConHead
{
	background: url(images/fade2.gif);
	background-repeat: repeat-x;
	background-color: #222222;

	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
}

.TPConBody
{
	padding: 10;
	background-color: #222222;

	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
}

.TPConFoot
{
	background-color: #222222;

	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
}

/* Styles for Left & Right Pane */
.TPPanelConHead
{
	background: url(images/fade2.gif);
	background-repeat: repeat-x;
	background-color: #3D512F;

	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
}

.TPPanelConBody
{
	padding: 10;
	background-color: #3D512F;

	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
}

.TPPanelConFoot
{
	background-color: #3D512F;
	
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
}


/* Styles for BottomPane */
.TPBottomConHead
{
	background-color: #3D512F;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
}

.TPBottomConBody
{
	padding: 10;
	background-color: #3D512F;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
}

.TPBottomConFoot
{
	background-color: #3D512F;
	
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
}



