@charset "UTF-8";

#content h1
{
    font-family: Tahoma;
    font-size: 16px;
    margin-bottom: 10px;
    text-align: left;
    color: #00B8B4;
    margin: 10px 0px;
}
#content h2
{
    font-family: Tahoma;
    font-size: 15px;
    font-style: italic;
    margin-left: 10px;
    text-align: left;
    color: #333333;
}

#content p, #content .label, #content .value
{
    font-family: arial;
    font-size: 13px;
    color: #000000;
    text-align: justify;
}
#homeright
{
    font-family: arial;
    font-size: 13px;
    color: #000000;
}
#content p
{
    margin: 13px 0px;
}
#content a
{
    text-decoration: none;
    color: #CC0000;
    font-weight: 700;
}
#content a:hover
{
    text-decoration: none;
    color: #999999;
}

#content ul
{
    list-style-image: url('images/bullet.gif');
    margin-top: 10px;
}
#content li
{
    font-family: arial;
    font-size: 13px;
    color: #000000;
    text-align: justify;
}
#content .button
{
    border: none;
    background-color: #000000;
    color: #FFFFFF;
}
#content .button:hover
{
    background-color: #00B8B4;
}
#content .dashedabove
{
    padding-top: 20px;
    border-top: 1px dashed #999999;
}
#content .dashedbelow
{
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom: 1px dashed #999999;
}
#content .formheader
{
    background: url('images/bannerheaderbg.gif');
    color: #FFFFFF;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-family: Rockwell;
    padding: 5px 0px;
}
#content .inputtext, #content .inputtextarea, #joinwrapper .titleinput, #joinwrapper .countriesinput, #joinwrapper .disciplinesinput, #joinwrapper .researchinput, #joinwrapper .inputarea
{
    border: 1px solid #00B8B4;
    margin: 0;

    font-family: arial;
    font-size: 12px;
    font-style: italic;
}
#content .texterror
{
    color: #CC0000;
}
#content .info
{
    font-family: sans-serif;
    font-size: 11px;
    color: #4D4D4D;
    text-align: right;
    margin: 0;
}
