/* ========================================================================================== */ 
/* |     AUTHOR..:    Dennis H. Loar                                                        | */ 
/* |     FILE....:    tvgs_print.css                                                        | */ 
/* |     PURPOSE.:    Print Cascading Style Sheets.                                         | */ 
/* |     WEBSITE.:    TVGS Web Site                                                         | */
/* |     VERSION.:    4.5                                                                   | */
/* |     CREATED.:    01 Oct 2009                                                           | */
/* ========================================================================================== */ 

/* ========================================================================================== */ 
/* | Table of Content:                                                                      | */
/* ========================================================================================== */ 
/* | 01. Remove Elements Style                                                              | */
/* | 02. Basic HTML Tag Styles                                                              | */
/* | 03. Wrapper Styles                                                                     | */
/* | 04. Basic Content Division Styles                                                      | */
/* | 05. Table Content Division Styles                                                      | */
/* | 06. Organization Table page styles                                                     | */
/* | 07. Researchers Record View Styles                                                     | */
/* | 08. Form Section Styles                                                                | */
/* | 09. List Content Division Styles                                                       | */
/* | 10. Image Content Division Styles                                                      | */
/* | 11. Titlebar/Note Content Division Styles                                              | */
/* | 12. Voters Record View Styles                                                          | */
/* | 13. Footer Division Styles                                                             | */
/* | 14. Font Setting Styles                                                                | */
/* | 15. Class Styles                                                                       | */
/* ========================================================================================== */ 

/* ------------------------------------------------------------------------------------------ */
/* | 01. Remove Elements Style                                                              | */
/* ------------------------------------------------------------------------------------------ */

  #mainNav,
  #news,
  #pageNav,
  #footer {
    display: none !important;
  }
  
/* ------------------------------------------------------------------------------------------ */
/* | 02. Basic HTML Tag Styles                                                              | */
/* ------------------------------------------------------------------------------------------ */

  body {
    margin: 0.7in 0.7in 0.7in 0.7in;
    color: #000000;
    background-color: #FFFFFF;
  }

/* ------------------------------------------------------------------------------------------ */
/* | 03. Wrapper Styles                                                                     | */
/* ------------------------------------------------------------------------------------------ */

  #wrapper {
    font-family: Arial, Helvetica, Verdana, Geneva, Lucida, sans-serif;
    font-size: 62.5%;
    width: 100%;
    color: #000000;
    background-color: #FFFFFF;
    border-style: none;
  }
  
  #logo {
    display: block;
  }	

/* ------------------------------------------------------------------------------------------ */
/* | 04. Basic Content Division Styles                                                      | */
/* ------------------------------------------------------------------------------------------ */

  #content {
    border: none;
    padding: 0;
    width: auto;
  }
  
  #content p {
    font-size: 1.2em;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  
  #content p.tab {
    font-size: 1.2em;
    margin-top: 10px;
    margin-left: 15px;
    margin-right: 0px;
    margin-bottom: 10px;
  }
  
  #content p.indent {
    font-size: 1.2em;
    margin-top: 10px;
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 10px;
  }
  
  #content p.indentBold {
    font-size: 1.2em;
    margin-top: 10px;
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 10px;
    font-weight: bold;
  }
  
  #content p.bold {
    font-size: 1.2em;
    font-weight: bold;
  }
  
  #content p.center {
    font-size: 1.2em;
    text-align: center;
  }
  
  #content p.centerBold {
    font-size: 1.2em;
    text-align: center;
    font-weight: bold;
  }
  
  #content p.compress {
    font-size: 1.2em;
    margin-top: -10px;
  }
  
  #content p.compressBold {
    font-size: 1.2em;
    margin-top: -10px;
    font-weight: bold;
  }
  
  #content p.compressCenter {
    font-size: 1.2em;
    margin-top: -10px;
    text-align: center;
  }
  
  #content p.compressCenterBold {
    font-size: 1.2em;
    font-weight: bold;
    margin-top: -10px;
    text-align: center;
  }
  
  #content p.compressIndentBold {
    font-size: 1.2em;
    font-weight: bold;
    margin-top: -10px;
    margin-left: 15px;
    margin-right: 15px;
  }
  
  #linkslv #content li {
    list-style-type: decimal;
  }
  
  #linkslv #content a:after {
    content: " (" attr(href) ") ";
  }
  
