
/********************************************************************

 *
 * TEMPLATE STYLE COLOR & IMAGES:
 * Settings for template's design elements and color.
 *
*********************************************************************/
/** GENERAL **/
body {
}

h1 {
	color: #000000;
}

h2 {
	color: #000000;
}

h3 {
	color: #000000;
}

h4 {
	color: #000000;
}

h5, h6 {
	color: #000000;
}

a:link,
a:visited {
	color: #37B34A;

}

a:hover {
}

a:active {
	color: #37B34A;
}

blockquote {
	color: #993300;
}


/** JOOMLA ELEMENTS **/


a.readon:link,
a.readon:visited {
	color: #000000;
	background: url(../images/icon-arrow-m.png) no-repeat 8px center;
}

a.readon:hover {
	color: #37B34A;
}

td.sectiontableheader {
	color: #000000;
	background-color: #d9d9d9;
}

td.sectiontableentry1,
tr.sectiontableentry1 td {
	background-color: #f5f5f5;
}

td.sectiontableentry2,
tr.sectiontableentry2 td {
	background: none;
}

span.highlight {
	padding: .2em;
	background-color: #ffffaa;
}

table.blog span.article_seperator {
}

a.pathway:link,
a.pathway:visited {
	color: #404040;
}

/* table of content */
table.contenttoc {
	border: 1px solid #d9d9d9;
	background-color: #f5f5f5;
}

/* article's date */
span.small,
td.createdate,
td.modifydate {
	color: #999999;
}

/* content page nav */
div.pagenavbar div {
	color: #999999;
}

/* content item rolling nav */
th.pagenav_prev, th.pagenav_next {
	color: #999999;
}

/* blog pages nav */
.pagenav {
	color: #999999;
}

/* Page counter */
div.pagenavcounter {
	color: #595959;
}

/* Mosimage */
div.mosimage {
	color: #595959;
}

/** POP UP FORMS **/
body.contentpane {
	color: #000000;
	background-color: #ffffff;
}

/* System Standard Messages */
#system-message {
	margin-bottom: 20px;
}

#system-message ul li {
	margin-left: 0;
}

#system-message dd.message ul {
	background: #c3d2e5 url(../../system/images/notice-info.png) 4px center no-repeat;
}

/* System Error Messages */
#system-message dd.error ul {
	border-top: 3px solid #de7a7b;
	border-bottom: 3px solid #de7a7b;
	margin: 0px;
	padding-left: 40px;
	color: #cc0000;
	background: #e6c0c0 url(../../system/images/notice-alert.png) 4px center no-repeat;
	text-indent: 0px;
}


/* Tooltips */
.tool-tip {
	float: left;
	background: #ffc;
	border: 1px solid #D4D5AA;
	padding: 5px;
	max-width: 200px;
}

.tool-title {
	padding: 0;
	margin: 0;
	font-size: 100%;
	font-weight: bold;
	margin-top: -15px;
	padding-top: 15px;
	padding-bottom: 5px;
	background: url(../../system/images/selector-arrow.png) no-repeat;
}

.tool-text {
	font-size: 100%;
	margin: 0;
}


/* System Notice Messages */
#system-message dd.notice ul {
	border-top: 3px solid #f0dc7e;
	border-bottom: 3px solid #f0dc7e;
	color: #cc0000;
	background: #efe7b8 url(../../system/images/notice-note.png) 4px center no-repeat;
}

/** CUSTOM POSITION STYLES **/




#shs-body_wrapper {
	background: #FFFFFF;
}

#shs-main_wrapper {
	border-right: 1px solid #CCCDCF;
}


#shs-content {
	background-color: #ffffff;
}



#shs-pathway {
	padding: 0em 0em;

}

#shs-footer {
	color: #595959;
}

#shs-footer a:link,
#shs-footer a:visited {
	color: #000000;
	text-decoration: none;
}

#shs-footer a:hover {
	text-decoration: underline;
}

/*search icon*/
div.search-icon {
	padding-left: 20px;
	background: transparent url(../images/icon-search.png) no-repeat left center;
}

div#shs-pright div.module,
div#shs-pleft div.module {
	margin-bottom: 1.5em;
}

table.poll td,
table.poll-box td,
table.poll-plain td {
	text-align: left;
}

/* moduletable style */
div.module,
div.module-box,
div.module-plain,
div.moduletable-plain,
div.moduletable {
	overflow: hidden;
}

div.module h3,
div.module-box h3,
div.module-plain h3,
div.moduletable-plain h3,
div.moduletable h3 {
	color: #000000;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.5em;
	margin: 0;
	padding: 0;
}

div.module-box p {
	margin: 0;
	padding: 0;
}

div.module-box a:link,
div.module-box a:visited {
	color: #4F5350;
}

div.module-box a:hover {
	text-decoration: underline;
}


/*box style*/
div.module-box {
	margin: 0 auto;
	padding: 0;
	width: 281px;
}


div.box-green {
	background-color: #E1F4E4;

}

div.box-randomimages {
	padding: 0;

}

div.box-green-case {
	background-color: #E1F4E4;
	width: 177px;
	padding: 5px 0 0 0;

}

.placeheretitle {
font-size: 13px;
padding: 0 0 0 10px;

}

.placeherecontent {
font-size: 12px;
padding: 0 3px 3px 10px;
}

div.box-grey {
	background: transparent url(../images/module-box-grey-bg-r.png) no-repeat top right;
	color: #ffffff;
}

div.box-grey > div {
	background: transparent url(../images/module-box-grey-bg-l.png) no-repeat top left;
}

div.box-grey > div > div {
	background: transparent url(../images/module-box-grey-bg-l.png) no-repeat bottom left;
}

div.box-grey > div > div > div {
	background: transparent url(../images/module-box-grey-bg-r.png) no-repeat bottom right;
}

div.box-grey div div div div {
	background: none;
}

div.box-grey h3 {
	color: #FFF;
}

div.box-grey a:link,
div.box-grey a:visited {
	color: #399ee5;
}

div.box-grey ul.menu-bullettree a:link,
div.box-grey ul.menu-bullettree a:visited {
	color: #d9d9d9;
}

div.box-grey ul.menu-bullettree a:hover {
	color: #000000;
}


/* Header Styles */
div.header-dots h3 {
	padding: 0 0 0 10px;
	background: url(../images/icon-doubledots.png) no-repeat left 5px;
}

div.header-arrow h3 {
	padding: 0 0 0 16px;
	background: url(../images/icon-arrow-m.png) no-repeat left 5px;
}

