/*-----------------------------------------------------------------------------
   Copyright 2006
   Daily Data, Inc.
   All rights reserved
   Name: $Id: contact_us.css,v 1.7 2006/11/30 03:58:26 rodolico Exp $
   Description:
      CSS for contact_us.php library

   $Date: 2006/11/30 03:58:26 $
   $Revision: 1.7 $
   Revision History:
      $Log: contact_us.css,v $
      Revision 1.7  2006/11/30 03:58:26  rodolico
      Beginning work on connection to payment center. Still needs a little work


-------------------------------------------------------------------------------*/

/* Contact form */
/* Master styles v 1 */
/* 2006, Daily Data, Inc. */

/* Global */



body {
    background:#ffffff;  /* page background color*/
    color: #5190cd;
    font-family:Arial, Helvetica, sans-serif;
    margin:0px;
    padding:0px;
  }

a:link {
    color: #121619;
    text-decoration: underline;
  }


a:visited {
    color: #878b8e;
    text-decoration: underline;
  }


a:hover {
    color: red;
    text-decoration: underline;
  }

#everything {
   margin-left: auto;
   margin-right: auto;
   margin-top: 10px;
   padding: 0px;
   width: 80%;
}

p {
    font-size:10px;
    margin-left:4px;
    margin-right:4px;
    color: #5190cd;
    text-align: center;
  }
  
p.missing_information {
   font-size : 12px;
   text-align: center;
   color: red;
}

/*h1-h4 sizes, based relative to default font size.*/
/*color, margin, padding, etc. can all be applied*/



h1 {
    font-size : 14px;
    text-align : center;
  }


h2 {
    font-size:13px;
  }


h3 {
    font-size:12px;
  }


h4 {
    font-size:11px;
  }

/* Layout */



#header {
    /*adjust properties based on the header properties of the page in question*/
    width : 600px;
    background-color : #ffffff;
    height : 130px;
    vertical-align : top;
    margin-left:auto;
    margin-right:auto;
  }


.header-menu {
    /*if header has a menu, adjust this section accordingly*/
    float:right;
    height:25px;
    text-align:right;
  }


#content {
    /*the main body of the page. Adjust styles to fit with existing style*/
    width:600px;
    margin-left:auto;
    margin-right:auto;
  }


.left-menu {
    /*if page has left sidebar menu, adjust css properties to match*/
    float:left;
    background:#ffffff;
    width:150px;
    padding:5px 5px 5px 5px;
  }


.main-text {
    /*content area. This is where the form itself will live. It's nested within the content div in case specific styling should be applied*/
    background:#ffffff;
    padding:5px 5px 5px 5px;
  }


#footer {
    /*page footer*/width:760px;
    height:20px;
    background:#ffffff;
    text-align:center;
    font:10px Arial, Helvetica, sans-serif;
  }

/* Form styles */



.form-table {
    border:0px dotted #000;
  }


.form-table th {
    background:#ffffff;
    padding:2px 2px 2px 2px;
    border:0px solid #000;
  }


.form-table tr {
    border:1px solid #000;
    padding:0px 1px 1px 1px;
  }


.form-table td {
    border:0px solid #000;
    padding:1px 1px 1px 1px;
  }


.select {
    border:1px solid #000;
    background:#eeeeee;
    color: #404040;
  }


.text-field {
    border:1px solid #000;
    background:#eeeeee;
    color: #404040;
  }


.text-area {
    border:1px solid #000;
    background:#eeeeee;
    color: #404040;
  }


.button {
    background:#f5fafe;
    color: #404040;
    border-top:1px solid #5190cd;
    border-bottom:3px solid #5190cd;
    border-left:1px solid #5190cd;
    border-right:3px solid #5190cd;
    font-size:12px;
    font-weight:bold;
  }


