/*------------------------------------------------------------------------
# JA Hedera 1.0 - Oct, 2007
# ------------------------------------------------------------------------
# Copyright (C) 2004-2006 J.O.O.M Solutions Co., Ltd. All Rights Reserved.
# @license - Copyrighted Commercial Software
# Author: J.O.O.M Solutions Co., Ltd
# Websites:  http://www.joomlart.com -  http://www.joomlancers.com
-------------------------------------------------------------------------*/


/* COMMON STYLE
--------------------------------------------------------- */
html, body, form, fieldset {
	margin: 0;
	padding: 0;
}

body {
	color: #000000;
	background: #FFFFFF;
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	line-height: 150%;
	font-size:13px;
}

body#bd {
	color: #666666;
	background-color: #fff;
}

body.contentpane {
	width: auto; /* Printable Page */
	margin: 1em 2em;
	background: #FFFFFF;
	color: #000000;
}

body.fs3{
	font-size: 13px;
}


/* Normal link */
a {
	color: #115BA7;
	text-decoration: none;
}

a:hover, a:active, a:focus {
	color: #115BA7;
	text-decoration: none;
	outline:0;
}
a.link {
	color: #115BA7 !important;
	text-decoration: none !important;
}

a.link:hover, a.link:active, a.link:focus {
	color: #115BA7 !important;
	text-decoration: none !important;
}

/* Title text */
.contentheading, .componentheading, .blog_more strong, h1, h2, h3 {
	font-weight: normal;
}

/* Small text */
small, .small, .smalldark, .mosimage_caption {
	color: #999;
	font-size: 100%;
}

/* Heading */
h1 {
	font-size: 180%;
	font-weight: bold;
}

h2 {
	font-size: 155%;
	font-weight: bold;
}

h3 {
	font-size: 125%;
	font-weight: bold;
}

h4 {
	font-size: 100%;
	text-transform: uppercase;
}
table { 
    border-spacing:0;
	padding:2px;
}
p {
	text-align: left;

}
p, pre, blockquote, ul, ol, h1, h2, h3, h4, h5, h6 {
	margin: 10px 0;
	padding: 0;
}
h1 {
	padding:3px 23px;
	color:#064364;
	background:url(../images/h1_bullet.png) 0px 6px no-repeat;
}
h2 {
	padding:3px 20px;
	color:#064364;
	background:url(../images/h2_bullet.jpg) 0px 6px no-repeat;
	font-weight: normal;
}
h3 {
	padding:3px 36px;
	color:#0A70A7;
	background:none;
	font-weight:normal;
}

ul {
	list-style: none;
}

ul li {
	padding-left: 38px;
	background: url(../images/arrow.png) no-repeat 18px 5px;
	line-height: 180%;
}

.tick li {
	padding-left: 43px;
	background: url(../images/tick.png) no-repeat 18px 0px;
	line-height: 180%;
}

ol li {
	margin-left: 35px;
	line-height: 180%;
}

th {
	padding: 5px;
	font-weight: normal;
	text-align: left;
}

fieldset {
	border: none;
}

fieldset a {
	font-weight: bold;
}

hr {
	border-top: 1px solid #DDDDDD;
	border-right: 0;
	border-left: 0;
	border-bottom: 0;
	height: 1px;
}

a img {
	border: none;
}

/* FORM
--------------------------------------------------------- */
form {
	margin: 0;
	padding: 0;
}

form label {
	cursor: pointer;
}

input, select, textarea, .inputbox {
	padding: 1px;
}
select.inputbox {
	width: auto;
	max-width: 45%;
	min-width: 170px;
}
textarea.inputbox, input.inputbox {
	width: 55%;
	min-width: 170px;
}
.fieldPassword {
	width:45%;
	min-width:170px;
}
.fieldPassword .inputbox {
	width:100% !important;
}
select, textarea, .inputbox {
	background: #FFFFFF;
	color: #666666;
	padding:2px;
}
button span {
	filter: invert(100%);
    -webkit-filter: invert(100%);
}
button:active span {
	padding-top:3px;
	padding-bottom:3px;
	margin:2px;
}
.button span,
.button2 span,
.button3 span,
.button4 span,
.button5 span {
	padding-top: 6px;
	padding-bottom: 6px;
	margin:2px;
}
button, button:hover,div.button5,div.button5:hover, a,a:hover, #ja-content .inputbox, 
#ja-content .inputbox:hover, #ja-content .inputbox:active, .whitebox,.whitebox:hover, 
.sectiontableheader,.sectiontableheader:hover,td.contentheading,td.contentheading:hover,
tr.sectiontableentry1,tr.sectiontableentry1:hover,tr.sectiontableentry2,tr.sectiontableentry2:hover  {
	-webkit-transition: all 800ms ease;
	-moz-transition: all 800ms ease;
	-ms-transition: all 800ms ease;
	-o-transition: all 800ms ease;
	transition: all 800ms ease;
	outline:0;
}
/*select.inputbox option {
	padding:1px 4px 1px 4px;
	font-size:140%;
	background:url(../images/grad4.gif) repeat-x;
	color:#FFF;
}
select.inputbox option:hover {
	background:url(../images/but-bg.gif) repeat-x bottom;
}
*/
.inputbutton {
	padding:7px 4px;
	border: 1px solid #999;
	font-size:120%;
	font-weight:200;
	background: url(../images/down_arrow_select.jpg) no-repeat right;
	background-color: #ddd;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	border-radius:1px;
	-moz-border-radius:1px;
	color:#333;
}
.inputbutton option {
	padding:3px 4px;
	border-left: 1px solid #999;
	border-right: 1px solid #999;
	background:#EEE;
}
.inputbutton option:hover {
	color:#F4F4F4;
	background:#555;
}
.iconbutton {
	padding:10px !important;
}
button.iconbutton.large {
	width:150px; 
	font-size:14px !important; 
	text-align:left;
	margin-bottom:8px;
}
button.iconbutton.small {
	width:100px; 
	font-size:12px !important; 
	text-align:left;
	margin-bottom:8px;
}
button.iconbutton {
	font-size:14px !important;
}
.button {
	padding: 3px 5px;
	color: #333;
	background: url(../images/button.png) repeat-x center;
	background-color: #E4E7EA;
	border: 2px solid #CEE7FF;
	cursor:pointer;
	border-radius:4px;
}
.button:hover{
	border: 2px solid #FFB76F;
	color: #333;
	background: url(../images/button-hover.png) repeat-x center;
	background-color: #f3e6d1;
}
.buttondisabled {
	padding: 6px 20px;
	color: #333;
	background:#E0E0E0;
	border: 1px solid #aaa;
	border-radius:4px;
	font-weight:bold;
}
.button2 {
	padding: 5px 20px;
	color: #000;
	background-color: #1369BF;
	border: 1px solid transparent;
	cursor:pointer;
}
.button2:hover{
	background-color: #167EE7;
}
.button3 {
	padding: 5px 20px;
	color: #000;
	background-color: #6B9722;
	border: 1px solid transparent;
	cursor:pointer;
}
.button3:hover{
	background-color: #88BF2B;
}
.button4 {
	padding: 5px 20px;
	color: #000;
	background-color: #D20000;
	cursor:pointer;
	border:1px solid transparent;
}
.button4:hover{
	background-color: #F00000;
}
.button5 span {
	filter: invert(0%);
    -webkit-filter: invert(0%);
}
.button5 {
	padding: 5px 5px;
	color: #333;
	background-color: #F3f3f3;
	border: 1px solid #ddd;
	cursor:pointer;
}
a.button5,a.button5disabled,a.button5active {
	margin-right:2px;
}
.button5disabled {
	padding: 5px 5px;
	color: #999;
	background-color: #F1F2F4;
	border: 1px solid #ddd;
}
.button5disabled span {
	color: #999;
}
.button5disabled:hover {
	padding: 5px 5px;
	color: #999;
	background-color: #F1F2F4;
	border: 1px solid #ddd;
}

.button5active {
	padding: 5px 5px;
	color: #333;
	background-color: #F1F2F4;
	border: 1px solid #transparent;
}
.button5:hover{
	background-color: #DEE1E7;
}
.button4:active,.button3:focus{
	color: #400;
}
div.button5 {
	margin-bottom:0px !important;
	width:135px;
	background-color:#fefefe;
}
div.button5:hover {
	background-color:#fbfbfb;
}
div.button5 ul.visible{
	display:block;
}
div.button5 a.dropdownselector {
	color:#000;
}
div.button5 .arrowdown {
	margin-left:0px;
	border-left:1px solid #efefef;
	background-position:4px;
	padding:5px 15px;
	width:30px;
	display:inline;
}
.dropdownbutton {
	display:none;
	position:absolute;
	padding: 4px;
	margin:8px -115px;
	box-shadow:1px 1px 5px #666;
	border: 1px solid #b3b3b3;
	background: #fbfbfb;
	width: 250px;
	z-index:999;
}
.dropdownbutton a{
	display:block;
	width: 200px;
	margin:3px 0px;
	color:#67A6C7;
}

.dropdownbutton li:hover{
	background: #FAFAFA;
	background-color:  #F6F8F9;
	border:1px solid #DADBDC !important;
}
.dropdownbutton li{
	background:none;
	margin:0px;
	padding:0px;
	border: 1px solid transparent;
}

* html .button, *+html .button {
	padding: 2px 3px !important;
	border: 1px solid #FFFFFF;
}
div.noinputsize .inputbox {
	width:96%;
}
.inputbox, input {
	margin-bottom: 5px;
	border: 1px solid #CACACA;
	border-radius: 0px;
	padding:4px;
	background:#fff;
	/*box-shadow: 3px 3px 10px #CACACA;*/
}

