/*-----------------------------------------
  stylin.css Version 3.3 09/12/03
  Copywrite nHarmony, Inc. 2003
  UnAutorized use is strictly prohibited
-----------------------------------------*/

/*-------------------------
	Page Styles
-------------------------*/

p, li, div, ul, ol {
	font-family: Arial;
    font-size: 14px;
    color: black;
  	}
h2 {
	font-family: Arial;
    text-align: right;
    font-size: 16pt;
    }
a {
	color: #42795A;
  	}
a:visited, a:active {
	color: #42795A;
  	}
a:hover {
    color: #4a708d;
  	}

/*-------------------------
	Misc Styles
-------------------------*/
table.border {
	border: 1px solid #000000;
    align: center;
    }
tr.StandardCheck {
	font-family: Arial;
    font-size: 12px;
    }
tr.StandardRadio {
	font-family: Arial;
    font-size: 12px;
    }
p.contact {
	font-family: Arial;
    font-size: 12px;
    color: black;
    }
p.dateline {
	font-family: Arial;
    font-size: 12px;
    color: black;
    }
b.comment {
	font-size: 16px;
    color: green;
    }

/*-------------------------
	CMS Styles
-------------------------*/
table.login {
	border: 1px solid #000000;
    background-color: #851717;
    }
td.loginError {
	background-color: #ff0000;
    color: #ffffff;
    text-align: center;
    }
p.login {
	color: #ffffff;
    text-align: center;
    }
table.membersOnly {
	/*background-color: #4a708d;*/
    /*background-image: URL("../Images/nHarmonyfooterlogo.gif");*/
    }
table.membersOnly1 {
	background-color: #851717;
    /*background-image: URL("../Images/nHarmonyfooterlogo.gif");*/
    }
td.logout {
	background-color: #851717;
    }
a.membersOnly,
a.membersOnly:visited,
a.membersOnly:active,
a.membersOnly:hover {
	width:150px;
    text-align: center;
    font-family: Tahoma;
    font-size: 10pt;
    color: #ffffff;
    font-weight: bold;
    text-decoration: none;
    }
div.help {
    position: absolute;
    top: 20px;
    left: 90%;
    width: 40px;
	}
b.star {
	font-family: Arial;
    font-size: 15px;
    color: #4a708d;
    }
b.error {
	font-family: Arial;
    font-size: 15px;
    color: red;
  	}
b.formError {
	font-family: Arial;
    font-size: 13px;
    color: red;
    }

/*-------------------------
	CMS Form Styles
-------------------------*/
table.CMSborder {
	border: 1px solid #000000;
    align: center;
    width: 100%;
    font-family: Arial;
    font-size: 12pt;
    }
td.CMSHeader {
    background-color: #851717;
    color: #ffffff;
    font-family: Arial;
    font-size: 12pt;
    }
tr.CMS0 {
	background-color: #FAF7D6;
    color: #000000;
    }
tr.CMS1 {
	background-color: #c8d0bc;
    color: #000000;
    }
td.CMSFooter {
	background-color: #ffffff;
    }

/*-------------------------
	Standard Form Styles
-------------------------*/
table.Standardborder {
    border: 1px solid #000000;
    align: center;
    width: 80%;
    font-family: Arial;
    font-size: 12px;
    }
td.StandardHeader {
	background-color: #ffffff;
    color: #4a708d;
    font-weight: bold;
    font-family: Arial;
    font-size: 12px;
    }
tr.Standard0 {
	background-color: #ffffff;
    color: #000000;
    font-family: Arial;
    font-size: 12px;
    }
tr.Standard1 {
	background-color: #ffffff;
    color: #000000;
    font-family: Arial;
    font-size: 12px;
    }
td.StandardFooter {
	background-color: #ffffff;
    }

/*-------------------------
	Message Board Styles
-------------------------*/
td.MBNew {
    color: #ff1f1f;
    }
td.MBHeader {
	background-color: #4a708d;
    color: #ffffff;
    }
tr.MB0 {
	background-color: #f0f0f0;
    color: #000000;
    }
tr.MB1 {
	background-color: #c0c0c0;
    color: #000000;
    }
td.MBFooter {
	background-color: #ffffff;
    }
