﻿
/*
html
{
    overflow: -moz-scrollbars-vertical;
}
*/

html 
{ 
    height: 100%; margin-bottom: 1px; 
}

/*
html>body 
{ 
    overflow:scroll; 
}
*/

body {
	height: 100%;
	margin: 0;
	/*padding-top:30px;*/ 
	/*padding: 30px;*/
	border: 0;
	background-color: #FFFFFF; /*#E7EFEF;*/  /*#77CCFF;*/
	font-family: Verdana, Arial, Helvetica, sans-serif;     /*Courier New, Courier, monospace; */
    font-size: 12pt;      
    line-height: 120%;
}

.linkHome A:link {text-decoration: none; color: #000000; font-size: 18pt; font-weight:bolder;}
.linkHome A:visited {text-decoration: none; color: #000000; font-size: 18pt; font-weight:bolder;}
.linkHome A:hover {text-decoration: underline; color: #000000;}
/*.linkHome A:active {text-decoration: overline; color: #000000; font-size: 18pt; font-weight:bolder;}*/

.linkMainNav A:link {text-decoration: none; color: #000000; font-size: 13pt; font-weight:bold;}
.linkMainNav A:visited {text-decoration: none; color: #000000; font-size: 13pt; font-weight:bold;}
.linkMainNav A:hover {text-decoration: underline; color: #000000;}
/*.linkMainNav A:active {text-decoration: overline; color: #000000; font-size: 13pt; font-weight:bold;}*/

.linkSmall A:link {text-decoration: none; color: #000000; font-size: 8pt; font-weight:bold;}
.linkSmall A:visited {text-decoration: none; color: #000000; font-size: 8pt; font-weight:bold;}
.linkSmall A:hover {text-decoration: underline; color: #000000;}

a[href^="mailto"]:link { text-decoration: none; color: #000000; font-size: 13pt; font-weight:bold;}
a[href^="mailto"]:visited { text-decoration: none; color: #000000; font-size: 13pt; font-weight:bold;}
a[href^="mailto"]:hover { text-decoration: underline; color: #000000;}

.textHeading
{
    font-size: 13pt; 
    font-weight: bold;
}

.textSmall 
{
    font-size: 8pt;
}

.textRight
{
    text-align: right;
}

.mainTable
{ 
    margin-left: auto;
    margin-right: auto;
    background-color: #FFFFFF;
}

.tableInner
{
    border-collapse: collapse;
}

.textboxContribute
{
    overflow: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;  /*Courier New, Courier, monospace;*/
	font-size: 12pt;
}

.textboxEmail
{
    font-family: Verdana, Arial, Helvetica, sans-serif;  /*Courier New, Courier, monospace;*/
}

.hrMain
{
    border: none 0;
    border-top: 1px solid #000; /*the border*/
    width: 100%;
    height: 1px;    /*whatever the total width of the border-top and border-bottom equal*/
}

.fontBlue
{
    color: #77CCFF;
}

.fontRed
{
    color: #CC4444;
}

.fontGrey
{
    color: #898989;
}

.tdMain
{
    padding-bottom: 5px;        /*2px for the monospaced font*/
}

.repeaterAlternateRow
{
	background-color: #EEEEEE;
}

.shareBottom
{
    padding-top: 4px;
    border: 0px;
}