/** GENERAL **/

h1 {
	color: #000000;
}

h2 {
	color: #0075BF;
}

h3 {
	color: #CC3333;
}

h4 {
	color: #404040;
}

h5, h6 {
	color: #669900;
}

a:link,
a:visited {
	color: #0075BF;
}

a:hover {
}

a:active {
	color: #FF0000;
}

blockquote {
	color: #993300;
}


/** JOOMLA ELEMENTS **/

a.readon:link,
a.readon:visited {
	color: #2293DD;
	background: transparent url("icon_link_bluearrow_m.png") no-repeat right center;
}

td.sectiontableheader {
	color: #FFFFFF;
	background: #00789F;
}

span.highlight {
	padding: .2em;
	background: #FFFFAA;
}

table.blog span.article_seperator {
	display: block;
	height: 3px;
	background: transparent url("grey_dot.png") repeat-x left 50%;
	margin-bottom: 1em;
}

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


/** CUSTOM POSITION **/

#jsn-master {
	color: #003366;
	background-color: #004864;
}

#jsn-header_wrapper {
	background: #004864 url("header_bg.png") repeat-x top left;
	color: #000;
}

#jsn-logo a {
	display: block;
	background: transparent url("header_logo.png") no-repeat 0 0;
	width: 250px;
	height: 100px;
	text-indent: -9000em;
	outline: 0;
}

#jsn-mainmenu_wrapper {
	background: #00789F url("mainmenu_bg-1.png") repeat-x left top;
	border-top: 2px solid #00506A;
}

#jsn-body_wrapper {
	background: #F9F9F9 url("body_bg.png") repeat-x left top;
}

#jsn-body_inner1 {
	background: url("body_shadow_l.png") no-repeat top left;
	padding-left: 10px;
}

#jsn-body_inner2 {
	background: url("body_shadow_r.png") no-repeat top right;
	padding-right: 10px;
}

#jsn-body_inner3 {
	background: #ffffff none;
	border-left: 1px solid #D4D4D4;
	border-right: 1px solid #D4D4D4;
	padding: 1em;
}

#jsn-topmodules {
	padding-bottom: 1.5em;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: 50% bottom;
}

#jsn-usermodules1 {
}

#jsn-usermodules2 {
}

#jsn-usermodules3 {
	padding-bottom: 0.8em;
	margin-bottom: 1.5em;
	background: transparent url("grey_dot.png") repeat-x left bottom;
}

#jsn-usermodules4 {
	padding-top: 0.8em;
	margin-top: 1.5em;
	background: transparent url("grey_dot.png") repeat-x left top;
}

#jsn-advertmodules {
	padding-top: 2.2em;
	background: transparent url("hdiv-bottom.png") no-repeat 50% top;
}

#jsn-pathway {
	background: url("module_box_white_r.png") top right no-repeat;
	padding: 0;
	position: relative;
	z-index: 100;
}

#jsn-pathway > div {
	background: url("module_box_white_l.png") top left no-repeat;
	padding: 10px 0 0 0;
}

#jsn-pathway > div > div {
	background: url("module_box_white_l.png") bottom left no-repeat;
	padding: 0 0 0 10px;
}

#jsn-pathway > div > div > div {
	background: url("module_box_white_r.png") bottom right no-repeat; 
	padding: 0 10px 10px 0;
}

#jsn-pathway_inner {
	background: url("icon_pathway.png") no-repeat left center;
	padding-left: 110px;
}

#jsn-pfooter {
	border-top: 3px solid #CCCCCC;
	background: #004864 url("footer_bg.png") repeat-x left top;
	color: #BFCCD2;
}

#jsn-pfooter a:link,
#jsn-pfooter a:visited {
	color: #ffffff;
}

#jsn-bottomnav a:link,
#jsn-bottomnav a:visited {
	font-size: .9em;
}


/** CUSTOM MODULE **/

div.module-topbox {
	background: url("topmodule_bg_l.png") top left no-repeat;
	padding: 0 0 0 6px;
}

div.module-topbox > div {
	background: url("topmodule_bg_r.png") top right no-repeat;
	padding: 0 6px 0 0;
}

div.module-topbox > div > div {
	padding: 6px 0;
}


/** CUSTOM MODULE **/
div.module h3,
div.moduletable h3,
div.module-window h3,
div.module-box h3,
div.module-plain h3 {
	font: bold 1.1em Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #000000;
}

/* plain style */
div.module-plain {
	margin: 0 0 10px;
	padding: 0;
}


/* box style */
div.module-box {
	margin: 0;
	padding: 0;
}

div.module-box > div {
	padding: 1em 0 0 0;
}

div.module-box > div > div {
	padding: 0 0 0 1em;
}

div.module-box > div > div > div {
	padding: 0 1em 1em 0;
}