.inputbox:hover{
	border: 1px solid #c8c8c8;
}
.inputbox:focus{
	border: 1px solid #c8c8c8;
}
.button:focus {
	border: 1px solid #FC0;
	background: url(../images/form_bg.jpg) repeat-x;
	background-color: #FFFFFF;
}

/* BONUS TYPOGRAPHY STYLES
--------------------------------------------------------- */
pre, .code {
	padding: 10px 15px;
	margin: 5px 0 15px;
	border-left: 5px solid #999999;
	background: #F0F5FB;
}

blockquote {
	padding: 1em 40px 1em 15px;
}

blockquote span.open {
	padding: 0 0 0 20px;
	background: url(../images/so-q.gif) no-repeat left top;
}

blockquote span.close {
	padding: 0 20px 0 0;
	background: url(../images/sc-q.gif) no-repeat bottom right;
}

/* Small quote */
.small-quote {
	margin: 0;
	padding: 0;
	background: none;
}

.small-quote span.open-quote {
	margin: 0;
	padding-left: 20px;
	background: url(../images/so-q.gif) no-repeat center left;
}

.small-quote span.close-quote {
	margin: 0;
	padding-right: 20px;
	background: url(../images/sc-q.gif) no-repeat center right;
}

.small-quote span.author {
	padding: 2px 5px 2px 20px;
	border-top: 1px solid #DDDDDD;
	margin: 0.5em 0 0;
	display: block;
	background: url(../images/author.gif) no-repeat 5px 4px;
	background-color: #DDDDDD;
	font-size: 100%;
	text-transform: uppercase;
}

/* Dropcap */
.dropcap {
	float: left;
	padding: 4px 8px 0 0;
	display: block;
	color: #115BA7;
	font: 50px/40px Georgia, Times, serif;
}

/* Tips, Error, Message, Hightlight*/
.error {
	border:1px solid #FAA !important;
	padding: 8px 8px 8px 40px;
	background: url(../images/error.png) #FFF9F9 no-repeat 10px center;
	margin: 10px 5px;
	color: #CC0000;
}
.errormessage {
	color: #CC0000;
	display:none;
}
.message {
	color: #FF7705;
	padding: 8px 8px 8px 40px;
	background: url(../images/info.png) no-repeat 10px center;
	margin: 5px;
}

.tips {
	color: #333;
	padding: 8px 8px 8px 40px;
	background: url(../images/tips.png) no-repeat 10px center;
	background-color: #FFFFEC;
	margin: 5px;
	border:#FFD9C6 1px solid;
}
h3.tips {
	color:#F07800;
}

.highlight {
	padding: 1px 5px;
	background: #F0F5FB;
	font-weight: bold;
}
.hidden, .novisible {
	display:none;
}
/* Note Style */
p.stickynote {
	padding: 10px 0px 10px 50px;
	border: 1px solid #DDDDDD;
	background: url(../images/sticky-bg.gif) no-repeat 5px 10px;
	background-color: #FFFFFF;
}

p.download {
	padding: 10px 0px 10px 50px;
	border: 1px solid #DDDDDD;
	background: url(../images/download-bg.gif) no-repeat 5px 10px;
	background-color: #FFFFFF;
}

.blocknumber {
	clear: both;
	padding: 5px 15px 10px;
	position: relative;
}

/* Check list */
ul.checklist {
	list-style: none;
}

ul.checklist li {
	margin-left: 15px;
	padding: 0 0 5px 20px;
	background: url(../images/checklist-bg.gif) no-repeat 0 3px;
}

/* Check list */
ul.stars {
	list-style: none;
}

ul.stars li {
	margin-left: 15px;
	padding: 0px 0 5px 20px;
	background: url(../images/star-bg.gif) no-repeat 0 3px;
}

/* Smallnumber */
ol.smallnumber {
	margin: 0;
	padding: 0;
	list-style: none;
}

ol.smallnumber li {
	margin: 10px 0 10px 30px;
	padding: 3px 0 5px 30px;
	line-height: 150%;
}

ol.smallnumber li.number-1 {
	background: url(../images/n-1.gif) no-repeat left top;
}

ol.smallnumber li.number-2 {
	background: url(../images/n-2.gif) no-repeat left top;
}

ol.smallnumber li.number-3 {
	background: url(../images/n-3.gif) no-repeat left top;
}

ol.smallnumber li.number-4 {
	background: url(../images/n-4.gif) no-repeat left top;
}

ol.smallnumber li.number-5 {
	background: url(../images/n-5.gif) no-repeat left top;
}

ol.smallnumber li.number-6 {
	background: url(../images/n-6.gif) no-repeat left top;
}

ol.smallnumber li.number-7 {
	background: url(../images/n-7.gif) no-repeat left top;
}

ol.smallnumber li.number-8 {
	background: url(../images/n-8.gif) no-repeat left top;
}

ol.smallnumber li.number-9 {
	background: url(../images/n-9.gif) no-repeat left top;
}

/* Bignumber */
.bignumber {
	float: left;
	margin-right: 8px;
	padding: 6px 7px;
	display: block;
	color: #FFFFFF;
	background: url(../images/ol-bg.gif) no-repeat top left;
	font: 20px/normal Arial, sans-serif;
	font-weight: bold;
}

/* Talking box. Thinking box. */
div.error-msg
{
	padding:10px;
	border:1px solid #F00;
	background-color:#FFD7D7;
	margin-top:6px;
}
div.note
{
	padding:10px;
	border:1px solid #EBED92;
	background-color:#FFC;
	margin-top:6px;
}
di.info-msg
{
	padding:10px;
	border:1px solid #C1E1FF;
	background-color:#F0F8FF;
	margin-top:6px;
}
#toc_content

{
	padding:10px;
	border:1px solid #C1C1C1;
	background-color:#F0F0F0;
	margin-top:6px;
}
div.bubble1, div.bubble2, div.bubble3, div.bubble4 {
	margin: 15px 0;
}

div.bubble1 span.author,
div.bubble2 span.author,
div.bubble3 span.author,
div.bubble4 span.author {
	padding-left: 15px;
	margin-left: 15px;
	background: url(../images/author.gif) no-repeat center left;
	font-weight: bold;
}

div.bubble1 div {
	margin: 0;
	width: 100%;
	background: url(../images/bub1-br.gif) no-repeat bottom right;
}

div.bubble1 div div {
	background: url(../images/bub1-bl.gif) no-repeat bottom left;
}

div.bubble1 div div div {
	background: url(../images/bub1-tr.gif) no-repeat top right;
}

div.bubble1 div div div div {
	background: url(../images/bub1-tl.gif) no-repeat top left;
}

div.bubble1 div div div div div {
	margin: 0;
	padding: 15px 15px 30px 15px;
	width: auto;
}

div.bubble2 div {
	margin: 0;
	width: 100%;
	background: url(../images/bub2-br.gif) no-repeat bottom right;
}

div.bubble2 div div {
	background: url(../images/bub2-bl.gif) no-repeat bottom left;
}

div.bubble2 div div div {
	background: url(../images/bub2-tr.gif) no-repeat top right;
}

div.bubble2 div div div div {
	background: url(../images/bub2-tl.gif) no-repeat top left;
}

div.bubble2 div div div div div {
	margin: 0;
	padding: 15px 15px 35px 15px;
	width: auto;
}

div.bubble3 div {
	margin: 0;
	width: 100%;
	background: url(../images/bub3-br.gif) no-repeat bottom right;
}

div.bubble3 div div {
	background: url(../images/bub3-bl.gif) no-repeat bottom left;
}

div.bubble3 div div div {
	background: url(../images/bub3-tr.gif) no-repeat top right;
}

div.bubble3 div div div div {
	background: url(../images/bub3-tl.gif) no-repeat top left;
}

div.bubble3 div div div div div {
	margin: 0;
	padding: 15px 15px 50px 15px;
	width: auto;
}

div.bubble4 div {
	margin: 0;
	width: 100%;
	background: url(../images/bub4-br.gif) no-repeat bottom right;
}

div.bubble4 div div {
	background: url(../images/bub4-bl.gif) no-repeat bottom left;
}

div.bubble4 div div div {
	background: url(../images/bub4-tr.gif) no-repeat top right;
}

div.bubble4 div div div div {
	background: url(../images/bub4-tl.gif) no-repeat top left;
}

div.bubble4 div div div div div {
	margin: 0;
	padding: 15px 15px 55px 15px;
	width: auto;
}

/* Rating */
.rating {
	width: 66px;
	float: left;
	margin: 10px 10px 0 0;
	background: url(../images/rating-bg.gif) no-repeat top left;
	height: 65px;
}

div.rate-1 {
	font-size: 11px;
	text-align: center;
	line-height: 20px;
	height: 20px;
}

div.rate-2 {
	color: #CC0000;
	font-size: 200%;
	font-weight: bold;
	text-align: center;
}

div.rate-3 {
	font-size: 11px;
	text-align: center;
}

/* JOOMLA STYLE
--------------------------------------------------------- */
table.blog {
}

.article_seperator {
	display: block;
	background: url(../images/sep.gif) no-repeat center bottom;
	height: 50px;
}

#ja-col1 .article_seperator, #ja-col2 .article_seperator {
	display: none;
}
@-webkit-keyframes rotate {
    from {-webkit-transform: rotate(0deg);}
    to {-webkit-transform: rotate(360deg);}
}

