/*========================================================*/
/*    Cascading Style Sheet for Zipper DotNetNuke Skin    */
/*              created by Tyler Fawcett                  */
/*                                                        */
/*              http://tf.johndcooper.com                 */
/*                 tf@tylerfawcett.com                    */
/*========================================================*/


.texturetop {width:100%; height:100%; background:url(gallery.jpg);}

.texturebody {background:url(gallery.jpg); min-height:510px; width:100%; align:center;}

.ContainerActions {
	width: 1px;
	border-top: 1px solid #ccc;
}

.ContainerHead {
	padding: 10px 0 10px 0;
	border-top: 1px solid #ccc;
}

.ContainerBody {
	padding: 0 20px 20px 26px;
}

.ContainerHead .Head {
	border-left: 18px solid #CC8600;
	padding-left: 8px;
}


.ContainerHeadPurple {
	padding: 10px 0 10px 0;
	border-top: 1px solid #ccc;
}

.ContainerHeadPurple .Head {
	border-left: 18px solid #3A3881;
	padding-left: 8px;
}


.ContentBottom .ContainerHead {
	padding: 10px 0 10px 0;
	border: 0;
}


.ContentBottom .ContainerActions {
	width: 1px;
	border: 0;
}

.ContentBottom .ContainerBody {
	padding: 0 20px 20px 26px;
	border-bottom: 1px solid #ccc;
}
