/* System Messages */
#system-message    { margin-bottom: 10px; padding: 0;}
#system-message dt { font-weight: bold; }
#system-message dd { margin: 0; font-weight: bold; text-indent: 30px; }
#system-message dd ul { color: #0055BB; margin-bottom: 10px; list-style: none; padding: 10px; border-top: 3px solid #84A7DB; border-bottom: 3px solid #84A7DB;}

/* System Standard Messages */
#system-message dt.message { display: none; }
#system-message dd.message {  }

/* System Error Messages */
#system-message dt.error { display: none; }
#system-message dd.error ul { color: #c00; background-color: #E6C0C0; border-top: 3px solid #DE7A7B; border-bottom: 3px solid #DE7A7B;}

/* System Notice Messages */
#system-message dt.notice { display: none; }
#system-message dd.notice ul { color: #c00; background: #EFE7B8; border-top: 3px solid #F0DC7E; border-bottom: 3px solid #F0DC7E;}

/* Debug */
#system-debug     { color: #ccc; background-color: #fff; padding: 10px; margin: 10px; }
#system-debug div { font-size: 11px;}

/********************************************************************
 * JOOMLA 1.5 TEMPLATE CSS FILE
 * ----------------------------------------------------------------
 * Copyright (C) 2007 JoomlaShine.com. All Rights Reserved.
 * @license - Copyrighted Commercial Software
 * Author: JoomlaShine.com
 * Websites:  http://www.joomlashine.com
 * ----------------------------------------------------------------
 * 
 * STANDARD JOOMLA ELEMENTS:
 * Settings for standard typography like headings, paragraphs, etc.
 * and standard Joomla elements like content heading, mosimage,
 * read more button, etc.
 *
*********************************************************************/

/** GENERAL TAGS **/
html, body {
	border: 0;
	margin: 0;
	padding: 0;
}

body {
	font: 75%/1.5 "Lucida Grande",Geneva,Arial,Verdana,sans-serif;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0.3em 0;
	font-weight: bold;
}

h1 {
	font-size: 20px;
}

h2 {
	font-size: 18px;
}

h3 {
	font-size: 16px;
}

h4 {
	font-size: 12px;
}

h5, h6 {
	font-size: 12px;
}

