

/*<group=General Styles>*/

body {
	margin: 0px 5px 0px 5px;
	text-align: left;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
}

p {
}

b, strong {
	font-weight: bold;
	color: #300;
}

noscript {
  background-color: red;
  color: white;
  padding: 10px;
  font-size: 14px;
  text-align: center;
  display: block;
}

a:visited { color: #59432B; }
a:link { color: #59432B; }
a:active { color: #59432B; }
a:hover { color: #C63; }

a.top { font-size: 9px; }

img {
	border-style: none;
}

.image-left {
	float: left;
	margin: 3px 3px 3px 0px;
	padding: 3px 3px 3px 0px;
}

.image-right {
	float: right;
	margin: 3px 0px 3px 3px;
	padding: 3px 0px 3px 3px;
}

.image-center {
	margin: 3px;
	padding: 3px;
	text-align: center;
}

.png { behavior: url("pngbehavior.htc"); }

/*</group>*/

/*<group=Layout>*/

#container {
	background: #ffffff repeat-y left url('../images/sidebar_bg.png'); /* This Is The BG Color Of The Main Div */
	width: 780px;
	margin: 0px auto; /* Right And Left Margin Widths To Auto */
	text-align: left; /* Hack To Keep IE5 Windows Happy */
	color: #3e3e3e;
	padding-bottom: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: 0px;
	word-spacing: 1px;
	line-height: 1.5em;
}

#pageHeader {
	width: 780px;
	background: url('../images/header_bg.jpg') no-repeat;
	text-align: left;
	list-style: none;
	height: 111px;
}

#pageHeader img {
	display: inline;
	float: left;
	margin-top: 6px;
	margin-left: 10px;
	margin-right: 10px;
}

#pageHeader h1 {
	color: #ffffff;
	text-shadow: 0px 0px 4px #c6e3f9;
	margin: 0px;
	text-align: left;
	font-size: 26px;
	letter-spacing: 3px;
	padding: 20px 20px 5px 50px;
}

#pageHeader h2 {
	color: #c6e3f9;
	text-shadow: 0px 0px 3px #c6e3f9;
	margin: 0px;
	font-size: 16px;
	text-align: left;
	padding-right: 20px;
	padding-left: 50px;
	letter-spacing: 3px;
}

#contentContainer {
	width: 589px;
	float: right;
	text-align: left;
	padding-top: 30px;
	border-top: 1px solid #ccc;
	min-height: 450px;
}
* html #contentContainer { height:450px; } /* IE6 hack */

.textEditor a:link, .textEditor a:visited {
	color: #59432B !important;
}
.textEditor a:hover {
	color: #C63 !important;
}
.textEditor a:hover, .textEditor a:active {
	color: #59432B !important;
}

#contentContainer #content {
	padding-right: 30px;
	padding-left: 40px;
	width: 519px;
}

#sidebarContainer {
	width: 190px;
	float: left;
	text-align: left;
}

#sidebarContainer .sidebar {
	padding: 10px;
}

#footer {
	width: 780px;
	margin: 0px auto; /* Right And Left Margin Widths To Auto */
	text-align: center; /* Hack To Keep IE5 Windows Happy */;
	height: 3px;
	height: 31px;
	color: #ffffff;
	background: url('../images/footer_bg.jpg') repeat-x;
}

#footer p {
	margin: 0px;
	padding-bottom: 10px;
	padding-top: 10px;
}

#footer a { color: #FF9; }

#footer a:hover
{
	color: #FC9;
	text-decoration: none;
}

/*</group>*/

/*<group=Bread-crumb>*/

#breadcrumbcontainer {
	text-align: left;
	padding: 0px;
	margin-top: 10px;
}

#breadcrumbcontainer ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	display: inline;
}

#breadcrumbcontainer li {
	padding: 0px;
	display: inline;
}

#breadcrumbcontainer a {
	display: inline;
}

#breadcrumbcontainer a:hover {
	display: inline;
}

/*</group>*/

/*<group=Toolbar>*/

/* Toolbar Styles */

#navcontainer {
	line-height: normal;
	z-index: 980;
	position: absolute;
	top: 111px;
	left: 50%;
	margin-left: -391px;
}

#navcontainer ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 190px; /* Width of Menu Items */
	border-bottom: 1px solid #ccc;
}

