/* --------------- Text markup --------------- */

p{
  margin: 0px;
  padding: 0px;
  text-align: left;
  }

p.bold{
       margin: 0px;
       padding: 0px;
       font-weight: bold;
       font-size: 10px;
       text-align: left;
       }

p.error{
        margin: 0px;
        padding: 0px;
        color: red;
        font-weight: bold;
        }

/* --------------- Link markup --------------- */

#navigation_page a{
        font-weight: bold;
        font-style: normal;
        color: #2c3437;
        text-decoration: none;
        }

#navigation_page a:hover{
              font-weight: bold;
              font-style: normal;
              color: #09bd2f;
              text-decoration: none;
              }
              
#mfr a{
        font-weight: bold;
        font-style: normal;
        color: #2c3437;
        text-decoration: none;
        }

#mfr a:hover{
              font-weight: bold;
              font-style: normal;
              color: #4c8ec9;
              text-decoration: none;
              }

#footer a{
          font-weight: bold;
          font-style: normal;
          color: #2c3437;
          text-decoration: none;
          }

#footer a:hover{
                font-weight: bold;
                font-style: normal;
                color: #4c8ec9;
                text-decoration: none;
                }
                
                
/* ------------- Rightside ------------- */

#rightside div.right_title{
                           padding: 7px;
                           text-align: center;
                           font-weight: bold;
                           font-size: 14px;
                           color: #000;
                           }
                      
#rightside hr{
              width: 75%;
              height: 1px;
              background: blue;
              color: blue;
              margin: 3px 15px 3px 15px;
              padding-left: 30px;
              }
              

/* --------------- Image --------------- */

img{
    margin: 5px;
    padding: 0px;
    border: 0px;
    }
    
    
/* --------------- Form --------------- */

input{
      margin-bottom: 2px;
      }

input.field{
      background-color: #3399cc;
      font-size: 12px;
      border-width: 1px;
      border-style: solid;
      border-color: #074984;
      opacity: 60;
      margin-bottom: 5px;
      }

/* login form */

#login_form form{
                border-width: 2px;
                border-style: solid;
                border-color: #f68a21;
                margin: 0px;
                padding: 0px;
                width: 200px;
                }

#login_form label{
                 float: left;
                 width: 150px;
                 text-align: right;
                 margin-right: 15px;
                 }

#login_form input{
                 background-color: #f8ca9e;
                 font-size: small;
                 border-width: 1px;
                 border-style: solid;
                 border-color: #f68a21;
                 margin-bottom: 2px;
                 margin-top: 1px;
                 }

#login_form select{
                  font-size: small;
                  background-color: #f8ca9e;
                  border-width: 1px;
                  border-style: solid;
                  border-color: #f68a21;
                  margin-bottom: 10px;
                  }

#login_form textarea{
                    width: 170px;
                    height: 100px;
                    background-color: #f8ca9e;
                    border-width: 1px;
                    border-style: solid;
                    border-color: #f68a21;
                    margin-bottom: 10px;
                    }

#login_form button{

                  }

#login_form div.head_form{
                      width: 200px;
                      height: 20px;
                      margin: 0px;
                      padding: 0px;
                      border-style: solid;
                      border-color: #f68a21;
                      background-color: #f68a21;
                      }
/* ---------------  --------------- */