p, pre, blockquote, form, label, dl, fieldset, address {
	margin: 0.35em 0 .8em 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

caption, th {
	text-align: left;
}

fieldset {
	padding: .5em;
}

ul {
	padding: 0;
}

ul li {
	margin: .3em 0 .3em 1.5em;
	padding: 0;
}

a:link,
a:visited {
	text-decoration: none;
	outline: none;
}

a:hover {
	text-decoration: underline;
}

a img {
	border: none;
}

small {
	font-size: .85em;
}

img {
	border: none;
}

sup {
	position: relative;
	bottom: 0.3em;
	vertical-align: baseline;
}

sub {
	position: relative;
	bottom: -0.2em;
	vertical-align: baseline;
}

acronym, abbr {
	border-bottom: 1px dashed;
	letter-spacing: 1px;
	cursor: help;
}

/*** JOOMLA BUILD-IN ***/
/** PATHWAY **/
/* Path way container */
span.pathway {
	font-weight: bold;
	font-size: 0.9em;
}

a.pathway:link,
a.pathway:visited {
	padding: 0 .35em;
	font-weight: normal;
	text-decoration: none;
}

a.pathway:hover {
	text-decoration: underline;
}

/** HEADING AREA **/
/* page heading */
.componentheading,
.contentheading {
	font-size: 18px;
}

/* Content title link */
a.contentpagetitle:link,
a.contentpagetitle:visited {
	text-decoration: none;
}

a.contentpagetitle:hover {
	text-decoration: underline;
}

/** CONTENT AREA **/
/* Blog page main wrapper */
table.blog {
	width: 100%;
}

table.blog td {
	padding-right: .4em;
}

/* Content container */
table.contentpane,
table.contentpaneopen {
	width: 100%;
}

/* Separator after each content container TD */
span.article_seperator {
	display: block;
	height: 1px;
}

table.blog span.article_seperator {
	height: 1.5em;
}

/* 3 buttons */
td.buttonheading {
	padding: 0 2px;
}

/* Data & written by area */
span.small,
td.createdate,
td.modifydate {
	color: #999999;
	font-size: 0.9em;
	padding-bottom: .6em;
}

/* Page counter */
div.pagenavcounter {
	margin: .5em 0;
	color: #595959;
	font-size: .9em;
	font-weight: bold;
}

/* Table of content */
table.contenttoc {
	margin: 1em;
	border: 1px solid #D9D9D9;
	padding: 0 .5em;
	background: #F5F5F5;
}

table.contenttoc th {
	padding: .4em;
	background: url(../templates/jsn_epic_pro/images/grey_dot.png) bottom repeat-x;
	font-weight: bold;
	text-align: center;
}

table.contenttoc td {
	padding: .2em .5em;
}

a.toclink:link,
a.toclink:visited {
	font-size: .9em;
}

a.toclink:hover {
}

div.mosimage {
	padding: .3em;
	margin: .8em;
	color: #595959;
}

div.mosimage_caption {
	padding: .2em;
	font-weight: bold;
	font-size: 0.9em;
}

/* Read more */
a.readon:link,
a.readon:visited {
	padding: 3px 6px 3px 22px;
	text-decoration: none;
}

a.readon:hover {
	text-decoration: none;
}

/** COMPONENT AND CONTENT TABLE PAGE **/
/* Description in content table and component page */
td.contentdescription {
	padding: .5em 0;
}

/* Links in Section Table page */
a.category:link,
a.category:visited {

}

a.category:hover {
}

/* table in category table page */
td.sectiontableheader {
	padding: 4px;
	font-weight: bold;
	border-left: 1px solid #ffffff;
}

/* table's row 1 */
td.sectiontableentry0,
td.sectiontableentry1,
td.sectiontableentry2 {
	padding: 4px;
}

td.sectiontableentry1 {
	background-color: #F5F5F5;
}


td.sectiontableentry0 a,
td.sectiontableentry1 a,
td.sectiontableentry2 a {
	font-weight: normal;
}

.smalldark {
}

/** "MORE..." AREA **/
/* "More..." panel */
div.blog_more {
}

/* "More..." panel heading text */
div.blog_more div {
	padding-bottom: .3em;
}

/* "More..." block links */
div.blog_more ul {
}

div.blog_more li{
}

/* "More..." panel links */
a.blogsection:link, a.blogsection:visited {
	text-decoration: none;
}

a.blogsection:hover {
	text-decoration: underline;
}

/** BOTTOM NAVIGATION BAR **/
/* content page nav */
div.pagenavbar div {
	color: #999999;
	font-weight: bold;
	font-size: .9em;
}

div.pagenavbar a:link, 
div.pagenavbar a:visited {
	text-decoration: none;
}

div.pagenavbar a:hover {
	text-decoration: underline;
}

/* content item rolling nav */
th.pagenav_prev, th.pagenav_next {
	color: #999999;
	font-size: .9em;
	font-weight: bold;
}

th.pagenav_prev a:link, th.pagenav_prev a:visited,
th.pagenav_next a:link, th.pagenav_next a:visited {
	text-decoration: none;
}

th.pagenav_prev a:hover, th.pagenav_next a:hover {
	text-decoration: underline;
}

/* blog pages nav */
.pagenav {
	padding: 0 .5em;
	margin-top: 1em;
	color: #999999;
	font-size: .9em;
	font-weight: bold;
	text-transform: uppercase;
}

/* blog pages nav link */
a.pagenav:link, a.pagenav:visited {
	text-decoration: none;
	text-transform: uppercase;
}

a.pagenav:hover {
	text-decoration: underline;
}

/* Back button */
div.back_button {
	margin: .5em 0;
	padding: .4em 0;
	font-weight: bold;
}

div.back_button a:link,
div.back_button a:visited {
	text-decoration: none;
	text-transform: uppercase;
}

div.back_button a:hover{
	text-decoration: underline;
}

.hd {
	display: none;
}

/** COMMON FORM **/
input.button {
}

input.inputbox {
}

input.inputbox:hover,
input.button:hover {
}

input.inputbox:focus {
}

/** POP UP FORMS **/
body.contentpane {
	padding: 1em;
	color: #000000;
	background: #FFFFFF;
}

/** SEARCH MODULE **/
/* Search wrapper */
div.search {
}

/* Search input box */
input#mod_search_searchword {
}

span.highlight {
	padding: .2em;
}

/** LOGIN MODULE **/
input#mod_login_username {
	width: 120px;
}

input#mod_login_password {
	width: 120px;
}