#navcontainer ul li {
	position: relative;
}

#navcontainer li ul {
	position: absolute;
	left: 189px; /* Set 1px less than menu width */
	top: 0;
	display: none;
}

/* Styles for Menu Items */

#navcontainer ul li a {
	display: block;
	text-decoration: none;
	color: #555;
	background: #F1EBE3; /* IE6 Bug */
	padding: 5px;
	border: 1px solid #ccc;
	border-bottom: 0;
	padding-top: 6px;
	padding-bottom: 6px;
}

/* Fix IE. Hide from IE Mac \*/
* html #navcontainer ul li { float: left; height: 1%; }
* html #navcontainer ul li a { height: 1%; }
/* End */

#navcontainer ul li a:hover, #navcontainer .active { color: #FFFFFF; background: #59432B; text-shadow: 0px 0px 4px #c6e3f9;} /* Hover Styles */

#navcontainer li ul li a { padding: 6px 5px 6px 5px; }

div#navcontainer ul ul, div#navcontainer ul ul ul, div#navcontainer ul li:hover ul ul, div#navcontainer ul li:hover ul ul ul, div#navcontainer ul li:hover ul ul ul ul, div#navcontainer ul li:hover ul ul ul ul ul{
display:none;
}

div#navcontainer ul li:hover ul, div#navcontainer ul ul li:hover ul, div#navcontainer ul ul ul li:hover ul, div#navcontainer ul ul ul ul li:hover ul, div#navcontainer ul ul ul ul ul li:hover ul{
display:block;
}

body { behavior:url('csshover3.htc'); } /* IE 6 PC Hack */

/*</group>*/

/*<group=Global Classes>*/

.standout, blockquote
{
	padding: 3px 10px;
	color: #300;
	border-bottom: 1px dotted #300;
	border-top: 1px dotted #300;
	background-color: #FFC;
}
blockquote blockquote {
	border: 0px;
	padding: 0px;
}
.indent  {
  margin-right: 5%;
	margin-left: 5%;
	color: #000;
}
.justify { text-align: justify; }

h1
{
	color: #933;
	font-size: 24px;
	font-weight: normal;
	margin-bottom: 3px;
}
h1#title {
	margin: 0px 0px 20px 0px;
	padding-bottom: 2px;
	border-bottom: 2px solid gray;
	text-align: right;
}

h2 {
	color: #300;
	font-size: 22px;
	font-weight: normal;
	margin-bottom: 3px;
	line-height: 22px;
}
h2.restore {
	font-size: 17px;
	color: #5F059E;
	margin-bottom: -15px;
	border-bottom: 1px solid gray;
}

h3 {
	color: #300;
	font-size: 20px;
	font-weight: normal;
	margin-bottom: 3px;
}

h4 {
	color: #300;
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 3px;
}

h5 {
	color: #300;
	font-size: 16px;
	font-weight: normal;
	margin-bottom: 3px;
}

.imageStyle {
}

/*</group>*/

/*<group=FAQ>*/

/*<group=FAQ>*/


h4.faq {
    font-size: 16px;
	font-weight: bold;
	text-decoration: none;
}

h5.faq {
    font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}
h6.faq {
    font-size: 12px;
	font-weight: normal;
	text-decoration: underline;
}

/*</group>*/

/*<group=Photo Album>*/

/*<group=Index Page (Thumbnail view)>*/

.album-title {
	color: #300;
	font-size: 1.8em;
	font-weight: normal;
	margin-bottom: 5px;
}

.album-description {
	margin-bottom: 80px;
}

.album-wrap {
	display: block;
	width: 99%;
	position: relative;
	margin-top: 70px;
}

.thumbnail-wrap {
	text-align: center;
	position: relative;
	float: left;
	margin-bottom: 50px;
	margin-right: 20px;
	width:144px;
	height:144px;
}

.thumbnail-frame {
	border: 1px solid #e6e6e6;
	padding: 5px;
	margin: 5px;
	position: absolute;
  bottom: 0;
  left: 0;
  width:144px;
}

.thumbnail-frame:hover {
	border: 1px solid #808080;
}

.thumbnail-frame a {
	border-style: none;
}

.thumbnail-frame a:hover {
}

.thumbnail-frame img {
	margin: auto;
  border: none;
}

