body
{
  font-size: x-small;
  voice-family: "\"}\"";
  voice-family: inherit;
  font-size: small;
}

html > body
{
  font-size: small;
}

body
{
  font-family: Verdana, Arial, sans-serif;
  margin: 0;
  padding: 0;
  height: 100%;
  text-align: center;
  background: #94cee4;
}

#main
{
  position: relative;
  width: 800px;
  margin: 0 auto;
  padding: 0;
  text-align: left;
  background: white;
  border-left: 3px solid #7FB4C9;
  border-right: 3px solid #558194;
  border-bottom: 3px solid #6A9BAF;
  /* nasty hack to get slightly smaller text in IE, while still allowing font resizing */
  font-size: 90%;
  voice-family: "\"}\"";
  voice-family: inherit;
  font-size: inherit;
}

#base
{
  position: relative;
  width: 100%;
}

a img
{
  border: none;
}

#top
{
  font-family: Arial, sans-serif;
  border-bottom: solid #cde 0.2em;
  padding: 58px 0 0.35em 0;
  margin: 0 0 0 0;
  position: relative;
  background: url(/images/phs-logo.gif) 50px 8px no-repeat;
}

#top h1
{
  display: inline;
  font-size: 1.9em;
  font-style: italic;
  padding-left: 0.25em;
}

#top h1 a
{
  text-decoration: none;
  border-bottom: solid white 0.2em;
  color: black;
}

#top h1 a:hover
{
  border-bottom: solid #fd6 0.2em;
}

#top span.tagline
{
  font-style: italic;
  margin-left: 1em;
}

#top h2
{
  display: inline;
  font-size: 1.2em;
  padding-left: 0.25em;
}

#top #searchForm
{
  position: absolute;
  right: 0.75em;
  top: 58px;
}

#content
{
  margin: 0 0 0 16%;
  width: 84%;  /* workaround for I.E. bug */
  padding: 0;
  position: relative;
}

#content h1
{
  padding: 0;
  width: 100%;
  font-size: 100%;
  margin-top: 20px;
  margin-bottom: 5px;
}

#content h2
{
  font-size: 100%;
  margin: 0;
  background: #C8E8F6;
  color: black;
  padding: 0.25em 0 0.25em 5px;
  clear: both;
}

#content h3
{
  font-size: 100%; 
}

.editLinks
{
  font-size: 90%;
  font-style: italic;
  text-align: right;
  padding-top: 4pt;
  padding-right: 3pt;
  margin: 0 0 0.5em 0;
}

#content h2, .editLinks {margin-right: 1px;} /* workaround for Mozilla bug */

.editLinks A
{
	margin: 0;
	text-decoration: none;
	font-style: normal;
	padding: 1px 4px 3px 4px;
	background: #eee;
	border: solid 1px;
	border-color: #ddd #888 #888 #ddd;
	color: Black;
}

.editLinks A:hover
{
	background: #fd6;
}

#content h3
{
  font-size: 100%;
  margin: 0.75em 0.5em 0.5em 0;
}

#content h4, #content h5, #content h6
{
  font-size: 95%;
  margin: 0.75em 0.5em 0.125em 0;
}

#links
{
  position: absolute;
  z-index: 1;
  left: 0;
  width: 16%;
  margin: 0;
  padding: 0;
}

#rightCol
{
  position: absolute;
  top: 4.6em;
  right: 1%;
  width: 18%;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}

.sidebar
{
  padding: 0;
  background: #F0F6F9;
  margin: 0 0 1em 0;
}

.sidebar ul
{
  list-style: none;
  margin: 0;
  padding: 0;
}

.sidebar ul li
{
  margin: 0;
  padding: 0;
  position: relative;
  border: 1px solid #F0F6F9; /* workaround for IE problem */
}

.sidebar ul li p
{
  margin: 0;
  padding: 0;
}

.sidebar ul li ul
{
  list-style: none;
  margin: 0;
  padding: 0 0 0 1em;
}

.sidebar ul li.hasSubMenu
{
  background: url(/images/submenu.gif) 100% 50% no-repeat;
}

.sidebar a
{
  display: block;
  margin: 0;
  text-indent: -1em;
  padding: 0.25em 0.5em 0.25em 1.5em;
  text-decoration: none;
  font-size: 90%;
  color: black;
}

.sidebar a.currentItem
{
  background: #fea;
}

.sidebar li.hasSubMenu a.currentItem
{
  background: #fea url(/images/submenu-current.gif) 100% 50% no-repeat;
}

.sidebar li.hasSubMenu li a.currentItem
{
  background: #fea;
}

.sidebar a:hover
{
  background: #fd6;
}

.sidebar li.hasSubMenu a:hover
{
  background: #fd6 url(/images/submenu-highlight.gif) 100% 50% no-repeat;
}

.sidebar li.hasSubMenu li a:hover
{
  background: #fd6;
}

.sidebar h3
{
  margin: 0;
  background: #CADBE3;
  color: black;
  font-size: 100%;
  padding: 0.25em;
}

.sidebar ul li ul.popoutMenu
{
  display: block;
  visibility: hidden;
  position: absolute;
  z-index: 100;
  top: 0;
  left: 100%;
  width: 165%;
  background: #F0F6F9;
  border: 1px solid #ddd;
  padding: 0 0 0 0;
}


div.postContent
{
  margin: 0 0 1em 20px;
  padding: 0;
}

div.unpublished
{
  border-left: solid 1em #fec;
  padding: 0 0 0 1em;
  margin: 0;
}

h2.postTitle a
{
  text-decoration: none;
  color: black;
}

h2.postTitle a:hover
{
  border-bottom: solid #fd6 0.2em;
}

#content textarea
{
  width: 100%;
  height: 49em;
}

