﻿/****************************************************************
* Custom defined styles
*****************************************************************/
img.Print
{
    margin: 2px 0 4px 0;
}

h1.NoMargin
{
    margin: 0;
}

div.HorizontalRule,
.hr
{
    display: block;
    width: auto;
    height: 1px;
    margin: 4px 0;
    background-image: url('../Images/line.png');
    background-repeat: repeat-x;
}

.arrow
{
    background-image: url('../Images/arrow.png');
    background-repeat: no-repeat;
    background-position: left center;
    display: inline;
    min-height: 13px;
    min-width: 12px;
    padding-left: 12px;
    margin-left: 4px;
}

a.pdf { display:block; height:30px; background-image:url('../images/icon-pdf.png'); background-repeat:no-repeat; padding:35px 0 0 70px; text-align:left; font-weight:bold; }
a.pdf img { border:none; }

/****************************************************************
* Default styles
*****************************************************************/
*
{    
    font-family: "Arial", "Tahoma", "Verdana", "Helvetica", "sans-serif";
}

body
{
    font-size: 10pt;
}

img
{
    border: none;
    margin: 2px;
}

a
{
    color: #0c1560;
    text-decoration: none;
}

a:hover
{
    text-decoration: underline;
}

h1
{
    font-size: 24px;
    color: #0c1560;
    font-weight: normal;
    padding: 0;
    margin: 0 0 20px -4px;
}

h2
{
    padding: 0;
    margin: 0;
    font-weight: normal;
    color: #606060;
    font-size: 15px;
}

.Prompt
{
    font-weight: bold;
}

/****************************************************************
* LayoutArea specific styles
*****************************************************************/
div#top a
{
    color: #fff;
}

/****************************************************************
* Paddings
*****************************************************************/
table tr { vertical-align:top; }
table ul { padding:0; margin:0 0 0 15px; }
table td { font-size:10pt; }
