/**
 * @package Biorhythm
 * @author Dragos Boneanu
 * @version 1.0
**/

/*
Copyright © 2009  Dragos Boneanu (email: zgudu70@gmail.com)

This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
*/

.biorhythm_form {
    font-size: 9pt;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    color: #333333;
    padding-left: 10px;
    margin: 0px;
}

.biorhythm_form a:hover {
    border: 0px none;
    text-decoration: none;
}

.biorhythm_expand {
    margin: 0px;
    padding-bottom: 5px;
}

.biorhythm_input {
    font-size: 9pt;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    color: #333333;
    background-color: ghostwhite;
    margin: 0px;
    padding: 0px 3px 0px 3px;
}

.biorhythm_icon {
    border: 0px;
    vertical-align: middle;
    padding: 0px 0px 4px 0px;
    border: 0px none;
    text-decoration: none;
}

.biorhythm_submit {
    background-color: steelblue;
    color: #ffffff;
    border: 0px;
    font-size: 8pt;
    padding: 2px 10px 2px 10px;
    margin-top: 3px;
    margin-bottom: 10px;
    cursor: pointer;
    -moz-border-radius: 2px;
    -khtml-border-radius: 2px;
    -webkit-border-radius: 2px;
}
