h1, .h1
{
    font-family: times new roman;
    font-size:200%;
}

h2, .h2
{
  font:120%/1 sans-serif;
}

h3, .h3
{
  font:110%/1 sans-serif;
}

a, .a
{
    color:#00F;
    text-decoration: none;
}

a:hover, .a_hover
{
    color:#00A;
    text-decoration: underline;
}

.quote
{
    font-style:italic;
    color:#666;
}

body, .body
{
    color:000;
    text-decoration:none;
}

.error
{
    color:red;
    padding:5pt;
}

.message
{
    color:green;
    padding:5pt;
}

.logoCapital
{
    color:red;
    text-transform: uppercase; 
}

fieldset {
  padding: 1em;
  font:80%/1 sans-serif;
  border: 0px;
  }

label {
  float:left;
  width:25%;
  margin-right:0.5em;
  padding-top:0.2em;
  text-align:right;
  font-weight:bold;
  }

.mailbox, .mailbox th {
    border:1px solid #DDDDFF;
    background-color: #EEEEFF;
}

.row, .row td {
    border-bottom:1px solid #DDDDFF;
    background-color:white;
}

.row_hover, .row_hover td
{
    border-bottom:1px solid #FFDDAA;
    background-color:#FFFFCC;
    cursor:pointer;
}


.editPageTitle
{
    width:50%;
}

.editPageLocalUrl
{
    width:50%;
}

.editPageContent
{
    width:50%;
    height:50%;
}