/* *********************** GENERAL SETTINGS     *********************** */
body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	line-height: 155%;
}

html {
	padding: 0px;
	margin: 0px;
}

body.f-smaller {
	font-size: 11px;
}

body, body.default {
	font-size: 12px;
}

body.f-larger {
	font-size: 14px;
}

#change-font {
	list-style: none;
	margin: 0px;
	padding: 18px 0px 0px 0px;
	width: 75px;
	float: right;
}

#change-font li {
	float: left;
	margin-right: 5px;
}

#plus {
	width: 18px;
	height: 18px;
	line-height: 18px;
	background: url(../images/font-plus.png) no-repeat 0 0;
	text-indent: -9999px;
	display: block;
}

#minus {
	width: 18px;
	line-height: 18px;
	background: url(../images/font-minus.png) no-repeat 0 0;
	text-indent: -9999px;
	display: block;
}

#reset {
	width: 18px;
	line-height: 18px;
	background: url(../images/font-reset.png) no-repeat 0 0;
	text-indent: -9999px;
	display: block;
}

body.published {
	background: #AADDFF;
}

body.mceContentBody {
	background: white;
}

body.contentpane {
	padding: 15px;
	background: #ffffff;
}

/* CSS global reset for all browsers  */
* { padding: 0px; margin: 0px; }

/*  Global Formatting */
h1 {font: normal 24px Arial, Helvetica, sans-serif; line-height: 30px; }
h2 {font: normal 22px Arial, Helvetica, sans-serif; line-height: 26px; }
h3 {font: normal 20px Arial, Helvetica, sans-serif; line-height: 24px; }
h4 {font: normal 18px Arial, Helvetica, sans-serif; line-height: 19px; }
h5 {font: normal 16px Arial, Helvetica, sans-serif; line-height: 18px; }
h6 {font: bold 14px Arial, Helvetica, sans-serif; line-height: 17px; }
a { text-decoration: none;}
a:hover { text-decoration: underline;}
a.image, a.image:hover, a img  {border:0;}

#jcom-content ul {
	list-style: disc;
	padding: 8px 0px 0px 30px;
}

#jcom-content ul li {
	padding: 2px 0px 2px 0px;
}

#jcom-content ol {
	padding: 8px 0px 8px 30px;
}

fieldset {
	width: 95%;
	padding: 10px 5px 5px 5px;
	margin: 10px 0px 0px 0px;
	border: none;

}

.both {
	clear: both;
	font-size: 1px;
	line-height: 1px;
	overflow: hidden;
	height: 0px;
}

input, select, label {
	vertical-align: middle;
}

p {
	padding: 8px 0px;
}

.image-left, .jicons-icons {
	float:left;
	margin:0 15px 5px 0;
}

.image-right {
	float:right;
	margin:0 0 5px 15px
}

.panel h3 {
	background: #f5f5f5;
	padding: 5px 10px !important;
	border-bottom: 1px solid #ffffff;
	font-size: 140% !important; 
}

.panel h3 a {
	text-decoration: none;
}

div.jicons-icons img {
	margin-top: 10px;
}

.pane-slider {
	padding: 7px;
}

/* *********************** END GENERAL SETTINGS *********************** */

#wrapper {
	clear: both;
	margin: 0px auto;
	overflow: hidden !important;
}

.site-width-800{
	width: 800px;
}

.site-width-990{
	width: 990px;
}

.site-width-wide {
	width: 94%;
}

#top {
	height: 102px;
	position: relative;
}

#top h1 {
	position: absolute;
	left: 0px;
	top: 20px;
	line-height: 61px;
	vertical-align: middle;
	font: bold 42px Arial, Helvetica, sans-serif;
	letter-spacing: -2px;
}

#top h1 a, #top h1 a:hover {
	text-decoration: none;
}

#top h1 img {
	float: left;
}

#top h1 span {
	vertical-align: middle;
	float: left;
	text-indent: -9999px;
}

#top #banner {
	position: absolute;
	top: 25px;
	right: 10px;
}

#middle-box {
	clear: both;
	width: 100%;
}

#lcr, #lrc, #clr {
	padding: 0px;
	margin: 0px;
	border: 0px;
	outline: none;
	width: 100%;
}

#lcr td, #lrc td, #clr td {
	vertical-align: top;
	padding: 0px;
	margin: 0px;
	border: 0px;
	outline: none;
}

#lcr #col1 { 
	width:22%;
	background-image: url(../images/col-border-bg.png);
	background-repeat: repeat-y;
	background-position: 100% 0%;
}

#lrc #col1 { 
	width:22%;
	background-image: url(../images/col-border-bg.png);
	background-repeat: repeat-y;
	background-position: 100% 0%;
}

#clr #col1 { 
	width:22%;
	background-image: url(../images/col-border-bg.png);
	background-repeat: repeat-y;
	background-position: 0% 0%;
}

#col2 {

}

#lcr #col3 {  
	width:22%;
	background-image: url(../images/col-border-bg.png);
	background-repeat: repeat-y;
	background-position: 0 0;
}

#lrc #col3 {  
	width:22%;
	background-image: url(../images/col-border-bg.png);
	background-repeat: repeat-y;
	background-position: 100% 0;
}

#clr #col3 { 
	width:22%;
	background-image: url(../images/col-border-bg.png);
	background-repeat: repeat-y;
	background-position: 0% 0%;
}

.padding {
	padding: 10px;
	background-image: url(../images/cols-top-bg.png);
	background-repeat: repeat-x;
	background-position: 0 0;
}

.box-left {
	padding-left: 10px;
	background: url(../images/box-left-bg.png) repeat-y top left;
	height: 100%;
	position: relative;
}

.box-right {
	padding-right: 10px;
	background: url(../images/box-right-bg.png) repeat-y top right;
	height: 100%;
	position: relative;
}

#middle-box-rounded-top, #middle-box-rounded-bot {
	clear: both;
	width: 100%;
	height: 9px;
	overflow: hidden !important;
	position: relative;
}

#middle-box-rounded-top #tlmb {
	background: url(../images/tlmb-bg.png) no-repeat 0 0;
	width: 10%;
	float: left;
	height: 9px;
	position: absolute;
	top: 0px;
	left: 0px;
}

#middle-box-rounded-top #tmb {
	background: url(../images/tmb-bg.png) repeat-x 0 0;
	width: 80%;
	float: left;
	height: 9px;
	position: absolute;
	top: 0px;
	left: 10%;
}