@-moz-keyframes rotate {
    from {-moz-transform: rotate(0deg);}
    to {-moz-transform: rotate(360deg);}
}
#pageloader {
	text-align:center;
}
#pageloader h3{
	font-weight:normal;
}
#pageloader div{
  	background:url(../images/kryspi.png) no-repeat center center;
	margin:20px;
	padding-top:280px;

    -webkit-animation-name: rotate; 
    -webkit-animation-duration: 3s; 
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;

    -moz-animation-name: rotate; 
    -moz-animation-duration: 3s; 
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
}
table.contentpane {
	border: none;
	width: 100%;
	font-size:12px;
	border: 1px solid #CCC;
	padding:5px;
}
table.contentpaneopen {
	border: 1px solid #CCC;
	background:#f5f5f5;
	box-shadow: 1px 2px 5px #ddd;
	padding:8px;
}
table.transparent {
	background:none;
	border:none;
}
.TDialog{
	border:1px solid #1369BF;
	background:#fff;
	margin-bottom:15px;
	overflow-x:hidden;
	padding:0px;
}
.TDialog thead {
	display: table-header-group;
}
tr.rowselect {
	box-shadow: inset 2px 2px 10px #aaa !important;
}
tr.rowselect td {
	background: #FAFAFA;
	background-color: #F0F2F7;
}
table.display {
	border:1px solid #ccc;
}
div.noshadow .TDialog {
	box-shadow:none;
}
table.contenttoc {
	margin: 0 0 10px 10px;
	padding: 0;
	width: 35%;
	border: 1px solid #EFEFEF;
}

table.contenttoc a {
}

table.contenttoc td {
	padding: 3px 5px 3px 25px;
	background: url(../images/arrow.png) no-repeat 10px 7px;
}

table.contenttoc th {
	padding: 5px;
	background: url(../images/grad2.gif) repeat-x center;
	background-color: #EFEFEF;
	text-indent: 5px;
}

table.poll {
	padding: 0;
	width: 100%;
	border-collapse: collapse;
}

table.pollstableborder {
	padding: 0;
	width: 100%;
	border: none;
	text-align: left;
}

table.pollstableborder .sectiontableheader{
	padding: 8px 5px !important;
}

table.pollstableborder img {
	vertical-align: baseline;
}

table.pollstableborder td {
	padding: 2px!important;
	border-collapse: collapse;
	border-spacing: 0;
}

table.pollstableborder tr.sectiontableentry1 td {
	border: none;
	background: #F7F7F7;
}

table.pollstableborder tr.sectiontableentry2 td {
	border: none;
}

table.searchintro {
	padding: 10px 0;
	width: 100%;
}

table.searchintro td {
	padding: 5px!important;
}

table.adminform {
	width: 400px!important; /*Control the Frontend Editor area width*/
}

.adminform .inputbox {
}

.blog_more {
	margin: 10px 0;
}

.blog_more strong {
	margin: 0 0 5px;
	display: block;
	background: url(../images/h3-bg.gif) no-repeat center left;
	font-size: 150%;
	line-height: 30px;
	text-indent: 10px;
}

.blog_more ul {
	margin: 0;
	padding: 0;
}

.blog_more ul li {
	margin: 0;
	padding: 0 0 0 24px;
	background: url(../images/arrow.png) no-repeat 10px 6px;
}

td.buttonheading {
	padding: 0 0 0 8px!important;
	text-align: center;
}

.category {
	font-weight: bold;
}

.clr {
	clear: both;
}

.componentheading {
	padding: 0 0 15px 0;
	margin-bottom: 20px;
	border-bottom: 1px solid #DDDDDD;
	font-size: 250%;
}

.contentdescription {
	padding-bottom: 30px;
}

table.blog .contentheading {
	font-size: 170%;
}

.contentheading {
	padding: 10px;
	font-size: 200%;
	color:#fff;
	font-weight:100;
	background-color: #1369BF; 
}
a.contentpagetitle,
a.contentpagetitle:hover,
a.contentpagetitle:active,
a.contentpagetitle:focus {
}

a.readon {
	float: left;
	width: 120px;
	display: block;
	background: url(../images/readon.gif) no-repeat top left;
	font-size: 11px;
	line-height: 20px;
	text-indent: 27px;
	height: 20px;
}

a.readon:hover, a.readon:active, a.readon:focus {
	background: url(../images/readon.gif) no-repeat bottom left;
	color: #666666;
	text-decoration: none;
}

table.contentpaneopen td, table.contentpane td {
}

table.contentpaneopen, table.contentpane, table.blog {
	width: 100%;
}

.createdate {
	padding: 2px;
	color: #999999;
}

.modifydate {
	padding-top: 15px;
	color: #999999;
	height: 15px;
}

.moduletable {
	padding: 0;
}

.mosimage {
	margin: 15px 10px 10px 0;
	padding: 0 0 5px;
}

* html .mosimage {
	padding: 5px 0 !important; /*IE 6*/
	margin: 15px 10px 10px 0;
}

*+html .mosimage {
	padding: 5px 0 !important; /*IE 7*/
}

.mosimage img {
	padding: 0 !important;
	margin: 0 !important;
}

.mosimage_caption {
	margin-top: 5px;
	padding: 1px 2px;
	color: #999999;
}

.pagenav,
.pagenav_prev,
.pagenav_next,
.pagenavbar {
	padding: 0 2px;
}

a.pagenav,
.pagenav_prev a,
.pagenav_next a,
.pagenavbar a {
}

a.pagenav:hover, a.pagenav:active, a.pagenav:focus,
.pagenav_prev a:hover, .pagenav_prev a:active, .pagenav_prev a:focus,
.pagenav_next a:hover, .pagenav_next a:active, .pagenav_next a:focus,
.pagenavbar a:hover, .pagenavbar a:active, .pagenavbar a:focus {
}

.pagenavbar {
	padding-left: 14px;
	background: url(../images/pages.gif) no-repeat center left;
}

.pagenavcounter {
	padding: 8px 14px 0 14px;
	background: url(../images/pages.gif) no-repeat 0 11px;
}

.sectiontableheader {
	padding:7px 5px;
	background:url(../images/grad2.png) repeat-x center;
	font-size:120%;
	margin-bottom:4px;
}
th.sectiontableheader {
	border:1px solid transparent;
	border-bottom:1px solid #1369BF;
	background: #1369BF;
	color: #fff;
	vertical-align:text-top;
	white-space:nowrap;
	font-size:105%;
}
div.sectiontableheader {
	background: #1369BF;
	border-bottom: 2px solid transparent;
	width:auto;
	color:#fff;
	padding:10px;
	margin-bottom:10px;
}
th.sectiontableheader:hover {
	background:#1575D5;
}
.sectiontableheader h3 {
	background:none;
}
.sectiontablesubheader {
	padding: 4px 6px;
	border: 1px solid #bbb;
	background-color: #eee;
	font-weight: bold;
	cursor:pointer;
}
.fp_highlights {
	border:1px solid #CCC;
	border-radius: 6px;
	background-color:#FAFAFA;
}
.fp_highlights:hover {
	border:1px solid #9FC8F4;
	background-color:#F1F7FE;
}
.sectiontablehighlight {
	border-bottom: 1px solid #EFEFEF;
	background: #F7F7F7;
	font-weight: bold;
}
.sectiontableselector {
	border:3px solid #ccc; 
	border-radius:8px;
	background:none;
}
.sectiontableselector:hover{
	border:3px solid #FF8000;
	background:url(../images/sectionbg.png) repeat-x;
}
tr:last-child.sectiontableentry1 td,tr:last-child.sectiontableentry2 td {
	border-bottom:none;
}
tr.sectiontableentry1 td {
	margin-top:2px;
	padding: 10px 5px;
	background: #fff;
	border:1px solid transparent;
	border-bottom:1px solid #DADBDC;
	-webkit-print-color-adjust:exact;
}
tr.sectiontableentry1 td .longtext , tr.sectiontableentry2 td .longtext{
    display:inline-block;
    width:180px;
	height:15px;
    white-space: nowrap;
    overflow:hidden !important;
    text-overflow: ellipsis;
}
tr.sectiontableentry2 td {
	margin-top:2px;
	padding: 10px 5px;
	background: #FAFAFA;
	border:1px solid transparent;
	border-bottom:1px solid #DADBDC;
	-webkit-print-color-adjust:exact;
}
div.activesection{
	border:1px solid #DADBDC !important;
	background: #FAFAFA !important;
	background-color: #fff;
}
tr.activesection td {
	border-bottom:1px solid #DADBDC !important;
	background: #FAFAFA !important;
	background-color: #fff;
}
.activesection td a {
	font-weight:bold;
}
tr.sectiontableentry1:hover td,
tr.sectiontableentry2:hover td {
	background-color: #F0F2F7;
}
tr.sectiontableentry1:hover,
tr.sectiontableentry2:hover {
	box-shadow:inset 1px 2px 15px #CCCCCC;
}
tr.activesection td:first-child,
tr.sectiontableentry1:hover td:first-child,
tr.sectiontableentry2:hover td:first-child {
	border-left:1px solid #DADBDC;
}
tr.activesection td:last-child,
tr.sectiontableentry1:hover td:last-child,
tr.sectiontableentry2:hover td:last-child {
	border-right:1px solid #DADBDC;
}
.smalldark {
	text-align: left;
}

div.syndicate div {
	text-align: center;
}

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

/* MAIN LAYOUT DIVS
--------------------------------------------------------- */
#ja-wrapper {
}

#ja-header, ja-topslwrap{
	width: auto;
	margin: 0 auto;
	padding:0px;
	clear: both;
}
@media only screen and (max-width: 480px) {
	#ja-container, #ja-header, #ja-footer {
		margin:0px !important;
	}
}
#ja-container, #ja-header, #ja-footer {
	margin:0px;
	clear: both;
}