.thumbnail-caption {
	font-size: 0.9em;
	color: #808080;
	margin: 3px 0 0 0;
	padding: 0;
	width: 100%;
	display: block;
	line-height: 1em;
}

/*</group>*/

/*<group=Single Page (Photo view)>*/

.photo-background {
	text-align: center;
	margin: 10px;
}

.photo-navigation {
	padding: 10px;
	background: #ffffff;
	margin-bottom: 10px;
}

.photo-navigation a {
}

.photo-navigation a:hover {
}

.photo-frame
{
	margin: 0px;
	border-width: 5px;
	border-style: solid;
	border-color: white;
}

.photo-links {
}

.photo-title {
	color: #300;
	font-size: 18px;
	font-weight: normal;
	margin: 0px 0px 5px 0px;
}

.photo-caption {
	font-size: 13px;
	margin: 0px;
	color: #300;
}

/*</group>*/

/*</group>*/


/*<group=Contact Form>*/
.message-text {
}

.required-text {
	color: #0080ff;
}

.form-input-field {
	color: #2160a9;
}

.form-input-button { }
/*</group>*/


.nopad {
  padding: 0px;
}

.cap {
	float: left;
	width: 35px;
	font-size: 43px;
	line-height: 43px;
	font-weight: normal;
	font-family: Papyrus, "Alpha Geometrique", serif;
	padding-bottom: -10px;
}
.alert { color: red; }


div#siterestore
{
	background-color: white;
	background-image: url('../editor/image/siterestore/bkground.gif');
	background-repeat: repeat;
}

table.age td {
	font-size: 10px;
	padding: 3px;
}

table.colored th {
	background-color: #59432b;
	color: white;
	padding: 3px 5px;
}
table.colored td {
	background-color: #f1ebe3;
	padding: 3px 5px;
}
table.colored td.odd {
	background-color: white;
}


div.disabled-form {
  background-color: red;
  padding: 10px;
  color: white;
}
div.disabled-form h3, div.disabled-form p {
  padding: 0px;
  margin: 0px;
  color: white;
}
div.disabled-form h3 {
  padding-bottom: 5px;
}

h4#error-message, h4#alert-message, h4#success-message {
  padding: 10px;
  margin: 0px;
}
h4#error-message {
  background-color: red;
  color: white;
}
h4#alert-message {
  background-color: green;
  color: white;
}
h4#success-message {
  background-color: #933;
  color: white;
}

#accordion h3 {
	font-size: 12px;
	background-color: #933;
	padding: 3px;
	padding-left: 10px;
	box-shadow: 0px 0px 6px #000;
	-moz-box-shadow: 0px 0px 6px #000;
	-webkit-box-shadow: 0px 0px 6px #000;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}
#accordion h3#welcome, #accordion h3#anticipation, #accordion h3#directions, #accordion h3#duringdig { background-color: #300; }
#accordion h3 a {
	color: white;
	font-weight: bold;
	text-decoration: none;
}

/* WEEKLY REPORTS */
#weekly-reports { }
#weekly-reports #years { text-align:center; }
#weekly-reports #years ol { list-style:none; }
#weekly-reports #years li, #weekly-reports #years a, #weekly-reports #weeks li, #weekly-reports #weeks a { font-size: 16px; }
#weekly-reports #weeks ol { list-style: disc; margin-top: 20px; line-height: 24px; }
/* JORDAN SOMETIMES */
#sometimes { }
#sometimes #years { text-align:center; }
#sometimes #years ol { list-style:none; }
#sometimes #years a, #sometimes #issues a { font-size: 16px; }
#sometimes #issues ol { list-style: disc; margin-top: 20px; line-height: 24px; }

/* Photo Gallery */





/*
<div style="width: 300px;" class="caption right">
	<img src="/editor/images/weeklyreports/2000/1-2.jpg" alt="A resting place" align="right" vspace="5" width="300" border="1" height="199" hspace="5">
	<p>A resting place</p>
</div>
*/

/* CUSTOM STYLE
div.caption img {
	margin: 0;
	padding:0;
}

div.caption {
	margin: 8px 8px 24px 8px;
	padding:0;
	position: relative;
}

div.caption p {
	width: 100%;
	position: absolute;
	margin: 0;
	font-size: .9em;
	bottom: -12px;
	left: 0;
	text-align: center;
	background:black;
	color: white;
	opacity: .7;
}

div.right { margin-right: 0; float: right; }
div.left  { margin-left: 0; float: left; }
*/