#middle-box-rounded-top #trmb {
	background: url(../images/trmb-bg.png) no-repeat top right;
	width: 10%;
	float: left;
	height: 9px;
	position: absolute;
	top: 0px;
	left: 90%;
}

#middle-box-rounded-bot #blmb {
	background: url(../images/blmb-bg.png) no-repeat 0 0;
	width: 10%;
	float: left;
	height: 9px;
	position: absolute;
	top: 0px;
	left: 0px;
}

#middle-box-rounded-bot #bmb {
	background: url(../images/bmb-bg.png) repeat-x 0 0;
	width: 80%;
	float: left;
	height: 9px;
	position: absolute;
	top: 0px;
	left: 10%;
}

#middle-box-rounded-bot #brmb {
	background: url(../images/brmb-bg.png) no-repeat top right;
	width: 10%;
	float: right;
	height: 9px;
	position: absolute;
	top: 0px;
	left: 90%;
}

/* TOP MENU */

#menu {

}

#top-menu-effect {
	background: url(../images/top-menu-effect-bg.png) repeat-x 0 0;
	width: 100%;
	height: 52px;
}

#menu ul.menu-nav li a:hover { background: url(../images/top-menu-active-bg.png) repeat-x 0 0; }

.menu-nav {
	list-style: none;
	padding: 0;
	height: 52px;
	margin: 0;
	position: relative;
	z-index: 10001;
	display: inline;
	font: normal 12px Arial, Helvetica, sans-serif;
}

.menu-nav li {
	position: relative;
	margin: 0;
	padding: 0;	
	list-style: none;
	background: none;
	z-index: 10001;
}

.menu-nav a {
	text-decoration: none;
	display: block;
	cursor: pointer;
	line-height: 52px;
	padding: 0px 15px 0px 15px; 
}

#menu ul.menu-nav li a:hover, #menu ul.menu-nav li#current a { background-position: 0 0; }
#menu ul.menu-nav ul li a:hover, #menu ul.menu-nav ul li#current a, #menu ul.menu-nav ul .active a { background-image: none !important; }

.menu-nav li {
	float: left;
	padding: 0;
	background: none;
	z-index: 10001;
}

.menu-nav li li a {
	font-weight: normal;
	padding: 0 10px;
	height: 30px;
	line-height: 30px;
	text-indent: 0px;
	text-align: left;
	z-index: 10001;
	font-style:normal;
	font-size: 13px;
}

.menu-nav ul a,
.menu-nav ul ul a {
	display: block;
	text-decoration: none;
	padding: 0 10px 0 10px;
	width: 170px !important;
	z-index: 10001;
}

.menu-nav li li,
.menu-nav li li li {
	padding: 0px;
	float: left;
	clear: left;
	white-space: nowrap;
	width: 190px;
	margin: 0;
}

.menu-nav li:hover,
.menu-nav li.iehover {
	left: 0;
}

.menu-nav ul a:hover,
.menu-nav ul ul a:hover {
	height: 30px;
	line-height: 30px;
	padding: 0 10px 0 10px;
	margin: 0;
	font-weight: normal;
	width: 170px;
}	

.menu-nav li ul {
	top: 52px;
	position: absolute;
	left: -999em;
	height: auto;
	margin: 0;
	padding: 5px;
	width: 190px;
	border-top: 0;
	border-bottom: 0;
}

.menu-nav li ul li ul {
	top: 0px;
	position: absolute;
	left: -999em;
	height: auto;
	margin: -5px 0 0 0;
	padding: 5px;
	width: 190px;
	margin-left: 0px;
}

.menu-nav li.active ul li a,
.menu-nav li.active ul li,
.menu-nav li.active ul li a:hover,
.menu-nav li.active ul li.hover
.menu-nav li.active ul li.iehover {
	background-image: none;
}

.menu-nav li:hover ul ul, 
.menu-nav li:hover ul ul ul,
.menu-nav li:hover ul ul ul ul,  
.menu-nav li.iehover ul ul, 
.menu-nav li.iehover ul ul ul, 
.menu-nav li.iehover ul ul ul ul {
	left: -999em;
}

.menu-nav li:hover ul, 
.menu-nav li li:hover ul, 
.menu-nav li li li:hover ul, 
.menu-nav li li li li:hover ul,
.menu-nav li.iehover ul, 
.menu-nav li li.iehover ul, 
.menu-nav li li li.iehover ul,
.menu-nav li li li li.iehover ul {
	z-index: 101;
	left: 0;
}

/* END OF TOP MENU */

form.search {
	padding: 0px 0px 0px 0px;
	margin: 10px 10px 0px 0px;
	text-align: right !important;
	position: relative;
	width: 190px;
	height: 30px;
	float: right;
	background: url(../images/search-input-bg.png) no-repeat 0 0;
	vertical-align: middle;
}

form.search .button {
	border: none;
	font: normal 12px Arial, Helvetica, sans-serif;
	line-height: 24px;
	height: 28px;
	width: 28px;
	vertical-align: middle;
	padding: 0px;
	margin: 0px 0px 0px 0px;
	display: inline;
	overflow: hidden;
	text-indent: -9999px;
	cursor: pointer;
	position: absolute;
	top: 2px;
	right: 2px;
	background: url(../images/search-button-bg.png) no-repeat 0 0 !important;
}

form.search .inputbox {
	position: absolute;
	top: 6px;
	left: 3px;
	margin: 0px 0px 0px 0px;
	padding: 0px 3px 0px 3px;
	text-align: left;
	width: 180px;
	height: 16px;
	line-height: 16px;
	border: none;
	background: transparent;
	vertical-align: middle;
	font: normal normal normal 12px Arial, Helvetica, sans-serif;
	letter-spacing: 0px;
}

#top-modules {
	clear: both;
}

#top-modules-effect {
	padding: 10px;
	background: url(../images/top-modules-effect-bg.png) repeat-x 0 0;
	height: 100%;
}

#bottom-box {
	padding: 10px;
}

#bot-modules {
	background: url(../images/bottom-box-bg.png) repeat-x 0 0;
	padding: 7px 10px 20px 10px;
	height: 100%;
}

#top-modules h2, #bot-modules h3 {
	font: normal normal normal 16px/20px Arial, Helvetica, sans-serif;
	padding: 0px 0px 2px 0px;
	letter-spacing: 0px;
}

.top-module, .bot-module {
	float: left;
	height: 100%;
}

.top-module .icon, .bot-module .icon {
	float: left;
	width: 74px;
}

.top-module .mod-pad, .bot-module .mod-pad {
	margin-left: 74px;
	margin-top: 10px;
	margin-right: 10px;
}

