#doc {
    position: relative;
    min-height: 100%;
}

#rdp-we-main {
    width: 100%;
    padding-left: 0;
    padding: 0;
    margin: 0 auto;
    position: relative;
}



#rdp-we-main h1, #rdp-we-main h2, #rdp-we-main h3, #rdp-we-main h4, #rdp-we-main h5, #rdp-we-main h6{
    background: none;
    font-weight: normal;
    margin: 0;
    overflow: hidden;
    padding-top: .5em;
    padding-bottom: .17em;
    border-bottom: 1px solid #aaa;    
}

#rdp-we-main .firstHeading, #firstHeading{
    margin-bottom: .1em;
    padding-top: 0;
    line-height: 1.2em;
    padding-bottom: 0;    
}


#rdp-we-main h2{
    line-height: 1.3;
    margin-bottom: 0.25em;
    padding: 0;    
}

#rdp-we-main a,h1 a, h2 a, h3 a{cursor: pointer;color: #276cdc;}

#rdp-we-main ul{
    list-style-type: disc;
    list-style-image: url('images/bullet-icon.svg');
    list-style-image: url('images/bullet-icon.png');    
}

div.rdp_ppe_book_gallery {
    position: static;
    padding-left: 0;
}

#rdp-we-main .red {
    background-color: red;
}

#rdp-we-main .invisible {
    display: none;
}

#rdp-we-main .clear {
    clear: both;
}

#rdp-we-main em {
    font-style: italic;
}

#rdp-we-main strong {
    font-weight: bold;
}

#rdp-we-main span.error {
	font-weight: bold;
	color: #900
}
#rdp-we-main div.alert {
	margin-bottom: 15px
}
#rdp-we-main div.alert,#rdp-we-main div.alert.error {
	background-color: #dd5959;
	background-repeat: no-repeat;
	background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #dd5959), color-stop(100%, #c15252));
	background: -webkit-linear-gradient(top, #dd5959 0%,#c15252 100%);
	background: -moz-linear-gradient(top, #dd5959 0%,#c15252 100%);
	background: -o-linear-gradient(top, #dd5959 0%,#c15252 100%);
	background: linear-gradient(top, #dd5959 0%,#c15252 100%);
	-webkit-box-shadow: 0 0 0 1px #c15252,0 1px 2px rgba(0,0,0,0.45);
	-moz-box-shadow: 0 0 0 1px #c15252,0 1px 2px rgba(0,0,0,0.45);
	box-shadow: 0 0 0 1px #c15252,0 1px 2px rgba(0,0,0,0.45);
	overflow: hidden;
	display: block;
	color: #fff;
	font-size: 15px;
	line-height: 20px;
	position: relative;
	padding: 10px 20px 10px 50px;
}
#rdp-we-main div.alert span,#rdp-we-main div.alert.error span {
        display: inline-block;
	position: absolute;
	top: 7px;
	left: 12px;
	line-height: 1;
        background: url(images/notice-icon.png) no-repeat;
        width: 26px;
        height: 26px;
}

#rdp-we-main div.alert strong {
	font-weight: normal
}
#rdp-we-main div.alert strong.strong,#rdp-we-main div.alert b {
	font-weight: bold
}
#rdp-we-main div.alert p {
	margin: 0;
	font-size: 100%
}
#rdp-we-main div.alert p+p {
	margin-top: 5px
}