.narrow #ja-header, .narrow ja-topslwrap, .narrow #ja-container, .narrow #ja-footer {
	width: 770px;
	margin: 0 auto;
	clear: both;
}

#ja-containerwrap {
	clear: both;
	overflow:auto;
	position:relative;
	left:0px;
	right:0px;
}
#ja-innercontainerwrap {
	clear: both;
	/*min-width:1300px;*/
	margin-bottom:100px;
	margin-top:60px;
}

#ja-container {
	background-color: #FFFFFF;
}

div.shadowsmall2 {
	padding-right: 24px;
	background: url(../images/shadow-right.png) repeat-y top right;
	overflow: hidden;
}
div.shadowsmall1 {
	padding-left: 20px;
	background: url(../images/shadow-left.png) repeat-y top left;
	overflow: hidden;
}
div.shadow1 {
	padding-right: 0px;
	background: url(../images/shadow-right.png) repeat-y top right;
	width:100%;
	max-width:1200px;
	min-width:1200px;
	overflow: visible;
	margin: 0 auto;
}

div.shadow2 {
	padding-left: 0px;
	padding-bottom: 0px;
	width: auto;
	background: url(../images/shadow-left.png) repeat-y top left;
	overflow: visible;
	margin: 0 auto;
}
div.shadow {
	margin:0 auto;
	height:20px;
	background-position: bottom center;
}

#ja-mainbody, #ja-mainbody-fl {
	float: left;
	width: 78%;
}

#ja-mainbody #ja-contentwrap {
	float: left;
	width: 69.9%;
}

#ja-mainbody-fr {
	overflow:hidden;
	padding-bottom:20px;
}

#ja-mainbody-fr #ja-contentwrap {
	background: none;
}

#ja-mainbody-fr #ja-col1 {
	float: right;
	width: 237px;
	background:url(../images/shadow-left.png) repeat-y left;
	margin: 0px 3px 0px 0px ;
}

#ja-mainbody-f {
	float: none;
	width: 100%;
}
@media only screen and (max-width:480px) {
	#ja-content {
		padding: 5px 2px !important;
	}
}
#ja-content {
	padding: 10px;
	margin: 0;
	clear: both;
	display: none;
}
#ja-content .inputbox {
	border: 1px solid #CACACA;
	border-radius: 0px;
	padding:4px;
	font-size: 16px;
}
# select.inputbox {
	padding:3px;
}
#ja-content .inputbox:hover {
	border: 1px solid #4C9ED9;
}

#ja-content .inputbox:focus {
	border: 1px solid #E37426;
}
#ja-content .inputbox:disabled {
	background:#D3D3D3;
}
#ja-content .inputbox-disabled {
	border: 1px solid #CACACA;
	border-radius: 0px;
	padding:4px;
	font-size: 140%;
	background:#EEEEEE;
	width:45%;
}

#ja-mainbody-f #ja-content, #ja-mainbody-fl #ja-content {
	padding: 25px 20px 10px;
}

/* HEADER
--------------------------------------------------------- */
#ja-headerwrap {
	background-color: #115BA7;
	line-height: normal;
	width:100%;
	margin-bottom:0px;
	position:fixed;
	z-index:99;
	box-shadow:0px 3px 10px rgba(17,91,167,0.7);
}
#ja-headerwrap div.shadow1, #ja-headerwrap div.shadow2 {
	overflow:visible;
}
#ja-header {
	background-color: #115BA7;
	height: 50px;
	position: relative;
}

.narrow #ja-header {
	background: url(../images/header-narrow-bg.jpg) no-repeat;
	background-color: #115BA7;
}

h1.logo {
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	left: 5px;
	right:5px;
	height: 50px;
	background:none;
}

h1.logo a {
	display: block;
	text-transform: uppercase;
	text-indent: -5000px;
	height: 60px;
	outline: none;
}
h1.logo a.kreation {
	width: 290px;
	float: right;
	background: url(../images/logo.png) no-repeat;
}
h1.logo a.kryspi {
	width: 220px;
	float: left;
	background: url(../images/knowledge.png) no-repeat;
}
#ja-pathway {
	padding: 0 3px 5px;
	display: block;
	color: #999999;
}

#ja-pathway img {
	margin: 1px 5px 0;
}

#ja-pathway a {
	font-weight: bold;
}



/* MAIN NAVIGATION
--------------------------------------------------------- */
#ja-mainnav {
	bottom: 0;
	left: 0;
	width:320px;
	top:50px;
	background:rgba(19,105,191,0.95);
	position:fixed;
	z-index:999;
}
#ja-mainnav a 
#ja-mainnav a:hover,
#ja-mainnav a:active,
#ja-mainnav a:focus {
	
}
#ja-mainnav a,
#ja-mainnav a:hover,
#ja-mainnav a:active,
#ja-mainnav a:focus,
#ja-subnav a,
#ja-subnav a:hover,
#ja-subnav a:active,
#ja-subnav a:focus {
	outline: none;
}

/* Default Joomla! Menu */
ul.menu li{
	background: none!important;
}

ul.menu a {
	padding: 5px 0 5px 18px;
	width: 90%;
	border-top: 1px solid #ADCDF4;
	display: block;
	color: #efefef;
	background: url(../images/arrow.png) no-repeat 3px 10px;
}

ul.menu a:hover,
ul.menu a:active,
ul.menu a:focus {
	background: url(../images/arrow2.png) no-repeat 3px 10px;
	text-decoration:none;
}

ul.menu li.active a{
	background: url(../images/arrow2.png) no-repeat 3px 10px;
	color:#FFF;
	font-weight:normal;
}

li.parent a {
	padding: 5px 4px 5px 15px;
	display: block;
}

li.parent a:hover,
li.parent a:active,
li.parent a:focus {
}

li.active a{
	color: #115BA7;
	font-weight: bold;
}
li.active li a {
	font-weight: normal;
}

/* Default Joomla! Menu */
a.mainlevel {
	padding: 5px 0 5px 18px;
	width: 90%;
	/*border-top: 1px solid #EFEFEF;*/
	display: block;
	color: #666666;
	background: url(../images/arrow.png) no-repeat 3px 9px;
}

a.mainlevel:hover,
a.mainlevel:active,
a.mainlevel:focus {
	color: #115BA7;
	background: url(../images/arrow2.png) no-repeat 3px 9px;
	text-decoration: none;
}

a.mainlevel#active_menu {
	color: #fff;
	background: url(../images/arrow2.png) no-repeat 3px 9px;
}

a.sublevel {
	padding: 5px 4px 5px 15px;
	display: block;
}

a.sublevel:hover,
a.sublevel:active,
a.sublevel:focus {
}

#active_menu {
	color: #115BA7;
	font-weight: bold;
}
/* MODULE
--------------------------------------------------------- */
div.module h3 {
	margin: 0 0 10px -5px;
	padding: 17px 10px;
	font-size: 130%;
	color: #FFFFFF;
	background:none;
}

/* Orange Module */
div.module {
	margin-bottom: 2px;
	padding: 0;
	float: left;
	clear: both;
	width: 100%;
	background: url(../images/br.png) no-repeat bottom right;
}

div.module div {
	padding: 0;
	background: url(../images/bl.png) no-repeat bottom left;	
}

div.module div div {
	padding: 0;
	background: url(../images/tr.png) no-repeat top right;	
}

div.module div div div {
	color:#FFF;
	padding: 6px 15px 20px 20px;
	background: url(../images/tl.png) no-repeat top left;
}

div.module div div div div {
	margin: 0px;
	padding: 0;
	background: none;
}
/* MODULETABLE
--------------------------------------------------------- */
div.moduletable_menu h3,
div.moduletable h3 {
	padding: 0 2px 10px;
	margin: 0 -2px 10px;
	font-size: 100%;
	font-weight: bold;
}

div.moduletable_menu, 
div.moduletable {
	padding: 0 10px 10px;
	margin-bottom: 10px;
}

#ja-col1 div.moduletable_menu, 
#ja-col1 div.moduletable {
	padding: 0 30px;
	margin-bottom: 10px;
}

#ja-col1 div.moduletable_menu h3,
#ja-col1 div.moduletable h3 {
	margin: 0 -25px 5px -10px;
	padding: 7px 15px;
	border-top: 1px solid #EFEFEF;
	border-bottom: 1px solid #EFEFEF;
	background: url(../images/but-bg.gif) repeat-x center;
	background-color: #F7F7F7;
	border-radius:0px 6px 6px 0px;
	font-size: 125%;
	color:#FFF;
}
#ja-col1 div.moduletable ul li a {
	color:#333;
}
#ja-col1-bottom {
	background:url(../images/shadow.png) repeat;
	float: right;
	width: 197px;
	margin: 0px 23px;
	height:10px;
}
.narrow #ja-col1 div.moduletable_menu h3,
.narrow #ja-col1 div.moduletable h3 {
	margin: 0 -14px 10px;
}

#ja-col2 div.moduletable_menu,
#ja-col2 div.moduletable {
	padding-right: 0;
	margin-bottom: 15px;
}

#ja-col2 div.moduletable_menu h3,
#ja-col2 div.moduletable h3 {
	margin: 0 -10px 10px;
	padding: 0 10px;
	background: url(../images/h3-bg.gif) repeat-y center left;
	font-size: 125%;
	line-height: 30px;
}

/* SPOTLIGHT
--------------------------------------------------------- */
/* Spotlight Box Style */
.ja-box-left, .ja-box-center, .ja-box-right {
	float: left;
	overflow: hidden;
}

.ja-box-full {
	float: none;
	overflow: hidden;
}

.ja-box-left div.moduletable {
	padding: 0 15px 0 0;
}

.ja-box-right div.moduletable {
	padding: 0 0 0 15px;
}