.inner-modules {
	clear: both;
	width: 100%;
	padding: 10px 0px;
	background: url(../images/horiz-dots.png) repeat-x 0 0;
	overflow: hidden;
}

.inner-module {
	float: left !important;
	height: 100%;
}

.inner-module .icon, #newsflash .icon {
	float: left;
	width: 64px;
}

.inner-module .mod-pad, #newsflash .mod-pad {
	margin-left: 74px;
	margin-right: 15px;
}

.inner-module h3, #newsflash h3 {
	font: normal 16px Arial, Helvetica, sans-serif;
}

.top-module .icon img, .bot-module .icon img, .inner-module .icon img, #newsflash .icon img {
	width: 64px;
	height: 64px;
}

.cols-1
{
        display: block;
        float: none !important;
        margin: 0 !important;
}

.cols-2 .column-1
{
        width:46%;
        float:left;
}

.cols-2 .column-2
{
        width:46%;
        float:right;
        margin:0
}

.cols-3 .column-1
{
        float:left;
        width:29%;
        padding:0px 5px;
        margin-right:4%

}
.cols-3 .column-2
{
        float:left;
        width:29%;
        margin-left:0;
        padding:0px 5px
}
.cols-3 .column-3
{
        float:right;
        width:29%;
        padding:0px 5px
}

.items-row
{
        overflow:hidden;
        margin-bottom:10px !important;
}

.column-1,
.column-2,
.column-3
{
        padding:10px 5px
}

.column-2
{
        width:55%;
        margin-left:40%;
}

.column-3
{
        width:30%
}

#footer {
	text-align: center;
	padding: 10px 0px;
	font-size: 11px;
}

#footer ul {
	padding: 0px 0px 10px 0px;
	list-style: none;
	margin: 0px;
}

#footer ul li {
	display: inline;
	margin: 0px 10px;
}

#footer a {
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

/* *********************** END LAYOUT SETTINGS  *********************** */

/* *********************** NAVIGATION SECTION   *********************** */

/* Col menus */

#col-left ul.menu,
#col-right ul.menu,
#col-left ul.sections,
#col-right ul.sections,
#col-left ul#mainlevel,
#col-right ul#mainlevel,
#col-left ul, col-right ul {
	list-style-type: disc;
	padding: 0px 0px 0px 0px;
	list-style-position: inside;
	margin: 0px;

}

#col-left ul.menu ul,
#col-right ul.menu ul,
#col-left ul.sections ul,
#col-right ul.sections ul,
#col-left ul#mainlevel ul,
#col-right ul#mainlevel ul,
#col-left ul ul, col-right ul ul {
	list-style-type: circle;
	padding: 0px 0px 0px 15px;
	list-style-position: inside;
	margin: 0px;
}

#col-left ul.menu li, #col-right ul.menu li,
#col-left ul.sections li, #col-right ul.sections li,
#col-left ul#mainlevel li, #col-right ul#mainlevel li,
#col-left ul li, col-right ul li {
	background: url(../images/horiz-dots.png) repeat-x bottom left;
	padding: 5px 0px 6px 0px;
}

#col-left ul.menu ul li, #col-right ul.menu ul li,
#col-left ul.sections ul li, #col-right ul.sections ul li,
#col-left ul#mainlevel ul li, #col-right ul#mainlevel ul li,
#col-left ul ul li, col-right ul ul li {
	background: none;
	padding: 5px 0px 6px 0px;
}

#col-left ul.menu li a, #col-right ul.menu li a,
#col-left ul.sections li a, #col-right ul.sections li a,
#col-left ul#mainlevel li a, #col-right ul#mainlevel li a {
	text-decoration: none !important;
}

#col-left ul.menu li ul li a, #col-left ul.section li ul li a, #col-left ul#mainlevel li ul li a,
#col-right ul.menu li ul li a, #col-right ul.section li ul li a, #col-right ul#mainlevel li ul li a {
	text-align: left;
}

#col-left ul.menu li a:hover, #col-right ul.menu li a:hover,
#col-left ul.sections li a:hover, #col-right ul.sections li a:hover, 
#col-left ul#mainlevel li a:hover, #col-right ul#mainlevel li a:hover {
	text-decoration: none !important;
}

#col-left ul.menu li#current a, #col-right ul.menu li#current a,
#col-left ul.sections li#current a, #col-right ul.sections li#current a,
#col-left ul#mainlevel li#current a, #col-right ul#mainlevel li#current a {
	padding: 5px 0px 6px 0px;
	font-weight: bold;
}

/* *********************** END NAVIGATION SECTION ********************* */

/* *********************** STANDARD MODULE TABLE  ********************* */

#col-left div.moduletable, #col-left div.moduletable_menu, #col-left div.moduletable_text,
#col-right div.moduletable, #col-right div.moduletable_menu, #col-right div.moduletable_text {
	text-align: left;
	padding: 0px;
	margin-bottom: 10px;
}

#col-left div.moduletable h3, #col-left div.moduletable_menu h3, #col-left div.moduletable_text h3,
#col-right div.moduletable h3, #col-right div.moduletable_menu h3, #col-right div.moduletable_text h3 { 
	font: normal 16px Arial, Helvetica, sans-serif;
	line-height: 11px;
	padding: 11px 0px 10px 10px;
	display: block;
	height: 14px;
	margin: 0px 0px 0px 0px;
	text-align: left;
}

#col-left div.moduletable .mod-content, #col-left div.moduletable_menu .mod-content, #col-left div.moduletable_text .mod-content,
#col-right div.moduletable .mod-content, #col-right div.moduletable_menu .mod-content, #col-right div.moduletable_text .mod-content {
	padding: 10px;
}

#col-left div.moduletable_menu h3, #col-right div.moduletable_menu h3 {
	background-image: url(../images/moduletable-menu-h3-bg.png);
	background-repeat: repeat-x;
	background-position: 0 0;
}

#col-left div.moduletable h3, #col-right div.moduletable h3 {
	background-image: url(../images/moduletable-h3-bg.png);
	background-repeat: repeat;
	background-position: 0 0;
}

#col-left div.moduletable_text h3, #col-right div.moduletable_text h3 {
	background-image: url(../images/moduletable-text-h3-bg.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}

/* Custom Modules */

.bannerheader {
	padding: 3px 0px;
	font-weight: bold;
}

.banneritem_text {
	padding: 3px 0px;
	margin: 2px 0px;
}