#rdp-we-main div.alert a {
	color: #fff;
	text-decoration: none;
	font-weight: bold
}
#rdp-we-main div.alert a.hover,#rdp-we-main div.alert a:hover,#rdp-we-main div.alert a.focus,#rdp-we-main div.alert a:focus {
	text-decoration: underline
}
#rdp-we-main div.alert:hover a {
	text-decoration: underline
}
#rdp-we-main div.alert ul {
	margin: 0 21px 5px 7px
}
#rdp-we-main div.alert .dismiss,#rdp-we-main div.alert #notice-close {
	color: #fff;
	background: transparent none;
	padding: 0 1px 0 0;
	border: 0;
	margin: 0;
	cursor: pointer;
	text-decoration: none;
	position: absolute;
	overflow: hidden;
	top: 10px;
	right: 10px;
	width: 13px;
	height: 13px;
	text-indent: 14px;
	padding: 0
}
#rdp-we-main div.alert .dismiss:before,#rdp-we-main div.alert #notice-close:before {
	font-family: Verdana,"sans-serif";
	font-weight: normal;
	font-style: normal;
	text-decoration: inherit;
	speak: none;
	font-size: 13px;
	color: inherit;
	content: "X"
}
#rdp-we-main div.alert .dismiss.hover,
#rdp-we-main div.alert .dismiss:hover,
#rdp-we-main div.alert .dismiss.focus,
#rdp-we-main div.alert .dismiss:focus,
#rdp-we-main div.alert #notice-close.hover,
#rdp-we-main div.alert #notice-close:hover,
#rdp-we-main div.alert #notice-close.focus,
#rdp-we-main div.alert #notice-close:focus {
	text-shadow: 1px 1px 1px rgba(0,0,0,0.35)
}
#rdp-we-main div.alert .dismiss:before,#rdp-we-main div.alert #notice-close:before {
	vertical-align: top;
	line-height: 1;
	position: absolute;
	top: 0;
	right: 0;
	text-decoration: none;
	cursor: pointer
}
#rdp-we-main div.alert.attention,#rdp-we-main div.alert.warning {
	background-color: #e8a02d;
	background-repeat: no-repeat;
	background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #e8a02d), color-stop(100%, #c08d2d));
	background: -webkit-linear-gradient(top, #e8a02d 0%,#c08d2d 100%);
	background: -moz-linear-gradient(top, #e8a02d 0%,#c08d2d 100%);
	background: -o-linear-gradient(top, #e8a02d 0%,#c08d2d 100%);
	background: linear-gradient(top, #e8a02d 0%,#c08d2d 100%);
	-webkit-box-shadow: 0 0 0 1px #cb8e2d,0 1px 2px rgba(0,0,0,0.45);
	-moz-box-shadow: 0 0 0 1px #cb8e2d,0 1px 2px rgba(0,0,0,0.45);
	box-shadow: 0 0 0 1px #cb8e2d,0 1px 2px rgba(0,0,0,0.45);
	overflow: hidden;
	display: block;
	color: #fff;
	font-size: 15px;
	line-height: 20px;
	position: relative;
	padding: 10px 20px 10px 50px;
}
#rdp-we-main div.alert.attention:before,#rdp-we-main div.alert.warning:before {
	position: absolute;
	top: 7px;
	left: 12px;
	line-height: 1
}
#rdp-we-main div.alert.success {
	background-color: #63ae55;
	background-repeat: no-repeat;
	background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #63ae55), color-stop(100%, #5a994e));
	background: -webkit-linear-gradient(top, #63ae55 0%,#5a994e 100%);
	background: -moz-linear-gradient(top, #63ae55 0%,#5a994e 100%);
	background: -o-linear-gradient(top, #63ae55 0%,#5a994e 100%);
	background: linear-gradient(top, #63ae55 0%,#5a994e 100%);
	-webkit-box-shadow: 0 0 0 1px #5b9b4e,0 1px 2px rgba(0,0,0,0.45);
	-moz-box-shadow: 0 0 0 1px #5b9b4e,0 1px 2px rgba(0,0,0,0.45);
	box-shadow: 0 0 0 1px #5b9b4e,0 1px 2px rgba(0,0,0,0.45);
	overflow: hidden;
	display: block;
	color: #fff;
	font-size: 15px;
	line-height: 20px;
	position: relative;
	padding: 10px 20px 10px 50px;
}
#rdp-we-main div.alert.success:before {
	position: absolute;
	top: 7px;
	left: 12px;
	line-height: 1
}
#rdp-we-main div.alert.notice {
	background-color: #929292;
	background-repeat: no-repeat;
	background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #929292), color-stop(100%, #828282));
	background: -webkit-linear-gradient(top, #929292 0%,#828282 100%);
	background: -moz-linear-gradient(top, #929292 0%,#828282 100%);
	background: -o-linear-gradient(top, #929292 0%,#828282 100%);
	background: linear-gradient(top, #929292 0%,#828282 100%);
	-webkit-box-shadow: 0 0 0 1px #7e7e7e,0 1px 2px rgba(0,0,0,0.45);
	-moz-box-shadow: 0 0 0 1px #7e7e7e,0 1px 2px rgba(0,0,0,0.45);
	box-shadow: 0 0 0 1px #7e7e7e,0 1px 2px rgba(0,0,0,0.45);
	overflow: hidden;
	display: block;
	color: #fff;
	font-size: 15px;
	line-height: 20px;
	position: relative;
	padding: 10px 20px 10px 50px;
}

#rdp-we-main div.alert.notice:before {
	position: absolute;
	top: 7px;
	left: 12px;
	line-height: 1
}

#rdp-we-main dt {
    margin-top: 6px;
}

#rdp-we-main ul,#rdp-we-main ol {
    margin: 10px 0;
}

#rdp-we-main ul li {
    list-style-type: circle;
    margin-left: 1.2em;
}

#rdp-we-main ol li {
    list-style-type: decimal;
    margin-left: 30px;
}

#rdp-we-main .hlist ul li{
    margin-left: 0;
}


#rdp-we-main #smallPrint {
    position: absolute;
    right: 0;
    bottom: 7px;
    font-size: 80%;
    color: rgb(127,130,131);
}

