/*******************************************************************************
################################################################################
# $Id: DPagebreak - DHTML document pagebreak CSS style 
# Copyright (C) 2010 gWorldz ~cXc~ All rights reserved.
# License http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL, see LICENSE.php
################################################################################
*******************************************************************************/

/***** Pages Wrapper *****/
.dpWrapPage {
	display: none;
}

.dpWrapPage.active {
	display: block;	
}

.dptoctag { 
	display: none;
}

/***** Page Navigation *****/

.tocNav {
	clear: both;
	padding: 4px 4px 4px 4px !important;
}

/***** Table of Contents *****/
#dpWrapTOC {
	padding: 0;
	width: 160px;
	border-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-color: #CCCCCC;
	margin-top: 0;
	margin-right: 8px;
	margin-bottom: 8px;
	margin-left: 0px;
}

.dpFloatLeft { float:left;margin-right:1em; }
.dpFloatRight { float:right;margin-left:1em; }

#dpWrapTOC .tocHeader {
	padding: 4px;
}

#dpWrapTOC ul.tocList {
	list-style: none;
	padding: 0;
	margin: 0 0 8px 0;
	width: 160px;
}

#dpWrapTOC ul.tocList li.tocLink {
	cursor: pointer;
	margin: 0;
	padding: 1px 1px 1px 12px !important;
}

#dpWrapTOC ul.tocList li.tocLink a:hover {
	text-decoration: none;
}

#dpWrapTOC ul.tocList li.active {
	font-weight: bold;
}

#dpWrapTOC ul.tocList li.active a:hover {
	text-decoration: none;
}

#dpWrapTOC .tocNav {
	border: 0;
	clear: none;
	padding: 4px 4px 4px 4px !important;
	text-align: center;
}

/***** Miscellaneous *****/
.dpValidation {
	border: 1px dashed #cc0000;
	clear:both;
	margin: 10px;
	padding: 5px;
}