input#mod_login_remember {
	border: none;
	background: none;
	vertical-align: middle;
}

/** LATEST NEWS & POPULAR MODULE **/
ul.latestnews,
ul.mostread {
}

ul.latestnews li,
ul.mostread li {
}

/** POLL MODULE **/
/* poll's table */
td.poll {
}

/* poll's question */
td.poll thead td {
}

/* poll's answers */
table.poll td {
	text-align: left;
}

/* poll's answers table */
table.pollstableborder {
	margin: .5em 0;
	text-align: left;
}

table.pollstableborder td{
	font-size: .9em;
}

.eventline			{ padding-top: 5px; padding-bottom: 5px;}
.eventlinealt		{ background-color: #EEEEEE; padding-top: 5px; padding-bottom: 5px;}
.eventlineheader	{ background-color: #E0E0E0; font-weight: bold; font-size: 14pt; text-align: center;}
.eventlineinfo      { background-color: #FFFFE0; display: none;
                      padding-top: 10px; padding-bottom: 10px; }

.formline			{ }
.formlinealt		{ background-color: #E0E0E0; }
.formlineheader		{ background-color: #D0D0D0; }

.formlineerror			{ border: 2px; border-style: solid; border-color: red; background-color: #FFEEEE; }
.formlinealterror		{ border: 2px; border-style: solid; border-color: red; background-color: #FFDDDD; }

/********************************************************************
 * JOOMLA! TEMPLATE CSS FILE
 * ----------------------------------------------------------------
 * Copyright (C) 2005 - 2008 JoomlaShine.com. All Rights Reserved.
 * @license - Copyrighted Commercial Software
 * Author: JoomlaShine.com
 * Websites:  http://www.joomlashine.com
 * ----------------------------------------------------------------
 * 
 * TEMPLATE LAYOUT:
 * Settings for template layout like template width, columns, etc.
 *
*********************************************************************/

.clearbreak {
	clear: both;
}

.clearafter:after {
	clear: both;
	display: block;
	content: ".";
	height: 0;
	visibility: hidden;
}

html, body {
	border: 0;
	margin: 0;
	padding: 0;
}

#jsn-master {
	font: 75%/1.5 "Lucida Grande",Geneva,Arial,Verdana,sans-serif;
}

/**HEADER**/
#jsn-header_wrapper {
	background-color: black;
	color: white;
}

#jsn-header {
	width: 900px;
	height: 75px;
	position: relative;
	margin: 0 auto;
}

#jsn-logo {
	position: absolute;
	bottom: 0;
	left: 0;
	margin: 0;
}

#jsn-ptop {
	position: absolute;
	bottom: 10px;
	right: 0px;
}

#jsn-body {
	width: 900px;
	margin: 0 auto;
}

#jsn-mainmenu {
	height: 30px;
	position: relative;
	z-index: 1000;
}

#jsn-ptoolbar {
	position: absolute;
	top: 0;
	left: 0;
}

#jsn-pinset {
	position: absolute;
	top: 0;
	right: 0;
}

#jsn-pheader_grid2 {
	float: left;
}

#jsn-puser8_grid2 {
	float: right;
}

#jsn-puser8 {
	padding: 15px;
}

#jsn-maincontent_inner {
	padding: 0 15px;
}

#jsn-mainbody {
	padding: 1.5em;
}

#jsn-banner {
	text-align: center;
	margin: 0 auto;
	padding: 20px 0 20px 0;
}

/* User Modules */
#jsn-usermodules1,
#jsn-usermodules2 {
	padding: 1.2em 0;
}

#jsn-usermodules3 {
	padding: .6em;
}

#jsn-puser1_grid2,
#jsn-puser3_grid2 {
	width: 49.95%;
	float: left;
}

#jsn-puser2_grid2,
#jsn-puser4_grid2 {
	width: 49.95%;
	float: right;
}

#jsn-puser5_grid2,
#jsn-puser6_grid2,
#jsn-puser7_grid2 {
	width: 49.95%;
	float: left;
}

#jsn-puser5_grid3,
#jsn-puser6_grid3,
#jsn-puser7_grid3 {
	width: 33.3%;
	float: left;
}

#jsn-puser1, #jsn-puser2, #jsn-puser3, #jsn-puser4 {
	padding: .6em 1.2em;
}

#jsn-puser5, #jsn-puser6, #jsn-puser7 {
	padding: 1.2em;
}

#jsn-pleft,
#jsn-pright {
	padding: 1em;
}