.bannerfooter_text {
	padding: 3px;
	font-size: 11px;
	text-align: right;
}

#col-left iframe, #col-right iframe {
	width: 180px;
}

div.syndicate {
	text-align: left;
	padding: 0px;
	margin: 0px;
	clear: both;
}

div.syndicate div {
	padding: 0px;
	margin: 2px 3px 2px 0px;
	display: inline;
	text-align: left;
}

div.syndicate div img, div.syndicate div a {
	margin: 0;
	padding: 0;
}

ul.latestnews, ul.mostread {
	list-style: none;
	padding: 5px 0px !important;
	margin: 0px;
	text-align: left;
}

.latestnews li, .mostread li {
	list-style: none;
	padding: 4px 0px 4px 20px !important;
	margin: 0px;
}

.latestnews li {
	background: transparent url(../images/ln-icon.png) no-repeat 0px 5px !important;
}

.mostread li {
	background: transparent url(../images/popular-icon.png) no-repeat 0px 5px !important;
}

.latestnews li a, .mostread li a {
	text-align: left;
	padding-left: 0px;
	line-height: 18px;
}

/* End Custom Modules */

/* *********************** END STANDARD MODULE TABLE ********************* */

/* *********************** CONTENT - SECTIONS & CATEGORIES *********************** */

.content-header {
	padding: 4px 0px;
	background: url(../images/top-modules-effect-bg.png) repeat-x 0 0;
	height: 100%;
}

.contentheading {
	padding: 6px 0px 6px 0px;
	margin: 0px 0px 0px 0px; 
	font: normal 16px/20px Arial, Helvetica, sans-serif;
	text-transform: none;
	letter-spacing: 0px;
	vertical-align: middle;
}

.article-view .contentheading {
	margin: 0px !important;
	float: left;
	
}

.article-view p.buttonheading {
	float: right;
	display: inline;
	padding: 6px 0px;
	margin: 0px;
}

/* content title and links */
.contentpagetitle {  }

a.contentpagetitle { 
	text-decoration: none;
}

a.contentpagetitle:hover { 
	text-decoration: none;
}

/* top box like a category description */
.contentdescription {
	background: transparent;
	padding: 5px 0px;
}

/* Main Body Text */
.contentpane { }

.contentpaneopen { margin: 0px 0px 10px 0px; width: 99%; }

/* Main Body Text */

/* article rating */
.content_rating {font-weight: normal;font-size:10px; padding-left: 2px;vertical-align: middle;line-height: 10px;}
.content_vote {font-weight: normal;font-size: 10px;}
.content_rating img {
	vertical-align: middle;
}

.content_vote input {
	background: none;
	margin-left: 1px;
	margin-right: 1px;
}

.article-adds {
	padding: 8px 0px;
	clear: both;
	background: url(../images/horiz-dots.png) repeat-x 0 0;
}

p.art-nfo {
	float: left;
	padding: 0px;
	margin: 0px;
}


/* icons */
p.buttonheading {
	float: right;
	display: inline;
	padding: 8px 0px;
	margin: 0px;
	white-space: nowrap;
}

p.buttonheading a {
	margin-left: 4px;
}

.pop-ups {float: right;}
a.pop-up {border-bottom: 0;}

/* Dates */
.createdate {
	display: block;
	padding: 3px 0px;
	clear: both;
	font: italic normal normal 11px/12px Arial, Helvetica, sans-serif;
}

.createdate span {
	font-size: 18px;
	line-height: 19px;
}

.modifydate {
	font: italic normal normal 11px/24px Arial, Helvetica, sans-serif;
	text-transform: none;
	text-align: left;
	display: block;
}

