﻿/* Reset margins and paddding on common elements so we can control them */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol,ul,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;	
}

body {
	font-size: 80%;
	font-family: Arial, Verdana, sans-serif;
	background-color: #fff;
	color: #666666;
}


a {
	color: #82BA41;
	text-decoration: none;
}

a:hover 
{
    text-decoration: underline;
}

img {
	border: none;
	margin: 0 5px;
}

/* --- add some default margins for elements ------------ */
ul, ol {
	margin: 2px 0px 10px 15px;
	list-style-type: square;
}

p {
	margin: 2px 0 10px 0;
}

#content ul li
{
	margin-bottom: 10px;
}
#content .validationSummary li
{
	margin-bottom: 0;
}
#content ol li
{
    margin-left: 20px;
    margin-bottom: 10px;
}

blockquote
{
    margin-left: 1em;
}

h1, h2
{   
    font-size: 18pt;
    border-bottom: 1px dotted #CDDFB0;
    color: #82BA41;
    margin: 0 0 13px 0;
    padding-bottom: 5px;
}

hr
{
    margin: 1em 0;
    height: 2px;
    border: 0;
    color: #f2f0f1;
    background-color: #f2f0f1;    
}
table 
{
    border-collapse: collapse;
}
tr
{
	margin: 0;
	padding: 0;
}
td
{
	margin: 0;
    padding: 2px;
}

fieldset {
	border: none;
	background: #F2F2F2;
}
fieldset p
{
	margin: 20px 0 0 0;
}
fieldset p span
{
	color: #82BA41;
	font-weight: bold;
	font-size: 1.2em;
}
#updatesPadding
{
	margin-bottom: 10px;
}
#first-q
{
	margin-top: 0;
}
input, textarea, select
{
    border: 1px solid;    
}

.left
{
    float:left;
}

.right
{
    float:right;
}

.center
{
    text-align: center;
}

.centeredImage
{
    text-align: center;
    margin: 0;
    padding: 0;
}

.clearer
{
    clear: both;
    height: 1px;
    overflow:hidden;
    visibility: hidden;
}

.bold
{
    font-weight: bold;
}

.error
{
    color: #ff0000;
}

.button1, .button2
{
    background: #638CB9;
    color: #fff;
    border: none;
    padding: 2px;
    font-weight: bolder;
}

.siteButton, .loginButton
{
    overflow: visible;  /* keeps ie from adding extra padding around the text */
    background: #82BA41;
    color: #fff;
    padding: 2px 5px;
    cursor: pointer;
}

.tableHeader
{
    background: #638CB9;
    color: #fff;
    font-weight: bold;
    text-align: center;
}

.tableItem
{
    vertical-align: top;
}

.tableItemAlt
{
    background: #EEEEEE
}

.noBorder input, .noBorder
{
    border: none;
}

/* -------------- */
strong
{
	color: #82BA41;
	font-weight: bold;
}
.highlight
{
	color: #82BA41;
	font-size: 1.2em;
}
.required, .error
{
    color: Red;
}

.success
{
    color: Green;
}

.centered
{
    text-align: center;
}

.big-list
{
	color: #82BA41;	
	font-size: 14pt;
	list-style: none;
}
.big-list li
{
	list-style: none;
	background: url(../images/bullet.gif) no-repeat left top;
	padding-left: 23px;	
	margin: 0 0 10px 0;
}

.green-list
{
	color: #82BA41;
}
.green-list li
{
	margin-bottom: 0.5em;
}

.question
{
	color: #82BA41;
	margin-bottom: 0;
	font-weight: bold;
}
.small
{
	font-size: 0.8em;
}