/** FOOTER **/
#jsn-footer_wrapper {
	min-height: 20px;
	background: #e5e5e5 url(../templates/jsn_epic_pro/images/pathway-bg.png) repeat-x bottom left;
}

#jsn-footer {
	width: 900px;
	margin: 0 auto;
	padding: 0.8em 0 1.2em 0;
	font-size: 0.9em;
}

#jsn-pfooter_grid2 {
	float: left;
	width: 49%;
}

#jsn-pbottom_grid2 {
	float: right;
	width: 49%;
}

#jsn-pbottom {
	text-align: right;
}

/********************************************************************
 * JOOMLA! TEMPLATE CSS FILE
 * ----------------------------------------------------------------
 * Copyright (C) 2005 - 2008 JoomlaShine.com. All Rights Reserved.
 * @license - Copyrighted Commercial Software
 * Author: JoomlaShine.com
 * Websites:  http://www.joomlashine.com
 * ----------------------------------------------------------------
 *
 * TEMPLATE TYPOGRAPHY:
 * Settings for template's typography like headings, list,
 * text blocks, etc.
 *
*********************************************************************/


h1, h2, h3, h4, h5, h6 {
	margin: 0.3em 0;
	font-weight: bold;
}

h1 {
	font-size: 20px;
}

h2 {
	font-size: 18px;
}

h3 {
	font-size: 16px;
}

h4 {
	font-size: 12px;
}

h5, h6 {
	font-size: 12px;
}

p, pre, blockquote, form, label, dl, fieldset, address {
	margin: 0.35em 0 .8em 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

caption, th {
	text-align: left;
}

fieldset {
	padding: .5em;
}

ul, ol {
	padding: 0;
	margin-left: 0.6em;
}

ul li {
	margin: .3em 0 .3em 1.6em;
	padding: 0;
}

ol li {
	margin: .3em 0 .3em 2em;
	padding: 0;
}

a:link,
a:visited {
	text-decoration: none;
	outline: none;
}

a:hover {
	text-decoration: underline;
}

a img {
	border: none;
}

pre {
	padding: 1em;
	border-left: 5px solid #333333;
	background: #FFFFD5;
	font-family: "Courier New", Courier, monospace;
}

blockquote {
	padding-left: 55px;
	background: transparent url(../templates/jsn_epic_pro/images/icon_text_blockquote.png) no-repeat top left;
	font-style: italic;
	min-height: 45px;
}

small {
	font-size: .85em;
}

img {
	border: none;
}

sup {
	position: relative;
	bottom: 0.3em;
	vertical-align: baseline;
}

sub {
	position: relative;
	bottom: -0.2em;
	vertical-align: baseline;
}

acronym, abbr {
	border-bottom: 1px dashed;
	letter-spacing: 1px;
	cursor: help;
}


/* Image */
img.image-left {
	float: left;
	margin: .5em 1em .5em 0;
}

img.image-border {
	border: 1px solid #eeeeee;
	padding: 3px;
}

/* Link */
a.email {
	padding: 0 15px 0 0;
	background: transparent url(../templates/jsn_epic_pro/images/icon_link_email.png) no-repeat right center;
}

a.ext {
	padding-right: 13px;
	margin-right: 2px;
	background: transparent url(../templates/jsn_epic_pro/images/icon_link_ext.png) no-repeat right center;
}

#jsn-mainbody a:visited {
}

a[href$=".doc"] {
	padding: 0 0 0 14px;
	background: transparent url(../templates/jsn_epic_pro/images/icon_link_word.png) no-repeat left center;
}

a[href$=".pdf"] {
	padding: 0 0 0 14px;
	background: transparent url(../templates/jsn_epic_pro/images/icon_link_pdf.png) no-repeat left center;
}

a[href$=".xls"] {
	padding: 0 0 0 14px;
	background: transparent url(../templates/jsn_epic_pro/images/icon_link_excel.png) no-repeat left center;
}

a[href$=".rss"] {
	padding: 0 0 0 14px;
	background: transparent url(../templates/jsn_epic_pro/images/icon_link_rss.png) no-repeat left center;
}

a[href$=".wmv"] {
	padding: 0 0 0 14px;
	background: transparent url(../templates/jsn_epic_pro/images/icon_link_wmedia.png) no-repeat left center;
}