.ja-box-center div.moduletable {
	padding: 0 15px;
}

/* Bottom Spotlight */
#ja-botsl {
	width: 100%;
	clear: both;
	margin-top: 15px;
	border-top: 2px solid #EFEFEF;
	background: url(../images/grad5.gif) repeat-x top;
}

#ja-botsl div.moduletable {
	padding: 10px 15px;
	margin: 0;
	background: none;
}

#ja-botsl div.ja-box-left,
#ja-botsl div.ja-box-center {
	background: url(../images/vdot2.gif) repeat-y right;
}

#ja-botsl h3 {
	margin: 0 0 5px;
	padding: 3px 0px;
	font-size: 125%;
	color:#333;
	background:none;
}

#ja-botsl ul {
	margin: 0;
	padding: 0;
}

#ja-botsl li {
	padding-left: 17px;
	margin: 0;
	background: url(../images/arrow.png) no-repeat 2px 6px;
}

#ja-botsl .tick li {
	padding-left: 20px;
	margin: 0;
	background: url(../images/tick.png) no-repeat 2px 0px;
}

#ja-botsl td {
	padding: 0;
}

#ja-botsl .article_seperator {
	display: none;
}

#ja-botsl table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* LEFT COLUMN + RIGHT COLUMN
--------------------------------------------------------- */
#ja-col1 {
	float: left;
	width: 30%;
	padding: 0;
	background: url(../images/col1-center-bg.gif) repeat-y center bottom;
	overflow: hidden;
}

.narrow #ja-col1 {
	/*background: url(../images/col1-center-narrow-bg.gif) repeat-y center bottom;*/
}

#ja-col1 div.shadow1 {
	padding: 0;
	/*background: url(../images/col1-bot-bg.gif) no-repeat center bottom;*/
}

.narrow #ja-col1 div.shadow1 {
	/*background: url(../images/col1-bot-narrow-bg.gif) no-repeat center bottom;*/
}

#ja-col1 div.shadow2 {
	padding: 0;
	/*background: url(../images/col1-top-bg.gif) no-repeat center top;*/
}

.narrow #ja-col1 div.shadow2 {
	/*background: url(../images/col1-top-narrow-bg.gif) no-repeat center top;*/
}

#ja-col1 div.ja-innerpad {
	padding: 25px 0 10px;
}

#ja-mainbody-fr #ja-col1 div.ja-innerpad {
	padding: 0px;
	background:url(../images/shadow-right.png) right repeat-y;
}

#ja-col2 {
	float: right;
	width: 22%;
	overflow: hidden;
}

#ja-col2 div.ja-innerpad {
	padding: 25px 20px 10px 0;
}

#ja-col1 table,
#ja-col2 table {
	border-collapse: collapse;
	border-spacing: 0;
}

#ja-col1 ul li,
#ja-col2 ul li {
	padding-left: 15px;
	margin: 0;
	background: url(../images/arrow.png) no-repeat 3px 9px;
}

#ja-col1 ul,
#ja-col2 ul {
	margin: 0;
}
#ja-headcol {
	float:left;
	width:237px;
}
#ja-headcol h3 {
	margin:0px -10px 5px;
	padding:5px;
	background:url(../images/grad5.gif) repeat-x;
	border:1px solid #ddd;
}
#ja-headcol .moduletable {
	padding:0px 6px 0px 10px;
	margin-bottom:5px;
}
/* USER TOOLS
--------------------------------------------------------- */
#ja-usercolorswrap {
	font-size: 11px;
	position: absolute;
	top: 20px;
	right: 15px;
}

#ja-usertoolswrap {
	font-size: 11px;
	position: absolute;
	top: 28px;
	right: 230px;
}

#ja-usertools {
	margin: 0;
	padding: 10px 0 4px 0;
	float: left;
}

#ja-usercolors ul,
#ja-usertools ul {
	margin: 0;
	padding: 0 0 0 10px;
	float: left;
}

#ja-usercolors ul li,
#ja-usertools ul li {
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline;
	background: none;
}

#ja-usercolors img,
#ja-usertools img {
	padding: 0;
	margin: 0;
}

#ja-usercolors {
	float: left;
	padding: 10px 5px 4px;
}

/* FOOTER
--------------------------------------------------------- */
#ja-footerwrap {
	clear: both;
}

#ja-footer {
	position:fixed;
	bottom: 0px;
	left:0;
	right:0;
	margin-top:200px;
	background:#fff;
	border-top:1px solid #ccc;
}

#ja-footer div.shadow2 {
	/*padding: 0px 0 25px 20px;*/
}

#ja-footer h1.logo {
	margin: 0;
	padding: 0;
	width: 200px;
	font-size: 200%;
	position: absolute;
	top: 0;
	left: 30px;
	height: 54px;
	overflow:hidden;
}

#ja-footer h1.logo a {
	width: 200px;
	float: left;
	display: block;
	background: url(../images/logo-footer.png) no-repeat;
	background-color: #203c56;
	text-transform: uppercase;
	text-indent: -5000px;
	height: 69px;
	outline: none;
}

#ja-footer small, #ja-footer address,
#ja-footer div.powerby {
	padding: 10px;
	display: block;
	font-style: normal;
	text-align:center;
}
#ja-footer div.payment-secure {
	background:url(../images/grad5.gif) repeat-x;
	background-color: #FFF;
	height:30px;
	padding: 20px 0 20px 200px;
}
#ja-footer div.paypal {
	position:absolute;
	height:78px;
	width:350px;
	margin:-15px 10px 0px 420px;
}

#ja-footer ul {
	margin: 0 0 5px 240px;
	padding: 0;
	list-style-image:none;
	
}
#ja-footer ul li {
	background-image:none;
	
}

#ja-footer li {
	margin: 0;
	padding: 0;
	display: inline;
	background-image: none;
}

#ja-footer li a {
	padding: 0 5px 0 5px;
	display: inline;
	font-weight: bold;
	line-height: 1.5;
	background-image:none;
	border-right:1px solid #CCC;
}
/* Footer Spotlight */
#ja-footersl {
	width: 100%;
	clear: both;
}

#ja-footersl div.moduletable {
	padding: 10px 15px;
	margin: 0;
	background: none;
}

#ja-footersl div.ja-box-col1,
#ja-footersl div.ja-box-col2,
#ja-footersl div.ja-box-col3, 
#ja-footersl div.ja-box-col4, 
#ja-footersl div.ja-box-col5 {
	background: url(../images/vdot2.gif) repeat-y right;
	float:left;
	width:20%;
}

#ja-footersl h3 {
	margin: 0 0 5px;
	padding: 3px 0;
	font-size: 125%;
	background:none;
	color:#FFF;
}

#ja-footersl ul {
	margin: 0;
	padding: 0;
}

#ja-footersl li {
	padding-left: 17px;
	margin: 0;
	background: url(../images/arrow.png) no-repeat 2px 6px;
}

#ja-footersl td {
	padding: 0;
}

#ja-footersl .article_seperator {
	display: none;
}

#ja-footersl table {
	border-collapse: collapse;
	border-spacing: 0;
}
#ja-botlogo {
	height:150px;
	width:100%;
	background:url(../images/botlogo.png) no-repeat center;
	margin:0 auto;
}

/* Login */
#ja-login {
	width:425px;
	height:98px;
	position:absolute;
	left:300px;
	background:url(../images/login.png) no-repeat;
	padding-left:10px;
	padding-right:30px;
	padding-top:7px;
	color:#FFF;
}
#ja-login a {
 color:#FFF;
}
#ja-login .usertext {
	background:url(../images/usertext.png) no-repeat;
	background-color: #deedfb;
	border:1px solid #000;
	padding: 5px 4px 5px 24px;
	margin-right:10px;
	border-radius:4px;
}
#ja-login .usertext:hover {
	background:url(../images/usertexthover.png) no-repeat;
	background-color: #deedfb;
}
#ja-login .userpass {
	background:url(../images/userpass.png) no-repeat;
	background-color: #deedfb;
	border:1px solid #000;
	padding: 5px 4px 5px 24px;
	margin-right:10px;
	border-radius:4px;
}
#ja-login .userpass:hover {
	background:url(../images/userpasshover.png) no-repeat;
	background-color: #deedfb;
}
#ja-quickcall {
	position:absolute;
	right:5px;
	color:#ECF4FD;
	width:180px;
	background:url(../images/phone.png) no-repeat left center;
	padding-left:50px;
}
/* Search */
#ja-search {
	width: 162px;
	background: url(../images/search-bg.gif) no-repeat;
	position: absolute;
	bottom: 30px;
	right: 10px;
	height: 29px;
	white-space:nowrap;
}
.searchbox {
	height:55px;
	overflow-y:hidden;
	margin:6px 0px;
	padding:4px 0px;
}
.searchbox .sb-container {
	height:50px;
	overflow-y:hidden;
	background-color:#FBFBFB;
	border:1px solid #CCC;
	border-radius:3px;
	padding:0px;
	box-shadow: 1px 1px 4px #ccc;
}
.searchbox div{
	border-right:1px solid #DDD;
	padding:5px;
	float:left;
}
.searchbox .inputbox{
	font-size:15px !important;
	border-radius:0px;
	padding:8px 5px !important;
	width:150px;
}
.searchbox button {
	border-radius:0px;
}
#ja-search .inputbox {
	width: 130px;
	padding: 3px 5px 0;
	border: none;
	margin-left: 2px;
	color: #115BA7;
	background: #FFFFFF;
}
#small-chat {
	width: 100px;
	position: absolute;
	bottom: 30px;
	right: 115px;
	height: 29px;
}

/* MISCELLANOUS
----------------------------------------------------------- */
ul.accessibility {
	position: absolute;
	top: -100%;
}