.newsfeeddate {font-size: 10px; color: #d1d1d1; font-weight: bold;}

ul.newsfeed {
	padding: 6px 0px;
}

ul.newsfeed li {
	background: transparent url(../images/rss.gif) no-repeat 0px 4px;
	padding: 4px 0px 4px 22px;
}

/* Dates */

/* Writen by Authors name */
.small, .createdby {
	font: italic normal normal 11px Arial, Helvetica, sans-serif;
	line-height: 14px;
	margin: 0px;
	padding: 0px;
	text-transform: none;
}

/* Page navigation links "<<< 1 of 10 next >>>" */
.pagenav { 
	font-size: 11px;
	float: left; 
}
.pagenav li {background: none; list-style: none;float: left; padding: 0 15px 0 0 !important; }
.pagebar{font-size: 11px; font-weight: normal;}
.pagenav_prev{font-size: 11px; text-decoration: none; }
.pagenav_next{font-size: 11px; text-decoration: none; }
a.pagenav { text-decoration: underline; font-weight: normal; float: left; }
a.pagenav:hover {text-decoration: none; font-weight: normal;  }
.pagenavcounter{	height: 15px;  }
.back_button{font-size: 11px; letter-spacing: 1px; height: 15px; clear: both;  margin: 5px 0px; text-transform: uppercase; font-weight: bold; }

/* Read more link */
.readon {
	text-decoration: none;
	line-height: 30px;
	font-weight: bold;
	font-size: 12px;
}

.readon:hover {
	text-decoration: none;
}

/* Article index   */
table.contenttoc {
	padding: 0px;
	margin: 0px 7px 7px 7px;
	float: right;
	width: 30%;
}
	
table.contenttoc th {
	font-size: 16px;
	font-weight: normal;
	text-align: left;
	padding: 5px 10px;
}
	
table.contenttoc th, table.contenttoc td  { padding: 2px 10px;	background: url(../images/darker-bg.png) repeat 0 0;}

/* Links article index */
	a.toclink:hover, a.toclink:visited, a.toclink:link {	height: 18px; }
/* End Article index  */

/*  component heading */
.componentheading {
	text-align: left; 
	padding: 6px 5px;
	font: normal 12px Arial, Helvetica, sans-serif;
	vertical-align: middle;
	margin-bottom: 1px;
	letter-spacing: 0px;
	background: url(../images/top-modules-effect-bg.png) repeat-x 0 0;
}

/* Sectiontable Table types listings Faqs's, weblink etc..*/
.sectiontableheader {
	border-collapse: collapse;
	font-weight: bold;
	padding: 3px;
	font: bold 12px Arial, Helvetica, sans-serif;
}

.sectiontableheader * {
	vertical-align: middle;
}

table.category, table.newsfeeds {
	width: 100% !important;
}

table.category th, table.newsfeeds th {
	background: url(../images/darker-bg.png) repeat 0 0;
	padding: 8px 4px;
	text-align: left;
}

table.category td, table.newsfeeds td {
	padding: 4px !important;
	background: url(../images/horiz-dots.png) repeat-x bottom left;
}

/* Table odd and Even Rows */
.sectiontableentry1 {
	background: transparent;
	padding: 4px !important;
	text-align: left;
}

.sectiontableentry2 {
	background: transparent;
	padding: 4px !important;
	text-align: left;
}

.sectiontableentry1 input, .sectiontableentry2 input {
	margin: 0px; 
	padding: 0px;
	height: 15px;
	width: 15px;
	background: none;
	vertical-align: middle;
}

.sectiontableentry0 td, .sectiontableentry1 td, .sectiontableentry2 td {
	padding: 4px;
	font-size: 12px;
	text-align: left !important;
}

.sectiontableentry1 label, .sectiontableentry2 label {
	margin: 0px;
	padding: 0px 0px 0px 5px;
	display: block;
}

.sectiontablefooter {
 
}

table.poll, table.pollstableborder {
	width: 99%;
}

table.poll * div {
	margin: 0px auto !important;
	padding: 4px 0px !important;
}

.polls_color_1 {
	background: #333333;
	border: 2px solid #333333;
	outline: 0 !important;
}

.polls_color_2 {
	background: #666666;
	border: 2px solid #666666;
	outline: 0 !important;
}

.polls_color_3 {
	background: #999999;
	border: 2px solid #999999;
	outline: 0 !important;
}

.polls_color_4 {
	background: #cccccc;
	border: 2px solid #cccccc;
	outline: 0 !important;
}

.polls_color_5 {
	background: #000000;
	border: 2px solid #000000;
	outline: 0 !important;
}

/* End Sectiontable */

/* Category */
.category { }
a.category:link, a.category:visited { height: 15px; text-decoration: underline;  }
a.category:hover  {	height: 15px; text-decoration: none; }
/* End category */

/* blogsection */
.blog {background-color: transparent;}
.blogsection{	height: 18px;  }

.blog_more {	clear: both; display: block; padding: 10px 0px; }

.blog_more h2 {
	font: bold 12px Arial, Helvetica, sans-serif;
	letter-spacing: 0px;
	padding: 10px 0px;
	margin: 0px;
}

.blog_heading {	height: 18px;  }
/* space from bottom of article */

.item-separator { font-size: 5px; line-height: 5px; display: block !important; margin: 0 0 20px 0;  }

/* End blogsection  */

/* results if not search google */
.searchintro{ }
/*Search Form keyword highlight*/
.highlight {
	padding: 0px 4px 0px 4px;
	color: #666666;
	font-weight: bold;
}

.search-results .result-created {
	border-bottom: 1px solid #CDCDCD;
	padding: 0 0 10px 0;
	margin: 0 0 10px 0;
}
/* End Search Form */

/* wrapper title */

.counter {
	text-align: center;
}

.pagination {
	text-align: center;
}

.pagination li {
	background: none !important;
	padding: 0px 3px !important;
	display: inline;
}

/* *********************** END CONTENT - SECTIONS & CATEGORIES *********************** */

/* *********************** FORM SECTION  *********************** */	
form { 
	margin: 0px;
}

input {
	font-size: 12px; 
}

#col-left form.form-login {
	padding: 6px 0px 0px 0px;
	margin: 0px auto;
}

#col-left form.form-login a {
	display: block;
}

div.moduletable fieldset {
	border: none;
	margin: 0px;
	padding: 0px;
	text-align: left;
	clear: both;
	display: block;
	width: 99%;
}

div.moduletable form.form-login input.button {
	text-align: center;
	cursor: pointer;
}

#col-left div.moduletable form.form-login p {
	margin: 0px;
	padding: 5px 0px;
	text-align: left !important;
}

div.moduletable form.form-login p.central {
	margin: 0px;
	padding: 5px 0px;
	text-align: center !important;
}

div.moduletable form.form-login label {

}

div.moduletable form.form-login label.remember {
	display: inline;
}

#col1 .inputbox, #col3 .inputbox {
	width:84%;
}

.inputbox { background: url(../images/input-white-bg.png) repeat-x top left; margin: 2px 0px; padding: 5px 3px; color: #464646; }
.text_area, textarea { background: #ffffff url(../images/input-white-bg.png) repeat-x top left; width: 95%; color: #464646; height: 140px; }
/* Pull down menu */
.selectbox {width: 100%;}
/* Submit Button */
.button {
	border: none;
	font: bold 12px Arial, Helvetica, sans-serif;
	vertical-align: middle;
	height: 26px;
	line-height: 23px;
	padding: 0px 10px 0px 10px;
	margin: 7px 0px;
}

select {
	background: #ffffff;
	font-size: 11px;
	padding: 0px;

	color: #444444;
	height: auto;
	font-weight: normal;
}

#col-right select, #col-right select option {
	width: auto;
}

/* Contact Email Form */
.contact_email {margin: 0px;padding: 0px;}

#searchphraseany, #searchphraseall, #searchphraseexact {
	background: none;
}

#system-message{margin:10px 0 20px 0;padding: 0 !important;background:#ffffff;border:solid 0px;}
#system-message dd { margin: 0;  font-weight: normal; text-indent: 0px;background:#fff;padding:0 }
#system-message dd ul { margin:0px; list-style: none; padding: 10px 10px; border-top: 2px solid #9fbfdb; border-bottom: 2px solid #9fbfdb;}
#system-message dd ul li {padding: 3px 0px;text-align: left;background:none;}
#system-message dt.message { display: none; }
#system-message dd.message {  }
#system-message dd.message ul { background: #E5EEF7;color:#707e8b;}
#system-message dt.error { display: none; }
#system-message dd.error {  }
#system-message dd.error ul { color: #551111; background: #f7e5e5; border-top: 2px solid #db9f9f; border-bottom: 2px solid #db9f9f;margin:0}
#system-message dt.notice { display: none; }
#system-message dd.notice {  }
#system-message dd.notice ul { color: #64591b; background: #f7f7e5; border-top: 2px solid #dbda9f; border-bottom: 2px solid #dbda9f;}

/* *********************** END FORM SECTION *********************** */

/* *********************** TABBED EDITING *********************** */
/*When user login to edit or sumbit articles*/
/* for modifying {moscode} output.  Don't set the colour! */
.moscode {
	background-color: #f0f0f0;
}
		
.code {
	font-family: courier, serif;
	font-size: 1.2em;
	padding: 2px;
	background-color: #f0f0f0;
	color: blue;
	border: 1px solid #d5d5d5;
	margin: 0px;
	width: 90%;
}