a[href$=".mov"] {
	padding: 0 0 0 14px;
	background: transparent url(../templates/jsn_epic_pro/images/icon_link_qtime.png) no-repeat left center;
}

/* Reset original styles */
#jsn-mainbody a[title="PDF"],
#jsn-mainbody a[title="Print"],
#jsn-mainbody a[title="E-mail"] {
	padding: 0;
	background: none;
}

/* TEXT */
.border {
	border: 1px solid #eeeeee;
	padding: 3px;
}

p.alert {
	border-top: 2px solid #FEABAB;
	border-bottom: 2px solid #FEABAB;
	padding: 1em 1em 1em 4.5em;
	background: #FFDFDF url(../templates/jsn_epic_pro/images/icon_text_alert.png) no-repeat 1.5em;
}

p.info {
	border-top: 2px solid #B7D2F2;
	border-bottom: 2px solid #B7D2F2;
	padding: 1em 1em 1em 4.5em;
	background: #DBE7F8 url(../templates/jsn_epic_pro/images/icon_text_info.png) no-repeat 1.5em;
}

p.download {
	border-top: 2px solid #DDEDBC;
	border-bottom: 2px solid #DDEDBC;
	padding: 1em 1em 1em 4.5em;
	background: #F2F9E5 url(../templates/jsn_epic_pro/images/icon_text_download.png) no-repeat 1.5em;
}

p.dropcap:first-letter {
	float: left;
	color: #333333;
	font: 4em/.8em "Times New Roman", Times, serif;
}

/* LIST */
ul.arrowlist-red,
ul.arrowlist-green,
ul.arrowlist-blue {
	list-style: none;
}

ul.arrowlist-red li {
	margin-left: .6em;
	padding: 0 0 0 10px;
	background: url(../templates/jsn_epic_pro/images/arrow.png) no-repeat left 6px;
}

ul.arrowlist-green li {
	margin-left: .6em;
	padding: 0 0 0 10px;
	background: url(../templates/jsn_epic_pro/images/icon-arrow-s.png) no-repeat left 6px;
}

ul.arrowlist-blue li {
	margin-left: .6em;
	padding: 0 0 0 10px;
	background: url(../templates/jsn_epic_pro/images/icon-arrow-blue.png) no-repeat left 6px;
}

/********************************************************************
 * JOOMLA! TEMPLATE CSS FILE
 * ----------------------------------------------------------------
 * Copyright (C) 2005 - 2008 JoomlaShine.com. All Rights Reserved.
 * @license - Copyrighted Commercial Software
 * Author: JoomlaShine.com
 * Websites:  http://www.joomlashine.com
 * ----------------------------------------------------------------
 *
 * TEMPLATE STYLE COLOR & IMAGES:
 * Settings for template's design elements and color.
 *
*********************************************************************/
/** GENERAL **/
body {
}

h1 {
	color: #000000;
}

h2 {
	color: #000000;
}

h3 {
	color: #cc3333;
}

h4 {
	color: #669900;
}

h5, h6 {
	color: #ff9900;
}

a:link,
a:visited {
	color: #0075bf;
}

a:hover {
}

a:active {
	color: #ff0000;
}

blockquote {
	color: #993300;
}

/** JOOMLA ELEMENTS **/
.componentheading,
.contentheading {
}

a.readon:link,
a.readon:visited {
	border: 1px solid #e5e5e5;
	color: #404040;
	background: #f2f2f2 url(../templates/jsn_epic_pro/images/icon-arrow-m.png) no-repeat 5px center;
}

a.readon:hover {
	background-color: #e5e5e5;
}

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(../templates/jsn_epic_pro/../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(../templates/jsn_epic_pro/../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(../templates/jsn_epic_pro/../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(../templates/jsn_epic_pro/../system/images/notice-note.png) 4px center no-repeat;
}

/** CUSTOM POSITION STYLES **/
#jsn-master {
	color: #000000;
	background: #ffffff;
}

#jsn-logo a {
	width: 200px;
	display: block;
	background: transparent url(../templates/jsn_epic_pro/images/logo.png) no-repeat 0 0;
	text-indent: -9000em;
	height: 50px;
	outline: 0;
}

#jsn-body_wrapper {
	background: #192532 url(../templates/jsn_epic_pro/images/master-bg.jpg) repeat-x top left;
}

#jsn-body {
	border-left: 5px solid #ffffff;
	border-right: 5px solid #ffffff;
}

