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

/*-------------------------
	Page Styles
-------------------------*/
body.main {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #505363;
	background-image: url(../Images/bg.jpg);
	}
body.popup {
	background-color: #c7c7c7;
	}
p, li, div, ul, ol, td {
	font-family: Arial;
    font-size: 12px;
    color: black;
  	}
h1 {
	font-family: Arial;
	color: #616080;
	font-size: 12px;
	text-align: right;
	}

h2, h3, h4, h5, h6 {
	font-family: Arial;
	}
a {
	text-decoration: none;
	color: #339999;
  	}
a:visited, a:active {
	text-decoration: none;
	color: #000066;
  	}
a:hover {
	text-decoration: underline;
    color: #993300;
  	}

/*-------------------------
	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;
    }
b.comment {
	font-size: 16px;
    color: green;
    }

/*-------------------------
	Event Styles
-------------------------*/
p.event {
	font-family: Verdana;
    font-size: 12px;
    color: #000066;
    text-align: left;
    }
td.event {
    background-color: #000066;
	color: #ffffff;
    }
a.event {
	color: #ffffff;
    }
a.event:visited {
	color: #ffffff;
    }
a.event:active {
	color: #ffffff;
    }
a.event:hover {
	color: #ffffff;
    }

/*-------------------------
	CMS Styles
-------------------------*/
table.login {
	border: 1px solid #000000;
    background-color: #000066;
    }
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: #000066;
    /*background-image: URL("../Images/nHarmonyfooterlogo.gif");*/
    }
td.logout {
	background-color: #000066;
    }
a.membersOnly,
a.membersOnly:visited,
a.membersOnly:active,
a.membersOnly:hover {
	width:175px;
    text-align: center;
    font-family: Tahoma;
    font-size: 12px;
    color: #ffffff;
    font-weight: bold;
    text-decoration: none;
    }
div.help {
    position: absolute;
    top: 185px;
    left: 625px;
    width: 40px;
	}
b.star {
	font-family: Arial;
    font-size: 15px;
    color: #000066;
    }
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: 95%;
    font-family: Arial;
    font-size: 12px;
    }
td.CMSHeader {
    background-color: #000066;
    color: #ffffff;
    font-family: Arial;
    font-size: 12px;
    }
tr.CMS0 {
	background-color: #f0f0f0;
    color: #000000;
    }
tr.CMS1 {
	background-color: #c0c0c0;
    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: #000066;
    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: #000066;
    color: #ffffff;
    }
tr.MB0 {
	background-color: #f0f0f0;
    color: #000000;
    }
tr.MB1 {
	background-color: #c0c0c0;
    color: #000000;
    }
td.MBFooter {
	background-color: #ffffff;
    }