#ja-banner {
	text-align: center;
}

div.back_button a,
div.back_button a:hover,
div.back_button a:active {
	margin: 10px 0;
	display: block;
}

#mod_login_password, #mod_login_username {
	width: 80%;
}

#mod_login_remember {
	border: none;
	background: none;
}

#form-login-username, #form-login-password {
	padding: 0;
	margin: 0;
}

/* Clearfix */
.clearfix:after {
	clear: both;
	display: block;
	content: ".";
	height: 0;
	visibility: hidden;
}

* html > body .clearfix {
	width: 100%;
	display: block;
}

* html .clearfix {
	height: 1%;
}

/* Firefox Scrollbar Hack - Do not remove */
html {
	margin-bottom: 1px;
	height: 100%!important;
	height: auto;
}
/*------------------------------------------------------------------------
# JA News 1.1.3 - June, 2007
# ------------------------------------------------------------------------
# Copyright (C) 2004-2007 J.O.O.M Solutions Co., Ltd. All Rights Reserved.
# @license - Copyrighted Commercial Software
# Author: J.O.O.M Solutions Co., Ltd
# Websites:  http://www.joomlart.com -  http://www.joomlancers.com
-------------------------------------------------------------------------*/

.ja-newsblock {
	margin: 0;
	display: block;
	padding: 8px 0;
}

.ja-newsitem,
.ja-newsitem-left,
.ja-newsitem-right,
.ja-newsitem-center {
	float: left;
	padding: 0;
	text-align: center;
}

.ja-newsitem-left,
.ja-newsitem-center {
	background: url(v-seperator.gif) repeat-y top right;
}

.ja-newsitem-left div.ja-newsitem-inner,
.ja-newsitem-center div.ja-newsitem-inner,
.ja-newsitem-right div.ja-newsitem-inner,
.ja-newsitem div.ja-newsitem-inner {
	text-align: left;
	float: left;
}

.ja-newsitem-center div.ja-newsitem-inner {
	float: none;
	margin: 0 auto;
}

.ja-newsitem-right div.ja-newsitem-inner {
	float: right;
}

.ja-newscat {
	color: #333333;
	display: block;
	font-weight: bold;
	font-size: 100%;
	text-decoration: none;
	margin: 0 0 10px;
	position: relative;
	background: url(ci-right.gif) no-repeat top right;
	text-transform: uppercase;
	height: 32px;
	line-height: 32px;
}

.ja-newscat:hover, .ja-newscat:active, .ja-newscat:focus {
	text-decoration: none;
	outline: none;
}

.ja-newscat span {
	display: block;
	font-weight: bold;
	padding: 0 5px 0 30px;
	background: url(ci-left.gif) no-repeat top left;
	color: #403C3A;
	height: 32px;
	line-height: 34px;
}

.ja-newstitle {
	display: block;
	font-size: 100%;
	font-weight: bold;
	text-decoration: none;
	margin-bottom: 2px; 
}

.ja-newscontent {
	padding: 0;
}

.ja-newscontent img {
	margin: 5px 10px 10px 0;
	padding: 0;
}

.ja-newscontent p {
	margin: 5px 0;
}
.ja_proddiv {
	background-color:#eee;
	border:1px solid #ccc;
	border-radius:6px;
	width:100%;
	padding:2px;
	height:100%;
}

.ja_proddettd {
	background:#fff; 
	border:1px solid #ccc; 
	border-radius:6px;
	margin:4px;
	float:left;
	position:relative;
	text-align:center;
	padding:2px;
	overflow:hidden;
	width:92%;
}
div.modheader {
	height:49px;
	line-height:17px;
	background:url('../images/modheader.png') repeat-x;
	background-color: #527BB2;
	margin: -2px -6px 20px -2px;
	padding:4px 8px;
}
div.modheader a{
	color:#FFF;
	font-weight:bold;
	font-size:1.2em;
}

div.modinfo {
	background:url('../images/modinfo.png') repeat-x;
	border:1px solid #ddd;
	margin:10px -6px -4px -4px;
	padding-bottom:6px;
}
.domainimg {
	width:200px;
	height:188px;
	position:absolute;
	background:url(../images/domain.png) no-repeat;
}
.domaintab {
	padding-bottom:35px;
}
.domaintab div div div {
	background:url(../images/tabl.png) no-repeat left 0;
	padding:5px 15px;
	color:#FFF;
	font-weight:bold;
	line-height:25px;
	font-size:1.3em;
}
.domaintab div {
	background:url(../images/tabc.png) repeat-x;
	float:left;
	position:relative;
}
.domaintab div div {
	background:url(../images/tabr.png) no-repeat right 0;
}
.domaintabcontent {
	margin:0 4px 20px 3px;
	padding:5px;
	border:1px solid #CCC;
	border-radius:0px 6px 6px 6px;
	overflow:auto;
	background:url(../images/contentbody.png) bottom repeat-x;
}
.domainselectorcontent {
	margin:0 4px 0px 3px;
	padding:5px;
	overflow:auto;
}
.domainselect {
	border:3px double #999;
	background:url(../images/domainbg.png) repeat-x;
	padding:10px;
	border-radius: 6px;
	float:left;
}
.domainselect .inputbox {
	font-size:1.6em;
	padding: 3px;
}
.domainselect .button {
	font-size:1.6em;
	font-weight:bold;
}
.addtocartbutton {
	text-align:center;
	background-position:bottom left;
	width:160px;height:40px;
	cursor:pointer;
	border: none;
	font-weight:bold;
	font-family:inherit;
	vertical-align: middle;
	overflow:hidden;
	background: url(../images/cartbutton.png) no-repeat  center transparent;
	color:#FFF;
}
.addtocartbutton:hover {
	background: url(../images/carthover.png) no-repeat  center transparent;
	color:#333;
}
.domainresult {
	border:1px solid #F60;
	border-radius: 6px;
	background:url(../images/domainitem.png) repeat-x;
	padding:10px;
	margin:17px 5px 5px 5px;
}
.smallbox {
	 width:48.7%; 
	 overflow:auto; 
	 padding:5px 5px 10px 5px;
}

.buynow {
	background: url( '../images/buy-now_red.gif' ) no-repeat;
	height:97px;
	width:150px;
	overflow:hidden;
	padding:0px;
	float:right;
	margin:0px;
}
.buynow:hover {
	background: url( '../images/buy-now_yellow.gif' ) no-repeat  left;
}
.ellipsis {
        white-space: nowrap;
        overflow: hidden;
}

.ellipsis.multiline {
        white-space: normal;
}
a.morelink {
    text-decoration:none;
    outline: none;
	background:url(../icon/more.png) 2px center no-repeat #ddd;
	padding:4px 4px 4px 20px;
	color:#666;
	border-radius: 3px;
	border:1px solid #cdcdcd;
	margin-top:20px;
	float:right;
}
a.morelink:hover{
	background:url(../icon/more_active.png) 2px center no-repeat #eee;
}
.morecontent span {
    display: none;
}
a.less {
	background:url(../icon/less.png) 2px center no-repeat #ddd;
}
a.less:hover {
	background:url(../icon/less_active.png) 2px center no-repeat #eee;
}
.comment {
    width: 500px;
}
.imagebox {
	overflow:scroll; 
	background:#FFF; 
	width:400px;
	float:left; 
	height:150px; 
	border:1px solid #B0DCF7; 
	margin-top:4px;
}
@media only screen and (min-width: 640px) {
	.greybox {
		border:1px solid #ccc; 
		background: #FBFBFB;
		padding:10px;
		display:block;
		box-shadow: 1px 1px 4px #ccc;
	}
}
.noround {
	border-radius:0px !important;
	box-shadow: 1px 1px 5px #888888;
	font-size:11px !important;
}
.noround a,.noround a:active{
	color:#0B779F;
}
.noround .sectiontableheader {
	padding:2px 4px;
}
.greywhitebox {
	border:1px solid #ccc; 
	background: #fff;
	border-radius:6px;
	padding:10px;
	box-shadow: 1px 1px 5px #888888;
}
.greybox .whitebox {
	margin-bottom:6px;
}
.whitebox {
		padding:3px;
		overflow:auto;
		border-bottom:1px solid #ccc; 
}
.whitebox:hover {
	/*background: url(../images/menu-hover.png) repeat-x top #fff;
	box-shadow: 1px 1px 7px #888888;*/
}
@media (min-width: 500px) {
	.whitebox {
		/*border:1px solid #ccc !important; 
		border-radius:6px;*/
		padding:6px !important;
		/*box-shadow: 1px 1px 5px #ddd;*/
	}
}
.whitebox-shadow {
	border:1px solid #ccc; 
	background:#fff;
	padding:10px;
	overflow:auto;
	margin-right:3px;
	box-shadow: 1px 1px 4px rgba(17,91,167,0.4);
}
.whitebox-shadow .caption{
	margin-left:10px; 
	position:absolute; 
	padding:10px; 
	padding-bottom:0px; 
	margin-top:-36px; 
	height:16px; 
	overflow:hidden;
}
.whitebox-shadow .caption span{
	padding: 2px 4px 0px 4px;
	background:#fff;
	border: 1px solid #CCC; 
	border-bottom:#FFF;
	border-radius:4px 4px 0px 0px; 
}
div.login-tab {
	font-size:15px; 
	width: 26px; 
	padding: 10px 2px;
	height:50px; 
	background:#115BA7; 
	color:#fff; 
	float:left; 
	border-radius:6px 0px 0px 6px; 
	margin-left:0px;
}
.login-tab div{
	transform: rotate(270deg);
	transform-origin: 26px 20px 0px;
}
.whitebox-shadow button {
	margin:0px;
	outline:0;
}
.whitebox-shadow .whitebox {
	border-radius:0px;
}
div.loginbox span.error {
	border:none !important;
	background-color:transparent;
}
div.loginbox div.formLabel {
	width:150px !important;
	font-weight:normal;
	margin-top:13px;
}
div.loginbox div.formField {
	float:none;
	width:97% !important;
}
@media (min-width: 500px) {
	.login-lock {
		background:url(../images/login-lock.png) center top no-repeat;
		height:180px;
		width:128px;
		float:left;
	}
}
div.loginbox {
	text-align:left;
	border:1px solid #115BA7; 
	width:99%; 
	max-width:600px; 
	padding:0px;
	margin-top:20px;
	box-shadow: 3px 4px 10px rgba(17,91,167,0.2);
}
div.loginbox div.sectiontableheader {
	color:#000;
	background: #EEA358;
	box-shadow: none;
	text-shadow:none;
	filter: invert(100%);
    -webkit-filter: invert(100%);
}
div.loginbox div.fieldcontainer {
	margin-top:2px;
	padding: 1px 5px;
	border:1px solid transparent;
	border-bottom:1px solid #DADBDC;
	-webkit-print-color-adjust:exact;
	width:auto;
	overflow:auto;
	vertical-align:middle;
	overflow-y: hidden;
}
div.loginbox div.buttoncontainer {
	float:right;
	margin:10px;
}
div.loginbox div.button-nav-container {
	overflow:auto; 
	margin-top:10px;
	margin-left: 10px;
}
div.loginbox div.fieldcontainer:hover {
	background: #FAFAFA;
	border:1px solid #DADBDC;
}