#jsn-mainmenu {
	border-top: 1px solid #282828;
	border-bottom: 1px solid #282828;
	background: #1a1a1a;
}

#jsn-promo {
	border-bottom: 5px solid #404040;
	color: #f5f5f5;
	background: #595959 url(../templates/jsn_epic_pro/images/promo-bg.jpg) repeat-x left top;
}

#jsn-promo h3 {
	color: #ffffff;
}

#jsn-content {
	border-bottom: 1px solid #b3b3b3;
	background-color: #ffffff;
}

#jsn-content_inner1 {
	background: transparent url(../templates/jsn_epic_pro/images/leftside-bg-small.png) repeat-y left top;
}

#jsn-content_inner2 {
	background: transparent url(../templates/jsn_epic_pro/images/rightside-bg-small.png) repeat-y right top;
}

#jsn-pathway {
	padding: .6em 1.2em;
	background: #e5e5e5 url(../templates/jsn_epic_pro/images/pathway-bg.png) repeat-x bottom left;
}

#jsn-usermodules1 {
	background: transparent url(../templates/jsn_epic_pro/images/dot.png) repeat-x left bottom;
}

#jsn-usermodules2 {
	background: transparent url(../templates/jsn_epic_pro/images/dot.png) repeat-x left top;
}

#jsn-usermodules3 {
	border-top: 2px solid #ffffff;
	border-bottom: 6px solid #404040;
	background: #d9d9d9 url(../templates/jsn_epic_pro/images/usermodules3-bg.png) repeat-x left top;
}

#jsn-usermodules1_inner_grid2,
#jsn-usermodules2_inner_grid2 {
	background: transparent url(../templates/jsn_epic_pro/images/dot.png) repeat-y 50% top;
}

#jsn-footer {
	color: #595959;
}

#jsn-footer a:link,
#jsn-footer a:visited {
	color: #000000;
	text-decoration: underline;
}

#jsn-footer a:hover {
	text-decoration: none;
}

/*search icon*/
div.search-icon {
	padding-left: 20px;
	background: transparent url(../templates/jsn_epic_pro/images/icon-search.png) no-repeat left center;
}

div#jsn-pright div.module,
div#jsn-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: 1.1em;
	margin: 0 0 0.5em 0;
}

/*box style*/
div.module-box {
	margin: 0 0 10px;
	padding: 0;
}

div.module-box > div {
	padding: 16px 0 0 0;
}

div.module-box > div > div {
	padding: 0 0 0 16px;
}

div.module-box > div > div > div {
	padding: 0 16px 16px 0;
}

div.box-blue {
	background: transparent url(../templates/jsn_epic_pro/images/module-box-blue-bg-r.png) top right no-repeat;
}

div.box-blue > div {
	background: transparent url(../templates/jsn_epic_pro/images/module-box-blue-bg-l.png) top left no-repeat;
}

div.box-blue > div > div {
	background: transparent url(../templates/jsn_epic_pro/images/module-box-blue-bg-l.png) bottom left no-repeat;
}

div.box-blue > div > div > div {
	background: transparent url(../templates/jsn_epic_pro/images/module-box-blue-bg-r.png) bottom right no-repeat;
}

div.box-blue div div div div {
	background: none;
}

div.box-green {
	background: transparent url(../templates/jsn_epic_pro/images/module-box-green-bg-r.png) no-repeat top right;
}

div.box-green > div {
	background: transparent url(../templates/jsn_epic_pro/images/module-box-green-bg-l.png) no-repeat top left;
}

div.box-green > div > div {
	background: transparent url(../templates/jsn_epic_pro/images/module-box-green-bg-l.png) no-repeat bottom left;
}

div.box-green > div > div > div {
	background: transparent url(../templates/jsn_epic_pro/images/module-box-green-bg-r.png) no-repeat bottom right;
}

div.box-green div div div div {
	background: none;
}

div.box-yellow {
	background: transparent url(../templates/jsn_epic_pro/images/module-box-yellow-bg-r.png) no-repeat top right;
}

div.box-yellow > div {
	background: transparent url(../templates/jsn_epic_pro/images/module-box-yellow-bg-l.png) no-repeat top left;
}

div.box-yellow > div > div {
	background: transparent url(../templates/jsn_epic_pro/images/module-box-yellow-bg-l.png) no-repeat bottom left;
}

div.box-yellow > div > div > div {
	background: transparent url(../templates/jsn_epic_pro/images/module-box-yellow-bg-r.png) no-repeat bottom right;
}

