/* styles used for frontend of modules*/
.mButton {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	padding:1px;
	background-color:#99CC00;
	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 dotted #4076B5;
    font: normal 12px/14px Arial, Helvetica, sans-serif;
    color: #496583;
}
/* Heading */
.newsContent h2 
{
	font: bold 14px/12px Arial, Helvetica, sans-serif;
	color: #4076B5;
	padding:0px;
	margin:0px 0px 10px 0px;
}

.newsContent h2 a
{
	font: bold 14px/12px Arial, Helvetica, sans-serif;
	color: #346096;
}

/* Brief Description - fullstory*/
.newsContent h3 
{
	font: italic 13px/15px Arial, Helvetica, sans-serif;
	color: #336193;
	padding:0px;
	margin:0px 0px 5px 0px;
}

/* Brief Description */
.newsContent h4 
{
	font: normal 12px/14px Arial, Helvetica, sans-serif;
	color: #336193;
	padding:0px;
	margin:5px 0px 15px 0px;
}

/* Used for link - View more*/
.newsContent .newsLink 
{
  font: normal 11px/13px Arial, Helvetica, sans-serif;
  padding:2px 0px 5px 0px;
  color: #82AC02; 
  text-align: left;
}

.newsContent .newsLink a
{
  font: normal 11px/13px Arial, Helvetica, sans-serif;
  color: #82AC02; 
  text-decoration: none;
}

.newsContent .newsLink a:hover{
  color: #99CC00;
	text-decoration: none;
}

.newsImage
{
    margin:0px 10px 5px 0px;
}



/*---FAQ---------------------------------*/
.faqHeader 
{
    font: bold 14px/12px Arial, Helvetica, sans-serif;
    color: #4076B5;
    border-bottom:1px solid #CCC;
    padding-top:10px;
    padding-bottom:2px;
}




.faqQuestion {
	
    padding-top:10px;
    padding-bottom:5px;
}

.faqQuestion, .faqQuestion p
{
	font: bold 12px/14px Arial, Helvetica, sans-serif;
    color: #496583;
}

.faqAnswer {
    padding-top:2px;
    padding-bottom:10px;
}


/*-----CONTACT----*/

.contactHeader {
	font: bold 13px/15px Arial, Helvetica, sans-serif;
	color: #4076B5;
    padding-top:5px;
    padding-bottom:2px;
}

.contactContent {
    padding-top:5px;
    padding-bottom:2px;
}

.contactContent input {
    width: 300px;
}

.contactContent textarea {
    width: 300px;
    font: normal 10px/13px Arial, Helvetica, sans-serif;
}


/*-----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;
}