.formLabel {
	float:left;
	width:15%;
	text-align:left;
	font-weight:normal;
	margin:8px 2px 2px;
	white-space:nowrap;
	clear:left;
	vertical-align:middle;
}
.formLabel small{
	font-weight:normal;
}
@media (min-width: 400px) {
	.formField {
		float:right;
	}
}
.formField {
	display:block;
	width:70%;
	margin:8px 2px 2px;
	vertical-align:middle;
}
.missing {
	color:#cc0000;
	font-weight:bold;
}
.formField .check, .whitebox .check {
	float:right;
	margin:8px 2px 2px;
	vertical-align:middle;
	width:30px;
	height:30px;
    overflow: hidden;
}
.correct .check {
	background:url(../images/correct.png) center no-repeat;
}
.correct .formLabel {
	color:#090;
	font-weight:normal;
}
.wrong .check {
	background:url(../images/cross.png) center no-repeat;
}
.inprogress .check {
	background:url(../images/loading.gif) center no-repeat;
}
.wrong .formLabel {
	color:#C00 !important;
}
.wrong .inputbox {
	border:1px solid #FAA !important;
}
.activewhite .formLabel {
	color:#FF6820;
	font-weight:normal;
}
.correct .inputbox {
	border:1px solid #88CC88 !important;
}
.statusactive {
	background:url(../images/active.png) no-repeat center left;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:20px;
	color:#00B700;
}
.statusinactive {
	background:url(../images/inactive.png) no-repeat center left;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:20px;
	color:#D70000;
}
.statusdeactive {
	background:url(../images/deactive.png) no-repeat center left;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:20px;
	color:#999;
}
.value_yes {
	background:url(../images/correct.png) no-repeat center left;
	height:24px;
}
.value_no {
	background:url(../images/cross.png) no-repeat center left;
	height:24px;
}
.jqtabbed_area {  
	padding:8px;      
}  
.jqtabbed_area ul.jqtabs {  
	margin:0px;
	padding:0px;  
	margin-bottom:5px;
}  
.jqtabbed_area ul.jqtabs li  {  
	list-style:none;  
	display:inline;  
	background-image:none;
	margin:0px; padding:0px;
} 
.jqcontent .jqinnercontent, .innercontent {
	min-height:300px;
	height:300px;
	overflow:scroll;
	border:1px solid #ccc;
	padding:5px;
}
.jqcontent .label, .jqsubcontent .label, .label {
	padding:5px;
	background:#1369BF;
	font-size:120%;
	margin-bottom:4px;
	color:#fff;
}
.jqvertical ul.jqtabs a, .jqvertical ul.jqsubtabs a {
	display:list-item !important;
	margin-bottom:0px !important;
	width:100%;
}
.jqvertical ul.jqtabs li:last-child a, .jqvertical ul.jqsubtabs li:last-child a {
	border-bottom: 1px solid #C5C5C5;
}
.jqvertical ul.jqtabs,.jqvertical ul.jqsubtabs {
	width:170px;
	float:left;
}
.jqicontabbed ul.jqtabs, .jqicontabbed ul.jqsubtabs {
	width:105px;
	float:left;
}
.jqvertical {
	background:#F9F9F9;
	border:1px solid #CCC;
}
.jqvertical .jqcontent,.jqvertical .jqsubcontent  {
	margin-left:200px;
}
.jqvertical td textarea.inputbox {
	width:97.5% !important;
}
.jqtabbed_area a.jqtab,.jqtabbed_area a.jqsubtab {  
	background:#f6f6f6; 
	padding:8px 14px 8px 14px;  
	text-decoration:none;  
	font-weight:normal;  
	border:1px solid #C5C5C5;
	border-bottom:none;
	color: #333;
}  
.jqvertical a.jqtab,.jqvertical a.jqsubtab {
	border-right:1px solid #f6f6f6;
}
.jqtabbed_area a.jqtab:hover, .jqtabbed_area a.jqsubtab:hover {  
	background:#55585B; 
	color:#fff;
	border-color:#55585B; 
	border-right:1px solid #55585B;
}  
.jqtabbed_area a.jqactive,.jqtabbed_area a.jqsubactive {  
	background:#1369BF; 
	color:#FFF;  
	border:1px solid #1369BF;   
	/*box-shadow: 2px 2px 7px #888888;*/
	border-bottom: none; 
	/*text-shadow:2px 2px 5px #333;*/ 
} 
.jqicontabbed a.jqactive,.jqicontabbed a.jqsubactive {  
	border:1px solid #C5C5C5;
	border-right:1px solid #f6f6f6;
	border-bottom:none;
}
.jqtabbed_area .jqcontent, .jqtabbed_area .jqsubcontent {  
    background-color:#ffffff;  
	box-shadow: 1px 1px 4px #eee;
    padding:10px;  
    border:1px solid #C5C5C5;     
}  
.jqicontabbed .jqcontent {
	margin-left:130px;
}
.jqtabbed_area #jqcontent_2, #jqcontent_3, #jqcontent_4, #jqcontent_5, #jqcontent_6, #jqcontent_7, #jqcontent_8, #jqcontent_9, #jqcontent_10, #jqcontent_11, #jqcontent_12 { 
	display:none; 
} 
.jqtabbed_area #jqsubcontent_2, #jqsubcontent_3, #jqsubcontent_4, #jqsubcontent_5, #jqsubcontent_6, #jqsubcontent_7, #jqsubcontent_8 { 
	display:none; 
} 
.jqtabbed_area #jqcontent__2, #jqcontent__3, #jqcontent__4, #jqcontent__5, #jqcontent__6, #jqcontent__7, #jqcontent__8, #jqcontent__9, #jqcontent__10, #jqcontent__11, #jqcontent__12 { 
	display:none; 
} 
.jqicon {
	text-align:center;
	width:100px !important;
	clear:both;
	overflow:auto;
	background:#F3F3F3 !important;
}
.jqicon:hover{
	background:#888 !important;
}
.jqicon:hover span, .jqactive span {
	background-color:#aaa !important;
	box-shadow:inset 4px 4px 15px #666666;
	border:1px solid #ccc;
}
.jqicon span {
	padding-top:70px;
	width:100px;
	display:inline-block;
	white-space:normal;
	background-color:#F7F7F7;
	border:1px solid #ccc;
	border-radius:3px;
}
.email_container {
	overflow-y:scroll;
	overflow-x:hidden;
	background: #FFFFFF url(../images/text_bg.jpg); 
	border:1px solid #ccc; 
	width:98%; 
	height:70px; 
	padding:4px;
	line-height:23px;
}
.price {
}
.bigprice {
	font-weight:bold;
	font-size:120%;
}
.discount {
	background:url(../images/sale.png) no-repeat left center;
	color:#d00;
	padding: 4px 4px 4px 30px;
	text-decoration:line-through;
	white-space:nowrap;
}
.cost {
	padding: 4px 4px 4px 4px;
	white-space:nowrap;
	color: #61C100;
}
.arrowup {
	background:url(../images/uparrow.png) no-repeat center center;
	width:16px;
	height:16px;
	border:none;
	box-shadow:none !important;
}
.arrowdown {
	background:url(../images/downarrow.png) no-repeat center center;
	width:16px;
	height:16px;
	border:none;
	box-shadow:none !important;
}
.arrowdisabled {
	background:transparent;
	width:16px;
	height:16px;
	border:none;
	box-shadow:none !important;
}
.logout {
	background:url(../images/logout.png) no-repeat left ;
	height:20px;
	bottom:8px;
	position:absolute;
	right:4px;
	border:none !important;
}
.logout a {
	padding:20px !important;
	color:#fff;
}
/*============================================================================================*/
.icon {
	padding:5px 2px 5px 30px !important;
	background-position:left center;
	white-space:nowrap;
}
button.iconbutton .icon {
	font-size:90% !important;
}
.pending-ico {
	background:url(../icon/pending.png) no-repeat;
	color:#F36;
}
.resolved-ico {
	background:url(../icon/resolved.png) no-repeat;
	color:#096;
}
.fundalert-ico {
	background:url(../icon/insufficient-fund.png) no-repeat;
	color:#EC0006;
}
.reopen-ico {
	background:url(../icon/reload.png) no-repeat;
}
.login-ico {
	background:url(../icon/ico-login.png) no-repeat;
}
.administrator-ico {
	background:url(../icon/administrator.png) no-repeat;
}
.student-ico {
	background:url(../icon/student.png) no-repeat;
}
.student1-ico {
	background:url(../icon/student1.png) no-repeat;
}
.assistant-ico {
	background:url(../icon/assistant.png) no-repeat;
}
.user-ico {
	background:url(../icon/user.png) no-repeat;
}
.passwd-ico {
	background:url(../icon/password.png) no-repeat;
}
.clock-ico {
	background:url(../icon/clock.png) no-repeat;
}
.wizard-ico {
	background:url(../icon/wizard.png) no-repeat;
}
.first-ico {
	background:url(../icon/first.png) no-repeat;
}
.back-ico {
	background:url(../icon/back.png) no-repeat;
}
.next-ico {
	background:url(../icon/next.png) no-repeat;
}
.last-ico {
	background:url(../icon/last.png) no-repeat;
}
.button5disabled .first-ico {
	background:url(../icon/firstd.png) no-repeat !important;
}
.button5disabled .back-ico {
	background:url(../icon/backd.png) no-repeat  !important;
}
.button5disabled .next-ico {
	background:url(../icon/nextd.png) no-repeat !important;
}
.button5disabled .last-ico {
	background:url(../icon/lastd.png) no-repeat !important;
}
.add-ico {
	background:url(../icon/add.png) no-repeat;
}
.mini_add-ico {
	background:url(../icon/mini_add.png) no-repeat center center !important;
}
.edit-ico {
	background:url(../icon/edit.png) no-repeat;
}
.save-ico {
	background:url(../icon/save.png) no-repeat;
}
.delete-ico {
	background:url(../icon/delete.png) no-repeat;
}
.mini_delete-ico {
	background:url(../icon/mini_delete.png) no-repeat center center !important;
}
.update-ico {
	background:url(../icon/update.png) no-repeat;
}
.publish-ico {
	background:url(../icon/publish.png) no-repeat;
}
.upload-ico {
	background:url(../icon/upload.png) no-repeat;
}
.search-ico {
	background:url(../icon/search.png) no-repeat;
}
.view-ico {
	background:url(../icon/view.png) no-repeat;
}
.mail-ico {
	background:url(../icon/mail.png) no-repeat;
}
.more-ico {
	background:url(../icon/more1.png) no-repeat;
}
.buy-ico {
	background:url(../icon/buy.png) no-repeat;
}
.mandatory-ico {
	background:url(../icon/mandatory.png) no-repeat;
	color:#D70000;
}
.optional-ico {
	background:url(../icon/optional.png) no-repeat;
	color:#0671C8;
}
.close-ico {
	background:url(../icon/close.png) no-repeat;
}
.cancel-ico {
	background:url(../icon/cancel.png) no-repeat;
}
.active-ico {
	background:url(../icon/active.png) no-repeat;
	color:#66CC00;	
}
.cancelled-ico {
	background:url(../icon/cancel.png) no-repeat;
	color:#EC0006;	
}
.suspended-ico {
	background:url(../icon/suspend.png) no-repeat;
	color:#EC0006;	
}
.deleted-ico {
	background:url(../icon/deleted.png) no-repeat;
	color:#999;	
}
.question-ico {
	background:url(../icon/question.png) no-repeat;
	color:#999;	
}
.expired-ico {
	background:url(../icon/expired.png) no-repeat;
	color:#FF9900;	
}
.positive-ico {
	background:url(../icon/positive.png) no-repeat;
	color:#66CC00;	
}
.negative-ico {
	background:url(../icon/negative.png) no-repeat;
	color:#EC0006;	
}
.unknown-ico {
	background:url(../icon/unknown.png) no-repeat;
	color:#999;	
}
.male-ico {
	background:url(../icon/male.png) no-repeat;
}
.female-ico {
	background:url(../icon/female.png) no-repeat;
}
.live-ico {
	background:url(../icon/live.png) no-repeat;
	color:#66CC00;	
}
.dead-ico {
	background:url(../icon/dead.png) no-repeat;
	color:#999;	
}
.full-ico {
	background:url(../icon/full.png) no-repeat;
}
.half-ico {
	background:url(../icon/half.png) no-repeat;
}
	