#content hr
{   
  border: solid 1.5px  #558194;
}

#content p,
#content table
{
  font-size: 100%;
  font-family: Verdana, Arial, sans-serif;
  line-height: 1.3;
  margin: 0 1em 6pt 0;
  border-collapse: collapse;
}

#content li
{
  font-size: 100%;
  font-family: Verdana, Arial, sans-serif;
  line-height: 1.3;
  text-indent: 0;
  margin: 0 1em 6pt 1em;
}

#content ul
{
  list-style-image: url("BlueSquare.gif");
  margin-top: 0pt;
  margin-left: 1em;
  padding: 0;
}

#content blockquote
{
  margin: 0 0 6pt 1.5em;
  font-style: italic;
}

#content blockquote em
{
  font-style: normal;
}

#content code
{
  font-family: Courier New, fixed;
  font-size: 100%;
  margin: 0 2pt;
  background: #eee;
}

#content pre
{
  font-family: Courier New, fixed;
  font-size: 100%;
  line-height: 1;
  background: #eee;
  padding: 0.25em;
}

.imgleft
{
  float: left;
  margin: 0 6px 6px 0;
  border: none;
}

.imgright
{
  float: right;
  margin: 0 0 6px 6px;
  border: none;
}

.missingLink:link, .missingLink:visited
{
  border: solid 1px white;
  border-bottom: dotted 1px gray;
  text-decoration: none;
  color: gray;
}

.missingLink:hover
{
  border: solid 1px red;
  text-decoration: none;
  background: #fdd;
}

.internalLink:link, .internalLink:visited
{
  text-decoration: none;
  color: #C44;
}

.internalLink:hover
{
  text-decoration: underline;
  color: #F55;
}

.hitWord
{
  background: #F8D;
}

.hitContext
{
  border-bottom: 1px dotted #888;
}

.two-column
{
  margin: 0;
  padding: 0;
}

.column-1
{
  float: left;
  width: 48%;
}

.column-2
{
  float: right;
  width: 48%;
}

.two-column-end
{
  clear: both;
  padding: 6pt 0 0 0;
}

.sampleOutput
{
  margin: 0.5em;
  padding: 0.5em;
  border: solid #F88 1px;
}

#content form.information input
{
  width: 30em;
}

#content form.information textarea
{
  width: 30em;
  height: 10em;
}

#content form.information input.button
{
  width: 5em;
}

#content form.information input.custom
{
  width: auto;
}

#content form.information td.subfield
{
  text-align: right;
}


/* wiki content styles from Confluence here */
/* wiki content styles from Confluence here */
/* wiki content styles from Confluence here */

.wiki-content,
.wiki-content p,
.wiki-content table,
.wiki-content tr,
.wiki-content td,
.wiki-content th,
.wiki-content ol,
.wiki-content ul,
.wiki-content li {
    font-size: 10pt;
    line-height: 13pt;
}

.wiki-content p {
    margin: 30px 0;
    padding: 0;
}

.wiki-content li,
.wiki-content ul p,
.wiki-content ol p {
    margin: 0;
    padding: 0;
}

.wiki-content ul {
    list-style-type: disc;
}

.wiki-content ol,
.wiki-content ol ol ol ol,
.wiki-content ol ol ol ol ol ol ol,
.wiki-content ol ol ol ol ol ol ol ol ol ol {
    list-style-type: decimal;
}

.wiki-content ol ol,
.wiki-content ol ol ol ol ol,
.wiki-content ol ol ol ol ol ol ol ol,
.wiki-content ol ol ol ol ol ol ol ol ol ol ol {
    list-style-type: lower-alpha;
}

.wiki-content ol ol ol,
.wiki-content ol ol ol ol ol ol,
.wiki-content ol ol ol ol ol ol ol ol ol,
.wiki-content ol ol ol ol ol ol ol ol ol ol ol ol {
    list-style-type: lower-roman;
}

.wiki-content h1,
.wiki-content h2,
.wiki-content h3,
.wiki-content h4,
.wiki-content h5,
.wiki-content h6 
{
    font-weight: bold;
    line-height: normal;
    padding: 0;
}

.wiki-content h1
{
    margin: 0 0 0 0;
    padding: 0;
    width: 100%;
    font-size: 100%;      
}

.wiki-content h2 {
    font-size: 100%;
    margin: 0;
    background: #C8E8F6;
    color: black;
    padding: 0.25em 0 0.25em 20px;
    clear: both;
    font-size: 16pt;
    margin-top: 24px;
}

.wiki-content h3 {
    font-size: 100%;
    margin-top: 20px;
}

.wiki-content h4 {
    font-size: 100%;
    margin-top: 14px;
}

.wiki-content h5 {
    font-size: 100%;
    margin-top: 12px;
}

.wiki-content h6 {
    font-size: 100%;
    color: black;
    margin-top: 8px;
}

.wiki-content .confluenceTable, .grid {
    border-collapse: collapse;
    padding: 0;
}

.wiki-content td.confluenceTd {
    padding-right: 10px;
}
.wiki-content td.confluenceTd,
.wiki-content th.confluenceTh {
    margin: 0;
    padding: 0;
}
.wiki-content-preview {
    padding: 5px;
    border-left: 1px solid;
    border-right: 1px solid;
}

.table-wrap table.confluenceTable {
    margin: 5px;
    border-collapse: collapse;
}    

.table-wrap th.confluenceTh {
    border-width: 1px;
    border-style: solid;
    border-color: #848484;
    padding: 5px;
    background-color: #F0F6F9;
    text-align: left;
    vertical-align: top;
}

.table-wrap td.confluenceTd {  
    border-width: 1px;
    border-style: solid;
    border-color: #848484;
    padding: 5px;
    vertical-align: top;    
    background-color: white;
}