div.box-yellow div div div div {
	background: none;
}

div.box-grey {
	background: transparent url(../templates/jsn_epic_pro/images/module-box-grey-bg-r.png) no-repeat top right;
	color: #ffffff;
}

div.box-grey > div {
	background: transparent url(../templates/jsn_epic_pro/images/module-box-grey-bg-l.png) no-repeat top left;
}

div.box-grey > div > div {
	background: transparent url(../templates/jsn_epic_pro/images/module-box-grey-bg-l.png) no-repeat bottom left;
}

div.box-grey > div > div > div {
	background: transparent url(../templates/jsn_epic_pro/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(../templates/jsn_epic_pro/images/icon-doubledots.png) no-repeat left 5px;
}

div.header-arrow h3 {
	padding: 0 0 0 16px;
	background: url(../templates/jsn_epic_pro/images/icon-arrow-m.png) no-repeat left 5px;
}


/********************************************************************
 * JOOMLA 1.5 TEMPLATE CSS FILE
 * ----------------------------------------------------------------
 * Copyright (C) 2007 JoomlaShine.com. All Rights Reserved.
 * @license - Copyrighted Commercial Software
 * Author: JoomlaShine.com
 * Websites:  http://www.joomlashine.com
*********************************************************************/


/** SUCKERFISH MENU STYLE **/

/* Container */
ul.menu-suckerfish {
	z-index: 1000;
	float: left;
	border-right: 1px solid #464646;
	margin: 3px 0;
	background: none;
	padding: 0;
	list-style: none;
}

ul.menu-suckerfish li {
	float: left;
	display: inline;
	background: none;
	margin: 0;
	padding: 0;
}

ul.menu-suckerfish a:link,
ul.menu-suckerfish a:visited {
	display: block;
	border-right: 1px solid #000000;
	border-left: 1px solid #464646;
	margin: 0;
	padding: 3px 1.5em;
	color: #ffffff;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
}

ul.menu-suckerfish a:hover {
	background-color: #393939;
}

ul.menu-suckerfish li.active a {
	background-color: #393939;
}

/* expanded */
ul.menu-suckerfish li.current a {
}


/** SUBLEVEL **/	

/* Container */
ul.menu-suckerfish ul {
	position: absolute;
	left: -999em;
	z-index: 1100;
	margin: 0;
	padding: 0;
	list-style: none;
}

/* Other containers */
ul.menu-suckerfish ul ul {
	margin: -26px 0 0 184px;
	z-index: 1200;
}

/* Items */
ul.menu-suckerfish ul li {
	position: relative;
	width: 185px;
	margin: 0;
	background: none;
	padding: 0;
}

ul.menu-suckerfish ul a:link,
ul.menu-suckerfish ul a:visited {
	display: block;
	border-top: 1px solid #366999;
	border-right: none;
	border-bottom: 1px solid #162c40;
	border-left: 1px solid #162c40;
	background: #284d73 none;
	color: #cfdbe5;
	padding: 4px 10px;
	font-size: 0.9em;
	font-weight: normal;
	text-decoration: none;
	height: 1%;
}

ul.menu-suckerfish ul a:hover,
ul.menu-suckerfish ul li.parent a:hover,
ul.menu-suckerfish ul li.parent li.parent a:hover {
	border-top: 1px solid #1f3d59;
	background-color: #1f3d59;
	color: #ffffff;
}

/* Active */
ul.menu-suckerfish ul li.active a,
ul.menu-suckerfish ul li.active li.active a,
ul.menu-suckerfish ul li.active li.active li.active a {
	font-weight: bold;
	color: #ffffff;
}

/* Clear active */
ul.menu-suckerfish ul li.active li a,
ul.menu-suckerfish ul li.active li.active li a {
	font-weight: normal;
	color: #cfdbe5;
}

/* Children expanded */
ul.menu-suckerfish ul li.parent a,
ul.menu-suckerfish ul li.parent li.parent a {
	background: #284d73 url("../templates/jsn_epic_pro/images/menuitem-expand.png") no-repeat 95% center;
	padding-right: 10px;
}

/* Clear children expanded */
ul.menu-suckerfish ul li.parent li a,
ul.menu-suckerfish ul li.parent li.parent li a {
	background-image: none;
}


/* Rollover actions */
ul.menu-suckerfish li:hover ul,
ul.menu-suckerfish li.hover ul,
ul.menu-suckerfish li:hover ul li:hover ul,
ul.menu-suckerfish li.hover ul li.hover ul,
ul.menu-suckerfish li:hover ul li:hover ul li:hover ul,
ul.menu-suckerfish li.hover ul li.hover ul li.hover ul {
	left: auto;
}

ul.menu-suckerfish li:hover ul ul,
ul.menu-suckerfish li.hover ul ul,
ul.menu-suckerfish li:hover ul li:hover ul ul,
ul.menu-suckerfish li.hover ul li.hover ul ul,
ul.menu-suckerfish li:hover ul li:hover ul li:hover ul ul,
ul.menu-suckerfish li.hover ul li.hover ul li.hover ul ul {
	left: -999em;
}

ul.menu-suckerfish,
ul.menu-suckerfish li li {
	clear: left;
}


/** TREE MENU STYLE **/

ul.menu-bullettree,
ul.menu-bullettree ul {
	background: none;
	list-style: none;
	padding: 0;
	margin: 0;
}

ul.menu-bullettree li {
	background: none;
	padding: 0;
	margin: 0;
}

ul.menu-bullettree {
	border-top: 1px dotted #BABABA;
}

ul.menu-bullettree ul li {
	margin-left: 1em;
}

ul.menu-bullettree a:link,
ul.menu-bullettree a:visited {
	display: block;
	background: transparent url(../templates/jsn_epic_pro/images/bullet-level0.png) no-repeat 5px 10px;
	border-bottom: 1px dotted #BABABA;
	padding: 3px 5px 3px 15px;
	color: #353535;
	text-decoration: none;
}

ul.menu-bullettree a:hover {
	background-color: #d9d9d9;
	color: #000000;
}

ul.menu-bullettree ul a:link,
ul.menu-bullettree ul a:visited {
	background-image: url(../templates/jsn_epic_pro/images/bullet-level1.png);
	border-bottom: none;
}

ul.menu-bullettree ul ul a:link,
ul.menu-bullettree ul ul a:visited {
	background-image: url(../templates/jsn_epic_pro/images/bullet-level2.png);
}

ul.menu-bullettree ul ul ul a:link,
ul.menu-bullettree ul ul ul a:visited {
	background-image: url(../templates/jsn_epic_pro/images/bullet-level3.png);
}

ul.menu-bullettree ul ul ul ul a:link,
ul.menu-bullettree ul ul ul ul a:visited {
	background-image: url(../templates/jsn_epic_pro/images/bullet-level4.png);
}

ul.menu-bullettree li#current a {
/*	background-image: url(../templates/jsn_epic_pro/images/bullet-current.png);*/
	font-weight: bold;
}