/* Styles for dhtml tabbed-pages */
.ontab {
	background-color: #666666;
	border-left: outset 1px #666;
	border-right: outset 1px #333;
	border-top: outset 1px #666;
	border-bottom: solid 1px #333;
	text-align: center;
	cursor: default;
	font-weight: bold;
	color: #FFFFFF;
	padding: .2em;
   }

.offtab {
	background-color : #cccccc;
	border-left: outset 1px #666;
	border-right: outset 1px #333;
	border-top: outset 1px #666;
	border-bottom: solid 1px #333;
	text-align: center;
	cursor: default;
	font-weight: normal;
	padding: .2em;
   }

.edit-tabs {
   padding: 1em;
   background: none;
   }

.tabpadding {padding:1px;}

.tabheading {
	background-color: #FF6600;
	text-align: left;
   }

.pagetext {
	visibility: hidden;
	display: none;
   }

	/*Body of the form*/
.adminform{background-color : #FFFFFF;}
/* *********************** End TABBED EDITING *********************** */

ul.actions {
    margin: -6px 0px 0px 0px;
    padding: 0px;
    text-align: right;
    list-style-position: outside;
    list-style-type: square;
    display: inline;
	 float: right;
}

ul.actions li {
	 background: none !important;
    display: inline;
    line-height: 1.7em;
    margin: 0px !important;
    padding: 0px !important;
} 

.tip-wrap {
	background: #f5f5f5;
	border: 1px solid #eeeeee;
	padding: 10px;
}

.contact-email label {
	float: left;
	width: 150px;
}

.contact-email div {
	clear: both;
	padding: 5px 0px;
}
#top h2 {
position: absolute;
color: #ffffff;
}
.sf-sub-indicator {
display: none;
}
#menu ul.menu-nav li a:hover, #menu ul.menu-nav li#current a {
text-decoration: none;
}
#top-navigation-links {
list-style: none;
margin: 0px;
padding: 0px 0 0 0;
height: 24px;
line-height: 34px;
font-size: 16px;
float: right;
margin-right: 20px;
background: rgba(252, 247, 247, 0.17);
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
margin-top: 15px;
-moz-box-shadow: 0 0 10px -3px #000;
-webkit-box-shadow: 0 0 10px -3px #000;
box-shadow: 0 0 10px -3px #000;
}
#top-navigation-links li {
float: left;
margin-left: 0px;
vertical-align: middle;
height: 34px;
line-height: 34px !important;
font-size: 17px;
color: #676767;
}
#twitter, #blogger, #facebook, #rss, #linkedin, #myspace {
	width: 22px;
	text-indent: -9999px;
	height: 22px;
	float: left;
	background-image: url(../images/social-sprite.png);
	background-repeat: no-repeat;
}

#twitter {background-position: -1px 0px;}
#blogger {background-position: -26px 0px;}
#facebook {background-position: -52px 0px;}
#rss {background-position: -76px 0;}
#linkedin {background-position: -101px 0px;}
#myspace {background-position: -126px 0px;}

#twitter:hover {background-position: -1px 0px;}
#blogger:hover {background-position: -26px 0px;}
#facebook:hover {background-position: -52px 0px;}
#rss:hover {background-position: -76px 0px;}
#linkedin:hover {background-position: -101px 0px;}
#myspace:hover {background-position: -126px 0px;}

#panel_s {
float: right;
}
#log-panel {
overflow: hidden;
margin-top: 15px;
float: right;
width: 133px;
padding: 0px;
margin-bottom: 0;
height: 24px;
margin-right: 20px;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
background: rgba(252, 247, 247, 0.17);
-moz-box-shadow: 0 0 10px -3px #000;
-webkit-box-shadow: 0 0 10px -3px #000;
box-shadow: 0 0 10px -3px #000;
}

#v_slideout {
background: url(../images/panel-hide.png) no-repeat 3px 3px;
width: 18px;
height: 18px;
display: block;
margin-top: 2px;
cursor: pointer;
margin-right: 10px;
float: right !important;
}

#panel_s {
	position: absolute;
	top: 100px;
	right: 250px;
	width: 200px;
	z-index: 99999;
  	-webkit-box-shadow: rgba(0, 0, 0, 0.796875) 0px 0px 10px;
	-moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.8);
	box-shadow: rgba(0, 0, 0, 0.8) 0px 0px 10px;
	border-bottom-left-radius: 5px 5px;
	border-bottom-right-radius: 5px 5px;
	border-top-left-radius: 5px 5px;
	border-top-right-radius: 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
}

#panel_s ul {
	padding-top: 15px;
}
#vertical_slide {
color: #000000;
padding: 10px;
z-index: 99999;
border-bottom-left-radius: 5px 5px;
border-bottom-right-radius: 5px 5px;
border-top-left-radius: 5px 5px;
border-top-right-radius: 5px 5px;
-moz-border-radius: 5px 5px 5px 5px;
background-color: #ffffff;
opacity: 0.9;
}
#vertical_slide a {
	float: left;
font-weight: bold;
}
#vertical_slide input.inputbox {
}
#vertical_slide form#login ul li {
	margin: 0;
}
label.lbl-fixed {
	display: block;
	vertical-align: middle;
}
.displaynone { 
	display: none; 
	visibility: hidden !important; 
	height: 0px !important;
}

#log-panel h3 {
	text-align: left;
	float: left;
	font: bold 11px/21px Tahoma, Arial, Helvetica, sans-serif;
	border: 0;
	background: none;
	padding: 0px 6px;
}

#log-panel-buttons-handler {
	float: right;
	padding: 0px 12px 0px 0px;
}

a#v_toggle, a#v_register {
float: right;
height: 17px;
line-height: 24px;
font-size: 11px;
font-weight: bold;
color: #ffffff;
text-shadow: 1px 1px #000000;
}

a#v_toggle, a#v_register {
	float: right;
