/*
 *   $Header: /root/cvscopy/var/cvs/CIVIC/PBO/PBO.css,v 1.1 2011-07-25 14:12:53 rwright Exp $
 *
 *   Copyright (c) 2011 by groundworkgroup.org
 *
 *   File:          civic.css
 *
 *   Facility:      CIVIC
 *
 *   Abstract:      Presentation specs
 *
 *   Author:        Randy Wright
 *
 *   $Log: not supported by cvs2svn $
 *
 */


/*
	  BODY
	   {background-color:#DDDDDD;color:black;font-family:Arial, sans-serif;font-size:9pt;font-weight:700;}
*/
@media (max-width: 952px) {
    .header-div-1 {text-align: center;}
    .header-div-2 {margin-top: 18px; text-align: center;}
}

    BODY.Civic
     {background-color:#FFFFFF; font-family: "Helvetica Neue",Helvetica,Arial,sans-serif}
    HR.Civic
     {color:#D40000;}

    P.SubTitle
     {color:#D40000;font-family:Arial, sans-serif;font-size:16pt;font-weight:bold;}

    #container {max-width:960px;margin:0px auto}
    #form_container {border-top:1px solid #000000; border-bottom:1px solid #000000; padding:20px 10px; margin:8px 20px 10px 20px}
    .single_line_checkbox, .single_line_p {margin:4px 20px}
    h2 {margin:20px 20px 8px 20px;font-family: "Times New Roman", Times, serif;font-size: 24pt;font-style: oblique;font-weight: bold;color: #000000;text-decoration: none;line-height: normal}
    h3 {margin:20px 20px 20px 10px;padding-top:20px;font-family: "Times New Roman", Times, serif;font-size: 15pt;font-style: oblique;font-weight: bold;color: #000000;text-decoration: none;line-height: normal}

    div {color: #000000; font-family: "Times New Roman", Times, sans-serif;}
    label {margin-top: 10px; color: #000000; font-family: "Times New Roman", Times, sans-serif}
    a {font-size: 14px;}
    input, select {border:2px solid #339933!important;font-size:16px;padding:4px 6px;background-color:#F5FBF2!important;}
    .form_input {margin:10px 0px;font-size:14px}
    .form_button {margin:10px 40px 20px 40px;font-size:18px;color:#339933;font-weight: bold;}

    .btn-rounded {border-radius: 50px; min-width: 150px;}
    .btn-teal {background-color: #0AC4C4; color: white;}
    .btn-teal:hover {background-color: #0A8282; color: white;}

    .row-striped:nth-of-type(odd){background-color: #F5FBF2;}
    .row-striped:nth-of-type(even){background-color: #FFFFFF;}