div.module-box h3 {
	margin: 0;
	padding: .5em 0;
}
/*
div.box-red {
	background: url(../images/module_box_red_r.png) top right no-repeat;	
	color: #ffffff;
}

div.box-red > div {
	background: url(../images/module_box_red_l.png) top left no-repeat;
}

div.box-red > div > div {
	background: url(../images/module_box_red_l.png) bottom left no-repeat;
}

div.box-red > div > div > div {
	background: url(../images/module_box_red_r.png) bottom right no-repeat; 
}

div.box-blue {
	background: url(../images/module_box_blue_r.png) top right no-repeat;	
	color: #ffffff;
}

div.box-blue > div {
	background: url(../images/module_box_blue_l.png) top left no-repeat;
}

div.box-blue > div > div {
	background: url(../images/module_box_blue_l.png) bottom left no-repeat;
}

div.box-blue > div > div > div {
	background: url(../images/module_box_blue_r.png) bottom right no-repeat; 
}
*/
div.box-grey {
	background: url("module_box_grey_r.png") top right no-repeat;	
}

div.box-grey > div {
	background: url("module_box_grey_l.png") top left no-repeat;
}

div.box-grey > div > div {
	background: url("module_box_grey_l.png") bottom left no-repeat;
}

div.box-grey > div > div > div {
	background: url("module_box_grey_r.png") bottom right no-repeat; 
}

div.box-white {
	background: url("module_box_white_r.png") top right no-repeat;
}

div.box-white > div {
	background: url("module_box_white_l.png") top left no-repeat;
}

div.box-white > div > div {
	background: url("module_box_white_l.png") bottom left no-repeat;
}

div.box-white > div > div > div {
	background: url("module_box_white_r.png") bottom right no-repeat; 
}

div.box-fadebottom {
}

div.box-fadebottom > div {
}

div.box-fadebottom > div > div {
	background: url("module_box_fadebottom_l.png") bottom left no-repeat;
}

div.box-fadebottom > div > div > div {
	background: url("module_box_fadebottom_r.png") bottom right no-repeat; 
}

div.box-fadetop {
	background: url("module_box_fadetop_r.png") top right no-repeat;
	color: #000000;
}

div.box-fadetop > div {
	background: url("module_box_fadetop_l.png") top left no-repeat;
}

div.box-fadetop > div > div {
}

div.box-fadetop > div > div > div {
}

div.box-fadetop h3,
div.box-fadebottom h3,
div.box-grey h3,
div.box-white h3,
div.box-blue h3,
div.box-red h3 {
	margin: 0 0 .5em 0;
}

div.box-blue h3,
div.box-red h3 {
	color: #ffffff;
}

div.box-blue a:link,
div.box-red a:link {
	color: #FF9900;
}


/* window style */
div.module-window {
	margin: 0;
	padding: 0;
	position: relative;
	z-index: 100;
}

div.module-window > div {
	padding: 38px 0 0 0;
}

div.module-window > div > div {
	padding: 0 0 0 1em;
}

div.module-window > div > div > div {
	padding: 0 1em 1em 0;
}

div.module-window h3 {
	position: absolute;
	top: 0;
	left: 1em;
	margin: 0;
	padding: .5em 0;
}


/* Window style */
div.window-red {
	background: url("module_window_red_r.png") top right no-repeat;	
}

div.window-red > div {
	background: url("module_window_red_l.png") top left no-repeat;
}

div.window-red > div > div {
	background: url("module_window_red_l.png") bottom left no-repeat;
}

div.window-red > div > div > div {
	background: url("module_window_red_r.png") bottom right no-repeat; 
}
/*
div.window-blue {
	background: url(../images/module_window_blue_r.png) top right no-repeat;	
}

div.window-blue > div {
	background: url(../images/module_window_blue_l.png) top left no-repeat;
}

div.window-blue > div > div {
	background: url(../images/module_window_blue_l.png) bottom left no-repeat;
}

div.window-blue > div > div > div {
	background: url(../images/module_window_blue_r.png) bottom right no-repeat; 
}

div.window-dgrey {
	background: url(../images/module_window_dgrey_r.png) top right no-repeat;	
}

div.window-dgrey > div {
	background: url(../images/module_window_dgrey_l.png) top left no-repeat;
}

div.window-dgrey > div > div {
	background: url(../images/module_window_dgrey_l.png) bottom left no-repeat;
}

div.window-dgrey > div > div > div {
	background: url(../images/module_window_dgrey_r.png) bottom right no-repeat; 
}
*/
div.window-lgrey {
	background: url("module_window_lgrey_r.png") top right no-repeat;	
}

div.window-lgrey > div {
	background: url("module_window_lgrey_l.png") top left no-repeat;
}

div.window-lgrey > div > div {
	background: url("module_window_lgrey_l.png") bottom left no-repeat;
}

div.window-lgrey > div > div > div {
	background: url("module_window_lgrey_r.png") bottom right no-repeat;
}

div.window-red h3,
div.window-blue h3,
div.window-dgrey h3 {
	color: #ffffff;
}


/* Header Styles */
div.header-blog h3 {
	background: url("icon_header_blog.png") no-repeat left top;
	padding: 2px 0 5px 24px;
}