padding: 0px 5px;
	border-bottom-left-radius: 7px 7px;
	border-bottom-right-radius: 7px 7px;
	border-top-left-radius: 7px 7px;
	border-top-right-radius: 7px 7px;
	-moz-border-radius: 7px 7px 7px 7px !important;
	cursor: pointer;
	text-decoration: none;
}
a#v_toggle {
	margin-right: 0px;
	

}
#v_register {

}
#vertical_slide h3 {
padding-bottom: 5px;
font-size: 18px;
}
@font-face {
	font-family: 'IcoMoon';
	src: url('../../../media/jui/fonts/IcoMoon.eot');
	src: url('../../../media/jui/fonts/IcoMoon.eot?#iefix') format('embedded-opentype'), url('../../../media/jui/fonts/IcoMoon.svg#IcoMoon') format('svg'), url('../../../media/jui/fonts/IcoMoon.woff') format('woff'), url('../../../media/jui/fonts/IcoMoon.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
[data-icon]:before {
	font-family: 'IcoMoon';
	content: attr(data-icon);
	speak: none;
}
[class^="icon-"],
[class*=" icon-"] {
	display: inline-block;
	width: 14px;
	height: 14px;
	*margin-right: .3em;
	line-height: 14px;
}
[class^="icon-"]:before,
[class*=" icon-"]:before {
	font-family: 'IcoMoon';
	font-style: normal;
	speak: none;
}
.icon-home:before {
	content: "\21";
}
.icon-user:before {
	content: "\22";
}
.icon-checkedout:before,
.icon-lock:before,
.icon-locked:before {
	content: "\23";
}
.icon-comment:before,
.icon-comments:before {
	content: "\24";
}
.icon-comments-2:before {
	content: "\25";
}
.icon-share-alt:before,
.icon-out:before {
	content: "\26";
}
.icon-share:before,
.icon-redo:before {
	content: "\27";
}
.icon-undo:before {
	content: "\28";
}
.icon-file-add:before {
	content: "\29";
}
.icon-new:before,
.icon-plus:before {
	content: "\2a";
}
.icon-apply:before,
.icon-edit:before,
.icon-pencil:before {
	content: "\2b";
}
.icon-pencil-2:before {
	content: "\2c";
}
.icon-folder:before {
	content: "\2d";
}
.icon-folder-2:before {
	content: "\2e";
}
.icon-picture:before {
	content: "\2f";
}
.icon-pictures:before {
	content: "\30";
}
.icon-list:before,
.icon-list-view:before {
	content: "\31";
}
.icon-power-cord:before {
	content: "\32";
}
.icon-cube:before {
	content: "\33";
}
.icon-puzzle:before {
	content: "\34";
}
.icon-flag:before {
	content: "\35";
}
.icon-tools:before {
	content: "\36";
}
.icon-cogs:before {
	content: "\37";
}
.icon-options:before,
.icon-cog:before {
	content: "\38";
}
.icon-equalizer:before {
	content: "\39";
}
.icon-wrench:before {
	content: "\3a";
}
.icon-brush:before {
	content: "\3b";
}
.icon-eye-open:before,
.icon-eye:before {
	content: "\3c";
}
.icon-checkbox-unchecked:before {
	content: "\3d";
}
.icon-checkin:before,
.icon-checkbox:before {
	content: "\3e";
}
.icon-checkbox-partial:before {
	content: "\3f";
}
.icon-asterisk:before,
.icon-star-empty:before {
	content: "\40";
}
.icon-star-2:before {
	content: "\41";
}
.icon-featured:before,
.icon-star:before {
	content: "\42";
}
.icon-calendar:before {
	content: "\43";
}
.icon-calendar-2:before {
	content: "\44";
}
.icon-question-sign:before,
.icon-help:before {
	content: "\45";
}
.icon-support:before {
	content: "\46";
}
.icon-warning:before {
	content: "\48";
}
.icon-publish:before,
.icon-save:before,
.icon-ok:before,
.icon-checkmark:before {
	content: "\47";
}
.icon-unpublish:before,
.icon-trash:before,
.icon-cancel:before {
	content: "\4a";
}
.icon-eye-close:before,
.icon-minus:before {
	content: "\4b";
}
.icon-purge:before,
.icon-trash:before {
	content: "\4c";
}
.icon-envelope:before,
.icon-mail:before {
	content: "\4d";
}
.icon-mail-2:before {
	content: "\4e";
}
.icon-unarchive:before,
.icon-drawer:before {
	content: "\4f";
}
.icon-archive:before,
.icon-drawer-2:before {
	content: "\50";
}
.icon-box-add:before {
	content: "\51";
}
.icon-box-remove:before {
	content: "\52";
}
.icon-search:before {
	content: "\53";
}
.icon-filter:before {
	content: "\54";
}
.icon-camera:before {
	content: "\55";
}
.icon-play:before {
	content: "\56";
}
.icon-music:before {
	content: "\57";
}
.icon-grid-view:before {
	content: "\58";
}
.icon-grid-view-2:before {
	content: "\59";
}
.icon-menu:before {
	content: "\5a";
}
.icon-thumbs-up:before {
	content: "\5b";
}
.icon-thumbs-down:before {
	content: "\5c";
}
.icon-delete:before,
.icon-remove:before,
.icon-cancel-2:before {
	content: "\49";
}
.icon-save-new:before,
.icon-plus-2:before {
	content: "\5d";
}
.icon-ban-circle:before,
.icon-minus-sign:before,
.icon-minus-2:before {
	content: "\5e";
}
.icon-key:before {
	content: "\5f";
}
.icon-quote:before {
	content: "\60";
}
.icon-quote-2:before {
	content: "\61";
}
.icon-database:before {
	content: "\62";
}
.icon-location:before {
	content: "\63";
}
.icon-zoom-in:before {
	content: "\64";
}
.icon-zoom-out:before {
	content: "\65";
}
.icon-expand:before {
	content: "\66";
}
.icon-contract:before {
	content: "\67";
}
.icon-expand-2:before {
	content: "\68";
}
.icon-contract-2:before {
	content: "\69";
}
.icon-health:before {
	content: "\6a";
}
.icon-wand:before {
	content: "\6b";
}
.icon-unblock:before,
.icon-refresh:before {
	content: "\6c";
}
.icon-vcard:before {
	content: "\6d";
}
.icon-clock:before {
	content: "\6e";
}
.icon-compass:before {
	content: "\6f";
}
.icon-address:before {
	content: "\70";
}
.icon-feed:before {
	content: "\71";
}
.icon-flag-2:before {
	content: "\72";
}
.icon-pin:before {
	content: "\73";
}
.icon-lamp:before {
	content: "\74";
}
.icon-chart:before {
	content: "\75";
}
.icon-bars:before {
	content: "\76";
}
.icon-pie:before {
	content: "\77";
}
.icon-dashboard:before {
	content: "\78";
}
.icon-lightning:before {
	content: "\79";
}
.icon-move:before {
	content: "\7a";
}
.icon-next:before {
	content: "\7b";
}
.icon-previous:before {
	content: "\7c";
}
.icon-first:before {
	content: "\7d";
}
.icon-last:before {
	content: "\e000";
}
.icon-loop:before {
	content: "\e001";
}
.icon-shuffle:before {
	content: "\e002";
}
.icon-arrow-first:before {
	content: "\e003";
}
.icon-arrow-last:before {
	content: "\e004";
}
.icon-chevron-up:before,
.icon-uparrow:before,
.icon-arrow-up:before {
	content: "\e005";
}
.icon-chevron-right:before,
.icon-arrow-right:before {
	content: "\e006";
}
.icon-chevron-down:before,
.icon-downarrow:before,
.icon-arrow-down:before {
	content: "\e007";
}
.icon-chevron-left:before,
.icon-arrow-left:before {
	content: "\e008";
}
.icon-arrow-up-2:before {
	content: "\e009";
}
.icon-arrow-right-2:before {
	content: "\e00a";
}
.icon-download:before,
.icon-arrow-down-2:before {
	content: "\e00b";
}
.icon-arrow-left-2:before {
	content: "\e00c";
}
.icon-play-2:before {
	content: "\e00d";
}
.icon-menu-2:before {
	content: "\e00e";
}
.icon-arrow-up-3:before {
	content: "\e00f";
}
.icon-arrow-right-3:before {
	content: "\e010";
}
.icon-arrow-down-3:before {
	content: "\e011";
}
.icon-arrow-left-3:before {
	content: "\e012";
}
.icon-print:before,
.icon-printer:before {
	content: "\e013";
}
.icon-color-palette:before {
	content: "\e014";
}
.icon-camera-2:before {
	content: "\e015";
}
.icon-file:before {
	content: "\e016";
}
.icon-file-remove:before {
	content: "\e017";
}
.icon-save-copy:before,
.icon-copy:before {
	content: "\e018";
}
.icon-cart:before {
	content: "\e019";
}
.icon-basket:before {
	content: "\e01a";
}
.icon-broadcast:before {
	content: "\e01b";
}
.icon-screen:before {
	content: "\e01c";
}
.icon-tablet:before {
	content: "\e01d";
}
.icon-mobile:before {
	content: "\e01e";
}
.icon-users:before {
	content: "\e01f";
}
.icon-briefcase:before {
	content: "\e020";
}
.icon-download:before {
	content: "\e021";
}
.icon-upload:before {
	content: "\e022";
}
.icon-bookmark:before {
	content: "\e023";
}
.icon-out-2:before {
	content: "\e024";
}
.print-icon a {
text-decoration: none;
}
.email-icon a {
text-decoration: none;
}
#vertical_slide li {
list-style: none;
}
#position3 {
padding-left: 10px;
padding-right: 10px;
}
.breadcrumb {
padding: 0px 15px 0px 0px;
margin: 0px 15px 0px 0px;
line-height: 15px;
float: left;
list-style: none;
}
#breadcrumb {
vertical-align: middle;
padding: 10px 10px;
font-weight: bold;
width: 910px;
overflow: hidden;
line-height: 32px;
font-size: 11px;
}
.breadcrumb li {
float: left;
list-style: none;
color: #ffffff;
}
.breadcrumb li a {
color: #ffffff;
}
#col-left {
width: 214px;
overflow: hidden;
border-right: 1px solid;
border-right-color: #A0A485;
padding-top: 20px;
display: table-cell !important;
vertical-align: top;
}
#col-right {
width: 214px;
overflow: hidden;
padding-left: 10px;
border-left: 1px solid;
border-left-color: #A0A485;
padding-top: 20px;
display: table-cell !important;
vertical-align: top;
}
#col-center {
overflow: hidden;
display: table-cell !important;
vertical-align: top;

}
#bottom-content-modules {
margin-top: 40px;
margin-bottom: 20px;
}
#top-content-modules {
clear: both;
width: 100%;
padding: 10px 0px;
background: url(../images/horiz-dots.png) repeat-x 0px bottom;
overflow: hidden;
}
#jcom-content {
clear: both;
width: 100%;
padding: 10px 0px;
background: url(../images/horiz-dots.png) repeat-x 0px bottom;
overflow: hidden;
}
.top-long {
clear: both;
width: 100%;
padding: 10px 0px;
background: url(../images/horiz-dots.png) repeat-x 0px bottom;
overflow: hidden;
}
.page-header {
clear: both;
width: 100%;
padding: 10px 0px;
background: url(../images/horiz-dots.png) repeat-x 0px bottom;
overflow: hidden;
}
#footer-right {
float: right;
width: 462px;
text-align: center;
font-size: 11px;
padding-bottom: 20px;
margin-left: 0px;
padding-top: 10px;
}
#footer-left {
width: 478px;
text-align: center;
padding-bottom: 20px;
padding-top: 10px;
}
#footer-left li {
display: inline !important;
background: none !important;
padding: 0 16px 0 0 !important;
margin: 0;
float: left;
border-bottom: none;
}
.moduletable_menu li {
list-style: none;
}
.moduletable li {
list-style: none;
}
#jcom-content li {
list-style: none;
margin-left: -30px;
}
.item-page ul li {
list-style: none;
}
#mod-finder-searchword {
height: 16px;
margin-left: 5px;
margin-top: -2px;
}
#q {
height: 6px;
margin-top: 0px;
}
.category.list-striped.list-condensed li {
list-style: none;
}
.cat-children li {
list-style: none;
}
.category.list-striped li {
list-style: none;
}
.intro li {
list-style: none;
margin-left: -30px;
}
.btn-group.pull-right li {
list-style: none;
margin-left: -30px;
}
.item-page li {
margin-left: -30px;
}
.newsfeed {
margin-left: -30px;
}
.category.list-striped.list-condensed li {
margin-left: -30px;
}
.redirect-ltr {
margin-left: 0px;
}
.cat-children li {
margin-left: -30px;
}
.category.list-striped li {
margin-left: -30px;
}
.next {
margin-left: 0px !important;
}
#middle-cols {
background-image: url(../images/cols-top-bg.png);
background-repeat: repeat-x;
background-position: 0 0;
}
.mostread li {
margin-left: 0px !important;
}
.login-fields {
display: inline;
}
.page-header.item-title {
min-width: 225px;
}
.active {
margin-left: 0px !important;
}
.inactive {
margin-left: 0px !important;
}
.pagination {
padding-left: 0px !important;
}
.nav.nav-tabs {
float: none;
}
.nav.nav-tabs li {
margin-left: 0px !important;
}