/* ------------------------------------------------------------------------------------------ */
/* | 05. Table Content Division Styles                                                      | */
/* ------------------------------------------------------------------------------------------ */

  #content table { 
    border-collapse: collapse;
    width: 100%;
  }
  
  #content table.noSpace { 
    border-collapse: collapse;
    margin: -15px 0px 10px 0px;
    width: 100%;
  }
  
  #content caption {
    font-size: 1.2em !important;
    margin-bottom: 10px;
  }
  
  #content th,
  #content td {
    border: 1px solid #999999;
    font-size: 1.1em !important;
  }
  
  #content td, 
  #content th {
    padding: 3px 5px 2px 4px;
    font-size: 1.1em;
    border-left: 1px solid #282289;
    border-right: 1px solid #282289;
    border-bottom: 1px solid #282289;
  }
  
  #content table td.lineStyle, 
  #content table th.lineStyle {
    border-top: 0px solid #FFFFFF;
    border-left: 0px solid #FFFFFF;
    border-right: 0px solid #FFFFFF;
    border-bottom: 0px solid #FFFFFF;
  }
  
  #content table th.leftSide,
  #content table td.leftSide {
    border-top: 0px solid #FFFFFF;
    border-left: 0px solid #FFFFFF;
    border-right: 0px solid #FFFFFF;
    border-bottom: 0px solid #FFFFFF;
    font-size: 1.1em;
    color: #282289;
  }
    
  #content table th.rightSide,
  #content table td.rightSide {
    border-top: 0px solid #FFFFFF;
    border-left: 0px solid #FFFFFF;
    border-right: 0px solid #FFFFFF;
    border-bottom: 0px solid #FFFFFF;
    font-size: 1.1em;
    font-weight: bold;  
    color: #000000;
  }
    
  #content th.blue {
    background: #282289 url(css_images/css_blueStrip.jpg) repeat left top;
    color: #FAFEB1;
    text-align: center;
    border: 1px solid #282288;
  }
  
  #content tr.alt td {
    background: url(css_images/css_goldStrip.jpg) repeat left top;
  }

/* ------------------------------------------------------------------------------------------ */
/* | 06. Organization Table page styles                                                     | */
/* ------------------------------------------------------------------------------------------ */

  #organization #content table { 
    margin-left: 0px;
    margin-top: -6px;
    margin-bottom: 10px;
    width: 578px;
  }
  
  #organization #content table.noSpace { 
    border-collapse: collapse;
    margin: -15px 0px 10px 0px;
    width: 100%;
  }
  
  #organization #content td, 
  #organization #content th {
    padding: 3px 5px 2px 4px;
    font-size: 1.1em;
    border-top: 0px solid #FFFFFF;
    border-left: 0px solid #282289;
    border-right: 0px solid #282289;
    border-bottom: 0px solid #282289;
  }
  
  #organization #content .firstline {
    font-size: 1.1em;
    font-weight: bold;
    text-align: center;
  }
    
  #organization #content .compress {
    font-size: 1.0em;
    text-align: center;
    padding-bottom: 0px;
    margin-top: -5px;
  }
 
/* ------------------------------------------------------------------------------------------ */
/* | 07. Researchers Record View Styles                                                     | */
/* ------------------------------------------------------------------------------------------ */

  #researchers #content table th,
  #researchers #content table td {
    border: none;
  }

/* ------------------------------------------------------------------------------------------ */
/* | 08. Form Section Styles                                                                | */
/* ------------------------------------------------------------------------------------------ */

#form {
	font-family: Arial, Helvetica, Verdana, Geneva, Lucida, sans-serif;
  margin-top: 15px;
  width: 579px;
}

#subForm {
  font-size: 1.0em;
}

#form .label {
  float: left;
  clear: left;
  width: 120px;
  margin-right: 10px;
  text-align: right;
  font-weight: bold;
}

#subForm .label {
  float: left;
  clear: left;
  width: 120px;
  margin-right: 10px;
  text-align: right;
  font-weight: bold;
}

.formContent {
  background: #FAFFBC;
  border: 1px solid #282288;
  margin-top: -5px;
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
}

.formContent input {
  position: relative;
  margin-bottom: .2em;
  font-family: Prestige;
  font-weight: bold;
  line-height: 1.1em;
}

.formContent input.tab {
  margin-left: 30px;
}

.formContent select {
  position: relative;
  margin-bottom: .2em;
  line-height: 1.4em;
}

.formContent textarea {
  width: 400px;
  margin-bottom: .2em;
  line-height: 1.4em;
}

.buttons {
  text-align:center;
}

.buttonStyle {
  background: #2869E1 url(css_images/css_blueStrip.jpg) repeat left top;
  font: 1.1em "Trebuchet MS", Verdana, sans-serif;
  color: #FAFEB1;
  width: 150px;
}

.buttonStyleLong {
  background: #2869E1 url(css_images/css_blueStrip.jpg) repeat left top;
  font: 1.1em "Trebuchet MS", Verdana, sans-serif;
  color: #FAFEB1;
  width: 325px;
}

