﻿body {  
    font-family: 'Bookman Old Style', 'Times New Roman', Arial;
    margin: 0;
    padding: 0;
    border: 0;
    text-align: justify;
    font-size: 12px;
    color: #000000;
    background-color: #FFFFFF;
    /*
    background-color: #F0F0F0;
    background-repeat: repeat;
	background-image: url(http://localhost/gordium/App_Themes/Gordium/Images/bg_gordium.png);
    */
}

h1, h2, h3, h4, h5, h6 {color: #750000; font-weight: bold;}

/* Felhasználói levél Styles */

#UserMailHeader
{
    width: 674px;
    height: 80px;
    background: #eee url( 'http://localhost/gordium/App_Themes/Gordium/Images/MailHeader.png' ) repeat-x;
}

#UserMailHeader h3 
{
    font-weight: bold;
    font-size: 11pt;
    margin-top: 55px;
    margin-left: 360px;
}

#UserMail
{
    border: 2px solid #003300;
    font-family: Bookman Old Style;
    font-size: 11pt;
    margin-top: 14px;
    margin-bottom: auto;
    margin-left: auto;
    margin-right: auto;
    width: 674px;
    text-align: left;
    background: #eee url( 'http://localhost/gordium/App_Themes/Gordium/Images/bg_entry.png' ) repeat-x;
}

#UserMail p 
{
    margin: 0 10px 10px 10px;
}

#UserMail h2 
{
    clear: both;
    font-size: 18pt;
    margin: 6px 10px 10px 10px;
    color:#003300;
    font-weight:bold;
    border-bottom:2px solid #abb;
}

#UserMail a{
    color: #750000;
    font-weight: normal;
    text-decoration: none;
}

#UserMail a:hover{
    color: #003300;
    text-decoration: none;
    background: none;
}

.Alairas
{
    font-variant: small-caps;
    color: #003300;
    font-style: italic;
    font-weight: bold;
    margin-left: 30px;
}