/* 
	2009-02-06 - major rework
   CSS file for main page is now pptfaq_main.css
*/	

/* *****************************************************   BOTH ANSWER AND MAIN PAGES  */
body {
	background-color: White;
	font-family: Verdana, Arial, Helvetica, SansSerif;
}

a:link {
	color: #0000FF;
	background-color: transparent;
}

a:visited {
	color: #009999;
	background-color: transparent;
}

a:active {
	color: #FF0000;
	background-color: transparent;
}

/* **********************************************************   ANSWER PAGE DEFS */
/* overall page div */
#answerpage {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 90%;
}

/* previous/back/next links top and bottom */
#navlinks {
	color: #000000;
	font-size: 10px;
	background-color: transparent;
	text-align: center;
}
#navlinks p {
	text-align: center;
} 
#lower-navlinks {
	color: #000000;
	font-size: 10px;
	background-color: transparent; 	
 }
#lower-navlinks p {
	text-align: center;
} 

/* main content, where answer to question appears */
#content {
	width: 95%;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding: 0 5px 0 5px;
	text-align: left;
	border: none;
	color: #000000;
	background-color: transparent;
	font-size: medium;
}
#content p {
	margin-bottom: 10px;
	margin-left: 25px;
	margin-right: 25px;
	margin-top: 0px;
	line-height: 150%;
}

#content ul, ol {
	margin-bottom: 10px;
	margin-left: 25px;
	margin-right: 25px;
	margin-top: 0px;
	line-height: 150%;
}
#content li {
	margin-top: 5px;
}

/* answer page title */
#content h1 {
	background-color: #009999;
	color: #FFFFFF;
	font-size: x-large;
	font-weight: normal;
	margin-bottom: 20px;
	margin-top: 20px;
	text-align: left;
}
#content h2 {
	font-size: x-large;
	font-weight: bold;
	text-align: center;
}
#content h3 {
	font-size: large;
	font-weight: bold;
	margin-right: 25px;
}
#content h4 {
	font-size: medium;
	font-weight: bold;
	margin-left: 25px;
	margin-right: 25px;
}
/* NOT USED - define if needed */
#content h5 {
	font-size: medium;
}
#content h6 {
	font-size: medium;
}

#content li {
	margin-left: 25px;
	margin-right: 50px;
}
#content li.links {
	margin-left: 25px;
	margin-right: 50px;
}

#content img {
    display: block;
    margin-left: auto;
    margin-right: auto; 
	 margin-bottom: 5px;
	 margin-top: 5px;
	 padding: 1px;
	 background: #cccccc;
	 border: 2px solid #000000;
}

#content blockquote {
	font-style: italic;
	margin-bottom: 5px;
	margin-left: 50px;
	margin-right: 50px;
	margin-top: 1px;
}

/* User Interface labels */
.ui {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding-left: 5px;
	padding-right: 5px;
	background-color: #eeeeee;
}

#content pre {
	font-family: Courier, monospace;
	margin-bottom: 5px;
	margin-left: 50px;
	margin-right: 50px;
	margin-top: 10px;
}

#content strong {
	font-weight: bold;
}

#content td {
	margin-bottom: 5px;
	margin-top: 10px;
}
/* END of content defs  */

/* additional divs for special purposes */
#friday {
	visibility: hidden;
	height: 0px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	color: #000000;
	font-size: xx-small;
	text-align: center;
	background-color: transparent;
}
	
#translations {
	visibility: hidden;
	height: 0px;
	color: #000000;
	font-size: xx-small;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align: center;
	background-color: transparent;
}

#supercharge {
	height: 0px;
	visibility: hidden;
	color: #000000;
	font-size: small;
	font-weight: bold;
	margin-bottom: 0px;
	text-align: center;
	background-color: transparent;
}

#production-notes {
	visibility: hidden;
	height: 0px;
	color: #000000;
	font-size: 12px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: transparent;
}
	
#copyscape {
	visibility: hidden;
	height: 0px;
	color: #000000;
	font-size: xx-small;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align: left;
	background-color: transparent;
}

/* PPTools Banner */
#pptoolsbanner {
	visibility: hidden;
	height: 0px;
	margin: 0 0 0 0;
	font-size: small;
}
#pptoolsbanner p {
	text-align: center; 
}

/* *****************************************************************   LeftColumn PPTOOLS links */
#leftcolumn {
	visibility: hidden;
	height: 0px;
	width: 0px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding: 0;
	font-size: 0.9em;
}

#leftcolumn p {
	font-size: small;
	margin-bottom: 5px;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 0px;
	border-bottom: thin solid #E0E0E0;
}

/* ************************************************************  RightColumn Google ads */
#rightcolumn {
	visibility: hidden;
	height: 0px;
	width: 10px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding: 0;
	font-size: 0.9em;
	line-height: 1.5em;
}