/* DEFAULT STYLE */
div.caption {
	margin: 5px;
	border: 1px solid #ccc;
	padding: 5px;
}

div.right {margin-right: 0; float: right;}
div.left  {margin-left: 0; float: left;}

div.caption img {
	margin: 0;
	padding:0;
}

div.caption p {
	margin: 5px 0 0 0;
	padding: 5px;
	border-top: 1px #ddd dotted;
	font-size: .9em;
	text-align:center; /* not default */
	background-color:#4c4c4c; /* not default */
	color: white; /* not default */
}
/* */

/* AUTO HIDE

#sidebar div.caption {
	margin: 0;
	padding:0;
	position: relative;
}

#sidebar div.caption p {
	position: absolute;
	margin: 0; padding: 2px;
	font-size: .9em;
	
	bottom: 0;
	left: 0;
	background:black;
	color: white;
	opacity: .7;
}

#sidebar div.caption img {
	margin: 0; padding: 0;
}
*/

div.light_rounded .pp_top .pp_left{background:url(../images/prettyPhoto/light_rounded/sprite.png) -88px -53px no-repeat}div.light_rounded .pp_top .pp_middle{background:#fff}div.light_rounded .pp_top .pp_right{background:url(../images/prettyPhoto/light_rounded/sprite.png) -110px -53px no-repeat}div.light_rounded .pp_content{background-color:#fff}div.light_rounded .pp_next:hover{background:url(../images/prettyPhoto/light_rounded/btnNext.png) center right no-repeat;cursor:pointer}div.light_rounded .pp_previous:hover{background:url(../images/prettyPhoto/light_rounded/btnPrevious.png) center left no-repeat;cursor:pointer}div.light_rounded .pp_expand{background:url(../images/prettyPhoto/light_rounded/sprite.png) -31px -26px no-repeat;cursor:pointer}div.light_rounded .pp_expand:hover{background:url(../images/prettyPhoto/light_rounded/sprite.png) -31px -47px no-repeat;cursor:pointer}div.light_rounded .pp_contract{background:url(../images/prettyPhoto/light_rounded/sprite.png) 0 -26px no-repeat;cursor:pointer}div.light_rounded .pp_contract:hover{background:url(../images/prettyPhoto/light_rounded/sprite.png) 0 -47px no-repeat;cursor:pointer}div.light_rounded .pp_close{width:75px;height:22px;background:url(../images/prettyPhoto/light_rounded/sprite.png) -1px -1px no-repeat;cursor:pointer}div.light_rounded .pp_arrow_previous{background:url(../images/prettyPhoto/light_rounded/sprite.png) 0 -71px no-repeat}div.light_rounded .pp_arrow_previous.disabled{background-position:0 -87px;cursor:default}div.light_rounded .pp_arrow_next{background:url(../images/prettyPhoto/light_rounded/sprite.png) -22px -71px no-repeat}div.light_rounded .pp_arrow_next.disabled{background-position:-22px -87px;cursor:default}div.light_rounded .pp_bottom .pp_left{background:url(../images/prettyPhoto/light_rounded/sprite.png) -88px -80px no-repeat}div.light_rounded .pp_bottom .pp_middle{background:#fff}div.light_rounded .pp_bottom .pp_right{background:url(../images/prettyPhoto/light_rounded/sprite.png) -110px -80px no-repeat}div.light_rounded .pp_loaderIcon{background:url(../images/prettyPhoto/light_rounded/loader.gif) center center no-repeat}/* ---------------------------------- Dark Rounded Theme ----------------------------------- */ div.dark_rounded .pp_top .pp_left{background:url(../images/prettyPhoto/dark_rounded/sprite.png) -88px -53px no-repeat}div.dark_rounded .pp_top .pp_middle{background:url(../images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat}div.dark_rounded .pp_top .pp_right{background:url(../images/prettyPhoto/dark_rounded/sprite.png) -110px -53px no-repeat}div.dark_rounded .pp_content{background:url(../images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat}div.dark_rounded .pp_next:hover{background:url(../images/prettyPhoto/dark_rounded/btnNext.png) center right no-repeat;cursor:pointer}div.dark_rounded .pp_previous:hover{background:url(../images/prettyPhoto/dark_rounded/btnPrevious.png) center left no-repeat;cursor:pointer}div.dark_rounded .pp_expand{background:url(../images/prettyPhoto/dark_rounded/sprite.png) -31px -26px no-repeat;cursor:pointer}div.dark_rounded .pp_expand:hover{background:url(../images/prettyPhoto/dark_rounded/sprite.png) -31px -47px no-repeat;cursor:pointer}div.dark_rounded .pp_contract{background:url(../images/prettyPhoto/dark_rounded/sprite.png) 0 -26px no-repeat;cursor:pointer}div.dark_rounded .pp_contract:hover{background:url(../images/prettyPhoto/dark_rounded/sprite.png) 0 -47px no-repeat;cursor:pointer}div.dark_rounded .pp_close{width:75px;height:22px;background:url(../images/prettyPhoto/dark_rounded/sprite.png) -1px -1px no-repeat;cursor:pointer}div.dark_rounded .currentTextHolder{color:#c4c4c4}div.dark_rounded .pp_description{color:#fff}div.dark_rounded .pp_arrow_previous{background:url(../images/prettyPhoto/dark_rounded/sprite.png) 0 -71px no-repeat}div.dark_rounded .pp_arrow_previous.disabled{background-position:0 -87px;cursor:default}div.dark_rounded .pp_arrow_next{background:url(../images/prettyPhoto/dark_rounded/sprite.png) -22px -71px no-repeat}div.dark_rounded .pp_arrow_next.disabled{background-position:-22px -87px;cursor:default}div.dark_rounded .pp_bottom .pp_left{background:url(../images/prettyPhoto/dark_rounded/sprite.png) -88px -80px no-repeat}div.dark_rounded .pp_bottom .pp_middle{background:url(../images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat}div.dark_rounded .pp_bottom .pp_right{background:url(../images/prettyPhoto/dark_rounded/sprite.png) -110px -80px no-repeat}div.dark_rounded .pp_loaderIcon{background:url(../images/prettyPhoto/dark_rounded/loader.gif) center center no-repeat}/* ---------------------------------- Dark Square Theme ----------------------------------- */ div.dark_square .pp_left,div.dark_square .pp_middle,div.dark_square .pp_right,div.dark_square .pp_content{background:url(../images/prettyPhoto/dark_square/contentPattern.png) top left repeat}div.dark_square .currentTextHolder{color:#c4c4c4}div.dark_square .pp_description{color:#fff}div.dark_square .pp_loaderIcon{background:url(../images/prettyPhoto/dark_rounded/loader.gif) center center no-repeat}div.dark_square .pp_expand{background:url(../images/prettyPhoto/dark_square/sprite.png) -31px -26px no-repeat;cursor:pointer}div.dark_square .pp_expand:hover{background:url(../images/prettyPhoto/dark_square/sprite.png) -31px -47px no-repeat;cursor:pointer}div.dark_square .pp_contract{background:url(../images/prettyPhoto/dark_square/sprite.png) 0 -26px no-repeat;cursor:pointer}div.dark_square .pp_contract:hover{background:url(../images/prettyPhoto/dark_square/sprite.png) 0 -47px no-repeat;cursor:pointer}div.dark_square .pp_close{width:75px;height:22px;background:url(../images/prettyPhoto/dark_square/sprite.png) -1px -1px no-repeat;cursor:pointer}div.dark_square .pp_arrow_previous{background:url(../images/prettyPhoto/dark_square/sprite.png) 0 -71px no-repeat}div.dark_square .pp_arrow_previous.disabled{background-position:0 -87px;cursor:default}div.dark_square .pp_arrow_next{background:url(../images/prettyPhoto/dark_square/sprite.png) -22px -71px no-repeat}div.dark_square .pp_arrow_next.disabled{background-position:-22px -87px;cursor:default}div.dark_square .pp_next:hover{background:url(../images/prettyPhoto/dark_square/btnNext.png) center right no-repeat;cursor:pointer}div.dark_square .pp_previous:hover{background:url(../images/prettyPhoto/dark_square/btnPrevious.png) center left no-repeat;cursor:pointer}/* ---------------------------------- Light Square Theme ----------------------------------- */ div.light_square .pp_left,div.light_square .pp_middle,div.light_square .pp_right,div.light_square .pp_content{background:#fff}div.light_square .pp_expand{background:url(../images/prettyPhoto/light_square/sprite.png) -31px -26px no-repeat;cursor:pointer}div.light_square .pp_expand:hover{background:url(../images/prettyPhoto/light_square/sprite.png) -31px -47px no-repeat;cursor:pointer}div.light_square .pp_contract{background:url(../images/prettyPhoto/light_square/sprite.png) 0 -26px no-repeat;cursor:pointer}div.light_square .pp_contract:hover{background:url(../images/prettyPhoto/light_square/sprite.png) 0 -47px no-repeat;cursor:pointer}div.light_square .pp_close{width:75px;height:22px;background:url(../images/prettyPhoto/light_square/sprite.png) -1px -1px no-repeat;cursor:pointer}div.light_square .pp_arrow_previous{background:url(../images/prettyPhoto/light_square/sprite.png) 0 -71px no-repeat}div.light_square .pp_arrow_previous.disabled{background-position:0 -87px;cursor:default}div.light_square .pp_arrow_next{background:url(../images/prettyPhoto/light_square/sprite.png) -22px -71px no-repeat}div.light_square .pp_arrow_next.disabled{background-position:-22px -87px;cursor:default}div.light_square .pp_next:hover{background:url(../images/prettyPhoto/light_square/btnNext.png) center right no-repeat;cursor:pointer}div.light_square .pp_previous:hover{background:url(../images/prettyPhoto/light_square/btnPrevious.png) center left no-repeat;cursor:pointer}/* ------------------------------------------------------------------------ DO NOT CHANGE------------------------------------------------------------------------- */ div.pp_pic_holder a:focus{outline:none}div.pp_overlay{background:#000;left:0;position:absolute;top:0;width:100%;z-index:9500}div.pp_pic_holder{display:none;position:absolute;width:100px;z-index:10000}.pp_top{height:20px;position:relative}* html .pp_top{padding:0 20px}.pp_top .pp_left{height:20px;left:0;position:absolute;width:20px}.pp_top .pp_middle{height:20px;left:20px;position:absolute;right:20px}* html .pp_top .pp_middle{left:0;position:static}.pp_top .pp_right{height:20px;left:auto;position:absolute;right:0;top:0;width:20px}.pp_content{height:40px;position:relative;text-align:left;width:100%}.pp_content .pp_details{display:none;margin:10px 15px 2px 20px}.pp_description{display:none;float:left;margin:0}.pp_nav{float:left;margin:3px 0 0 0}.pp_nav p{float:left;margin:2px 4px}.pp_nav a.pp_arrow_previous,.pp_nav a.pp_arrow_next{display:block;float:left;height:15px;margin-top:3px;overflow:hidden;text-indent:-10000px;width:14px}.pp_hoverContainer{left:0;position:absolute;top:0;width:100%;z-index:2000}a.pp_next{background:url(../images/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;display:block;float:right;height:100%;text-indent:-10000px;width:49%}a.pp_previous{background:url(../images/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;display:block;float:left;height:100%;text-indent:-10000px;width:49%}a.pp_expand,a.pp_contract{cursor:pointer;display:none;height:20px;position:absolute;right:30px;text-indent:-10000px;top:10px;width:20px;z-index:20000}a.pp_close{display:block;float:right;text-indent:-10000px}.pp_bottom{height:20px;position:relative}* html .pp_bottom{padding:0 20px}.pp_bottom .pp_left{height:20px;left:0;position:absolute;width:20px}.pp_bottom .pp_middle{height:20px;left:20px;position:absolute;right:20px}* html .pp_bottom .pp_middle{left:0;position:static}.pp_bottom .pp_right{height:20px;left:auto;position:absolute;right:0;top:0;width:20px}.pp_loaderIcon{display:none;height:24px;left:50%;margin:-12px 0 0 -12px;position:absolute;top:50%;width:24px}#pp_full_res{display:none;line-height:1 !important;margin:0 auto;text-align:center;width:100%}div.ppt{color:#fff;display:none;font-size:17px;left:0;position:absolute;top:0;z-index:9999}/* ------------------------------------------------------------------------ Miscellaneous------------------------------------------------------------------------- */ .clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden}.clearfix{display:inline-block}* html .clearfix{height:1%}.clearfix{display:block}