.process-ico {
	background:url(../icon/process.png) no-repeat;
}
.action-ico {
	background:url(../icon/action.png) no-repeat;
}
.activate-ico {
	background:url(../icon/activate.png) no-repeat;
}
.activated-ico {
	background:url(../icon/activate.png) no-repeat;
	color:#66CC00;
}
.upgrade-ico {
	background:url(../icon/upgrade.png) no-repeat;
}
.show-ico {
	background:url(../icon/show.png) no-repeat;
}
.show-ico {
	background:url(../icon/show.png) no-repeat;
}
.package-ico {
	background:url(../icon/package.png) no-repeat;
}
.panel-ico {
	background:url(../icon/panel.png) no-repeat;
}
.join-ico {
	background:url(../icon/join.png) no-repeat;
}
.signup-ico {
	background:url(../icon/signup.png) no-repeat;
}
.popupinfo-ico {
	background:url(../icon/popup_info.png) no-repeat;
}
.stop-ico {
	background:url(../icon/stop.png) no-repeat;
}
.play-ico {
	background:url(../icon/play.png) no-repeat;
}
.print-ico {
	background:url(../icon/print.png) no-repeat;
}
.pdf-ico {
	background:url(../icon/pdf.png) no-repeat;
}
.resellers-ico {
	background:url(../icon/reseller.png) no-repeat left center;
}
.customers-ico {
	background:url(../icon/customer.png) no-repeat left center;
}
.agents-ico {
	background:url(../icon/agent.png) no-repeat left center;
}
.cash-ico {
	background:url(../icon/cash.png) no-repeat left center;
}
.skype-ico {
	background:url(../icon/skype.png) no-repeat left center;
}
.validate-ico {
	background:url(../icon/validate.png) no-repeat left center;
}
.calander-ico {
	background:url(../icon/calander.png) no-repeat left center;
}
.product-ico {
	background:url(../icon/product.png) no-repeat left center;
}
.settings-ico {
	background:url(../icon/settings.png) no-repeat left center;
}
.checklist-ico {
	background:url(../icon/checklist.png) no-repeat left center;
}
.doctor-ico {
	background:url(../icon/doctor.png) no-repeat left center;
}
.patient-ico {
	background:url(../icon/patient.png) no-repeat left center;
}
.prescription-ico {
	background:url(../icon/prescription.png) no-repeat left center;
}
.single-ico {
	background:url(../icon/single.png) no-repeat left center;
}
.married-ico {
	background:url(../icon/married.png) no-repeat left center;
}
.divorced-ico {
	background:url(../icon/divorced.png) no-repeat left center;
}
.widowed-ico {
	background:url(../icon/widowed.png) no-repeat left center;
}
.program-ico {
	background:url(../icon/program.png) no-repeat center 3px;
}
.exam1-ico {
	background:url(../icon/exam1.png) no-repeat center 3px;
}
.exam-ico {
	background:url(../icon/exam.png) no-repeat center 3px;
}

/*============================================================================================*/
.treeview li, 
.treeview ul {
	padding-left:14px;
	background:none;
}
.treeview div {
	padding-left:22px;
	cursor:pointer;
}
.treeview li div.expand {
	background:url(../images/tree-minus.png) no-repeat left 0px !important;
}
.treeview li div {
	background:url(../images/tree-plus.png) no-repeat left 0px;
}
/*============================================================================================*/
.animate-loading_bar {
	background:url(../images/loading_bar.gif) no-repeat center center;
	width:250px;
	height:24px;
}
.accordian_content {
	border:1px solid #CCC;
}
.accordian_content ul.accordian {
	background:#333;
	color:#efefef;
	width:190px;
	height:350px;
	float:left;
	margin:0px;
	overflow-y:scroll;
}
.accordian_content ul.accordian a{
	color:#efefef;
}
.accordian_content ul.accordian li.havechild a.category-item{
	border-top:1px solid #999;
	border-bottom:1px solid #999;
	padding:4px 0px;
	width:100%;
	display:inline-block;
	font-weight:bold;
	color:#000;
}
.accordian_content ul.accordian li.havechild a.category{
	background:#DBDBDB url(../images/down_arrow_select.jpg) right center no-repeat;
}
.accordian_content ul.accordian li.havechild a.category-select {
	background:#DBDBDB url(../images/up_arrow_select.jpg) right center no-repeat;
}
.accordian_content ul.accordian li.havechild a.category-item span{
	padding-left:5px;
}
.accordian_content ul.accordian li.havechild {
	background-image:none !important;
	margin:0px;
	padding:1px;
}
.accordian_content ul.accordian li.havechild ul{
	display:none;
}
.accordian_content ul.accordian li.havechild ul li{
	background:none;
	border-bottom: 1px solid #666;
	padding:3px 10px;
}
.accordian_content .web_content {
	margin-left:191px;
	height:350px;
}
.accordian_content .web_content .contentdescription {
	height:305px;
	padding:5px;
	overflow-x:hidden;
	overflow-y:scroll;
	border:1px solid #CCC;
	background:#fff;
}
u {
	text-decoration:none;
}
div.toggle-menu {
	position: absolute;
	left:220px;
	top: 10px;
}
div.toggle-menu a {
	display:block;
	width:32px;
	height:32px;
	background:url('../images/menu.png') no-repeat center center;
}