﻿*
{
    padding:0;
    margin:0;
}

input.textfield
{
    border: solid 1px #CCCCCC;
    padding: 2px 0px 2px 0px;
    height: 18px;
}

textarea.textfield
{
    border: solid 1px #CCCCCC;
    padding: 2px 0px 2px 0px;
}

select.dropdown
{
    border: solid 1px #CCCCCC;
    padding: 2px;
}

input.textfield-currency
{
    border: solid 1px #CCCCCC;
    padding: 2px;
    text-align: right;
}

select.listbox, OPTION.listbox
{
    border: solid 1px #CCCCCC;
    background-color: white;
    padding: 2px;
}

.checkboxlist label
{
    padding:3px;
}

.checkboxlist td
{
    vertical-align: top;
}

.page-margin
{
    margin-left: 210px;
}

h1.heading-green
{
    font-size: 14pt;
}

h1
{
	font-family: 'Tahoma', 'Lucida Grande', Verdana, Arial, Sans-Serif;
    font-weight: normal;
    font-size: 18px;
    margin-bottom: 4px;
    letter-spacing: 1px;
    color: #8BB650;
}

.h1
{
	font-family: 'Tahoma', 'Lucida Grande', Verdana, Arial, Sans-Serif;
    font-weight: normal;
    font-size: 18px;
    margin-bottom: 4px;
    letter-spacing:1px;
    color: #8BB650;
}

h1.heading-dark-gray
{
	font-family: 'Tahoma', 'Lucida Grande', Verdana, Arial, Sans-Serif;
    font-weight: normal;
    font-size: 20px;
    margin-bottom: 4px;
    letter-spacing:1px;
    color: #4D4D4D;
}

h2
{
	font-family: 'Tahoma', 'Lucida Grande', Verdana, Arial, Sans-Serif;
    font-weight: normal;
    font-size: 13px;
    margin-bottom: 3px;
    letter-spacing:1px;
    color: #8BB650;
}

.h2
{
	font-family: 'Tahoma', 'Lucida Grande', Verdana, Arial, Sans-Serif;
    font-weight: normal;
    font-size: 13px;
    margin-bottom: 3px;
    letter-spacing:1px;
    color: #8BB650;
}

h3
{
	font-family: 'Tahoma', 'Lucida Grande', Verdana, Arial, Sans-Serif;
    font-weight: normal;
    font-size: 11px;
    margin-bottom: 3px;
    letter-spacing: 1px;
    color: #7CA9CF;
}

.h3
{
	font-family: 'Tahoma', 'Lucida Grande', Verdana, Arial, Sans-Serif;
    font-weight: normal;
    font-size: 11px;
    margin-bottom: 3px;
    letter-spacing:1px;
    color: #7CA9CF;
}

a.h3-special, a:link.h3-special ,a:visited.h3-special ,a:hover.h3-special
{
	font-family: 'Tahoma', 'Lucida Grande', Verdana, Arial, Sans-Serif;
    font-weight: normal;
    font-size: 13px;
    margin-bottom: 7px;
    letter-spacing:1px;
    color: #7CA9CF;
}

h4
{
	font-family: 'Tahoma', 'Lucida Grande', Verdana, Arial, Sans-Serif;
    font-weight: bold;
    font-size: 10px;
    margin-bottom: 3px;
    letter-spacing:1px;
    color: #4D4D4D;
}

.h4
{
	font-family: 'Tahoma', 'Lucida Grande', Verdana, Arial, Sans-Serif;
    font-weight: bold;
    font-size: 10px;
    margin-bottom: 3px;
    letter-spacing:1px;
    color: #4D4D4D;
}

h5
{
	font-family: 'Tahoma', 'Lucida Grande', Verdana, Arial, Sans-Serif;
    font-weight: normal;
    font-size: 14px;
    margin-bottom: 3px;
    letter-spacing:1px;
    color: #8BB650;
}

.h5
{
	font-family: 'Tahoma', 'Lucida Grande', Verdana, Arial, Sans-Serif;
    font-weight: normal;
    font-size: 14px;
    margin-bottom: 5px;
    letter-spacing:1px;
    color: #8BB650;
}




a, a:visited, a:hover, a:active, a:link
{
    color: #FF7A01;
    text-decoration: none;
}

a.primary-link
{
    color: #4D4D4D;
}

a.primary-link:hover
{
    text-decoration: underline;
}

a.secondary-link
{
    color: #0068B1;
}

a.secondary-link:hover
{
    text-decoration: underline;
}

hr.list-view
{
    margin: 3px 0px 3px 0px;
    border-style: none;
    border-bottom: solid 1px #8BB650;
}

hr.list-separator
{
    margin: 10px 0px 10px 0px;
    border-style: none;
    border-bottom-style: dashed;
    border-bottom-width: 1px;
    border-bottom-color: #C2E8F5;
}


ul 
{
    list-style-position: outside;
    margin-left: 20px;
}

ol 
{
    list-style-position: outside;
    margin-left: 20px;
}

img
{
    display: block;
}

table
{
    padding: 0px;
    margin: 0px;
}

fieldset
{
    padding: 10px;
    margin-top: 5px;
    margin-bottom: 5px;
    border: solid 1px #CCC;
}

fieldset ul
{
    padding-left:20px;
}

p
{
    padding-top: 5px;
    padding-bottom: 5px;
}

legend
{
    color: Black;
    padding-left:5px;
    padding-right: 5px;
    text-transform:capitalize;
}