/* ------------------------------------------------------------------------------------------ */
/* | 09. List Content Division Styles                                                       | */
/* ------------------------------------------------------------------------------------------ */

  #content ul {
    padding-top: 0px;
    margin-left: 20px;
    list-style-type: disc;
  }
  
  #content .ulCircle {
    font-size: 1.3em;
    padding-top: 0px;
    margin-left: 30px;
    list-style-type: circle;
  }
  
  #content .levelOne {
    font-size: 1.2em;
    padding-top: 0px;
    margin-left: 20px;
    list-style-type: disc;
  }
  
  #content .levelOneDecimal {
    font-size: 1.2em;
    padding-top: 0px;
    margin-left: 20px;
    list-style-type: decimal;
  }
  
  #content .levelTwo {
    font-size: 1.2em;
    padding-top: 0px;
    margin-left: 35px;
    list-style-type: upper-alpha;
  }
  
  #content .levelThree {
    font-size: 1.2em;
    padding-top: 0px;
    margin-left: 55px;
    list-style-type: decimal;
  }
  
  #content .levelFour {
    font-size: 1.1em;
    padding-top: 0px;
    margin-left: 75px;
    list-style-type: lower-alpha;
  }
  
/* ------------------------------------------------------------------------------------------ */
/* | 10. Image Content Division Styles                                                      | */
/* ------------------------------------------------------------------------------------------ */

  #content img {
    padding: 5px 0px 5px 0px;
  }
  
  #content img.imageLeft {
    float: left;
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 5px;
    margin-bottom: 2px;
    position: relative;
  }
  
  #content img.imageRight {
    float: right;
    margin-top: 0px;
    margin-left: 5px;
    margin-right: 0px;
    margin-bottom: 2px;
    position: relative;
  }
  
  #content img.imageCenter {
    display: block;
    margin-left: auto;
    margin-right: auto }
  }
  
/* ------------------------------------------------------------------------------------------ */
/* | 11. Titlebar/Note Content Division Styles                                              | */
/* ------------------------------------------------------------------------------------------ */

  #content .tealTitleBar {
    text-decoration: underline;
  }
  
  #content .tealNote img {
    float: left;
    margin-top: 15px;
    margin-right: 10px;
  }
  
  #content .tealNote {
    margin-top: -6px;
    margin-bottom: 10px;
    font-size: 1.0em;
    color: #000000;
    padding: 0px 10px 0px 10px;
    border: 1px solid #FFFFFF;
  }
    
  #content .yellowTitleBar {
    text-decoration: underline;
  }
  
  #content .yellowNote {
    margin-top: -6px;
    margin-bottom: 10px;
    font-size: 1.0em;
    color: #000000;
    padding: 0px 10px 0px 10px;
    border: 1px solid #FFFFFF;
  }
    
  #content .blueTitleBar {
    text-decoration: underline;
  }
  
/* ------------------------------------------------------------------------------------------ */
/* | 12. Voters Record View Styles                                                          | */
/* ------------------------------------------------------------------------------------------ */

  #voters04 #content table th,
  #voters04 #content table td {
    border: none;
  }

/* ------------------------------------------------------------------------------------------ */
/* | 13. Footer Division Styles                                                             | */
/* ------------------------------------------------------------------------------------------ */

  .legal {
    display: block;
    margin-left: 0px;
  }

/* ------------------------------------------------------------------------------------------ */
/* | 14. Font Setting Styles                                                                | */
/* ------------------------------------------------------------------------------------------ */

  * {
    color: #000000 !important;
    background-color: #FFFFFF;
  }
  
  h1 {
    font-size: 18pt !important;
    text-align: center;
  }
  
  h2 {
    font-size: 14pt !important;
    font-weight: bold !important;
    text-align: center;
    
  }
  
  h3 {
    font-size: 12pt !important;
    font-weight: bold !important;
    text-align: center;
  }
  
  h4 {
    font-size: 10pt !important;
    font-weight: bold !important;
  }
  
  h5 {
    font-size: 8pt !important;
    font-weight: bold !important;
  }
  
  li {
    font-size: 10pt !important;
    margin-bottom: 2px;
  }
  
  p {
    font-size: 10pt !important;
  }
  
  a {
    font-size: 10pt !important;
    text-decoration: none;
  }

/* ------------------------------------------------------------------------------------------ */
/* | 15. Class Styles                                                                       | */
/* ------------------------------------------------------------------------------------------ */

  .break_before {
    page-break-before: always;
  }
  
  .break_after {
    page-break-after: always;
  }