#rdp-we-main #smallPrint a {
    color: rgb(127,130,131);
}


#rdp-we-main .bigger p,#rdp-we-main .bigger li {
    font-size: 110%;
}

#rdp-we-main .bigger h2 {
    font-size: 130%;
    font-weight: normal;
    margin-top: 15px;
}

#rdp-we-main .small {
    font-size: 90%;
}



#rdp-we-main h1,#rdp-we-main h2,#rdp-we-main h3 {
    clear: both;
    margin: 5px 0;
}

#rdp-we-main h1.underline,#rdp-we-main h2.underline,#rdp-we-main h3.underline {
    border-bottom: 1px solid rgb(200,200,200);
}

#rdp-we-main .center {
    text-align: center;
}

#rdp-we-main .errorlist {
    color: rgb(200,0,0);
}


/*************************************************************************
*   TOC Button
*************************************************************************/

div.we-toc-link-container{
    text-align: left;
    font-weight:bold;
    font-size: 12px;
}

a.we-toc-link {
	-o-box-shadow:inset 0px 1px 0px 0px #fed897;
	-moz-box-shadow:inset 0px 1px 0px 0px #fed897;
	-webkit-box-shadow:inset 0px 1px 0px 0px #fed897;
	box-shadow:inset 0px 1px 0px 0px #fed897;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #faaa19), color-stop(1, #c69b00) );
	background:-o-gradient( linear, left top, left bottom, color-stop(0.05, #faaa19), color-stop(1, #c69b00) );
	background:-moz-linear-gradient( center top, #faaa19 5%, #c69b00 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#faaa19', endColorstr='#c69b00');
	background-color:#faaa19;
        background-image:linear-gradient(
                to bottom,
                #faaa19,
                #c69b00
        );            
	-webkit-border-top-left-radius:8px;
	-moz-border-radius-topleft:8px;
	border-top-left-radius:8px;
	-webkit-border-top-right-radius:8px;
	-moz-border-radius-topright:8px;
	border-top-right-radius:8px;
	-webkit-border-bottom-right-radius:8px;
	-moz-border-radius-bottomright:8px;
	border-bottom-right-radius:8px;
	-webkit-border-bottom-left-radius:8px;
	-moz-border-radius-bottomleft:8px;
	border-bottom-left-radius:8px;
	text-indent:0px;
	border:1px solid #eda933;
	display:inline-block;
	color:#ffffff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	font-weight:bold;
	font-style:normal;
	height:30px;
	line-height:30px;
	width:auto;
	padding: 0 15px;            
	text-decoration:none;
	text-align:center;
	text-shadow:1px 1px 0px #000000;
}
a.we-toc-link:hover{
    color: #ffffff;
    background-image: -webkit-linear-gradient(top, #c69b00, #faaa19);
    background-image: -moz-linear-gradient(top, #c69b00, #faaa19);
    background-image: -ms-linear-gradient(top, #c69b00, #faaa19);
    background-image: -o-linear-gradient(top, #c69b00, #faaa19);
    background-image: linear-gradient(to bottom, #c69b00, #faaa19);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#c69b00', endColorstr='#faaa19');     
}
a.we-toc-link:active {
    color:#ffffff;
    position:relative;
    top:1px;
}

#rdp_we_toc_inline_content ul, 
#rdp_we_toc_inline_content ol {
    display: block;
    list-style-type: none;    
    margin: 0;
    padding: 0;
    list-style-position: inside;
}

#rdp_we_toc_inline_content li{
    display: list-item;
    text-align: -webkit-match-parent;
    font-size: 14px;
    overflow-x: hidden;
    line-height: 1.5;    
}

#rdp_we_toc_inline_content li.chapter{
    font-weight: bold;
}

#rdp_we_toc_inline_content li a{
color: #276cdc;
    text-decoration: none;    
}

#rdp_we_toc_inline_content li a:hover {
    color: #212426;
    text-decoration: none;
}