div.header-showcase h3 {
	background: url("icon_header_showcase.png") no-repeat left top;
	padding: 2px 0 5px 24px;
}

div.header-tutorial h3 {
	background: url("icon_header_tutorial.png") no-repeat left top;
	padding: 2px 0 5px 24px;
}

div.header-check h3 {
	background: url("icon_list_check.png") no-repeat left top;
	padding: 1px 0 5px 22px
}

div.header-edit h3 {
	background: url("icon_header_edit.png") no-repeat left top;
	padding: 1px 0 5px 22px
}

div.header-star h3 {
	background: url("icon_list_star.png") no-repeat left top;
	padding: 1px 0 5px 22px
}

div.header-search2 h3 {
	background: url("icon_header_search2.png") no-repeat left top;
	padding: 2px 0 5px 20px;
}

div.header-pointer2 h3 {
	background: url("icon_header_pointer2.png") no-repeat left top;
	padding: 1px 0 5px 20px
}

div.header-clock h3 {
	background: url("icon_header_clock.png") no-repeat left top;
	padding: 2px 0 5px 24px;
}

div.header-download h3 {
	background: url("icon_link_download.png") no-repeat left top;
	padding: 0 0 5px 22px;
}

div.header-calendar h3 {
	background: url("icon_header_calendar.png") no-repeat left top;
	padding: 2px 0 5px 24px;
}

div.header-search h3 {
	background: url("icon_header_search.png") no-repeat left top;
	padding: 2px 0 5px 24px;
}

div.header-link h3 {
	background: url("icon_header_link.png") no-repeat left top;
	padding: 2px 0 5px 24px;
}

div.header-gallery h3 {
	background: url("icon_header_gallery.png") no-repeat left top;
	padding: 2px 0 5px 24px;
}

div.header-pointer h3 {
	background: url("icon_header_pointer.png") no-repeat left top;
	padding: 1px 0 5px 24px
}

div.header-cc h3 {
	background: url("icon_header_cc.png") no-repeat left top;
	padding: 1px 0 5px 25px;
}


/** CUSTOM MENU **/

ul#mainlevel-topmenu {
	margin: 0;
	padding: 0 0 0 10px;
	background: none;
	list-style: none;
}

ul#mainlevel-topmenu li {
	display: inline;
	background: none;
	margin: 0;
	background: transparent url("icon_list_bluedot.png") no-repeat left 50%;
	padding: 2px 10px 2px 20px;
}

ul#mainlevel-topmenu a:link,
ul#mainlevel-topmenu a:visited {
	color: #cfdee5;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
}

ul#mainlevel-topmenu a:hover {
	color: #ffffff;
	text-decoration: none;
}

ul#mainlevel-footermenu {
	margin: 0;
	padding: 0;
	background: none;
	list-style: none;
}

ul#mainlevel-footermenu li {
	display: inline;
	background: none;
	margin: 0;
	padding: 0 .6em;
	border-left: 1px solid;
}



/** CUSTOM ELEMENTS **/

table.featurestable {
	background-color: #F9FBFD;
	color: #000000;
	border: 1px solid #D7E5F2;
	border-collapse: collapse;
	width: 100%;
}

table.featurestable td {
	border: 1px solid #D7E5F2;
	padding: .35em;
	vertical-align: top;
}

table.featurestable th {
	border: 1px solid #D7E5F2;
	padding: 1em;
	font-weight: bold;
}

table.featurestable td p {
	margin: 0;
	padding: 0;
}

table.featurestable td h3 {
	color: #000000;
	padding-left: .5em;
}

td.featurestable-title {
	background-color: #EFF5FA;
	color: #6A6A6A;
	font-weight: bold;
}

th.featurestable-content,
td.featurestable-content {
	text-align: center;
}

td.featurestable-checked {
	background: transparent url("icon_list_check.png") no-repeat 50% 50%;
}

td.featurestable-unchecked {
	background: transparent url("icon_list_uncheck.png") no-repeat 50% 50%;
}

div.promo h3 {
	font-family: "Lucida Grande",Geneva,Arial,Verdana,sans-serif;
	color: #CC3333;
	font-size: 18px;
	margin: 0;
}

div.promo h3 a:link,
div.promo h3 a:visited {
	color: #CC3333;
}

div.bottom_page {
	display: none;
}
#jsn-master #jsn-page #jsn-body_wrapper #jsn-body #jsn-body_inner1 #jsn-body_inner2 #jsn-body_inner3 #jsn-topmodules #jsn-usermodules1 #jsn-puser1 .padding .module-box box-fadebottom .cs-introtext .clearafter .grid2 .grid-cola .syllb {
	font-family: Verdana, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #003366;
}
#jsn-master #jsn-page #jsn-header_wrapper #jsn-header #login {
	font-family: Verdana, sans-serif;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	height: 20px;
	width: 115px;
	position: absolute;
	left: 842px;
	top: 1px;
}
#jsn-master #jsn-page #jsn-header_wrapper #jsn-header #login a {
	font-family: Verdana, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
