/* styles used for frontend of modules*/
.mButton {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
	padding:1px;
	background-color:#778899;
	margin-right:5px;
	margin-top:15px;
	border: 1px solid #000;
    
}


.attention {
    color: #DB2230;
    background-color:transparent;
}






/*-----------------------------------*/
/* NEWS */
/*-----------------------------------*/

.newsContent {
padding-bottom:10px;
padding-top:12px;

border-top:1px solid #677EA9;
}

.newsContent h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #677EA9;
	font-weight: bold;
	border-bottom:0px dotted #677EA9;
	padding:0px;
	margin:0px 0px 5px 0px;
}


.newsContent h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #6F778E;
	padding:0px;
	font-weight: normal;
	margin:0px 0px 5px 0px;
}


.newsLink {/* Used for link - View more*/
  padding-bottom:5px;
  color: #019E57; 
  text-align: right;
  font-size: 11px;
}

.newsLink a{
  color: #019E57; 
	text-decoration: none;
}

.newsLink a:hover{
  color: #019E57;
	text-decoration: none;
}

/*---FAQ---------------------------------*/
.faqHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000;
	font-weight: bold;
  border-bottom:1px solid #CCC;
  padding-top:10px;
  padding-bottom:2px;
}




.faqQuestion {
	
    padding-top:10px;
    padding-bottom:5px;
}

.faqQuestion, .faqQuestion p
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #677EA9;
	font-weight: bold;
}

.faqAnswer {
    padding-top:2px;
    padding-bottom:10px;
}


/*-----CONTACT----*/

.contactHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #677EA9;
	font-weight: bold;
    padding-top:10px;
    padding-bottom:2px;
}

.contactContent {
    padding-top:10px;
    padding-bottom:2px;
}

.contactContent input {
    width: 300px;
}

.contactContent textarea {
    width: 300px;
}


/*-----SEARCH----*/

.searchTable { /* Sets the padding on the outer table */
	margin: 10px;
	padding: 10px;
	width: 98%;
}
.searchDivider { /* Divider line between seach results */
	margin-top: 10px;
	margin-bottom: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: CCC;
}
.searchTitle { /* Page title in search results */
	font-weight: bold;
}
a.searchLink { /* Page title link color in search results */
}
a:hover.searchLink { /* Page title link color in search results */
}


/*------- Newsletter Signup ------- */

.newsletterTable {
	background-color: #EFEFEF;
  border: 1px solid #CCC;
	padding:3px;
	margin: 3px;
}

.newsletterHeader{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #758534;
	font-weight: bold;
	border-bottom:1px solid #CCC;
	padding-left:8px;
	padding-right:8px;
}

.newsletterRow {
  font-family: Arial, Helvetica, sans-serif;
	padding-left:8px;
	padding-right:8px;
}