ul.menu-bullettree li#current li a {
	font-weight: normal;
}


/** DIV BAR STYLE **/

ul.menu-divbar {
	margin: 0;
	padding: 0;
	list-style: none;
}

ul.menu-divbar li {
	display: inline;
	margin: 0;
	border-left: 1px solid #B3B3B3;
	background: none;
	padding: 0 0.8em;
}

ul.menu-divbar li.first {
	border-left: none;
}

ul.menu-divbar a:link,
ul.menu-divbar a:visited {
	text-decoration: none !important;
}

ul.menu-divbar a:hover {
	text-decoration: underline !important;
}


	#jsn-logo a {
		background-image: url(../templates/jsn_epic_pro/images/logo.png);
		width: 500px;
		height: 70px;
	}
	#jsn-header, #jsn-body, #jsn-footer {
		width: 960px;
	}
	#jsn-header {
		height: 70px;
	}
	#jsn-pheader_grid2 {
		width: 730px;
	}
	#jsn-puser8_grid2 {
		width: 230px;
	}
	#jsn-content_inner1 {
		background: transparent url(../templates/jsn_epic_pro/images/leftside-bg-full.png) repeat-y 24% top;
		padding: 0;
	}
	#jsn-maincontent_inner {
		padding-left: 0;
	}
	#jsn-leftsidecontent {
		float: left;
		width: 24%;
	}
	#jsn-maincontent {
		float: left;
		width: 76%;
	}
	@media print {
        #jsn-maincontent {
            width: 100%;
            float: left;
            background-image: none;
	        background-color: white;
        }
	
	    #jsn-leftsidecontent {
	        background-image: none;
	        background-color: white;
	        display: none;
	    }
	    .noprint {
	        display: none;
	    }
    }
	
