/*  This style sheet works in conjunction with the Sliding Footer designed and shared by Creative Pony at http://creativepony.com/archive/journal/scripts/sliding-tabs/ */

    * { margin: 0; padding: 0; }

#Panes_footer_heading {
	display: block;
	text-align: center;
	margin-bottom: 1em;
}

#Panes_footer_heading * {
	display: inline;
	user-select: none;
	cursor: pointer;
	vertical-align: middle;
   color: #5e5e5e;
   padding: 4px 20px;
}

#Panes_footer_heading li.active {
	background-color: #5e5e5e;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-opera-border-radius: 3px;
	-moz-border-radius: 3px;
   color: #fffeff;
}
		
#Panes_footer_heading li {
	background-color: #fffeff;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-opera-border-radius: 3px;
	-moz-border-radius: 3px;
}

#Panes_footer_wrapper {
	border: 1px dotted gray; 
 	background-color: #eaeaea; 
	border-top: 5px solid #919191;
	border-bottom: 5px solid #919191;
	margin-bottom: 25px;
   margin-top: 1em;
   padding-top: 10px;
   padding-bottom: 10px;
}

#buttons {
   margin: 0;
   padding: 0;
}

#panes {
	text-align: justify;
	border-style: none;
   background-color: white;
   padding-right: 10px;
   padding-left: 10px;
   width: 900px;
   overflow: hidden;
   margin-right: auto;
   margin-left: auto;
}

#panes_content {
	text-align: justify;
	border-style: none;
   margin-right: auto;
   margin-left: auto;
}
		
#panes p {
	width: 600px;
	line-height: 1.2em;
   margin: 1em;
   text-decoration: none;
   color: #919191;
   font-size: 1em;
}

#panes ul li a {
   text-decoration: none;
   color: #919191;
   line-height: 1.4em;
   margin-top: 1px;
   margin-right: 1em;
   margin-bottom: 1em;
   padding-left: 0;
   list-style-image: none;
   list-style-type: none;
}
		
#panes div div { 
	overflow: hidden;
}
		
#previous { 
	float: none; 
	cursor: pointer;
}

#next { 
	float: none; 
	cursor: pointer;
}

#panes h2 {
	text-align: left;
   color: #a9a9a9;
   font-weight: bold;
   margin: 10px;
   font-size: 1.3em;
}

#panes h3 {
	text-align: left;
   color: #919191;
   font-weight: bold;
   font-size: 1em;
   margin: 10px 10px 5px;
}

#panes table {
	text-align: left;
   color: #919191;
   font-size: .9em;
   padding: 1em 20px 0;
   margin-bottom: 50px;
}

#panes img {
   margin: 20px 0 0 0;
   text-decoration: none;
}

#panes a {
   text-decoration: none;
   color: #919191;
   line-height: 1.5em;
}

/* @end */


