/**
 * SqueezeBox - Expandable Lightbox
 *
 * Allows to open various content as modal,
 * centered and animated box.
 *
 * @version		1.3
 *
 * @license		MIT-style license
 * @author		Harald Kirschner <mail [at] digitarald.de>
 * @author		Rouven Weßling <me [at] rouvenwessling.de>
 * @copyright	Author
 */

#sbox-overlay {
	position: absolute;
	background-color: #000;
	left: 0px;
	top: 0px;
}

#sbox-window {
	position: absolute;
	background-color: #fff;
	text-align: left;
	overflow: visible;
	padding: 10px;
	/* invalid values, but looks smoother! */
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

#sbox-window[aria-hidden=true],
#sbox-overlay[aria-hidden=true] {
	display: none;
}

#sbox-btn-close {
	position: absolute;
	width: 30px;
	height: 30px;
	right: -15px;
	top: -15px;
	background: url(media/system/images/modal/closebox.png) no-repeat center;
	border: none;
}

.sbox-loading #sbox-content {
	background-image: url(media/system/images/modal/spinner.gif);
	background-repeat: no-repeat;
	background-position: center;
}

#sbox-content {
	clear: both;
	overflow: auto;
	background-color: #fff;
	height: 100%;
	width: 100%;
}

.sbox-content-image#sbox-content {
	overflow: visible;
}

#sbox-image {
	display: block;
}

.sbox-content-image img {
	display: block;
	width: 100%;
	height: 100%;
}

.sbox-content-iframe#sbox-content {
	overflow: visible;
}

/* Hides scrollbars */
.body-overlayed {
	overflow: hidden;
}

/* Hides flash (Firefox problem) and selects (IE) */
.body-overlayed embed, .body-overlayed object, .body-overlayed select {
	visibility: hidden;
}

#sbox-window embed, #sbox-window object, #sbox-window select {
	visibility: visible;
}

/* Shadows */
#sbox-window.shadow {
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
	-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
}

.sbox-bg {
	position: absolute;
	width: 33px;
	height: 40px;
}

.sbox-bg-n {
	left: 0;
	top: -40px;
	width: 100%;
	background: url(media/system/images/modal/bg_n.png) repeat-x;
}
.sbox-bg-ne {
	right: -33px;
	top: -40px;
	background: url(media/system/images/modal/bg_ne.png) no-repeat;
}
.sbox-bg-e {
	right: -33px;
	top: 0;
	height: 100%;
	background: url(media/system/images/modal/bg_e.png) repeat-y;
}
.sbox-bg-se {
	right: -33px;
	bottom: -40px;
	background: url(media/system/images/modal/bg_se.png) no-repeat;
}
.sbox-bg-s {
	left: 0;
	bottom: -40px;
	width: 100%;
	background: url(media/system/images/modal/bg_s.png) repeat-x;
}
.sbox-bg-sw {
	left: -33px;
	bottom: -40px;
	background: url(media/system/images/modal/bg_sw.png) no-repeat;
}
.sbox-bg-w {
	left: -33px;
	top: 0;
	height: 100%;
	background: url(media/system/images/modal/bg_w.png) repeat-y;
}
.sbox-bg-nw {
	left: -33px;
	top: -40px;
	background: url(media/system/images/modal/bg_nw.png) no-repeat;
}
@-moz-document url-prefix() {
    .body-overlayed {
	overflow: visible;
    }
}
/**
 * @version		2.7
 * @package		Tabs & Sliders (plugin)
 * @author    JoomlaWorks - http://www.joomlaworks.net
 * @copyright	Copyright (c) 2006 - 2012 JoomlaWorks Ltd. All rights reserved.
 * @license		GNU/GPL license: http://www.gnu.org/copyleft/gpl.html
 */

/* Please note: if you wish to target IE6 to IE8 specifically, prepend any selector with "body.jwts_IsIEX" replacing X with either 6, 7 or 8 */

/* Generic
------------------------------------------ */
a:active,
a:focus {outline:0;}
.jwts_clr {display:block;clear:both;height:0;line-height:0;margin:0;padding:0;border:0;}



/* Tabs
------------------------------------------ */
.jwts_tabber {display:none;}
.jwts_tabberlive {margin:4px 0;padding:0;}

/* The tab navigation */
ul.jwts_tabbernav {margin:0 0 0 8px!important;padding:0!important;list-style:none!important;list-style-image:none!important;background:none!important;line-height:normal!important;height:auto!important;text-align:left!important;}
ul.jwts_tabbernav li {margin:0!important;padding:0!important;line-height:normal!important;list-style:none!important;list-style-image:none!important;background:none!important;display:inline!important;}
ul.jwts_tabbernav li a {font-size:14px;margin:0 2px 0 0;padding:4px 10px 2px;color:#222;border-radius:2px 2px 0 0;border:1px solid #bbb;border-bottom:none;background:#eee url(plugins/content/jw_ts/jw_ts/tmpl/Default/images/tab_bg.jpg) repeat-x 50%;}
ul.jwts_tabbernav li a:hover {color:#c64934;border:1px solid #aaa;border-bottom:none;background:#f2f2f2;text-decoration:none;}
ul.jwts_tabbernav li a:active,
ul.jwts_tabbernav li a:focus {outline:0;}
ul.jwts_tabbernav li.jwts_tabberactive a {background:#fff;border-bottom:1px solid #fff;}
ul.jwts_tabbernav li.jwts_tabberactive a:hover {background:#fff;border-bottom:1px solid #fff;text-decoration:none;}
ul.jwts_tabbernav li.jwts_tabberactive,
ul.jwts_tabbernav li.jwts_tabberinactive {background:none;padding:0;margin:0;}

/* The tab content */
.jwts_tabberlive .jwts_tabbertab {text-align:left;margin:2px 0 0!important;padding:8px;border:1px solid #bbb;border-radius:2px;background:#fff;}
.jwts_tabberlive .jwts_tabbertab h2.jwts_heading,
.jwts_tabberlive .jwts_tabbertabhide {display:none;}

/* IE7 specific */
body.jwts_IsIE7 ul.jwts_tabbernav {position:relative;z-index:9;}
body.jwts_IsIE7 .jwts_tabberlive .jwts_tabbertab {position:relative;z-index:8;margin:2px 0 0!important;}



/* Sliders (accordion)
------------------------------------------ */
div.jwts_toggleControlContainer {}
	div.jwts_toggleControlContainer a.jwts_toggleControl {font-size:14px;font-weight:normal;text-decoration:none;display:block;border:1px solid #ccc;border-radius:2px;background:url(plugins/content/jw_ts/jw_ts/tmpl/Default/images/tab_bg.jpg) repeat-x;background-position-y:40%;padding:4px;margin-bottom:1px;line-height:normal;}
		div.jwts_toggleControlContainer a.jwts_toggleOn {color:#c64934;margin-bottom:0;border-radius:2px 2px 0 0;}
		div.jwts_toggleControlContainer a.jwts_toggleControl span.jwts_togglePlus,
		div.jwts_toggleControlContainer a.jwts_toggleControl span.jwts_toggleMinus {display:none;}
		div.jwts_toggleControlContainer a.jwts_toggleOn span.jwts_toggleControlTitle {line-height:normal;background:url(plugins/content/jw_ts/jw_ts/tmpl/Default/images/arrows.png) no-repeat 0 -146px;padding-left:20px;}
		div.jwts_toggleControlContainer a.jwts_toggleOff span.jwts_toggleControlTitle {line-height:normal;background:url(plugins/content/jw_ts/jw_ts/tmpl/Default/images/arrows.png) no-repeat 0 -1px;padding-left:20px;}
		div.jwts_toggleControlContainer a.jwts_toggleOn span.jwts_toggleControlNotice {color:#999;font-size:10px;display:block;float:right;line-height:14px;vertical-align:bottom;}
		div.jwts_toggleControlContainer a.jwts_toggleOff span.jwts_toggleControlNotice {display:none;}
div.jwts_toggleContent {}
	div.jwts_content {padding:4px 8px;margin-bottom:1px;border:1px solid #ccc;border-radius:0 0 2px 2px;border-top:0;}

/* IE7 specific */
body.jwts_IsIE7 div.jwts_toggleControlContainer a.jwts_toggleOn span.jwts_toggleControlNotice {display:none;}
.clearfix:before,.clearfix:after,.grid-block:before,.grid-block:after{content:"";display:table}.clearfix:after,.grid-block:after{clear:both}.grid-box{float:left}.width20{width:20%}.width25{width:25%}.width33{width:33.333%}.width50{width:50%}.wk-content>*:first-child{margin-top:0}.wk-content>*:last-child{margin-bottom:0}.wk-slideshow{position:relative}.wk-slideshow .slides,
.wk-slideshow
.nav{list-style:none;margin:0;padding:0}.wk-slideshow .nav
li{cursor:pointer}.wk-slideshow .nav
span{display:block}.wk-slideshow .next,
.wk-slideshow
.prev{position:absolute;z-index:5;cursor:pointer}.wk-slideshow
.caption{position:absolute;left:0;right:0;bottom:0;z-index:5;padding:10px;background:rgba(0,0,0,0.5)}.wk-slideshow
.captions{display:none}.wk-slideshow .caption,
.wk-slideshow .caption
a{color:#fff}.wk-slideshow .caption
a{text-decoration:underline}.wk-slideshow .wk-content > a:first-child,
.wk-slideshow .wk-content > img:first-child,
.wk-slideshow .wk-content>a:first-child>img{display:block}.wk-slideshow .slides > li > *,
.wk-slideshow .slides>li>*>img{display:block}.wk-gallery
a{display:inline-block}.wk-gallery a>img:first-child{display:block}.wk-slideset
.sets{overflow:hidden}.wk-slideset .set,
.wk-slideset
.nav{list-style:none;margin:0;padding:0}.wk-slideset
.set{position:relative;margin:0
auto;text-align:center}.wk-slideset .set>li{display:inline-block}.wk-slideset .nav
span{display:block;cursor:pointer}.wk-slideset .next,
.wk-slideset
.prev{position:absolute;z-index:5;cursor:pointer}.wk-slideset .wk-content > a:first-child,
.wk-slideset .wk-content > img:first-child,
.wk-slideset .wk-content>a:first-child>img{display:block}.wk-accordion
.toggler{margin:0;cursor:pointer}
.wk-accordion-default{margin-bottom:-10px}.wk-accordion-default
.toggler{margin-bottom:10px;padding:7px;border:1px
solid #ddd;background:#F5F5F5;background:-moz-linear-gradient(
50% 0%,
#FAFAFA 0%,
#F5F5F5 100%
);background:-webkit-gradient(
linear,
50% 0%,
50% 100%,
color-stop(0%, #FAFAFA),
color-stop(100%, #F5F5F5)
);border-radius:5px;box-shadow:0 1px 0 #fff inset;text-shadow:0 1px 0 #fff}.wk-accordion-default
.content{padding:10px}
.wk-gallery-default
.nav{margin-top:15px;text-align:center}.wk-gallery-default .nav
li{display:inline-block;margin-left:5px}.wk-gallery-default .nav li:first-child{margin-left:0}.wk-gallery-default .nav
span{width:16px;height:15px;background:url("media/widgetkit/widgets/gallery/styles/default/images/nav.png") 0 0 no-repeat;overflow:hidden}.wk-gallery-default .nav span:hover{background-position:0 -30px}.wk-gallery-default .nav span:active{background-position:0 -45px}.wk-gallery-default .nav .active
span{background-position:0 -15px}.wk-gallery-default>div{position:relative}.wk-gallery-default > div:hover .next,
.wk-gallery-default > div:hover
.prev{top:50%;width:50px;height:50px;margin-top:-25px;background:url("media/widgetkit/widgets/gallery/styles/default/images/buttons.png") 0 50px no-repeat}.wk-gallery-default > div:hover
.next{right:30px;background-position:0 0}.wk-gallery-default > div:hover
.prev{left:30px;background-position:0 -50px}
.wk-gallery-showcase .slides-container{position:relative}.wk-gallery-showcase .slides-container:hover .next,
.wk-gallery-showcase .slides-container:hover
.prev{top:50%;width:50px;height:50px;margin-top:-25px;background:url("media/widgetkit/widgets/gallery/styles/showcase/images/buttons.png") 0 50px no-repeat}.wk-gallery-showcase .slides-container:hover
.next{right:30px;background-position:0 0}.wk-gallery-showcase .slides-container:hover
.prev{left:30px;background-position:0 -50px}.wk-gallery-showcase .wk-slideset>div{padding:0
60px}.wk-gallery-showcase .wk-slideset.no-buttons>div{padding:0}.wk-gallery-showcase .wk-slideset
.sets{padding-top:10px}.wk-gallery-showcase .wk-slideset .set>li{margin:0
3px;cursor:pointer}.wk-gallery-showcase .wk-slideset .set>li>img{display:block}.wk-gallery-showcase .wk-slideset .set>li:hover{outline:3px
solid rgba(0,0,0,0.3)}.wk-gallery-showcase .wk-slideset .set>li.active{outline:3px
solid rgba(0,0,0,0.6)}.wk-gallery-showcase .wk-slideset>div{position:relative}.wk-gallery-showcase .wk-slideset > div .next,
.wk-gallery-showcase .wk-slideset > div
.prev{top:50%;width:30px;height:30px;margin-top:-13px;background:url("media/widgetkit/widgets/gallery/styles/showcase/images/navigation_buttons.png") 0 30px no-repeat}.wk-gallery-showcase .wk-slideset > div
.next{right:25px;background-position:0 0}.wk-gallery-showcase .wk-slideset > div
.prev{left:25px;background-position:0 -90px}.wk-gallery-showcase .wk-slideset > div .next:hover{background-position:0 -30px}.wk-gallery-showcase .wk-slideset > div .next:active{background-position:0 -60px}.wk-gallery-showcase .wk-slideset > div .prev:hover{background-position:0 -120px}.wk-gallery-showcase .wk-slideset > div .prev:active{background-position:0 -150px}
.wk-gallery-showcasebox .slides-container{border-top-left-radius:5px;border-top-right-radius:5px;overflow:hidden}.wk-gallery-showcasebox .slides-container{position:relative}.wk-gallery-showcasebox .slides-container:hover .next,
.wk-gallery-showcasebox .slides-container:hover
.prev{top:50%;width:50px;height:50px;margin-top:-25px;background:url("media/widgetkit/widgets/gallery/styles/showcase_box/images/buttons.png") 0 50px no-repeat}.wk-gallery-showcasebox .slides-container:hover
.next{right:30px;background-position:0 0}.wk-gallery-showcasebox .slides-container:hover
.prev{left:30px;background-position:0 -50px}.wk-gallery-showcasebox .wk-slideset>div{padding:0
60px;border:1px
solid #222;background:#555;background:-moz-linear-gradient(
50% 0%,
#444 0%,
#555 7%,
#444 100%
);background:-webkit-gradient(
linear,
50% 0%,
50% 100%,
color-stop(0%, #444),
color-stop(7%, #555),
color-stop(100%, #444)
);box-shadow:0 0 20px rgba(0,0,0,0.5) inset,
0 0 50px rgba(0,0,0,0.2) inset;border-bottom-left-radius:5px;border-bottom-right-radius:5px}.wk-gallery-showcasebox .wk-slideset.no-buttons>div{padding:0}.wk-gallery-showcasebox .wk-slideset
.sets{padding:15px
0}.wk-gallery-showcasebox .wk-slideset .set>li{margin:0
3px;padding:1px;background:#333;background:-moz-linear-gradient(
50% 0%,
#333 80%,
#222 100%
);background:-webkit-gradient(
linear,
50% 0%,
50% 100%,
color-stop(80%, #333),
color-stop(100%, #222)
);border-radius:5px;cursor:pointer}.wk-gallery-showcasebox .wk-slideset .set>li>div{padding:5px;background:#444;border-radius:5px;box-shadow:0 1px 0 rgba(255,255,255,0.1) inset}.wk-gallery-showcasebox .wk-slideset .set>li>div>img{display:block;border-radius:2px;box-shadow:0 0 0 1px rgba(0,0,0,0.2);opacity:0.8}.wk-gallery-showcasebox .wk-slideset .set>li:hover{background:#333;background:-moz-linear-gradient(
50% 0%,
#333 0%,
#222 100%
);background:-webkit-gradient(
linear,
50% 0%,
50% 100%,
color-stop(0%, #333),
color-stop(100%, #222)
);box-shadow:0 2px 3px rgba(0,0,0,0.3)}.wk-gallery-showcasebox .wk-slideset .set>li:hover>div{background:#666;background:-moz-linear-gradient(
50% 0%,
#666 0%,
#555 100%
);background:-webkit-gradient(
linear,
50% 0%,
50% 100%,
color-stop(0%, #666),
color-stop(100%, #555)
)}.wk-gallery-showcasebox .wk-slideset .set>li:hover>div>img{opacity:1}.wk-gallery-showcasebox .wk-slideset .set>li.active{background:#222;background:-moz-linear-gradient(
50% 0%,
#111 0%,
#222 100%
);background:-webkit-gradient(
linear,
50% 0%,
50% 100%,
color-stop(0%, #111),
color-stop(100%, #222)
);box-shadow:0 0 1px rgba(255,255,255,0.2)}.wk-gallery-showcasebox .wk-slideset .set>li.active>div{background:#444;box-shadow:0 1px 4px rgba(0,0,0,0.7) inset}.wk-gallery-showcasebox .wk-slideset .set>li.active>div>img{opacity:1}.wk-gallery-showcasebox .wk-slideset>div{position:relative}.wk-gallery-showcasebox .wk-slideset > div .next,
.wk-gallery-showcasebox .wk-slideset > div
.prev{top:50%;width:30px;height:32px;margin-top:-16px;background:url("media/widgetkit/widgets/gallery/styles/showcase_box/images/navigation_buttons.png") 0 0 no-repeat}.wk-gallery-showcasebox .wk-slideset > div
.next{right:25px;background-position:0 0}.wk-gallery-showcasebox .wk-slideset > div
.prev{left:25px;background-position:0 -96px}.wk-gallery-showcasebox .wk-slideset > div .next:hover{background-position:0 -32px}.wk-gallery-showcasebox .wk-slideset > div .next:active{background-position:0 -64px}.wk-gallery-showcasebox .wk-slideset > div .prev:hover{background-position:0 -128px}.wk-gallery-showcasebox .wk-slideset > div .prev:active{background-position:0 -160px}
.wk-gallery-slider{overflow:hidden}.wk-gallery-slider
ul{list-style:none;margin:0;padding:0}.wk-gallery-slider ul
li{float:left;overflow:hidden}.wk-gallery-slider ul li>a{display:block}
.wk-gallery-wall>*{display:block;float:left}.wk-gallery-wall.margin{margin:0
-15px -15px 0}.wk-gallery-wall.margin>*{margin:0
15px 15px 0}.wk-gallery-wall.round > *,
.wk-gallery-wall.round > * > img,
.wk-gallery-wall.round .spotlight>img+div{border-radius:10px;overflow:hidden}.wk-gallery-wall.round .spotlight[data-spotlight*="top"] .overlay{border-bottom-left-radius:0;border-bottom-right-radius:0}.wk-gallery-wall.round .spotlight[data-spotlight*="bottom"] .overlay{border-top-left-radius:0;border-top-right-radius:0}.wk-gallery-wall.zoom>*{-moz-transition:all 0.1s ease-out;-o-transition:all 0.1s ease-out;-webkit-transition:all 0.1s ease-out;transition:all 0.1s ease-out}.wk-gallery-wall.zoom>*:hover{z-index:10;box-shadow:8px 8px 15px rgba(0,0, 0, 0.4);-webkit-transform:rotate(0deg) scale(1.2);-o-transform:rotate(0deg) scale(1.2);-moz-transform:rotate(0deg) scale(1.2);-ms-transform:rotate(0deg) scale(1.2);transform:rotate(0deg) scale(1.2)}.wk-gallery-wall.polaroid{position:relative;z-index:0}.wk-gallery-wall.polaroid>*>div{position:relative;padding:10px;border:1px
solid #eee;background:#fff;-webkit-box-shadow:0 2px 4px rgba(0, 0, 0, 0.1);-moz-box-shadow:0 2px 4px rgba(0, 0, 0, 0.1);box-shadow:0 2px 4px rgba(0,0,0,0.1)}.wk-gallery-wall.polaroid>*>div:before,.wk-gallery-wall.polaroid>*>div:after{content:"";position:absolute;z-index:-1;bottom:8px;left:10px;width:50%;height:20%;max-width:300px;-webkit-box-shadow:0 8px 16px rgba(0,0,0,0.6);-moz-box-shadow:0 8px 16px rgba(0,0,0,0.6);box-shadow:0 8px 16px rgba(0,0,0,0.6);-webkit-transform:skew(-15deg) rotate(-6deg);-moz-transform:skew(-15deg) rotate(-6deg);-ms-transform:skew(-15deg) rotate(-6deg);-o-transform:skew(-15deg) rotate(-6deg);transform:skew(-15deg) rotate(-6deg)}.wk-gallery-wall.polaroid>*>div:after{left:auto;right:10px;-webkit-transform:skew(15deg) rotate(6deg);-moz-transform:skew(15deg) rotate(6deg);-ms-transform:skew(15deg) rotate(6deg);-o-transform:skew(15deg) rotate(6deg);transform:skew(15deg) rotate(6deg)}.wk-gallery-wall.polaroid
p.title{margin:0;padding-top:10px;text-align:center;color:#444}.wk-gallery-wall.polaroid>*>*>img{display:block}.wk-gallery-wall.polaroid{margin:30px
0}.wk-gallery-wall.polaroid>*{-webkit-transform:rotate(-3deg);-moz-transform:rotate(-3deg);-ms-transform:rotate(-3deg);-o-transform:rotate(-3deg);transform:rotate(-3deg)}.wk-gallery-wall.polaroid
p.title{-webkit-transform-style:preserve-3d}.wk-gallery-wall.polaroid>*:nth-child(even){-webkit-transform:rotate(3deg) scale(1.05);-moz-transform:rotate(3deg) scale(1.05);-ms-transform:rotate(3deg) scale(1.05);-o-transform:rotate(3deg) scale(1.05);transform:rotate(3deg) scale(1.05)}.wk-gallery-wall.polaroid>*:nth-child(5n){-webkit-transform:rotate(-4deg) scale(0.9);-moz-transform:rotate(-4deg) scale(0.9);-ms-transform:rotate(-4deg) scale(0.9);-o-transform:rotate(-4deg) scale(0.9);transform:rotate(-4deg) scale(0.9);position:relative;left:-10px}.wk-gallery-wall.polaroid>*{-moz-transition:all 0.1s ease-out;-o-transition:all 0.1s ease-out;-webkit-transition:all 0.1s ease-out;transition:all 0.1s ease-out}.wk-gallery-wall.polaroid>*:hover{position:relative;z-index:10;box-shadow:8px 8px 15px rgba(0,0, 0, 0.4);-webkit-transform:rotate(0deg) scale(1.2);-o-transform:rotate(0deg) scale(1.2);-moz-transform:rotate(0deg) scale(1.2);-ms-transform:rotate(0deg) scale(1.2);transform:rotate(0deg) scale(1.2)}
#lightbox-loading{display:none;position:fixed;top:50%;left:50%;width:40px;height:40px;margin:-20px 0 0 -20px;cursor:pointer;overflow:hidden;z-index:1104}#lightbox-loading
div{position:absolute;top:0;left:0;width:40px;height:480px;background-image:url("media/widgetkit/widgets/lightbox/images/loading.png")}#lightbox-overlay{display:none;position:absolute;top:0;left:0;width:100%;z-index:1100}#lightbox-tmp{display:none;padding:0;margin:0;border:0;overflow:auto}#lightbox-wrap{display:none;position:absolute;top:0;left:0;padding:20px;z-index:1101;outline:none}#lightbox-outer{position:relative;width:100%;height:100%;background:#FFF;-moz-box-shadow:0px 0px 15px #555;-webkit-box-shadow:0px 0px 15px #555;box-shadow:0px 0px 15px #555}#lightbox-content{position:relative;width:0;height:0;padding:0;border:0px
solid #FFF;outline:none;overflow:hidden;z-index:1102}#lightbox-close{display:none;position:absolute;top:-17px;right:-17px;width:34px;height:34px;background:url("media/widgetkit/widgets/lightbox/images/close.png") 0 0 no-repeat;cursor:pointer;z-index:1103}#lightbox-error{margin:0;padding:14px;font:normal 12px/20px Arial;color:#444}#lightbox-img{width:100%;height:100%;margin:0;padding:0;border:none;outline:none;line-height:0;vertical-align:top}#lightbox-frame{display:block;width:100%;height:100%;border:none}#lightbox-left,#lightbox-right{display:none;position:absolute;top:100px;bottom:100px;width:35%;outline:none;background:url("media/widgetkit/widgets/lightbox/images/blank.gif");z-index:1102;cursor:pointer}#lightbox-left{left:0px}#lightbox-right{right:0px}#lightbox-left-ico,#lightbox-right-ico{display:block;position:absolute;top:50%;left:-9999px;z-index:1102;width:50px;height:50px;margin-top:-25px;background:url("media/widgetkit/widgets/lightbox/images/buttons.png") 0 0 no-repeat;cursor:pointer}#lightbox-right-ico{background-position:0 -50px}#lightbox-left:hover
span{left:30px}#lightbox-right:hover
span{left:auto;right:30px}#lightbox-title{font-size:12px;z-index:1102}#lightbox-title.lightbox-title-float{padding:5px
10px;position:absolute;left:0;bottom:-20px;background:#000;background:rgba(0,0,0,0.7);color:#FFF;font-weight:bold;-moz-border-radius:6px;-webkit-border-radius:6px;border-radius:6px}#lightbox-title.lightbox-title-inside{padding-bottom:10px;text-align:center;color:#333;background:#FFF;position:relative}#lightbox-title.lightbox-title-outside{padding-top:10px;color:#FFF}#lightbox-title.lightbox-title-over{position:absolute;bottom:0;left:0;color:#FFF;text-align:center;background:#000;background:rgba(0,0,0,0.5)}#lightbox-title-over{padding:10px}a[data-lightbox]{display:inline-block}a[data-lightbox]>img:first-child{display:block}
.mejs-container{position:relative;background:#000;font-family:Helvetica,Arial}.mejs-container-fullscreen{position:fixed;left:0;top:0;right:0;bottom:0;overflow:hidden}.mejs-container-fullscreen .mejs-mediaelement,
.mejs-container-fullscreen
video{width:100%;height:100%}.mejs-background{position:absolute;top:0;left:0}.mejs-mediaelement{position:absolute;top:0;left:0;width:100%;height:100%}.mejs-poster{position:absolute;top:0;left:0}.mejs-overlay{position:absolute;top:0;left:0}.mejs-overlay-play{cursor:pointer}.mejs-overlay-button{position:absolute;top:50%;left:50%;width:100px;height:100px;margin:-50px 0 0 -50px;background:url("media/widgetkit/widgets/mediaplayer/mediaelement/bigplay.png") top left no-repeat}.mejs-overlay:hover .mejs-overlay-button{background-position:0 -100px }.mejs-overlay-loading{position:absolute;top:50%;left:50%;width:80px;height:80px;margin:-40px 0 0 -40px;background:#333;background:url("media/widgetkit/widgets/mediaplayer/mediaelement/background.png");background:rgba(0, 0, 0, 0.9);background:-webkit-gradient(linear, left top, left bottom, from(rgba(50,50,50,0.9)), to(rgba(0,0,0,0.9)));background:-moz-linear-gradient(top,  rgba(50,50,50,0.9),  rgba(0,0,0,0.9));background:linear-gradient(rgba(50,50,50,0.9),  rgba(0,0,0,0.9))}.mejs-overlay-loading
span{display:block;width:80px;height:80px;background:transparent url("media/widgetkit/widgets/mediaplayer/mediaelement/loading.gif") center center no-repeat}.mejs-container .mejs-controls{position:absolute;background:none;list-style-type:none;margin:0;padding:0;bottom:0;left:0;background:url("media/widgetkit/widgets/mediaplayer/mediaelement/background.png");background:rgba(0, 0, 0, 0.7);background:-webkit-gradient(linear, left top, left bottom, from(rgba(50,50,50,0.7)), to(rgba(0,0,0,0.7)));background:-moz-linear-gradient(top,  rgba(50,50,50,0.7),  rgba(0,0,0,0.7));background:linear-gradient(rgba(50,50,50,0.7),  rgba(0,0,0,0.7));height:30px;width:100%}.mejs-container .mejs-controls
div{list-style-type:none;background-image:none;display:block;float:left;margin:0;padding:0;width:26px;height:26px;font-size:11px;line-height:11px;background:0;font-family:Helvetica,Arial;border:0}.mejs-controls .mejs-button
button{cursor:pointer;display:block;font-size:0px;line-height:0;text-decoration:none;margin:7px
5px;padding:0;position:absolute;height:16px;width:16px;border:0;background:transparent url("media/widgetkit/widgets/mediaplayer/mediaelement/controls.png") 0 0 no-repeat}.mejs-container .mejs-controls .mejs-time{color:#fff;display:block;height:17px;width:auto;padding:8px
3px 0 3px;overflow:hidden;text-align:center;padding:auto 4px}.mejs-container .mejs-controls .mejs-time
span{font-size:11px;color:#fff;line-height:12px;display:block;float:left;margin:1px
2px 0 0;width:auto}.mejs-controls .mejs-play
button{background-position:0 0}.mejs-controls .mejs-pause
button{background-position:0 -16px}.mejs-controls .mejs-stop
button{background-position:-112px 0}.mejs-controls div.mejs-time-rail{width:200px;padding-top:5px}.mejs-controls .mejs-time-rail
span{display:block;position:absolute;width:180px;height:10px;-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px;cursor:pointer}.mejs-controls .mejs-time-rail .mejs-time-total{margin:5px;background:#333;background:rgba(50,50,50,0.8);background:-webkit-gradient(linear, left top, left bottom, from(rgba(30,30,30,0.8)), to(rgba(60,60,60,0.8)));background:-moz-linear-gradient(top, rgba(30,30,30,0.8),  rgba(60,60,60,0.8));background:linear-gradient(rgba(30,30,30,0.8),  rgba(60,60,60,0.8));filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr=#1E1E1E,endColorstr=#3C3C3C)}.mejs-controls .mejs-time-rail .mejs-time-loaded{background:#3caac8;background:rgba(60,170,200,0.8);background:-webkit-gradient(linear, left top, left bottom, from(rgba(44,124,145,0.8)), to(rgba(78,183,212,0.8)));background:-moz-linear-gradient(top,  rgba(44,124,145,0.8),  rgba(78,183,212,0.8));background:linear-gradient(rgba(44,124,145,0.8),  rgba(78,183,212,0.8));filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr=#2C7C91,endColorstr=#4EB7D4);width:0}.mejs-controls .mejs-time-rail .mejs-time-current{width:0;background:#fff;background:rgba(255,255,255,0.8);background:-webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,0.9)), to(rgba(200,200,200,0.8)));background:-moz-linear-gradient(top,  rgba(255,255,255,0.9),  rgba(200,200,200,0.8));filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr=#FFFFFF,endColorstr=#C8C8C8)}.mejs-controls .mejs-time-rail .mejs-time-handle{display:none;position:absolute;margin:0;width:10px;background:#fff;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;cursor:pointer;border:solid 2px #333;top:-2px;text-align:center}.mejs-controls .mejs-time-rail .mejs-time-float{visibility:hidden;position:absolute;display:block;background:#eee;width:36px;height:17px;border:solid 1px #333;top:-26px;margin-left:-18px;text-align:center;color:#111}.mejs-controls .mejs-time-rail:hover .mejs-time-float{visibility:visible}.mejs-controls .mejs-time-rail .mejs-time-float-current{margin:2px;width:30px;display:block;text-align:center;left:0}.mejs-controls .mejs-time-rail .mejs-time-float-corner{position:absolute;display:block;width:0;height:0;line-height:0;border:solid 5px #eee;border-color:#eee transparent transparent transparent;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;top:15px;left:13px}.mejs-controls .mejs-fullscreen-button
button{background-position:-32px 0}.mejs-controls .mejs-unfullscreen
button{background-position:-32px -16px}.mejs-controls .mejs-volume-button{}.mejs-controls .mejs-mute
button{background-position:-16px -16px}.mejs-controls .mejs-unmute
button{background-position:-16px 0}.mejs-controls .mejs-volume-button{position:relative}.mejs-controls .mejs-volume-button .mejs-volume-slider{display:none;height:115px;width:25px;background:url("media/widgetkit/widgets/mediaplayer/mediaelement/background.png");background:rgba(50, 50, 50, 0.7);-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;top:-115px;left:0;z-index:1;position:absolute;margin:0}.mejs-controls .mejs-volume-button:hover{-webkit-border-radius:0 0 4px 4px;-moz-border-radius:0 0 4px 4px;border-radius:0 0 4px 4px }.mejs-controls .mejs-volume-button:hover .mejs-volume-slider{display:block}.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-total{position:absolute;left:11px;top:8px;width:2px;height:100px;background:#ddd;background:rgba(255, 255, 255, 0.5);margin:0}.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-current{position:absolute;left:11px;top:8px;width:2px;height:100px;background:#ddd;background:rgba(255, 255, 255, 0.9);margin:0}.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-handle{position:absolute;left:4px;top:-3px;width:16px;height:6px;background:#ddd;background:rgba(255, 255, 255, 0.9);cursor:N-resize;-webkit-border-radius:1px;-moz-border-radius:1px;border-radius:1px;margin:0}.mejs-controls .mejs-captions-button{position:relative}.mejs-controls .mejs-captions-button
button{background-position:-48px 0}.mejs-controls .mejs-captions-button .mejs-captions-selector{visibility:hidden;position:absolute;bottom:26px;right:-10px;width:130px;height:100px;background:url("media/widgetkit/widgets/mediaplayer/mediaelement/background.png");background:rgba(50,50,50,0.7);border:solid 1px transparent;padding:10px;overflow:hidden;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}.mejs-controls .mejs-captions-button:hover  .mejs-captions-selector{visibility:visible}.mejs-controls .mejs-captions-button .mejs-captions-selector
ul{margin:0;padding:0;display:block;list-style-type:none !important;overflow:hidden}.mejs-controls .mejs-captions-button .mejs-captions-selector ul
li{margin:0
0 6px 0;padding:0;list-style-type:none !important;display:block;color:#fff;overflow:hidden}.mejs-controls .mejs-captions-button .mejs-captions-selector ul li
input{clear:both;float:left;margin:3px
3px 0px 5px}.mejs-controls .mejs-captions-button .mejs-captions-selector ul li
label{width:100px;float:left;padding:4px
0 0 0;line-height:15px;font-family:helvetica,arial;font-size:10px}.mejs-controls .mejs-captions-button .mejs-captions-translations{font-size:10px;margin:0
0 5px 0}.mejs-chapters{position:absolute;top:0;left:0;-xborder-right:solid 1px #fff;width:10000px}.mejs-chapters .mejs-chapter{position:absolute;float:left;background:#222;background:rgba(0, 0, 0, 0.7);background:-webkit-gradient(linear, left top, left bottom, from(rgba(50,50,50,0.7)), to(rgba(0,0,0,0.7)));background:-moz-linear-gradient(top,  rgba(50,50,50,0.7),  rgba(0,0,0,0.7));background:linear-gradient(rgba(50,50,50,0.7),  rgba(0,0,0,0.7));filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr=#323232,endColorstr=#000000);overflow:hidden;border:0}.mejs-chapters .mejs-chapter .mejs-chapter-block{font-size:11px;color:#fff;padding:5px;display:block;border-right:solid 1px #333;border-bottom:solid 1px #333;cursor:pointer}.mejs-chapters .mejs-chapter .mejs-chapter-block-last{border-right:none}.mejs-chapters .mejs-chapter .mejs-chapter-block:hover{background:#666;background:rgba(102,102,102, 0.7);background:-webkit-gradient(linear, left top, left bottom, from(rgba(102,102,102,0.7)), to(rgba(50,50,50,0.6)));background:-moz-linear-gradient(top,  rgba(102,102,102,0.7),  rgba(50,50,50,0.6));filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr=#666666,endColorstr=#323232)}.mejs-chapters .mejs-chapter .mejs-chapter-block .ch-title{font-size:12px;font-weight:bold;display:block;white-space:nowrap;text-overflow:ellipsis;margin:0
0 3px 0;line-height:12px}.mejs-chapters .mejs-chapter .mejs-chapter-block .ch-timespan{font-size:12px;line-height:12px;margin:3px
0 4px 0;display:block;white-space:nowrap;text-overflow:ellipsis}.mejs-captions-layer{position:absolute;bottom:0;left:0;text-align:center;line-height:22px;font-size:12px;color:#fff}.mejs-captions-layer
a{color:#fff;text-decoration:underline}.mejs-captions-layer[lang=ar]{font-size:20px;font-weight:normal}.mejs-captions-position{position:absolute;width:100%;bottom:15px;left:0}.mejs-captions-position-hover{bottom:45px}.mejs-captions-text{padding:3px
5px;background:url("media/widgetkit/widgets/mediaplayer/mediaelement/background.png");background:rgba(20,20,20,0.8)}.mejs-clear{clear:both}.me-cannotplay{}.me-cannotplay
a{color:#fff;font-weight:bold}.me-cannotplay
span{padding:15px;display:block}.mejs-controls .mejs-loop-off
button{background-position:-64px -16px}.mejs-controls .mejs-loop-on
button{background-position:-64px 0}.mejs-controls .mejs-backlight-off
button{background-position:-80px -16px}.mejs-controls .mejs-backlight-on
button{background-position:-80px 0}.mejs-controls .mejs-picturecontrols-button{background-position:-96px 0}
.wk-slideset-default
.nav{text-align:center}.wk-slideset-default .nav
li{display:inline-block}.wk-slideset-default .nav.icon
li{margin-left:5px}.wk-slideset-default .nav.text
li{margin-left:40px}.wk-slideset-default .nav li:first-child{margin-left:0}.wk-slideset-default .nav.icon
span{width:16px;height:15px;background:url("media/widgetkit/widgets/slideset/styles/default/images/nav.png") 0 0 no-repeat;overflow:hidden}.wk-slideset-default .nav.icon span:hover{background-position:0 -30px}.wk-slideset-default .nav.icon span:active{background-position:0 -45px}.wk-slideset-default .nav.icon .active
span{background-position:0 -15px}.wk-slideset-default>div{position:relative}.wk-slideset-default > div:hover .next,
.wk-slideset-default > div:hover
.prev{top:50%;width:50px;height:50px;margin-top:-25px;background:url("media/widgetkit/widgets/slideset/styles/default/images/buttons.png") 0 50px no-repeat}.wk-slideset-default > div:hover
.next{right:30px;background-position:0 0}.wk-slideset-default > div:hover
.prev{left:30px;background-position:0 -50px}.wk-slideset-default
article{margin:0
10px}.wk-slideset-default article+strong.title{font-weight:normal}
.wk-slideshow-default
.nav{margin-top:15px;text-align:center}.wk-slideshow-default .nav
li{display:inline-block;margin-left:5px}.wk-slideshow-default .nav li:first-child{margin-left:0}.wk-slideshow-default .nav
span{width:16px;height:15px;background:url("media/widgetkit/widgets/slideshow/styles/default/images/nav.png") 0 0 no-repeat;overflow:hidden}.wk-slideshow-default .nav span:hover{background-position:0 -30px}.wk-slideshow-default .nav span:active{background-position:0 -45px}.wk-slideshow-default .nav .active
span{background-position:0 -15px}.wk-slideshow-default>div{position:relative}.wk-slideshow-default > div:hover .next,
.wk-slideshow-default > div:hover
.prev{top:50%;width:50px;height:50px;margin-top:-25px;background:url("media/widgetkit/widgets/slideshow/styles/default/images/buttons.png") 0 50px no-repeat}.wk-slideshow-default > div:hover
.next{right:30px;background-position:0 0}.wk-slideshow-default > div:hover
.prev{left:30px;background-position:0 -50px}
.wk-slideshow-list>div{border:1px
solid #ddd;background:#FFF;border-radius:5px}.wk-slideshow-list
.nav{position:absolute;top:1px;bottom:1px;width:200px;border-top:1px solid #fff;border-right:1px solid #ddd;background:#F5F5F5;background:-moz-linear-gradient(
0% 50%,
#FDFDFD 97%,
#F0F0F0 100%
);background:-webkit-gradient(
linear,
0% 50%,
100% 50%,
color-stop(97%, #FDFDFD),
color-stop(100%, #F0F0F0)
);border-top-left-radius:5px;border-bottom-left-radius:5px}.wk-slideshow-list .nav
li{margin-right:-1px;padding:1px
0}.wk-slideshow-list .nav
span{padding:10px
15px 8px 15px;overflow:hidden}.wk-slideshow-list .nav
li.active{padding:0;border-top:1px solid #ddd;border-bottom:1px solid #ddd;background:#fff}.wk-slideshow-list .nav li.active:first-child{padding-top:1px;border-top:none;border-top-left-radius:5px}.wk-slideshow-list .slides-container{margin-left:200px}.wk-slideshow-list .slides>li>article{padding:20px}.wk-slideshow-list .nav-100{width:100px}.wk-slideshow-list .nav-100+.slides-container{margin-left:100px}.wk-slideshow-list .nav-150{width:150px}.wk-slideshow-list .nav-150+.slides-container{margin-left:150px}.wk-slideshow-list .nav-250{width:250px}.wk-slideshow-list .nav-250+.slides-container{margin-left:250px}
.wk-slideshow-showcasebox .slides-container{border:1px
solid #ddd;border-bottom:none;border-top-left-radius:5px;border-top-right-radius:5px}.wk-slideshow-showcasebox .slides-container{position:relative}.wk-slideshow-showcasebox .slides-container:hover .next,
.wk-slideshow-showcasebox .slides-container:hover
.prev{top:50%;width:50px;height:50px;margin-top:-25px;background:url("media/widgetkit/widgets/slideshow/styles/showcase_box/images/buttons.png") 0 50px no-repeat}.wk-slideshow-showcasebox .slides-container:hover
.next{right:30px;background-position:0 0}.wk-slideshow-showcasebox .slides-container:hover
.prev{left:30px;background-position:0 -50px}.wk-slideshow-showcasebox .slides>li>article{padding:20px}.wk-slideshow-showcasebox .wk-slideset>div{padding:0
60px;border:1px
solid #ddd;background:#F5F5F5;background:-moz-linear-gradient(
50% 0%,
#F0F0F0 0%,
#FDFDFD 7%
);background:-webkit-gradient(
linear,
50% 0%,
50% 100%,
color-stop(0%, #F0F0F0),
color-stop(7%, #FDFDFD)
);border-bottom-left-radius:5px;border-bottom-right-radius:5px}.wk-slideshow-showcasebox .wk-slideset.no-buttons>div{padding:0}.wk-slideshow-showcasebox .wk-slideset
.sets{padding:15px
0}.wk-slideshow-showcasebox .wk-slideset .set>li{margin:0
5px;padding:1px;background:#ddd;border-radius:5px;cursor:pointer}.wk-slideshow-showcasebox .wk-slideset .set>li>div{padding:7px;background:#F5F5F5;border-radius:5px;box-shadow:0 1px 0 #fff inset;text-shadow:0 1px 0 #fff;text-align:left;white-space:nowrap}.wk-slideshow-showcasebox .wk-slideset .set>li>div>img:first-child{vertical-align:middle}.wk-slideshow-showcasebox .wk-slideset .set>li:hover{background:#ccc;background:-moz-linear-gradient(
50% 0%,
#ddd 0%,
#bbb 100%
);background:-webkit-gradient(
linear,
50% 0%,
50% 100%,
color-stop(0%, #ddd),
color-stop(100%, #bbb)
);box-shadow:0 2px 3px rgba(0,0,0,0.10)}.wk-slideshow-showcasebox .wk-slideset .set>li:hover>div{background:#fff;background:-moz-linear-gradient(
50% 0%,
#fff 0%,
#ebebeb 100%
);background:-webkit-gradient(
linear,
50% 0%,
50% 100%,
color-stop(0%, #fff),
color-stop(100%, #ebebeb)
)}.wk-slideshow-showcasebox .wk-slideset .set>li.active{background:#bbb;box-shadow:none}.wk-slideshow-showcasebox .wk-slideset .set>li.active>div{background:#e6e6e6;box-shadow:0 1px 3px rgba(0,0,0,0.2) inset}.wk-slideshow-showcasebox .wk-slideset>div{position:relative}.wk-slideshow-showcasebox .wk-slideset > div .next,
.wk-slideshow-showcasebox .wk-slideset > div
.prev{top:50%;width:30px;height:30px;margin-top:-15px;background:url("media/widgetkit/widgets/slideshow/styles/showcase_box/images/navigation_buttons.png") 0 0 no-repeat}.wk-slideshow-showcasebox .wk-slideset > div
.next{right:25px;background-position:0 0}.wk-slideshow-showcasebox .wk-slideset > div
.prev{left:25px;background-position:0 -90px}.wk-slideshow-showcasebox .wk-slideset > div .next:hover{background-position:0 -30px}.wk-slideshow-showcasebox .wk-slideset > div .next:active{background-position:0 -60px}.wk-slideshow-showcasebox .wk-slideset > div .prev:hover{background-position:0 -120px}.wk-slideshow-showcasebox .wk-slideset > div .prev:active{background-position:0 -150px}
.wk-slideshow-showcasebuttons .slides-container{position:relative}.wk-slideshow-showcasebuttons .slides-container:hover .next,
.wk-slideshow-showcasebuttons .slides-container:hover
.prev{top:50%;width:50px;height:50px;margin-top:-25px;background:url("media/widgetkit/widgets/slideshow/styles/showcase_buttons/images/buttons.png") 0 50px no-repeat}.wk-slideshow-showcasebuttons .slides-container:hover
.next{right:30px;background-position:0 0}.wk-slideshow-showcasebuttons .slides-container:hover
.prev{left:30px;background-position:0 -50px}.wk-slideshow-showcasebuttons .wk-slideset>div{padding:0
60px}.wk-slideshow-showcasebuttons .wk-slideset.no-buttons>div{padding:0}.wk-slideshow-showcasebuttons .wk-slideset
.sets{padding-top:15px}.wk-slideshow-showcasebuttons .wk-slideset .set>li{margin:0
5px;padding:1px;background:#ddd;border-radius:5px;cursor:pointer}.wk-slideshow-showcasebuttons .wk-slideset .set>li>div{padding:7px;background:#F5F5F5;border-radius:5px;box-shadow:0 1px 0 #fff inset;text-shadow:0 1px 0 #fff;text-align:left;white-space:nowrap}.wk-slideshow-showcasebuttons .wk-slideset .set>li>div>img:first-child{vertical-align:middle}.wk-slideshow-showcasebuttons .wk-slideset .set>li:hover{background:#ccc;background:-moz-linear-gradient(
50% 0%,
#ddd 0%,
#bbb 100%
);background:-webkit-gradient(
linear,
50% 0%,
50% 100%,
color-stop(0%, #ddd),
color-stop(100%, #bbb)
);box-shadow:0 2px 3px rgba(0,0,0,0.10)}.wk-slideshow-showcasebuttons .wk-slideset .set>li:hover>div{background:#fff;background:-moz-linear-gradient(
50% 0%,
#fff 0%,
#ebebeb 100%
);background:-webkit-gradient(
linear,
50% 0%,
50% 100%,
color-stop(0%, #fff),
color-stop(100%, #ebebeb)
)}.wk-slideshow-showcasebuttons .wk-slideset .set>li.active{background:#bbb;box-shadow:none}.wk-slideshow-showcasebuttons .wk-slideset .set>li.active>div{background:#e6e6e6;box-shadow:0 1px 3px rgba(0,0,0,0.2) inset}.wk-slideshow-showcasebuttons .wk-slideset>div{position:relative}.wk-slideshow-showcasebuttons .wk-slideset > div .next,
.wk-slideshow-showcasebuttons .wk-slideset > div
.prev{top:50%;width:30px;height:30px;margin-top:-8px;background:url("media/widgetkit/widgets/slideshow/styles/showcase_buttons/images/navigation_buttons.png") 0 0 no-repeat}.wk-slideshow-showcasebuttons .wk-slideset > div
.next{right:25px;background-position:0 0}.wk-slideshow-showcasebuttons .wk-slideset > div
.prev{left:25px;background-position:0 -90px}.wk-slideshow-showcasebuttons .wk-slideset > div .next:hover{background-position:0 -30px}.wk-slideshow-showcasebuttons .wk-slideset > div .next:active{background-position:0 -60px}.wk-slideshow-showcasebuttons .wk-slideset > div .prev:hover{background-position:0 -120px}.wk-slideshow-showcasebuttons .wk-slideset > div .prev:active{background-position:0 -150px}
.wk-slideshow-tabs .nav,
.wk-slideshow-tabs .nav li,
.wk-slideshow-tabs .nav
span{float:left}.wk-slideshow-tabs .nav
li{margin:0
0 -1px 5px;border:1px
solid #ddd;background:#F5F5F5;background:-moz-linear-gradient(
50% 0%,
#FAFAFA 0%,
#F5F5F5 100%
);background:-webkit-gradient(
linear,
50% 0%,
50% 100%,
color-stop(0%, #FAFAFA),
color-stop(100%, #F5F5F5)
);border-top-left-radius:5px;border-top-right-radius:5px;box-shadow:0 1px 0 #fff inset;text-shadow:0 1px 0 #fff}.wk-slideshow-tabs .nav li:first-child{margin-left:0}.wk-slideshow-tabs .nav
span{padding:7px
15px 5px 15px;overflow:hidden}.wk-slideshow-tabs .nav li:hover{background:#f0f0f0}.wk-slideshow-tabs .nav li:active:not([class*="active"]) span{padding-top:8px;padding-bottom:4px}.wk-slideshow-tabs .nav
li.active{padding-bottom:1px;border-bottom:none;background:#fff}.wk-slideshow-tabs .slides-container{border:1px
solid #ddd;background:#FFF;border-radius:5px}.wk-slideshow-tabs .slides>li>article{padding:15px}.wk-slideshow-tabs .nav-left+.slides-container{border-top-left-radius:0}.wk-slideshow-tabs .nav-center
.nav{position:relative;left:50%}.wk-slideshow-tabs .nav-center .nav
li{position:relative;left:-50%}.wk-slideshow-tabs .nav-right
.nav{float:right}.wk-slideshow-tabs .nav-right+.slides-container{border-top-right-radius:0}
.wk-slideshow-tabsbar .nav-container{border:1px
solid #ddd;background:#F5F5F5;background:-moz-linear-gradient(
50% 0%,
#FAFAFA 0%,
#F5F5F5 100%
);background:-webkit-gradient(
linear,
50% 0%,
50% 100%,
color-stop(0%, #FAFAFA),
color-stop(100%, #F5F5F5)
);border-top-left-radius:5px;border-top-right-radius:5px;box-shadow:0 1px 0 #fff inset;text-shadow:0 1px 0 #fff}.wk-slideshow-tabsbar .nav,
.wk-slideshow-tabsbar .nav li,
.wk-slideshow-tabsbar .nav
span{float:left}.wk-slideshow-tabsbar .nav
li{margin-bottom:-1px;border-right:1px solid #ddd}.wk-slideshow-tabsbar .nav
span{margin-right:-2px;padding:7px
17px 5px 15px;border-right:1px solid #fff;overflow:hidden}.wk-slideshow-tabsbar .nav li:hover{background:#f0f0f0}.wk-slideshow-tabsbar .nav li:active:not([class*="active"]){box-shadow:0 1px 2px rgba(0,0,0,0.1) inset}.wk-slideshow-tabsbar .nav li:active:not([class*="active"]) span{padding-top:8px;padding-bottom:4px}.wk-slideshow-tabsbar .nav
li.active{padding-bottom:1px;background:#fff}.wk-slideshow-tabsbar .slides-container{border:1px
solid #ddd;border-top:none;background:#FFF;border-bottom-left-radius:5px;border-bottom-right-radius:5px}.wk-slideshow-tabsbar .slides>li>article{padding:15px}.wk-slideshow-tabsbar .nav-left li:hover:first-child,
.wk-slideshow-tabsbar .nav-left li:active:first-child,
.wk-slideshow-tabsbar .nav-left li.active:first-child{border-top-left-radius:5px}.wk-slideshow-tabsbar .nav-center
.nav{position:relative;left:50%}.wk-slideshow-tabsbar .nav-center .nav
li{position:relative;left:-50%}.wk-slideshow-tabsbar .nav-center .nav li:first-child{border-left:1px solid #ddd}.wk-slideshow-tabsbar .nav-center .nav li:first-child
span{border-left:1px solid #fff}.wk-slideshow-tabsbar .nav-right
.nav{float:right}.wk-slideshow-tabsbar .nav-right
li{border-right:none;border-left:1px solid #ddd}.wk-slideshow-tabsbar .nav-right
span{border-right:none;border-left:1px solid #fff}.wk-slideshow-tabsbar .nav-right li:hover:last-child,
.wk-slideshow-tabsbar .nav-right li:active:last-child,
.wk-slideshow-tabsbar .nav-right li.active:last-child{border-top-right-radius:5px}
.spotlight{display:inline-block}.spotlight
.overlay{visibility:hidden}.spotlight>img:first-child{display:block}.spotlight .overlay-default{background:rgba(0,0,0,0.5) url("media/widgetkit/widgets/spotlight/images/magnifier.png") 50% 50% no-repeat}.spotlight
.overlay{background:rgba(0,0,0,0.5)}.spotlight .overlay,
.spotlight .overlay
a{color:#fff}.spotlight .overlay
a{text-decoration:underline}.spotlight .overlay>div{padding:10px}.spotlight .overlay>div>*:first-child{margin-top:0}.spotlight .overlay>div>*:last-child{margin-bottom:0}.spotlight .overlay>div>img:first-child{margin:-10px}
.wk-twitter
.image{display:block;padding:3px;border:1px
solid #ddd;float:left}.wk-twitter .image
img{display:block}.wk-twitter-list
article{margin-top:5px;padding-top:5px;border-top:1px solid #ddd;overflow:hidden}.wk-twitter-list article:first-child{margin:0;padding:0;border:none}.wk-twitter-list
.image{margin:3px
10px 0 0}.wk-twitter-list
p{margin:0}.wk-twitter-list
.meta{font-size:11px;font-style:italic}.wk-twitter-single.image{min-height:43px;padding-left:70px;background:url("media/widgetkit/widgets/twitter/styles/single/images/bird.png") 0 3px no-repeat}.wk-twitter-single
p{margin:0;font-style:italic}.wk-twitter-single
.content{font-family:"Times New Roman",Times,serif;font-size:24px;line-height:30px}.wk-twitter-single
.meta{font-size:11px}.wk-twitter-bubbles{margin:0
-5px}.wk-twitter-bubbles
.content{position:relative;margin:0
5px;padding:10px;border:1px
solid #ccc;background:#FFF;-webkit-box-shadow:0 0 6px rgba(0,0,0,0.2);-moz-box-shadow:0 0 6px rgba(0,0,0,0.2);box-shadow:0 0 6px rgba(0,0,0,0.2)}.wk-twitter-bubbles .content:after{content:"";position:absolute;left:18px;bottom:-11px;width:16px;height:11px;background:url("media/widgetkit/widgets/twitter/styles/bubbles/images/arrow.png") 0 0 no-repeat}.wk-twitter-bubbles
.meta{margin:10px
5px 0 5px;overflow:hidden}.wk-twitter-bubbles
.image{display:block;margin-right:10px;float:left}.wk-twitter-bubbles .author,
.wk-twitter-bubbles
time{display:block}.wk-twitter-bubbles
.author{margin-top:5px}.wk-twitter-bubbles
time{margin-top:-5px;font-size:11px}/* For img in the map remove borders, shadow, no margin and no max-width
*/
.map img {
    border: 0px;
    box-shadow: 0px;
    margin: 0px;
    max-width: none !important;
}

/* Make sure the directions are below the map
*/
.directions {
    clear: left;
}

/* Solve problems in chrome with the show of the direction steps in full width
*/
.adp-placemark {
    width : 100%
}
/**
 * @author JoomlaShine.com Team
 * @copyright JoomlaShine.com
 * @link joomlashine.com
 * @package JSN ImageShow
 * @version $Id$
 * @license GNU/GPL v2 http://www.gnu.org/licenses/gpl-2.0.html
 */
.jsn-container {
  outline: none;
  text-align: center;
}

.jsn-gallery {
	outline: none;
}
/* SLIDE GALLERY */
#main {
	padding: 0 !important;
}

body.contentpane {
	margin: 0 !important;
}
div.jsn-missing-data-alert-box {
	height: 80px;
	width: 190px;
	margin: 20px auto;
	border: 2px solid #FF9900;
	background-color: #333333;
}

div.jsn-missing-data-alert-box .header {
	height: 50px;
	display: block;
}
div.jsn-missing-data-alert-box .footer {
	height: 30px;
	display: block;
	background-color: #000;
}
div.jsn-missing-data-alert-box .header span.icon-warning {
	float: left;
	margin: 8px;
	width: 32px;
	height: 32px;
	background: url(components/com_imageshow/assets/images/icon-uni-32/icon-text-alert.png) no-repeat;
}
div.jsn-missing-data-alert-box .header span.message {
	color: #FFF;
	display: block;
	padding-top: 8px;
	text-align: center;
}
div.jsn-missing-data-alert-box .footer span.link-to-more {
	display: block;
	padding-top: 8px;
	text-align: center;
}
div.jsn-missing-data-alert-box .footer span.link-to-more a {
	color: #FFF;
	height: 25px;
	display: block;
	text-decoration: none;
}
div.jsn-missing-data-alert-box .footer span.link-to-more a:hover {
	text-decoration: none;
	background: none !important;
}
div.jsn-missing-data-alert-box .footer:hover {
	cursor: pointer;
	background-color: #FF9900;
}

div.jsn-is-back {
	text-align: left;
	padding: 5px 0 5px 0;
}

div.jsn-is-back a.jsn-is-back-link {
	background: #999;
    color: #fff;
    font-size: 12px;
    padding: 5px 10px
}
div.jsn-is-back a.jsn-is-back-link:hover {
	background: #888;
	text-decoration: none;
}
/* CSS Guideline to style rokbox */
/* When adding your own theme,make sure to replace "custom" with your theme name */
/* use lowercase characters and no space. For example,we name our theme "mytheme" */
/* we replace every "rokbox-light" with "rokbox-mytheme" */
/* Wrapper,the very outside container of rokbox */
#rokbox-wrapper.rokbox-light{}
#rokbox-wrapper .clr {clear:both;}
#rokbox-close{height:30px;width:20px;display:block;background:url(plugins/system/rokbox/themes/light/close.png) 0 0 no-repeat;clear:both;}
#rokbox-close span{display:none;}
/* Table for border look and feel */
#rokbox-top.rokbox-left{background:url(plugins/system/rokbox/themes/light/tl.png) 0 0 no-repeat;clear:both;}
#rokbox-top .rokbox-right{background:url(plugins/system/rokbox/themes/light/tr.png) 100% 0 no-repeat;}
#rokbox-top .rokbox-center{background:url(plugins/system/rokbox/themes/light/top.png) 0 0 repeat-x;height:20px;margin-left:20px;margin-right:20px;}
#rokbox-middle {overflow: hidden;}
#rokbox-middle.rokbox-left{background:url(plugins/system/rokbox/themes/light/left.png) 0 0 repeat-y;clear:both;}
#rokbox-middle .rokbox-right{background:url(plugins/system/rokbox/themes/light/right.png) 100% 0 repeat-y;}
#rokbox-middle .rokbox-center{background:#fff;margin-left:20px;margin-right:20px;}
#rokbox-bottom.rokbox-left{background:url(plugins/system/rokbox/themes/light/bl.png) 0 0 no-repeat;}
#rokbox-bottom .rokbox-right{background:url(plugins/system/rokbox/themes/light/br.png) 100% 0 no-repeat;}
#rokbox-bottom .rokbox-center{background:url(plugins/system/rokbox/themes/light/bottom.png) 0 0 repeat-x;height:20px;margin-left:20px;margin-right:20px;}
/* Object/Image container */
#rokbox-container{}
/* Spinner class that gets added when loading content and removed when loaded */
#rokbox-container.spinner{background:url(plugins/system/rokbox/themes/light/ajax-loader.gif) 50% 50% no-repeat;}
/* Warning class that gets added when erroring */
#rokbox-container.warning{background:url(plugins/system/rokbox/themes/light/warning.png) 50% 50% no-repeat;}
#rokbox-container.warning h1 {position: absolute;text-align: center;margin-left: -20px;}
/* Arrows wrapper (for previous and next when visible) */
#rokbox-arrows{margin-top:15px;position:absolute;right:0;width:70px;height:20px;}
#rokbox-arrows a{float:left;display:block;width:20px;height:20px;margin-right:5px;}
/* Previous arrow and its text span */
#rokbox-arrows #rokbox-previous{background:url(plugins/system/rokbox/themes/light/prev.png) 0 0 no-repeat}
#rokbox-arrows #rokbox-previous span{display:none;}
/* text wrapper,useful to set as display none when using images */
/* Next arrow and its text span */
#rokbox-arrows #rokbox-next{background:url(plugins/system/rokbox/themes/light/next.png) 0 0 no-repeat}
#rokbox-arrows #rokbox-next span{display:none;}
/* text wrapper,useful to set as display none when using images */
#rokbox-arrows #rokbox-previous.inactive,
#rokbox-arrows #rokbox-next.inactive{background-position:0 -20px;}
/* Captions wrapper and titles and descriptions */
#rokbox-caption{padding-top:25px;font-family:Helvetica,Arial,sans-serif;}
#rokbox-caption h2{/* titles */
margin:0 0 10px 0;padding:0;color:#333;font-size:18px;font-weight:bold;}
#rokbox-caption p{/* description */
margin:0;color:#999;font-size:12px;}/**
 * @version		1.0 November 11, 2011
 * @author		RocketTheme, LLC http://www.rockettheme.com
 * @copyright 	Copyright (C) 2007 - 2011 RocketTheme, LLC
 * @license		http://www.rockettheme.com/legal/license.php RocketTheme Proprietary Use License
 */
/* This is the Main template logo, Edit this to match the width and height of your new logo image */
#logo {height: 147px;
    left: 0px;
    top: -8px;
    width: 700px;}

/* Font Family Settings */
#ff-solarsentinel, a.solarsentinel, #ff-solarsentinel .componentheading {font-family: Helvetica,Arial,sans-serif;}
#ff-solarsentinel h1 {font-family: Georgia, Times, sans-serif;}
#ff-optima, a.optima {font-family: Optima, Lucida, 'MgOpen Cosmetica', 'Lucida Sans Unicode', sans-serif;}
#ff-geneva, a.geneva {font-family: Geneva, Tahoma, "Nimbus Sans L", sans-serif;}
#ff-helvetica, a.helvetica {font-family: Helvetica, Arial, FreeSans, sans-serif;}
#ff-lucida, a.lucida {font-family: "Lucida Grande",Helvetica,Verdana,sans-serif;}
#ff-georgia, a.georgia {font-family: Georgia, sans-serif;}
#ff-trebuchet, a.trebuchet {font-family: "Trebuchet MS", sans-serif;}
#ff-palatino, a.palatino {font-family: "Palatino Linotype", "Book Antiqua", Palatino, "Times New Roman", Times, serif;}
input { font-family:Helvetica,Arial,sans-serif;}

/* Core Formatting */
html {height: 100%;margin-bottom: 1px;}
body {margin: 0;line-height: 135%;}
form {margin: 0;padding: 0;}
body.f-small, body#ff-optima.f-small, body#ff-georgia.f-small {font-size: 11px;}
body, body.f-default {font-size: 12px;}
body#ff-optima, body#ff-optima.f-default {font-size: 13px;}
body#ff-georgia, body#ff-georgia.f-default {font-size: 13px;}
body.f-large, body#ff-optima.f-large, body#ff-georgia.f-large {font-size: 14px;}
p {margin-top: 10px;margin-bottom: 15px;}
h1, h2, h3, h4, h5 {padding-bottom: 5px;margin: 25px 0 10px 0;font-weight: normal;line-height: 120%;}
h1 {font-size: 250%;line-height: 100%;}
h2 {font-size: 200%;line-height: 100%;}
h3 {font-size: 175%;}
h4 {font-size: 120%;line-height: 130%;}
h5 {font-size: 120%;text-transform: uppercase;}
a {text-decoration: none;}
a:hover {text-decoration: underline;}
.clr {clear: both;}
.rokradios, .rokchecks {padding: 2px 5px 5px 22px;line-height: 120%;}

/* Backgrounds */
body.bg-white {background: #D9D9D9;}
body.bg-red {background: #481515;}
body.bg-blue {background: #0B1D35;}
body.bg-beige {background: #BFBDB0;}
body.bg-grey {background: #999;}
body.bg-darkgrey {background: #1A1A1A;}
body.bg-black {background: #0B0B0B;}
body.bg-white #page-bg {background: #fff url(templates/rt_solarsentinel/images/background/white/page-bg.png) 0 0 repeat-x;}
body.bg-red #page-bg {background: #732222 url(templates/rt_solarsentinel/images/background/red/page-bg.png) 0 0 repeat-x;}
body.bg-blue #page-bg {background: #152B4E url(templates/rt_solarsentinel/images/background/blue/page-bg.png) 0 0 repeat-x;}
body.bg-beige #page-bg {background: #E8E7D7 url(templates/rt_solarsentinel/images/background/beige/page-bg.png) 0 0 repeat-x;}
body.bg-grey #page-bg {background: #ccc url(templates/rt_solarsentinel/images/background/grey/page-bg.png) 0 0 repeat-x;}
body.bg-darkgrey #page-bg {background: #303030 url(templates/rt_solarsentinel/images/background/darkgrey/page-bg.png) 0 0 repeat-x;}
body.bg-black #page-bg {background: #1B1B1B url(templates/rt_solarsentinel/images/background/black/page-bg.png) 0 0 repeat-x;}
#body-left {margin-left: 0;padding-left: 10px;height: 100%;}
#body-right {margin-right: 0;padding-right: 10px;height: 100%;}
.footer-bottom {height: 86px;}
body.bg-white .footer-bottom {background: url(templates/rt_solarsentinel/images/background/white/footer-bg.png) 0 0 repeat-x;}
body.bg-red .footer-bottom {background: url(templates/rt_solarsentinel/images/background/red/footer-bg.png) 0 0 repeat-x;}
body.bg-blue .footer-bottom {background: url(templates/rt_solarsentinel/images/background/blue/footer-bg.png) 0 0 repeat-x;}
body.bg-beige .footer-bottom {background: url(templates/rt_solarsentinel/images/background/beige/footer-bg.png) 0 0 repeat-x;}
body.bg-grey .footer-bottom {background: url(templates/rt_solarsentinel/images/background/grey/footer-bg.png) 0 0 repeat-x;}
body.bg-darkgrey .footer-bottom {background: url(templates/rt_solarsentinel/images/background/darkgrey/footer-bg.png) 0 0 repeat-x;}
body.bg-black .footer-bottom {background: url(templates/rt_solarsentinel/images/background/black/footer-bg.png) 0 0 repeat-x;}

/* New CSS structure */
.colmask {clear:both;float:left;overflow:hidden;position:relative;width:100%;}
.col1wrap {padding-bottom:2em;}
#maincol2 {position: relative;}
.wrapper {position:relative;}

/* s-c-s (sidebar-content-sidebar) */
.s-c-s .colmid {float:left;position:relative;left:200px;;width:200%;}
.s-c-s .colright {float:left;left:50%;margin-left:-400px;position:relative;width:100%;background-position: 0 0;background-repeat: repeat-y;}
.s-c-s .col1wrap {float:right;position:relative;right:100%;width:50%;padding-bottom:1em;}
.s-c-s .col1pad {margin:0 0 0 400px;overflow:hidden;}
.s-c-s .col1 {overflow:hidden;width:100%;}
.s-c-s .col2 {float:left;position:relative;overflow:hidden;left:200px;margin-left:-50%;width:200px;}
.s-c-s .col3 {float:left;position:relative;overflow:hidden;left:0;width:200px}
.s-c-s .colmask {background-position: 180px 0;background-repeat: repeat-y;}
.s-c-s .maincol2-padding {padding: 0 3px;}

/* s-c-x (sidebar-content) */
.s-c-x .colright {float:left;left:200px;position:relative;width:200%;}
.s-c-x .col1wrap {float:right;padding-bottom:1em;position:relative;right:200px;width:50%;}
.s-c-x .col1 {margin:0 0 0 200px;overflow:hidden;position:relative;right:100%;}
.s-c-x .col2 {float:left;position:relative;right:200px;width:200px;}
.s-c-x .colmask {background-position: 178px 0;background-repeat: repeat-y;}
.s-c-x .maincol2-padding {padding: 0 0 0 1px;}
.s-c-x #leftcol {padding-right: 2px;}

/* x-c-s (content-sidebar) */
.x-c-s .colright {float:left;margin-left:-280px;position:relative;right:100%;width:200%;background-position: 0 0;background-repeat: repeat-y;}
.x-c-s .col1wrap {float:left;left:50%;padding-bottom:1em;position:relative;width:50%;}
.x-c-s .colmask {background-position: 679px;background-repeat: repeat-y;}
.x-c-s .col1 {margin:0 0 0 280px;overflow:hidden;}
.x-c-s .col3 {float:right;position:relative;left:280px;width:280px;}
.x-c-s .maincol2-padding {padding: 0 3px 0 0;}

/* Top Bar */
#top-bar {padding: 6px 15px;overflow: hidden;}
.date-block {width: 250px;font-weight: bold;float: left;}
#lock-button {height: 16px;float: right;text-align: left;line-height: 18px;}
#lock-button span {font-size: 13px;padding-left: 20px;margin: 0;font-weight: bold;}
#lock-button:hover {text-decoration: none;}
#accessibility {height: 16px;float: right;margin-left: 10px;width: 110px;}
.textsizer-desc {display: block;float: right;text-align: right;font-size: 12px;margin-right: 6px;font-weight: bold;line-height: 18px;}
#accessibility a {text-decoration: none; cursor: pointer;}
#accessibility #buttons {float: right;width: 40px;height:18px;overflow:hidden;}
#accessibility .button {display: block;float: right;width: 18px;height: 18px;}
#accessibility a.small .button {margin-right: 2px;}
.topbar-strip {overflow: hidden;padding-bottom: 2px;}
.topbar-left-mod {float: left;width: 48%;padding: 15px 0;}
.topbar-right-mod {left: 790px;
    position: absolute;
    text-align: right;
    top: 8px;}


.syndicate-module {float: right;}
a.syndicate-link {display: block;width: 50px;height: 17px;background: url(templates/rt_solarsentinel/images/rss-top.png) 0 0 no-repeat;margin-left: 20px;}

/* Header */
#header-bar {padding: 15px 15px 0px 15px;overflow: hidden;}
#logo {float: left;position: relative;}
.logo-text {font-size: 16px;
    left: -42px;
    position: absolute;
    top: 132px;}
#logo:hover {text-decoration: none;}

/* RokAjaxSearch */
#searchmod-surround h3 {font-size: 12px;color: #fff;margin: 0;padding: 0 0 6px 6px;}
#searchmod-surround {float: right;margin-right: 10px;padding-top: 5px;}
#searchmod {width: 219px;}
#searchmod .inputbox {background: none;border: 0;padding: 4px 0 4px 5px;font-size: 13px;line-height: 20px;width: 210px;height:18px;}
#searchmod .search_options {padding-top: 6px;padding-left: 4px;}
#roksearch_search_str {width: 150px;}
#roksearch_search_str.loading {width: 185px;padding-right:22px;background: transparent url(templates/rt_solarsentinel/images/spinner.gif) no-repeat scroll 100% 50%}
#roksearch_results {z-index: 10000;position: absolute;width: 400px;float: right;margin-top: -1px;text-align: left;visibility: hidden;}
#roksearch_results a#roksearch_link {float: right;padding-right: 5px;margin-top: 3px;display: block;height: 18px;width: 18px;}
#roksearch_results h3 {margin-top: 0;margin-bottom: 0;line-height: 110%;font-size: 120%;padding-bottom: 0;}
#roksearch_results span {display: block;line-height: 130%;font-size: 90%;}
#roksearch_results .container-wrapper {overflow: hidden;}
#roksearch_results .page {float: left;}
#roksearch_results .roksearch_header, #roksearch_results .roksearch_row_btm {padding: 6px 10px;line-height: 100%;text-transform: uppercase;font-weight: normal;font-size: 100%;}
#roksearch_results .roksearch_row_btm {overflow: hidden;border-bottom: 0;}
#roksearch_results .roksearch_row_btm span {line-height: 140%;}
#roksearch_results span.small {display: block;position: absolute;bottom: 6px;right: 10px;text-align: right;color: #666;}
#roksearch_results span.small span.small {display:block;position:relative;margin:10px -10px 0 0;}
#roksearch_results span.highlight {display: inline;}
#roksearch_results a.clr {font-size: 100%;}
#roksearch_results a:hover {text-decoration: none;}
#roksearch_results .roksearch_odd {padding: 15px;position: relative;}
#roksearch_results .roksearch_even {padding: 15px;position: relative;}
#roksearch_results .roksearch_odd-hover h3, #roksearch_results .roksearch_even-hover h3 {padding-left: 10px;}
.results ol.list {padding-left: 30px;margin-top: 0;}
.results ol.list h4 {border: 0;margin-top: 0;margin-bottom: 0;}
.results ol.list li {padding: 10px 5px;margin-bottom: 5px;}
.results ol.list li p {margin-top: 0;}
#roksearch_results .container-arrows {height: 16px;width: 42px;float: left;margin-right: 5px;position: relative;}
#roksearch_results .arrow-left {width: 18px;height: 18px;position: absolute;top: -1px;left: 0;cursor: pointer;}
#roksearch_results .arrow-left-disabled {width: 18px;height: 18px;position: absolute;top: -1px;left: 0;}
#roksearch_results .arrow-right {width: 18px;height: 18px;position: absolute;top: -1px;left: 22px;cursor: pointer;}
#roksearch_results .arrow-right-disabled {width: 18px;height: 18px;position: absolute;top: -1px;left: 22px;}
fieldset.phrase, fieldset.word, fieldset.only {border-bottom: 1px solid #ccc;}
#roksearch_results .viewall span {padding-top: 1px;}
#roksearch_results a.viewall {float: left;margin-right: 5px;}
#roksearch_results .estimated_res, #roksearch_results .pagination_res {font-size: 9px;font-style: italic;padding-top: 3px;text-transform: none;float:left;}
#roksearch_results .pagination_res {font-style: normal;float: right;font-size: 11px;padding-top: 1px;}
#roksearch_results .powered-by-google {text-transform: lowercase;font-style: italic;font-size: 9px;}
.roksearch_wrapper4.google-search .roksearch_odd, .roksearch_wrapper4.google-search .roksearch_even {height: 110px;}
form.search_result input.button {border: 0;background: none;cursor: pointer;padding-top: 3px;}
form.search_result fieldset {padding: 15px 0;}
.search-results-full .readon-wrap1 {margin-top: 0;}
form.search_result input#search_searchword.inputbox {width: 220px;height: 20px;border: 0;margin-left: 5px;padding-left: 5px;font-size: 110%;padding-top: 4px;line-height: 10px;}
form.search_result fieldset.word {margin-top: 0;}
form.search_result fieldset.word label {font-size: 120%;display: inline-block;height: 26px;}
.search-results-full h3 {margin-top: 10px;padding: 0;margin-bottom: 0;font-size: 130%;}
form.search_result .display {float: left;margin-left: 20px;height: 20px;margin-top: 5px;}
#roksearch_results .google-search a#roksearch_link {margin-top: 5px;}

/* Top Main Menu */
#horiz-menu {padding: 0 7px;height: 41px;display: block;}
ul#horiznav.menutop, #horiz-menu ul.menutop {padding: 0;margin: 0;position: relative;z-index:120;float: left;cursor:pointer;}
#horiz-menu li, #horiz-menu li .link {position:relative;display: block;height: 41px;line-height: 41px;}
#horiz-menu li:hover .link, #horiz-menu li.sfHover .link {z-index: 100;cursor: pointer;margin: 0;}
#horiz-menu .link {white-space: nowrap;display: block;float: left;height: 41px;line-height: 41px;font-weight: normal;font-size: 14px;text-decoration: none;z-index: 100;cursor: pointer;padding: 0;}
#horiz-menu li:hover .link, #horiz-menu li.sfHover .link, #horiz-menu li.active .link {z-index: 100;cursor: pointer;margin: 0;}
#horiz-menu ul {list-style: none;padding: 0;margin: 0;}
#horiz-menu li {display: block;float: left;margin: 0  1px;padding: 0;font-weight: bold;}
#horiz-menu li .link span {display: block;padding: 0 10px;height: 41px;}
#horiz-menu li li .link span {display: block;padding: 0 10px;height: 24px;line-height: 24px;}

/* Top Main Menu Dropdowns */
#horiz-menu ul ul {margin: 0;border: 0;padding: 0 10px 15px 10px;}
#horiz-menu li li {margin: 0;}
#horiz-menu li li .link {text-indent:10px;font-weight: normal;padding: 0;margin: 0;height: 33px;font-size: 12px;display: block;}
#horiz-menu li li .link span {display: block;padding: 0;margin-left: 0;}
#horiz-menu ul ul li, #horiz-menu ul ul li.active, #horiz-menu ul ul li.parent {height: 30px;}
#horiz-menu .sfHover {z-index: 700;}
.menutop li:hover ul, .menutop li.sfHover ul {left: 0;top:8px;}
#horiz-menu ul ul li, #horiz-menu ul ul li.c0, #horiz-menu ul ul li.c1, #horiz-menu ul ul li.c2, #horiz-menu ul ul li.c3 {float: left;width: 173px;padding: 0;}
#horiz-menu li ul, #horiz-menu li ul.columns-1, #horiz-menu .drop-wrap.columns-1 {width: 220px;}
#horiz-menu li ul.columns-2, #horiz-menu .drop-wrap.columns-2 {width: 370px;}
#horiz-menu li ul.columns-3, #horiz-menu .drop-wrap.columns-3 {width: 555px;}
#horiz-menu li ul.columns-4, #horiz-menu .drop-wrap.columns-4 {width: 740px;}
.menutop .drop-wrap.columns-1 .drop1, .menutop .drop-wrap.columns-2 .drop1, .menutop .drop-wrap.columns-3 .drop1, .menutop .drop-wrap.columns-4 .drop1 {height: 8px;}
.menutop .drop-wrap {float:none;left:-999em;position:absolute;z-index:700;width: 100%;}
.menutop li:hover .drop-wrap, .menutop li.sfHover .drop-wrap {left: -4px;top:41px;}
.menutop li:hover li .drop-wrap, .menutop li.sfHover li .drop-wrap, .menutop li li:hover li .drop-wrap, .menutop li li.sfHover li .drop-wrap, .menutop li li li:hover li .drop-wrap, .menutop li li li.sfHover li .drop-wrap {top:-999em;}
.menutop li li:hover .drop-wrap, .menutop li li.sfHover .drop-wrap, .menutop li li li:hover .drop-wrap, .menutop li li li.sfHover .drop-wrap, .menutop li li li li:hover .drop-wrap, .menutop li li li li.sfHover .drop-wrap {left:165px;top: -8px;}
.menutop .submenu-animation-left, .menutop .submenu-animation-right {height: 100%;}
#horiz-menu li.parent:hover li .link, #horiz-menu li.parent.sfHover li .link, #horiz-menu li.active li .link span, #horiz-menu li:hover li .link span, #horiz-menu li.sfHover li .link span {background: none;}
#horiz-menu.suckerfish li li:hover li span, #horiz-menu.suckerfish li li:hover li:hover li span, #horiz-menu.suckerfish li li:hover li:hover li:hover li span, #horiz-menu.suckerfish li li.sfHover li span, #horiz-menu.suckerfish li li.sfHover li.sfHover li span, #horiz-menu.suckerfish li li.sfHover li.sfHover li.sfHover li span {background: none;}

/* Main Page Structure */
#main-content {overflow: hidden;}
#maincontent-block {padding: 0 15px;}
#inset-block-right {float: right;z-index: 1;position: relative;background-position: 0 0;background-repeat: repeat-y;}
#inset-block-right .right-padding {padding:0;}
#inset-block-left {float: left;z-index: 1;position: relative;background-position: 100% 0;background-repeat: repeat-y;}
#inset-block-left .left-padding {padding: 0;}
#inset-block-left h3, #inset-block-right h3 {margin-top: 0;}
table.mainbody, table.blog {width: 100%;border: 0;padding: 0;}
.spacer .block {float: left;}

/* Main Body Items */
#breadcrumbs {margin: 3px 0;display: block;position:relative;overflow: hidden;height: 26px;}
#breadcrumbs-home {width: 37px;height: 26px;display: block;float: left;}
#breadcrumbs h3 {display: none;}
#breadcrumbs .spinner {float:right;background:url(templates/rt_solarsentinel/images/spinner.gif) center center no-repeat;width: 16px;height: 16px;right: 10px;top: 10px;position: absolute;}
span.breadcrumbs {display: block;font-size: 100%;font-weight: bold;overflow: hidden;}
span.breadcrumbs img {width: 12px;height: 26px;float: left;}
span.breadcrumbs a, span.no-link {padding: 0 6px;float: left;display: block;height: 26px;line-height: 26px;}
span.breadcrumbs span.no-link {font-weight: normal;}
span.breadcrumbs a:hover {text-decoration: none;}
.contentheading {font-size: 190%;font-weight: normal;line-height: 140%;margin: 0 -15px 14px -15px;padding: 10px 15px 0 15px;}
p.buttonheading {float: right;margin: 0 0 0 15px;}
.article-info-surround {padding: 0 0 9px 0;margin: 0 0 10px 0;}
.article-info-surround2 {padding: 10px 14px;}
p.articleinfo, p.iteminfo {margin: 0;font-style: italic;font-size: 10px;line-height: 130%;min-height:12px;}
span.modifydate, span.createdby, span.createdate {display: block;}
p.counter {text-indent: 5px;}
div.pagination {height: 22px;line-height: 22px;margin-top: 10px;margin-bottom: 15px;}
div.pagination div.tab {float: left;margin-right: 6px;}
div.pagination div.tab2 {padding: 0 8px;}
div.pagination div.page-block {padding: 0 4px;float: left;margin-right: 6px;}
.cols1 {display: block;float: none;margin: 0;}
.cols2 {width: 49%;}
.cols3 {width: 30%;}
.column1, .column2 {margin: 0 5px 0 0;position: relative;}
.column2, .column1 {float: left;margin: 0;}
.column2 {float: right;margin: 0;width: 49%;}
.article_row {margin: 0 -15px;padding: 0 15px;overflow: hidden;}
.blog_more {padding-top: 15px;}
#page {padding-bottom: 15px;}
.component-header {margin: 0;}
.componentheading {margin: 0 -15px;font-size: 110%;line-height: 28px;text-transform: uppercase;padding: 0 0 0 15px;height: 43px;font-weight: bold;}

/* Side Column Modules */
.module-header {margin-bottom: -14px;}
.side-mod h3 {margin: 0;font-size: 110%;line-height: 20px;text-transform: uppercase;padding: 5px 0 20px 15px;font-weight: bold;}
.side-mod {margin-bottom: 3px;}
#inset-block-left .side-mod, #inset-block-right .side-mod {margin-bottom: 0;}
.side-mod .module {padding: 15px;}
.advertisement .module-header, .advertisement .module-header2, .advertisement h3.module-title {background: none;margin: 0;}
.advertisement .side-mod h3.module-title {text-align: center;padding: 2px;margin: 0;font-size: 10px;}
#rightcol .advertisement .side-mod .module {padding: 0 0 0 5px;}
#leftcol .advertisement .side-mod .module {padding: 0 5px 0 0;}

/* Main Body Modules */
.moduletable h3 {margin-top: 0;font-size: 140%;}
#inset-block-right .mainblock-module, #inset-block-left .mainblock-module {padding-bottom: 10px;}
#showmodules, #mainmodules, #mainmodules2, #mainmodules3, #mainmodules4 {overflow: hidden;}
#mainmodules3 {padding-top: 15px;}
#showmodules .moduletable, #mainmodules3 .moduletable {margin-bottom: 15px;}
#showmodules.spacer .block, #mainmodules.spacer .block, #mainmodules2.spacer .block, #mainmodules3.spacer .block, #mainmodules4.spacer .block {float: left;}
#showmodules.spacer.w99 .block, #mainmodules.spacer.w99 .block, #mainmodules2.spacer.w99 .block, #mainmodules3.spacer.w99 .block, #mainmodules4.spacer.w99 .block {width: 99.8%;}
#showmodules.spacer.w49 .block, #mainmodules.spacer.w49 .block, #mainmodules2.spacer.w49 .block, #mainmodules3.spacer.w49 .block, #mainmodules4.spacer.w49 .block {width: 49.8%;}
#showmodules.spacer.w33 .block, #mainmodules.spacer.w33 .block, #mainmodules2.spacer.w33 .block, #mainmodules3.spacer.w33 .block, #mainmodules4.spacer.w33 .block {width: 33.3%;}
#mainmodules3 .block.first .moduletable {padding: 0 15px 10px 15px;}
#mainmodules3 .block.middle .moduletable {padding: 0 15px 10px 15px;}
#mainmodules3 .block.last .moduletable {padding: 0 15px 10px 15px;}
#showmodules .moduletable, #mainmodules4 .moduletable {padding: 15px;}
#main-body #showmodules .block.full .moduletable, .block.full .moduletable, #mainmodules .moduletable, #mainmodules2 .moduletable {padding: 15px;}
#mainmodules3 h3 {margin-top: 0;}
#bottom-main {position: relative;}
h3.main-modules {font-size: 110%;font-weight: bold;margin: 0;padding: 3px 10px 9px 10px;text-transform: uppercase;text-align: center;margin-bottom: 10px;}

/* Extra Joomla Elements */
span.small, td.createdate, td.modifydate {font-size: 90%;}
table.blog td.createdate {padding-bottom: 5px;}
table.blog td.modifydate {padding-top: 10px;}
.sectiontableheader {font-weight: bold;padding: 4px;line-height: 25px;text-align: left;}
.sectiontablefooter {padding-bottom: 8px;}
tr.sectiontableentry1 td, tr.sectiontableentry2 td, td.sectiontableentry1, td.sectiontableentry2 {text-align: left;padding: 4px 5px 4px 5px;border-bottom: 1px solid #ddd;vertical-align: middle;}
tr.sectiontableentry2 td, td.sectiontableentry2 {height: 30px;}
tr.sectiontableentry1 td, td.sectiontableentry1 {height: 30px;}
.contentpane, .contentpaneopen {width: 100%;}
.module fieldset {border: 0;}
.module h4 {margin-top: 0;}
table.contenttoc {float: right;margin-left: 25px;}
.weblinks .contentdescription {overflow: hidden;margin-bottom: 15px;padding: 15px 0;}
.weblinks img {margin-right: 12px;margin-left: 0;}
.contact_email input.button {border: 0;background: none;}
.contact_email .readon-wrap1 {margin-top: 0;}
.contact_email .inputbox {width: 215px;height: 20px;border: 0;padding-left: 5px;font-size: 110%;padding-top: 4px;line-height: 10px;margin-bottom: 10px;}
.contact_email #contact_text.inputbox {width: 212px;height: 153px;border: 0;padding: 5px;font-size: 110%;padding-top: 4px;line-height: 140%;}
.contact-name {font-weight: bold;font-size: 140%;display: block;padding: 15px 0 2px 0;}
.contact-position {display: block;padding-bottom: 15px;}
.intro-article-content .article_separator { display: none; }
.contact .icon { float: left; width: 40px;}
.contact .misc, .contact .webpage, .contact .mobile, .contact .email, .contact .telephone, .contact .fax, .contact .country, .contact .state, .contact .postcode, .contact .suburb, .contact .street-address { overflow: hidden;}
.contact .other .surround { margin-top: 5px;}
.contact .vcard {margin-top: 15px;}

/* Side Menus */
#main-body #leftcol ul.menu {margin: 0 -5px 0 -10px;padding: 0;}
#main-body #rightcol ul.menu {margin: 0 -10px 0 -5px;padding: 0;}
#main-body ul.menu li {list-style: none;margin: 0 0 3px 0;padding: 0;float: none;}
#main-body ul.menu a:hover {text-decoration: none;}
#main-body ul.menu span {display: block;}
#main-body ul.menu ul li a {padding-left: 20px;}
#main-body ul.menu ul li span.separator {padding-left: 20px !important;background: none !important;}
#main-body ul.menu ul li ul li a, #main-body ul.menu ul li ul li .separator {padding-left: 36px;background: none;}
#main-body ul.menu ul li ul li ul li a, #main-body ul.menu ul li ul li ul li .separator {padding-left: 56px;background: none;}
#main-body ul.menu li.active.parent li span, #main-body ul.menu li.parent li span {padding-left: 18px;font-size: 110%;line-height: 110%;}
#main-body ul.menu a, ul.menu .separator {display: block;text-indent: 0;overflow: hidden;font-size: 120%;float: none;}
#main-body ul.menu a, #main-body ul.menu .separator {padding: 6px 10px 6px 22px;}
#main-body ul.menu li.active.parent li span.separator, #main-body ul.menu li.parent li span.separator {background: none;}
#main-body ul.menu li.active a, #main-body ul.menu li.active li.active a, #main-body ul.menu li.active li.active li.active a, #main-body ul.menu li.active .separator, #main-body ul.menu li.active li.active .separator {font-weight: bold;}
#main-body ul.menu li.active li a, #main-body ul.menu li.active li.active li a, #main-body ul.menu li.active li .separator, #main-body ul.menu li.active li.active li .separator, #main-body ul.menu li.active li.active li.active .separator {font-weight: normal;background: none;}
#main-body ul.menu ul ul {padding: 0; margin: 0;}
#main-body ul.menu li li {padding: 0;margin: 0;background: none;font-size: 10px;}
#main-body ul.menu li li a span, #main-body ul.menu li li .separator span {padding: 0;}
#main-body ul.menu li.active.parent ul {margin: 0;padding: 14px 0;}
#main-body ul.menu li.active.parent ul li.active.parent ul {padding: 5px 0;}
#main-body ul.menu li.active li a:hover, #main-body ul.menu li.active li .separator:hover, #main-body ul.menu li.active li a, #main-body ul.menu li.active li .separator {background: none;}
#main-body ul.menu li.active ul span.separator {background: none;}
#main-body ul.menu li.active li li, #main-body ul.menu li:hover li li {background: none !important;}

/* Extra Content Styles */
a.nounder {text-decoration: none;border: 0;cursor: pointer;}
a.nounder:hover {text-decoration: none;}
fieldset {margin:10px 0 20px 0; border-left: 0;border-right: 0;border-top: 0;border-bottom:1px solid #ddd;}
fieldset.input, a img, body .pollstableborder {border: 0;}
legend {font-size:120%;}
form.poll fieldset {margin: 0 0 10px 0;padding: 0;}
.side-mod form.poll {margin: 0 -15px;}
.side-mod h4.poll-title {margin: 0;padding: 0;font-size: 120%;}
.side-mod .poll-line {padding: 7px 15px 9px 15px;font-size: 110%;}
.side-mod .poll-buttons {padding: 0 15px 0 15px;overflow: hidden;width: 130px;margin: 0 auto;}
form.poll input.button {background: none;cursor:pointer;border: none;text-align: center;color: #333;line-height: 18px;height: 20px;margin-bottom: 5px;float: left;}
.vote-button-wrap .readon-wrap1 {margin-left: 15px;}
form.poll a.results:hover {text-decoration: none;}
img.content-left {float: left;margin-right: 10px;padding: 5px;}
img.content-right {float: right;margin-left: 10px;padding: 5px;}
.back_button {margin-top: 20px;margin-bottom: 10px;}
.tool-tip {padding: 4px;z-index:5000;background:#fbf3ad;color:#333;border:2px solid #f8e639;font-size:90%;}
.bannergroup .clr {clear: none !important;}
dl.poll dt {border-bottom:solid 1px #ccc;font-weight: bold;}
dl.poll dd {padding:6px 0;margin-left: 0;}
.polls_color_1 {background:#000;}
.polls_color_2 {background:#999;}
.polls_color_3 {background:#93246F;}
.polls_color_4 {background:#000;}
.polls_color_5 {background:#ccc;}
.polls_color_6 {background:#93246F;}
#main-content .poll {padding-top: 15px;}
.blog_more h2, .newsfeeds-default .article-info-surround h2 {margin: 0;padding: 0;text-transform: uppercase;font-size: 110%;font-weight: bold;}
.newsfeeds-default .article-info-surround {margin-top: 10px;}
ul.latestnews, ul.mostread, .blog_more ul, .block ul#mainlevel-nav {margin: 0;padding: 0;}
ul.latestnews li, ul.mostread li, .blog_more ul li, .block ul#mainlevel-nav li {list-style: none;margin-bottom: 6px;padding-bottom: 6px;padding-left: 5px;}
ul.latestnews li a, ul.mostread li a, .blog_more ul li a, .block ul#mainlevel-nav li a {font-weight: bold;font-size: 110%;display: block;padding-left: 12px;}
.bannergroup_text .bannerheader {font-size: 120%;font-weight: bold;margin-bottom: 15px;}
.bannergroup_text .banneritem_text {margin-bottom: 15px;}
.bannergroup_text .banneritem_text a {font-weight: bold;}

/* Form overrides */
#main-content form.editor {padding:0;margin:0;}
#main-content form.editor {color:#333;}
#main-content form.editor input, #main-content form.editor textarea {border:1px solid #ccc;}
#main-content form.editor fieldset a {color: #00c;}
#main-content form.editor fieldset {padding:10px; border: 1px solid #ccc;}
#main-content form.editor legend {font-size:120%;margin:15px 0;padding:0 10px;font-weight:bold;}
#main-content form.editor label {display:block;width: 120px;float:left;}
#main-content form.editor div.radio label {display:inline;width:auto;float:none;}

/* Login Styles */
form.form-login p {margin: 0;}
form.form-login .inputbox {width: 215px;height: 20px;border: 0;margin: 5px 0;padding-left: 5px;font-size: 110%;padding-top: 4px;line-height: 10px;}
form.form-login .login-links {margin-bottom: 8px;margin-top: 8px;}
form.form-login .login-links a {padding-left: 10px;}
form.form-login input.button, form.log input.button {border: 0;background: none;}
form.log .readon-wrap1 {margin-top: 5px;}
input.button {font-size: 100%;cursor: pointer;padding: 3px 5px;}
form.form-login span.username-label, form.form-login span.password-label {display: block;text-transform: uppercase;margin-bottom: 1px;padding-left: 2px;}
.register-page .inputbox, input#email {width: 215px;height: 20px;border: 0;padding-left: 5px;font-size: 110%;padding-top: 4px;line-height: 10px;margin-bottom: 10px;}
.register-page input.button, form.josForm input.validate {background: none;border: 0;}
.register-page div.name, .register-page div.user, .register-page div.email, .register-page div.pass, .register-page div.verify_pass {text-align: right;}
form#josForm.form-validate.user, .edit-user-form {float: left;overflow: hidden;padding-bottom: 15px;}
.edit-user-form {padding-top: 15px;}
.register-page fieldset {margin-bottom: 15px;margin-top: 0;padding-bottom: 15px;}
div.user_name {margin-bottom: 10px;}
div.user_name span {font-weight: bold;font-size: 110%;}
.user-params {margin-bottom: 20px;}
.user-params td.paramlist_key {width: auto;}
.edit-user-button {margin: 0 auto;width: 80px;}
#login-module {display: none;padding: 10px;}
#login-module h3 {margin: 0;padding: 5px 0 10px 22px;}
#login-module form.form-login, #login-module form.log {margin: 0;background:none;border:0;}
#login-module .sidemod-title {border:0;}
#login-module form.form-login .inputbox {border: 0;}
#login-module input.button {background: none;border: 0;color:#000;height: 20px;}
#login-module .module a:hover {color:#000;}
.remember-me {margin-top: 5px;margin-bottom: 5px;}
#login-module .readon-wrap1, form.form-login .readon-wrap1 {margin-top: 5px;}
a#rokbox-close {height: 18px;width: 18px;}
form.josForm label.hasTip {display: block;float: left;height: 25px;line-height: 25px;margin-right: 5px}

/* Bottom Section */
#botbar {padding: 10px;overflow: hidden;position: relative;}
#bottom {overflow: hidden;padding-bottom: 10px;}
#bottom-menu {overflow: hidden;padding: 0;text-align: center;}
#top-button {position: absolute;right: 15px;top: 10px;width: 90px;height: 20px;text-align: center;line-height: 22px;font-weight: bold;font-size: 12px;}
#top-button a:hover {text-decoration: none;}
.top-button-spacer {height: 15px;}
.copyright-block {width: 500px;margin: 0 auto;text-align: center;}
#copyright {padding: 15px 0 8px 0;}
#bottom-menu ul {list-style: none;margin: 0;padding: 0;}
#bottom-menu ul li {display: inline;}
#bottom-menu ul li a, #bottom-menu ul li .separator {padding: 0 15px;font-size: 120%;font-weight: bold;}
#bottom-menu ul li a:hover, #bottom-menu ul li .separator:hover {text-decoration: none;}
#rocket {width: 111px;height: 15px;display: block;margin: 0 auto;}
#debug-mod {padding: 15px;}
#bottom ul {margin: 0;padding-left: 10px;list-style: none;}
#bottom ul li a {padding-left: 10px;padding-bottom: 5px;display: block;}
#bottom ul li:hover a {text-decoration: none;}

/* RokTabs */
.roktabs-wrapper {padding: 0;position: relative;margin: -15px;}
.roktabs-wrapper .roktabs-container-inner {position:relative;overflow: hidden;}
.roktabs-wrapper .roktabs-container-wrapper {clear: both;position: relative;overflow:hidden;}
.roktabs-wrapper .roktabs-container-wrapper div {float: left;}
.roktabs-wrapper .roktabs-container-wrapper div.wrapper {margin: 0 10px 10px 10px;padding: 10px;width: auto;}
.tabs-bottom .roktabs-container-wrapper div.wrapper {margin: 10px 10px 0 10px;padding: 10px;width: auto;}
.roktabs-wrapper .roktabs-links {margin: 0;padding: 0;height: 55px;overflow: hidden;}
.roktabs-wrapper .active-arrows .roktabs-links {margin: 0 50px;padding: 0;height: 55px;}
.roktabs-wrapper .roktabs-links ul {text-align: left;font-weight: bold;list-style-type: none;overflow:hidden;margin: 0;height: 55px;}
.roktabs-wrapper .roktabs-links ul li {float: left;padding: 0;margin: 0;text-decoration: none;position: relative;height: 55px;line-height: 36px;}
.tabs-bottom .roktabs-links ul li {line-height: 80px;}
.roktabs-wrapper .roktabs-links ul li span {padding: 7px 11px;}
.roktabs-wrapper .roktabs-links ul {padding: 0;}
.roktabs-wrapper .roktabs-links ul li.active {margin: 0;}
.roktabs-wrapper .roktabs-scroller {position: absolute;bottom: 0;right: 0;height: 29px;}
.roktabs-wrapper .arrow-next, .roktabs-wrapper .arrow-prev {line-height: 46px;text-align: center;cursor: pointer;z-index: 2;position: absolute;top: 0;height:55px;width: 50px;}
.roktabs-wrapper .arrow-prev span, .roktabs-wrapper .arrow-next span {display: none;}
.tabs-hidden .roktabs-container-wrapper div.wrapper {margin-top: 10px;}
.clear {clear: both;}

/* RokMicroNews */
#main-body .rokmicronews-surround {margin-bottom: 5px;padding-bottom: 5px;}
.micronews {margin-bottom: 0;}
.micronews-drop {margin-bottom: 10px;}
.micronews-headline {margin: 0;padding: 8px 10px 30px 5px;position: relative;}
.micronews-headline h2 {font-size: 110%;font-weight: bold;margin: 0;padding: 3px 10px 9px 10px;text-transform: uppercase;display: inline;text-align: center;}
.micronews-controls {float: right;width: 55px;}
.micronews-controls2 {height: 20px;padding: 0 8px;}
#rokmicronews .mover, #rokmicronews .collapse, #rokmicronews .expand {float: right;width: 15px;height: 19px;}
#rokmicronews .collapse, #rokmicronews .expand {margin-right: 6px;cursor: pointer;}
#rokmicronews .mover span, #rokmicronews .expand span, #rokmicronews .collapse span {display: none;}
.micronews-headline .counter {float: right;margin-right: 150px;line-height: 180%;padding-right: 15px;}
.micronews-headline .counter span {padding-left: 15px;display: block;}
.micronews-headline .counter a {font-weight: bold;margin: 0 10px;}
.micronews-headline .counter a.active {text-decoration: underline;color: red;}
.micronews-inner {overflow: hidden;}
.micronews-wrapper {padding: 0;margin: 0 5px 5px 5px;}
.micronews-articles {padding: 15px;position: relative;}
.micronews-right .micronews-articles {margin-right: 200px;}
.micronews-left .micronews-articles {margin-left: 200px;}
.micronews-article-wrapper {position: relative;}
.micronews-titles {padding: 5px 0;font-weight: bold;margin: 0;text-transform: uppercase;font-size: 90%;overflow: hidden;}
.micronews-titles .top-story {width: 180px;padding: 0 10px;}
.micronews-right .top-story {float: left;}
.micronews-left .top-story {float: right;}
.micronews-right .other-stories {float: right;margin-right: 50px;}
.micronews-left .other-stories {float: left;margin-left: 40px;}
.micronews h4 a {font-weight: bold;}
.micronews-thumb {float: left;margin-right: 10px;}
.micronews .entry h4 {font-size: 120%;line-height: 120%;margin: 5px 0 10px;}
.micronews .micronews-list {width: 200px;position: absolute;top: 0;}
.micronews-right .micronews-list {right: 0;}
.micronews-left .micronews-list {left: 0;}
.micronews .micronews-list ul {margin: 15px 0 0 0;padding: 0;list-style: none;}
.micronews .micronews-list ul li {padding: 10px 15px;}
.micronews-list ul li a {padding-left: 12px;font-weight: bold;display: block;}

/* RokNewsPager */
ul.roknewspager {margin: 0;padding: 0;}
ul.roknewspager li {list-style: none;padding-left: 12px;margin-bottom: 12px;}
ul.roknewspager .roknewspager-title {display: block;font-size: 120%;font-weight: bold;cursor: pointer;}
ul.roknewspager .roknewspager-div {display: block;padding-bottom: 12px;}
.roknewspager-wrapper {position:relative;overflow:hidden;}
.roknewspager-pages {margin: 0 -15px -15px -15px;padding: 8px 15px;overflow: hidden;}
.roknewspager-pages2 {float: right;width: auto;height: 18px;text-align: center;position: relative;padding: 0;}
.roknewspager-spinner {width: 16px; height: 16px; background: transparent url(templates/rt_solarsentinel/images/spinner.gif) no-repeat scroll 100% 50%; float: left;display: none;}
ul.roknewspager-numbers {margin: 0;padding: 0 24px;text-align: right;overflow: hidden;height: 18px;text-align: center;}
ul.roknewspager-numbers li {list-style: none;display: inline;padding: 0 2px;cursor: pointer;}
ul.roknewspager-numbers li.active {cursor: default;}
.roknewspager-prev, .roknewspager-prev-disabled {width: 16px;height: 18px;position: absolute;top: 0;left: 0;cursor: pointer;}
.roknewspager-next, .roknewspager-next-disabled {width: 16px;height: 18px;position: absolute;top: 0;right: 0;cursor: pointer;}
.roknewspager-prev-disabled, .roknewspager-next-disabled {cursor: default;}
ul.roknewspager-numbers li.active {font-weight: bold;}

/* RSS Feeds */

ul.newsfeed {margin: 0;padding: 0;}
a.newsfeed-title {text-transform: uppercase;font-weight: bold;}
ul.newsfeed li {list-style: none;padding-left: 12px;margin-bottom: 12px;}
ul.newsfeed li a {font-weight: bold;font-size: 120%;}
ul.newsfeed .newsfeed-div {display: block;padding-bottom: 1px;}

/* RokNewsflash */
#newsflash-bar {overflow: hidden;font-size: 12px;}
#page-bg #newsflash {position:relative;line-height: 26px;height: 26px;margin:0;border-bottom:3px solid #FFFFFF;border-top:3px solid #FFFFFF;}
#newsflash ul {margin:0 0 0 95px;list-style:none;padding:0;}
#newsflash li {padding-bottom:100px;font-weight: bold;line-height:26px;margin-left:20px;}
#newsflash .readon {clear:none;display:inline;float:none;height:auto;width:auto;line-height:100%;font-size:100%;margin:0;padding:0;background:none;}
#newsflash .flashing {display:block;position:absolute;left:0;font-weight:bold;text-transform: uppercase;font-size: 11px;height: 26px;width: 88px;line-height: 26px;padding-left: 15px;}
#newsflash .controls img {cursor:pointer;height:18px;width:18px;}
#newsflash .controls div {width:18px;}
#newsflash .control-prev {background-position:0 0;}
#newsflash .control-prev:hover {background-position: -36px 0;}
#newsflash .control-next {background-position:-18px 0px;}
#newsflash .control-next:hover {background-position: -54px 0px;}
#newsflash .controls {position:absolute;right:10px;top: 4px;width:auto;}

/* RokWeather */
#rightcol .side-mod #rokweather {margin:0 -15px 0 -10px;}
#leftcol .side-mod #rokweather {margin:0 -10px 0 -15px;}

/* Featured Section */
.feature-block {overflow: hidden;position: relative;padding: 15px;}
.feature-block .image-container {float: left;margin-right: 15px;}
.feature-block .rokstories-spinner {background: transparent url(templates/rt_solarsentinel/images/spinner.gif) no-repeat scroll 50% 50%}
.feature-block .image-container .image-full {position:relative;overflow: hidden;}
.feature-block .image-container .image-full img {position:absolute;top: 0;left: 0;visibility: hidden;}
.feature-block .image-container .image-small img {cursor: pointer;}
.feature-block .desc-container {overflow: hidden;position: relative;}
.feature-block .desc-container .description {position: absolute;top: 0; left: 0;visibility: hidden;}
.feature-block img.feature-main {display: block;}
.feature-block img.feature-sub {margin: 9px 9px 0 0;}
.feature-block .feature-title {display: block;font-weight: bold;font-size: 160%;line-height: 130%;margin-bottom: 10px;}
.feature-block .feature-desc {font-size: 120%;line-height: 130%;color: #333;}
.feature-block .moduletable h3 {font-weight: bold;font-size: 180%;}
.feature-block .readon {display: block;margin: 15px 0;font-weight: bold;}

/* Typography */
.readon-wrap1 {margin-top: 15px;position:relative;float:left;}
.readon-wrap1 span {display:block;height: 24px;line-height: 24px;}
a.readon {font-weight: bold;}
a.readon-main {font-size: 12px;cursor: pointer;}
a.readon-main:hover {text-decoration: none;}
.readon1-l {position:absolute;width: 7px;height: 24px;left:0;top:0;}
.readon1-m {margin-left: 7px;text-align: center;padding-left:2px;}
.readon1-r {margin-right: -7px;padding-right: 10px;}

/* @group Demo Content */

#mainmodules .article_separator {display: none;}

/* Frontpage Main Article */
.fp-leading {margin-top: 10px; margin-bottom: 25px;overflow: hidden;}
.fp-caption {float: left; margin-right: 15px; width: 181px; margin-bottom: 10px;}
.fp-main {margin-bottom: 5px;}
.fp-video {margin-left: 5px; margin-right: 2px;}
.fp-leading h3, .fp-sub h4 {margin-top: 0px; margin-bottom: 0pt;font-weight: bold;}
.fp-subheader {display: block; margin-bottom: 3px;}
.fp-sub {border-bottom: 1px solid #ddd; margin-top: 15px; padding-bottom: 15px;}
.fp-sub1 {float: left; width: 66px; margin-right: 10px;}
.fp-leading span, .fp-sub span {font-weight: bold;}

/* Frontpage Inset2 */

.fp-inset-surround {margin-top: 10px;}
.fp-inset {padding-top: 30px;padding-bottom: 3px;}
.fp-inset .icon-surround {margin-top:  -19px; margin-left: 5px; position: absolute;}
.fp-inset .icon-video {background: url(templates/rt_solarsentinel/images/video-icon.png) no-repeat 0 3px;color: #333;}
.fp-inset .icon-photo {background: url(templates/rt_solarsentinel/images/photo-icon.png) no-repeat 0 4px;color: #333;}
.fp-inset .icon-podcast {background: url(templates/rt_solarsentinel/images/podcast-icon.png) no-repeat 0 3px;color: #333;}
.red .fp-inset .icon-video, .blue .fp-inset .icon-video, .green .fp-inset .icon-video, .orange .fp-inset .icon-video, .black .fp-inset .icon-video, .darkbeige .fp-inset .icon-video, .darkgrey .fp-inset .icon-video {background: url(templates/rt_solarsentinel/images/video-icon-w.png) no-repeat 0 3px;color: #fff;}
.red .fp-inset .icon-photo, .blue .fp-inset .icon-photo, .green .fp-inset .icon-photo, .orange .fp-inset .icon-photo, .black .fp-inset .icon-photo, .darkbeige .fp-inset .icon-photo, .darkgrey .fp-inset .icon-photo {background: url(templates/rt_solarsentinel/images/photo-icon-w.png) no-repeat 0 4px;color: #fff;}
.red .fp-inset .icon-podcast, .blue .fp-inset .icon-podcast, .green .fp-inset .icon-podcast, .orange .fp-inset .icon-podcast, .black .fp-inset .icon-podcast, .darkbeige .fp-inset .icon-podcast, .darkgrey .fp-inset .icon-podcast {background: url(templates/rt_solarsentinel/images/podcast-icon-w.png) no-repeat 0 3px;color: #fff;}
.fp-inset .icon-title {text-transform: uppercase; margin-left: 15px; display: block; margin-top: -3px; font-weight: bold;}
.fp-inset .image {margin-bottom: 5px; display: block;}
.fp-inset a {font-weight: bold;margin-left: 5px;}

/* Custom Modules Tutorial */
.rokmod-demo-block .parameters div {border-right:1px dotted #666;padding-right:12px;}
.rokmod-demo-block .options div {border-right:1px dotted #666; padding-right: 12px;}
.rokmod-demo-block .demo div {border-right:1px dotted #666;padding-right: 12px;}
.rokmod-demo-block .parameters, .rokmod-demo-block .options, .rokmod-demo-block .demo, .rokmod-demo-block .description {float:left;margin-right:12px;}
.rokmod-demo-block .parameters span, .rokmod-demo-block .options span, .rokmod-demo-block .demo span, .rokmod-demo-block .description span {display:block;font-size:11px;line-height:22px;}
.rokmod-demo-block .demo-span1 {font-weight: bold;}

/* Tutorials */
.tut-block {height: 100px; display: block;}
.tut-img {float: left; margin-right: 10px;}
.tut-title {font-size: 130%;font-weight: bold;margin-bottom: 15px;padding-top: 3px;}
pre {overflow: auto;}
.tut-tool-tip {color: #fff;width: 139px;z-index: 13000;}
.tut-tool-title {display: none;}
.tut-tool-text {font-size: 11px;padding: 4px 8px 8px;background: url(templates/rt_solarsentinel/images/bubble.png) bottom right;}
.tut-tool-text span { overflow: auto; display: block;}

/* Variation Chooser */
.variation-chooser {margin-top:15px;position:relative; margin-left: 15px;overflow:hidden;}
.variation-chooser .controls {height:25px;position:absolute;}
.variation-chooser .control-prev, .variation-chooser .control-next {cursor:pointer;float:left;height:16px;margin-right:3px;margin-top:1px;width:16px;}
.variation-chooser .control-prev {background-position:0 0;margin-right:0.4em;}
.variation-chooser .control-prev:hover {background-position:0 -16px;}
.variation-chooser .control-next {background-position:0 -32px;margin-left:0.4em;}
.variation-chooser .control-next:hover {background-position:0 -48px;}
.variation-chooser input {background: #fff;border: 1px solid #ddd;width: 50px;text-align: center;margin-left: 125px;color:#333;}


/* Tables */
#maincontent-block table {border-collapse: collapse;}
#maincontent-block table.weblinks, #maincontent-block table.category {font-size: 1em;margin: 10px 10px 20px 0px;width: 99%;}
#maincontent-block table.weblinks td {border-collapse: collapse;}
#maincontent-block table.weblinks td, #maincontent-block table.category td {padding: 7px;vertical-align: top;}
#maincontent-block table.weblinks th, #maincontent-block table.category th {padding: 7px;text-align: left;}
#maincontent-block td.num {vertical-align: top;text-align: left;}
#maincontent-block td.hits {vertical-align: top;text-align: center;}
#maincontent-block td p {margin: 0;line-height: 1.3em;}
#maincontent-block .filter {margin: 10px 0;}
#maincontent-block .display-limit, #maincontent-block .filter {text-align: right;margin-right: 7px;}
#maincontent-block table.category th a img {padding: 2px 10px;}
#maincontent-block .filter-search {float: left;}
#maincontent-block .filter-search .inputbox {width: 6em;}
#maincontent-block legend.element-invisible {position: absolute;margin-left: -3000px;margin-top: -3000px;height: 0;}
#maincontent-block .cat-items {margin-top: 20px;}


/* Blog Layout (Joomla 1.6x Compatible)
-------------------------------------------------------------- */
div.items-more ol {list-style-type: none!important;}
div.items-leading{ margin-bottom: 10px;}
.cols-1 {display: block;float: none !important;margin: 0 !important;}
.cols-2 .column-1 {float: left;width: 46%;margin-right: 2%;}
.cols-2 .column-2 {float: left;margin: 0;width: 46%;}
.cols-3 .column-1 {float: left;padding: 0 5px;width: 29%;margin-right: 2%;}
.cols-3 .column-2 {float: left;margin-left: 0;padding: 0 5px;width: 29%;margin-right: 2%;}
.cols-3 .column-3 {float: left;padding: 0 5px;width: 29%;}
.cols-4 .column-1 {float: left;padding: 0 5px;width: 20%;margin-right: 2%;}
.cols-4 .column-2 {float: left;margin-left: 0;padding: 0 5px;width: 20%;margin-right: 2%;}
.cols-4 .column-3 {float: left;padding: 0 5px;width: 20%;margin-right: 2%;}
.cols-4 .column-4 {float: left;padding: 0 5px;width: 20%;}
.items-row {margin-bottom: 10px !important;overflow: hidden;}
.column-1, .column-2, .column-3 {padding: 10px 5px;}
.column-2 {margin-left: 40%;width: 55%;}
.column-3 {width: 30%;}
.blog-more {padding: 10px 5px;}

/* Pagination (Joomla 1.6x Compatible)
-------------------------------------------------------------- */
div.pagination, ul.pagenav {height: 21px;line-height: 21px;margin-top: 10px;margin-bottom: 15px;padding-left: 0;}
div.pagination li, ul.pagenav li {list-style: none;float: left;margin-right: 6px;}
div.pagination li span, div.pagination a.pagenav, ul.pagenav li a {display: block;padding: 0 8px;}
div.pagination .counter {padding: 0 4px;float: left;margin: 0 6px 0 0;}

/* @end *//**
 * @version		1.0 November 11, 2011
 * @author		RocketTheme, LLC http://www.rockettheme.com
 * @copyright 	Copyright (C) 2007 - 2011 RocketTheme, LLC
 * @license		http://www.rockettheme.com/legal/license.php RocketTheme Proprietary Use License
 */
/* Blue Header Style */

#header-bar {background: #305086 url(templates/rt_solarsentinel/images/header/blue/header-bg.png) 0 0 repeat-x;}
#logo {background: url(templates/rt_solarsentinel/images/header/blue/logo.png) 0 0 no-repeat;}
.logo-text {color: #fff;}
#searchmod {background: url(templates/rt_solarsentinel/images/header/blue/search-bg.png) 0 0 no-repeat;}
#horiz-menu {background: #305086 url(templates/rt_solarsentinel/images/header/blue/horiz-bg.png) 0 0 repeat-x;}
#horiz-menu li:hover .link, #horiz-menu li.sfHover .link {color: #fff;}
#horiz-menu .link {color: #fff;}
#horiz-menu li:hover .link, #horiz-menu li.sfHover .link, #horiz-menu li.active .link {color: #fff;}
#horiz-menu li.active .link, #horiz-menu li:hover .link, #horiz-menu li.sfHover .link {background: url(templates/rt_solarsentinel/images/header/blue/horiz-r.png) 100% 0 no-repeat;}
#horiz-menu li.active .link span, #horiz-menu li:hover .link span, #horiz-menu li.sfHover .link span {background: url(templates/rt_solarsentinel/images/header/blue/horiz-l.png) 0 0 no-repeat;}
#horiz-menu li.active .link, #horiz-menu li:hover .link, #horiz-menu li.sfHover .link {color: #A2C6FD;}
#horiz-menu ul ul.columns-1 {background: url(templates/rt_solarsentinel/images/header/blue/drop-bg-1.png) 0 100% no-repeat;}
#horiz-menu ul ul.columns-2 {background: url(templates/rt_solarsentinel/images/header/blue/drop-bg-2.png) 0 100% no-repeat;}
#horiz-menu ul ul.columns-3 {background: url(templates/rt_solarsentinel/images/header/blue/drop-bg-3.png) 0 100% no-repeat;}
#horiz-menu ul ul.columns-4 {background: url(templates/rt_solarsentinel/images/header/blue/drop-bg-4.png) 0 100% no-repeat;}
.menutop .drop-wrap.columns-1 .drop1 {background: url(templates/rt_solarsentinel/images/header/blue/drop-top-1.png) 0 0 no-repeat !important;}
.menutop .drop-wrap.columns-2 .drop1 {background: url(templates/rt_solarsentinel/images/header/blue/drop-top-2.png) 0 0 no-repeat;}
.menutop .drop-wrap.columns-3 .drop1 {background: url(templates/rt_solarsentinel/images/header/blue/drop-top-3.png) 0 0 no-repeat;}
.menutop .drop-wrap.columns-4 .drop1 {background: url(templates/rt_solarsentinel/images/header/blue/drop-top-4.png) 0 0 no-repeat;}
#horiz-menu ul ul li .link.daddy, #horiz-menu ul li.parent.active:hover li .link.daddy, #horiz-menu ul li.parent.active.sfHover li .link.daddy, #horiz-menu ul li.parent:hover li .link.daddy, #horiz-menu ul li.parent.sfHover li .link.daddy {background: url(templates/rt_solarsentinel/images/header/blue/drop-arrow.png) 95% 9px no-repeat;}
.menutop .submenu-animation-right {background: url(templates/rt_solarsentinel/images/header/blue/sub-bg-active-l.png) 0 0 no-repeat;}
.menutop .submenu-animation-left {background: url(templates/rt_solarsentinel/images/header/blue/sub-bg-active-r.png) 100% 0 no-repeat;}
#horiz-menu.suckerfish li li:hover, #horiz-menu.suckerfish li li.sfHover {background: url(templates/rt_solarsentinel/images/header/blue/sub-bg-active-r.png) 100% 0 repeat-x;}
#horiz-menu.suckerfish li li:hover span, #horiz-menu.suckerfish li li:hover li:hover span, #horiz-menu.suckerfish li li:hover li:hover li:hover span, #horiz-menu.suckerfish li li:hover li:hover li:hover li:hover span, #horiz-menu.suckerfish li li.sfHover span, #horiz-menu.suckerfish li li.sfHover li.sfHover span, #horiz-menu.suckerfish li li.sfHover li.sfHover li.sfHover span, #horiz-menu.suckerfish li li.sfHover li.sfHover li.sfHover li.sfHover span {background: url(templates/rt_solarsentinel/images/header/blue/sub-bg-active-l.png) 0 0 no-repeat;}

#searchmod .search_options {color: #fff;}
#roksearch_results .rokajaxsearch-overlay {background: #305086;}
#roksearch_results {background: #305086;border: 1px solid #233C6C;border-top: 0;border-bottom: 0;}
#roksearch_results a {color: #CDE7FF;}
#roksearch_results a:hover {color: #fff;}
#roksearch_results h3 {color: #fff;}
#roksearch_results span {color: #CDE7FF;}
#roksearch_results span.highlight {background: #CDE7FF;color: #305086;}
#roksearch_results .roksearch_header, #roksearch_results .roksearch_row_btm {background: #fff url(templates/rt_solarsentinel/images/header/blue/horiz-bg.png) 100% 0 repeat-x;border-bottom: 1px solid #233C6C;color: #fff;}
#roksearch_results .roksearch_odd {background: #305086 url(templates/rt_solarsentinel/images/header/blue/header-bg.png) 0 0 repeat-x;border-bottom: 1px solid #233C6C;}
#roksearch_results .roksearch_even {background: #305086;border-bottom: 1px solid #233C6C;}
#roksearch_results .roksearch_odd-hover, #roksearch_results .roksearch_even-hover {background: #4C7CC0;}
#roksearch_results .roksearch_odd-hover h3, #roksearch_results .roksearch_even-hover h3 {background: url(templates/rt_solarsentinel/images/modules/blue-arrow.png) 0 4px no-repeat;}
.results ol.list li p {color: #CDE7FF;}
#roksearch_results a#roksearch_link {background: url(templates/rt_solarsentinel/images/header/blue/search-close.png) 0 0 no-repeat;}
#roksearch_results .arrow-left {background: url(templates/rt_solarsentinel/images/header/blue/search-arrow.png) 0 0 no-repeat;}
#roksearch_results .arrow-left-disabled {background: url(templates/rt_solarsentinel/images/header/blue/search-arrow.png) -36px 0 no-repeat;}
#roksearch_results .arrow-right {background: url(templates/rt_solarsentinel/images/header/blue/search-arrow.png) -18px 0 no-repeat;}
#roksearch_results .arrow-right-disabled {background: url(templates/rt_solarsentinel/images/header/blue/search-arrow.png) -36px 0 no-repeat;}

.rokradios {background: url(templates/rt_solarsentinel/images/modules/blue-inputs.png) 0 0 no-repeat;}
.rokradios-active {background: url(templates/rt_solarsentinel/images/modules/blue-inputs.png) 0 -114px no-repeat;}

.mininews-headline h2{background: url(templates/rt_solarsentinel/images/modules/blue-h2.png) 50% 0 no-repeat;color: #fff;}/**
 * @version		1.0 November 11, 2011
 * @author		RocketTheme, LLC http://www.rockettheme.com
 * @copyright 	Copyright (C) 2007 - 2011 RocketTheme, LLC
 * @license		http://www.rockettheme.com/legal/license.php RocketTheme Proprietary Use License
 */
/* White Body Style */

#top-bar {background: #dbdbdb url(templates/rt_solarsentinel/images/topbar-bg.png) 0 0 repeat-x;color: #444;}
#header-bar {border-top: 3px solid #fff;}

.s-c-s .colright, .x-c-s .colmask, #inset-block-right {background-image: url(templates/rt_solarsentinel/images/body/white/col-r.png);}
.s-c-s .colmask, .s-c-x .colmask, #inset-block-left {background-image: url(templates/rt_solarsentinel/images/body/white/col-l.png);}
.leftmenu {background:#fff;}
#body-left {background: url(templates/rt_solarsentinel/images/body-l.png) 0 0 repeat-y;}
#body-right {background: url(templates/rt_solarsentinel/images/body-r.png) 100% 0 repeat-y;}

.module-header {background: url(templates/rt_solarsentinel/images/modules/light-module-h3-2.png) 0 0 repeat-x;}
#leftcol .module-header2, #inset-block-left .module-header2 {background: url(templates/rt_solarsentinel/images/modules/left-light-h3-3.png) 100% 0 no-repeat;}
#leftcol .side-mod h3, #inset-block-left .side-mod h3 {background: url(templates/rt_solarsentinel/images/modules/left-light-module-h3.png) 0 0 no-repeat;}
.side-mod h3 {background: url(templates/rt_solarsentinel/images/modules/light-module-h3.png) 0 0 no-repeat;color: #333;}
.micronews-headline h2, h3.main-modules {background: url(templates/rt_solarsentinel/images/modules/grey-h2.png) 50% 100% no-repeat;color: #333;}
.readon1-l {background: url(templates/rt_solarsentinel/images/modules/light-readon-l.png) 0 0 no-repeat;}
.readon1-m {background: url(templates/rt_solarsentinel/images/modules/light-readon-m.png) 50% 0 repeat-x;}
.readon1-r {background: url(templates/rt_solarsentinel/images/modules/light-readon-r.png) 100% 0 no-repeat;}
form.form-login .login-links a {background: url(templates/rt_solarsentinel/images/modules/light-arrow.png) 0 3px no-repeat;}

#main-body ul.menu li {background: #dedede;}
#main-body ul.menu li a {background: url(templates/rt_solarsentinel/images/modules/grey-arrow.png) 10px 10px no-repeat;}
#main-body ul.menu li.active, #main-body ul.menu li:hover {background: #c0c0c0 url(templates/rt_solarsentinel/images/modules/module-h3-2.png) 10px 0 repeat-x;}
#main-body ul.menu li.active.parent li span, #main-body ul.menu li.parent li span {background: url(templates/rt_solarsentinel/images/body/white/side-sub-bullet.png) 0 0 no-repeat;}
#main-body ul.menu li a, #main-body ul.menu li.parent li a, #main-body ul.menu li.parent li.parent li a, #main-body ul.menu li.parent li .separator, #main-body ul.menu li.parent li.parent li .separator {color: #333;}

.roktabs {background: #c2c2c2 url(templates/rt_solarsentinel/images/body/white/roktabs-bg.png) 0 0 repeat-x;}
.tabs-bottom .roktabs {background: #c2c2c2 url(templates/rt_solarsentinel/images/body/white/roktabs-bg-bottom.png) 0 100% repeat-x;}
.roktabs-wrapper .roktabs-container-wrapper div.wrapper {background: #E4E4E4;}
.roktabs-wrapper .active-arrows .roktabs-links {background: url(templates/rt_solarsentinel/images/body/white/roktabs-bg2.png) 0 0 repeat-x;}
.tabs-bottom .active-arrows .roktabs-links {background: url(templates/rt_solarsentinel/images/body/white/roktabs-bg2-bottom.png) 0 0 repeat-x;}
.roktabs-wrapper .roktabs-links ul.roktabs-top li.active {background: url(templates/rt_solarsentinel/images/body/white/roktabs-active.png) 50% 33px no-repeat;}
.tabs-bottom .roktabs-links ul.roktabs-bottom li.active {background: url(templates/rt_solarsentinel/images/body/white/roktabs-active-bottom.png) 50% 12px no-repeat;}
.roktabs-wrapper .arrow-next {background: url(templates/rt_solarsentinel/images/body/white/roktabs-next.png) 0 0 no-repeat;right: 0;}
.roktabs-wrapper .arrow-prev {background: url(templates/rt_solarsentinel/images/body/white/roktabs-prev.png) 0 0 no-repeat;left: 0;}
.tabs-bottom .arrow-next {background: url(templates/rt_solarsentinel/images/body/white/roktabs-next-bottom.png) 0 0 no-repeat;right: 0;}
.tabs-bottom .arrow-prev {background: url(templates/rt_solarsentinel/images/body/white/roktabs-prev-bottom.png) 0 0 no-repeat;left: 0;}
.tabs-hidden .roktabs {background: #c2c2c2;}

.rokmicronews-surround {background: #c2c2c2 url(templates/rt_solarsentinel/images/body/white/roktabs-bg.png) 0 0 repeat-x;}
.micronews-right .micronews-wrapper {background: #eee url(templates/rt_solarsentinel/images/body/white/rokmicro-list-bg.png) 100% 0 repeat-y;}
.micronews-left .micronews-wrapper {background: #eee url(templates/rt_solarsentinel/images/body/white/rokmicro-list-bg.png) 0 0 repeat-y;}
.micronews-controls {background: url(templates/rt_solarsentinel/images/body/white/rmn-inset-r.png) 100% 0 no-repeat;}
.micronews-controls2 {background: url(templates/rt_solarsentinel/images/body/white/rmn-inset-l.png) 0 0 no-repeat;}
#rokmicronews .mover {background: url(templates/rt_solarsentinel/images/body/white/move-handle.png) 0 0 no-repeat;}
#rokmicronews .collapse {background: url(templates/rt_solarsentinel/images/body/white/rmn-expander.png) 0 0 no-repeat;}
#rokmicronews .expand {background: url(templates/rt_solarsentinel/images/body/white/rmn-expander.png) -15px 0 no-repeat;}
.micronews-titles {color: #333;background: #c2c2c2;}
.micronews-list {background: url(templates/rt_solarsentinel/images/body/white/rokmicro-list-bg2.png) 0 0 repeat-x;}
.micronews-list ul li a {background: url(templates/rt_solarsentinel/images/modules/grey-arrow.png) 0 3px no-repeat;}
.micronews-list ul li.active {background: #eee;}
.micronews-headline .counter {background: url(templates/rt_solarsentinel/images/body/white/mininews-bar-r.png) 100% 0 no-repeat;color: #333;}
.micronews-headline .counter span {background: url(templates/rt_solarsentinel/images/body/white/mininews-bar-l.png) 0 0 no-repeat;}
.micronews-drop {border: 5px dashed #ccc;background: #fff url(templates/rt_solarsentinel/images/drophere.png) center center no-repeat;}

#newsflash {background: url(templates/rt_solarsentinel/images/body/white/newsflash-bg.png) 0 0 repeat-x;border-bottom: 3px solid #fff;border-top: 3px solid #fff;}
#newsflash .flashing {background: url(templates/rt_solarsentinel/images/body/white/newsflash-tab.png) 0 0 no-repeat;color: #fff;}
#newsflash .control-prev {background-image: url(templates/rt_solarsentinel/images/body/white/newsflash-controls.png);}
#newsflash .control-next {background-image: url(templates/rt_solarsentinel/images/body/white/newsflash-controls.png);}

.feature-module {background: url(templates/rt_solarsentinel/images/body/white/feature-bg.png) 0 0 no-repeat;border-top: 3px solid #fff;}
.feature-module .readon1-l {background: url(templates/rt_solarsentinel/images/body/white/feature-readon-l.png) 0 0 no-repeat;}
.feature-module .readon1-m {background: url(templates/rt_solarsentinel/images/body/white/feature-readon-m.png) 50% 0 repeat-x;}
.feature-module .readon1-r {background: url(templates/rt_solarsentinel/images/body/white/feature-readon-r.png) 100% 0 no-repeat;}
.roktabs .readon1-l {background: url(templates/rt_solarsentinel/images/body/white/feature-readon-l.png) 0 0 no-repeat;}
.roktabs .readon1-m {background: url(templates/rt_solarsentinel/images/body/white/feature-readon-m.png) 50% 0 repeat-x;}
.roktabs .readon1-r {background: url(templates/rt_solarsentinel/images/body/white/feature-readon-r.png) 100% 0 no-repeat;}

#breadcrumbs {background: url(templates/rt_solarsentinel/images/body/white/newsflash-bg.png) 0 0 repeat-x;}
#breadcrumbs-home {background: url(templates/rt_solarsentinel/images/body/white/breadcrumb-tab.png) 0 0 no-repeat;}
span.breadcrumbs {color: #333;}
span.breadcrumbs img {background: url(templates/rt_solarsentinel/images/body/white/breadcrumb-sep.png) 50% 50% no-repeat;}
span.breadcrumbs a {color: #333;}
span.breadcrumbs .no-link {color: #555;}
span.breadcrumbs a:hover {color: #fff;}

.showcase-surround {background: #dbdbdb url(templates/rt_solarsentinel/images/topbar-bg.png) 0 0 repeat-x;border-top: 3px solid #fff;border-bottom: 1px solid #ccc;}
#mainmodules3 {background: #dbdbdb url(templates/rt_solarsentinel/images/topbar-bg.png) 0 0 repeat-x;border-top: 1px solid #ddd;border-bottom: 3px solid #fff;}
.article-info-surround {background: url(templates/rt_solarsentinel/images/body/white/infoarrow.png) 19px 100% no-repeat;}
.article-info-surround2 {background: #f5f5f5 url(templates/rt_solarsentinel/images/topbar-bg.png) 0 100% repeat-x;}
p.articleinfo {color: #444;}
p.iteminfo {color: #666;}
div.pagination div.tab {background: url(templates/rt_solarsentinel/images/body/white/page-tab-r.png) 100% 0 no-repeat;}
div.pagination div.tab2 {background: url(templates/rt_solarsentinel/images/body/white/page-tab-l.png) 0 0 no-repeat;}
.blog_more ul li, .block ul#mainlevel-nav li {background: url(templates/rt_solarsentinel/images/modules/light-div.png) 0 100% repeat-x;}
.blog_more h2 {color: #333;}

.component-header {background: url(templates/rt_solarsentinel/images/modules/light-module-h3-2.png) 0 0 repeat-x;}
.componentheading {background: url(templates/rt_solarsentinel/images/body/white/component-head-bg.png) 0 0 no-repeat;}

#lock-button {background: url(templates/rt_solarsentinel/images/body/white/lock.png) 0 50% no-repeat;}
#lock-button.login {background: url(templates/rt_solarsentinel/images/body/white/lock2.png) 0 50% no-repeat;}
#login-module h3 {background: url(templates/rt_solarsentinel/images/body/white/lock2.png) 0 5px no-repeat;}
#login-module .logout h3 {background: url(templates/rt_solarsentinel/images/body/white/lock.png) 0 5px no-repeat;}
#login-module form.form-login .inputbox {background: url(templates/rt_solarsentinel/images/body/white/login-field.png) 0 0 no-repeat;color:#333;}
a.large .button {background: url(templates/rt_solarsentinel/images/body/white/font-button.png) 0 0 no-repeat;}
a.small .button {background: url(templates/rt_solarsentinel/images/body/white/font-button.png) -18px 0 no-repeat;}
a#rokbox-close {background: url(templates/rt_solarsentinel/images/body/white/light-close.png) 0 0 no-repeat;}

#main-content .rokradios {background: url(templates/rt_solarsentinel/images/modules/light-inputs.png) 0 0 no-repeat;}
#main-content .rokradios-active {background: url(templates/rt_solarsentinel/images/modules/light-inputs.png) 0 -114px no-repeat;}
#main-content .rokchecks, #login-module .rokchecks {background: url(templates/rt_solarsentinel/images/modules/light-inputs.png) 0 -209px no-repeat;}
#main-content .rokchecks-active, #login-module .rochecks-active {background: url(templates/rt_solarsentinel/images/modules/light-inputs.png) 0 -323px no-repeat;}

.contact_email .inputbox, .register-page .inputbox, input#email {background: url(templates/rt_solarsentinel/images/body/white/login-field.png) 0 0 no-repeat;color: #333;}
.contact_email #contact_text.inputbox {background: url(templates/rt_solarsentinel/images/body/white/input-field-large.png) 0 0 no-repeat;color: #333;}
form.search_result input#search_searchword.inputbox, form.form-login .inputbox {background: url(templates/rt_solarsentinel/images/body/white/login-field.png) 0 0 no-repeat;color: #333;}
.search-results-full .results ol.list p {color: #888;}
.advertisement .side-mod h3.module-title span {color: #666;}
.search-results-full span.highlight {background: #555;color: #fff;}

ul.roknewspager li, ul.newsfeed li, ul.latestnews li a, ul.mostread li a, div.block ul.latestnews li a, div.block ul.mostread li a, .blog_more ul li a, .block ul#mainlevel-nav li a {background: url(templates/rt_solarsentinel/images/modules/light-arrow.png) 0 4px no-repeat;}
ul.roknewspager-numbers li.active {color: #000;}
ul.roknewspager .roknewspager-div, ul.newsfeed .newsfeed-div, ul.latestnews li, ul.mostread li, div.block ul.latestnews li, div.block ul.mostread li {background: url(templates/rt_solarsentinel/images/modules/light-div.png) 0 100% repeat-x;}
.roknewspager-pages {background: #D6D6D6;}
ul.roknewspager-numbers {background: url(templates/rt_solarsentinel/images/modules/light-page-m.png) 0 0 repeat-x;}
.roknewspager-prev {background: url(templates/rt_solarsentinel/images/modules/light-page-controls.png) 0 0 no-repeat;}
.roknewspager-prev-disabled {background: url(templates/rt_solarsentinel/images/modules/light-page-controls.png) 0 -18px no-repeat;}
.roknewspager-next {background: url(templates/rt_solarsentinel/images/modules/light-page-controls.png) -16px 0 no-repeat;}
.roknewspager-next-disabled {background: url(templates/rt_solarsentinel/images/modules/light-page-controls.png) -16px -18px no-repeat;}
.roknewspager-overlay {background: #fff;}/**
 * @version		1.0 November 11, 2011
 * @author		RocketTheme, LLC http://www.rockettheme.com
 * @copyright 	Copyright (C) 2007 - 2011 RocketTheme, LLC
 * @license		http://www.rockettheme.com/legal/license.php RocketTheme Proprietary Use License
 */
/* Grey Footer Style */

#botbar {background: #ABABAB url(templates/rt_solarsentinel/images/footer/grey/botbar-bg.png) 0 0 repeat-x;}
#bottom {background: #8B8B8B url(templates/rt_solarsentinel/images/footer/grey/bottom-bg.png) 0 0 repeat-x;}
#mainmodules4 {color: #333;}
#mainmodules4 a {color: #fff;}
#copyright {color: #333;}
#bottom-menu ul li a, #bottom-menu ul li .separator {color: #444;}
#bottom-menu ul li a:hover, #bottom-menu ul li .separator:hover {color: #fff;}
#bottom ul li a {background: url(templates/rt_solarsentinel/images/modules/grey-arrow.png) 0 4px no-repeat;color: #fff;}
#bottom ul li:hover a {color: #000;}
#rocket {background: url(templates/rt_solarsentinel/images/footer/grey/rocket.png) 0 0 no-repeat;}
#top-button {background: url(templates/rt_solarsentinel/images/footer/grey/top-button-bg.png) 0 0 no-repeat;}
#top-button a {color: #444;}
#top-button a:hover {color: #fff;}/**
 * @version		1.0 November 11, 2011
 * @author		RocketTheme, LLC http://www.rockettheme.com
 * @copyright 	Copyright (C) 2007 - 2011 RocketTheme, LLC
 * @license		http://www.rockettheme.com/legal/license.php RocketTheme Proprietary Use License
 */
/* Grey Module Variation */
.grey .module-header {background: url(templates/rt_solarsentinel/images/modules/module-h3-2.png) 0 0 repeat-x;}
#leftcol .grey .module-header2, #inset-block-left .grey .module-header2 {background: url(templates/rt_solarsentinel/images/modules/left-module-h3-3.png) 100% 0 no-repeat;}
#leftcol .grey .side-mod h3, #inset-block-left .grey .side-mod h3 {background: url(templates/rt_solarsentinel/images/modules/left-module-h3.png) 0 0 no-repeat;}
.grey .side-mod h3 {background: url(templates/rt_solarsentinel/images/modules/module-h3.png) 0 0 no-repeat;}
.grey .side-mod h3 span {color: #000;}
#rightcol .grey .side-mod, #inset-block-right .grey .side-mod {background: #c0c0c0 url(templates/rt_solarsentinel/images/modules/module-bg.png) 0 0 repeat-y;}
#leftcol .grey .side-mod, #inset-block-left .grey .side-mod {background: #c0c0c0 url(templates/rt_solarsentinel/images/modules/left-module-bg.png) 100% 0 repeat-y;}
.grey .side-mod {background: #c0c0c0;color: #333;}
#main-content .grey .rokradios {background: url(templates/rt_solarsentinel/images/modules/grey-inputs.png) 0 0 no-repeat;}
#main-content .grey .rokradios-active {background: url(templates/rt_solarsentinel/images/modules/grey-inputs.png) 0 -114px no-repeat;}
#main-content .grey .rokchecks {background: url(templates/rt_solarsentinel/images/modules/grey-inputs.png) 0 -209px no-repeat;}
#main-content .grey .rokchecks-active {background: url(templates/rt_solarsentinel/images/modules/grey-inputs.png) 0 -323px no-repeat;}
.grey .side-mod .poll-line {background: url(templates/rt_solarsentinel/images/modules/grey-div.png) 0 100% repeat-x;}
.grey .side-mod .poll-line:hover {color: #000;}
.grey .micronews-headline h2, .grey h3.main-modules {background: url(templates/rt_solarsentinel/images/modules/grey-h2.png) 50% 100% no-repeat;color: #333;}
.grey form.form-login .inputbox {background: url(templates/rt_solarsentinel/images/modules/grey-login-field.png) 0 0 no-repeat;color: #333;}
.grey form.form-login .login-links a {background: url(templates/rt_solarsentinel/images/modules/grey-arrow.png) 0 3px no-repeat;}
.grey .fp-inset {background: #ddd;}

/* Dark Grey Module Variation */
.darkgrey .module-header {background: url(templates/rt_solarsentinel/images/modules/darkgrey-module-h3-2.png) 0 0 repeat-x;}
#leftcol .darkgrey .module-header2, #inset-block-left .darkgrey .module-header2 {background: url(templates/rt_solarsentinel/images/modules/left-darkgrey-h3-3.png) 100% 0 no-repeat;}
#leftcol .darkgrey .side-mod h3, #inset-block-left .darkgrey .side-mod h3 {background: url(templates/rt_solarsentinel/images/modules/left-darkgrey-module-h3.png) 0 0 no-repeat;}
.darkgrey .side-mod h3 {background: url(templates/rt_solarsentinel/images/modules/darkgrey-module-h3.png) 0 0 no-repeat;color: #fff;}
.darkgrey .side-mod h3 span {color: #ccc;}
#rightcol .darkgrey .side-mod, #inset-block-right .darkgrey .side-mod {background: #5e5e5e url(templates/rt_solarsentinel/images/modules/darkgrey-module-bg.png) 0 0 repeat-y;}
#leftcol .darkgrey .side-mod, #inset-block-left .darkgrey .side-mod {background: #5e5e5e url(templates/rt_solarsentinel/images/modules/left-darkgrey-module-bg.png) 100% 0 repeat-y;}
.darkgrey .side-mod {background: #5e5e5e;color: #ccc;}
.darkgrey .side-mod a {color: #fff;}
#main-content .darkgrey .rokradios {background: url(templates/rt_solarsentinel/images/modules/darkgrey-inputs.png) 0 0 no-repeat;}
#main-content .darkgrey .rokradios-active {background: url(templates/rt_solarsentinel/images/modules/darkgrey-inputs.png) 0 -114px no-repeat;}
#main-content .darkgrey .rokchecks {background: url(templates/rt_solarsentinel/images/modules/darkgrey-inputs.png) 0 -209px no-repeat;}
#main-content .darkgrey .rokchecks-active {background: url(templates/rt_solarsentinel/images/modules/darkgrey-inputs.png) 0 -323px no-repeat;}
.darkgrey .side-mod .poll-line {background: url(templates/rt_solarsentinel/images/modules/darkgrey-div.png) 0 100% repeat-x;}
.darkgrey .side-mod .poll-line:hover {color: #fff;}
.darkgrey .micronews-headline h2, .darkgrey h3.main-modules {background: url(templates/rt_solarsentinel/images/modules/darkgrey-h2.png) 50% 0 no-repeat;color: #fff;}
.darkgrey form.form-login .inputbox {background: url(templates/rt_solarsentinel/images/modules/darkgrey-login-field.png) 0 0 no-repeat;color: #fff;}
#main-body .darkgrey ul.menu li {background: #5E5E5E;}
#main-body .darkgrey ul.menu li a {background: url(templates/rt_solarsentinel/images/modules/darkgrey-arrow.png) 10px 10px no-repeat;}
#main-body .darkgrey ul.menu li.active, #main-body .darkgrey ul.menu li:hover {background: #5E5E5E url(templates/rt_solarsentinel/images/modules/darkgrey-module-h3-2.png) 0 0 repeat-x;}
#main-body .darkgrey ul.menu li.active.parent li span, #main-body .darkgrey ul.menu li.parent li span {background: url(templates/rt_solarsentinel/images/modules/darkgrey-sub-bullet.png) 0 0 no-repeat;}
#main-body .darkgrey ul.menu li a, #main-body .darkgrey ul.menu li.parent li a, #main-body .darkgrey ul.menu li.parent li.parent li a, #main-body .darkgrey ul.menu li.parent li .separator, #main-body .darkgrey ul.menu li.parent li.parent li .separator {color: #ccc;}
#main-body .darkgrey ul.menu li:hover a, #main-body .darkgrey ul.menu li.active a, #main-body .darkgrey ul.menu li li:hover a, #main-body .darkgrey ul.menu li li.active a {color: #fff;}
.darkgrey form.form-login .login-links a {background: url(templates/rt_solarsentinel/images/modules/darkgrey-arrow.png) 0 3px no-repeat;}
.darkgrey .fp-inset {background: #777;}

/* Red Module Variation */
.red .module-header {background: url(templates/rt_solarsentinel/images/modules/red-module-h3-2.png) 0 0 repeat-x;}
#leftcol .red .module-header2, #inset-block-left .red .module-header2 {background: url(templates/rt_solarsentinel/images/modules/left-red-h3-3.png) 100% 0 no-repeat;}
#leftcol .red .side-mod h3, #inset-block-left .red .side-mod h3 {background: url(templates/rt_solarsentinel/images/modules/left-red-module-h3.png) 0 0 no-repeat;}
.red .side-mod h3 {background: url(templates/rt_solarsentinel/images/modules/red-module-h3.png) 0 0 no-repeat;color: #fff;}
.red .side-mod h3 span {color: #FFD0D0;}
#rightcol .red .side-mod, #inset-block-right .red .side-mod {background: #732222 url(templates/rt_solarsentinel/images/modules/red-module-bg.png) 0 0 repeat-y;}
#leftcol .red .side-mod, #inset-block-left .red .side-mod {background: #732222 url(templates/rt_solarsentinel/images/modules/left-red-module-bg.png) 100% 0 repeat-y;}
.red .side-mod {background: #732222;color: #FFD0D0;}
.red .side-mod a {color: #fff;}
#main-content .red .rokradios {background: url(templates/rt_solarsentinel/images/modules/red-inputs.png) 0 0 no-repeat;}
#main-content .red .rokradios-active {background: url(templates/rt_solarsentinel/images/modules/red-inputs.png) 0 -114px no-repeat;}
#main-content .red .rokchecks {background: url(templates/rt_solarsentinel/images/modules/red-inputs.png) 0 -209px no-repeat;}
#main-content .red .rokchecks-active {background: url(templates/rt_solarsentinel/images/modules/red-inputs.png) 0 -323px no-repeat;}
.red .side-mod .poll-line {background: url(templates/rt_solarsentinel/images/modules/red-div.png) 0 100% repeat-x;}
.red .side-mod .poll-line:hover {color: #fff;}
.red .micronews-headline h2, .red h3.main-modules {background: url(templates/rt_solarsentinel/images/modules/red-h2.png) 50% 0 no-repeat;color: #fff;}
.red form.form-login .inputbox {background: url(templates/rt_solarsentinel/images/modules/red-login-field.png) 0 0 no-repeat;color: #333;}
#main-body .red ul.menu li {background: #732222;}
#main-body .red ul.menu li a {background: url(templates/rt_solarsentinel/images/modules/red-arrow.png) 10px 10px no-repeat;}
#main-body .red ul.menu li.active, #main-body .red ul.menu li:hover {background: #732222 url(templates/rt_solarsentinel/images/modules/red-module-h3-2.png) 0 0 repeat-x;}
#main-body .red ul.menu li.active.parent li span, #main-body .red ul.menu li.parent li span {background: url(templates/rt_solarsentinel/images/modules/red-sub-bullet.png) 0 0 no-repeat;}
#main-body .red ul.menu li a, #main-body .red ul.menu li.parent li a, #main-body .red ul.menu li.parent li.parent li a, #main-body .red ul.menu li.parent li .separator, #main-body .red ul.menu li.parent li.parent li .separator {color: #FFD0D0;}
#main-body .red ul.menu li:hover a, #main-body .red ul.menu li.active a, #main-body .red ul.menu li li:hover a, #main-body .red ul.menu li li.active a {color: #fff;}
.red form.form-login .login-links a {background: url(templates/rt_solarsentinel/images/modules/red-arrow.png) 0 3px no-repeat;}
.red .fp-inset {background: #561818;}

/* Blue Module Variation */
.blue .module-header {background: url(templates/rt_solarsentinel/images/modules/blue-module-h3-2.png) 0 0 repeat-x;}
#leftcol .blue .module-header2, #inset-block-left .blue .module-header2 {background: url(templates/rt_solarsentinel/images/modules/left-blue-h3-3.png) 100% 0 no-repeat;}
#leftcol .blue .side-mod h3, #inset-block-left .blue .side-mod h3 {background: url(templates/rt_solarsentinel/images/modules/left-blue-module-h3.png) 0 0 no-repeat;}
.blue .side-mod h3 {background: url(templates/rt_solarsentinel/images/modules/blue-module-h3.png) 0 0 no-repeat;color: #fff;}
.blue .side-mod h3 span {color: #C6DFFF;}
#rightcol .blue .side-mod, #inset-block-right .blue .side-mod {background: #34568E url(templates/rt_solarsentinel/images/modules/blue-module-bg.png) 0 0 repeat-y;}
#leftcol .blue .side-mod, #inset-block-left .blue .side-mod {background: #34568E url(templates/rt_solarsentinel/images/modules/left-blue-module-bg.png) 100% 0 repeat-y;}
.blue .side-mod {background: #34568E;color: #C6DFFF;}
.blue .side-mod a {color: #fff;}
#main-content .blue .rokradios {background: url(templates/rt_solarsentinel/images/modules/blue-inputs.png) 0 0 no-repeat;}
#main-content .blue .rokradios-active {background: url(templates/rt_solarsentinel/images/modules/blue-inputs.png) 0 -114px no-repeat;}
#main-content .blue .rokchecks {background: url(templates/rt_solarsentinel/images/modules/blue-inputs.png) 0 -209px no-repeat;}
#main-content .blue .rokchecks-active {background: url(templates/rt_solarsentinel/images/modules/blue-inputs.png) 0 -323px no-repeat;}
.blue .side-mod .poll-line {background: url(templates/rt_solarsentinel/images/modules/blue-div.png) 0 100% repeat-x;}
.blue .side-mod .poll-line:hover {color: #fff;}
.blue .micronews-headline h2, .blue h3.main-modules {background: url(templates/rt_solarsentinel/images/modules/blue-h2.png) 50% 100% no-repeat;color: #fff;}
.blue form.form-login .inputbox {background: url(templates/rt_solarsentinel/images/modules/blue-login-field.png) 0 0 no-repeat;color: #333;}
#main-body .blue ul.menu li {background: #34568E;}
#main-body .blue ul.menu li a {background: url(templates/rt_solarsentinel/images/modules/blue-arrow.png) 10px 10px no-repeat;}
#main-body .blue ul.menu li.active, #main-body .blue ul.menu li:hover {background: #34568E url(templates/rt_solarsentinel/images/modules/blue-module-h3-2.png) 0 0 repeat-x;}
#main-body .blue ul.menu li.active.parent li span, #main-body .blue ul.menu li.parent li span {background: url(templates/rt_solarsentinel/images/modules/blue-sub-bullet.png) 0 0 no-repeat;}
#main-body .blue ul.menu li a, #main-body .blue ul.menu li.parent li a, #main-body .blue ul.menu li.parent li.parent li a, #main-body .blue ul.menu li.parent li .separator, #main-body .blue ul.menu li.parent li.parent li .separator {color: #C6DFFF;}
#main-body .blue ul.menu li:hover a, #main-body .blue ul.menu li.active a, #main-body .blue ul.menu li li:hover a, #main-body .blue ul.menu li li.active a {color: #fff;}
.blue form.form-login .login-links a {background: url(templates/rt_solarsentinel/images/modules/blue-arrow.png) 0 3px no-repeat;}
.blue .fp-inset {background: #253F6B;}

/* Green Module Variation */
.green .module-header {background: url(templates/rt_solarsentinel/images/modules/green-module-h3-2.png) 0 0 repeat-x;}
#leftcol .green .module-header2, #inset-block-left .green .module-header2 {background: url(templates/rt_solarsentinel/images/modules/left-green-h3-3.png) 100% 0 no-repeat;}
#leftcol .green .side-mod h3, #inset-block-left .green .side-mod h3 {background: url(templates/rt_solarsentinel/images/modules/left-green-module-h3.png) 0 0 no-repeat;}
.green .side-mod h3 {background: url(templates/rt_solarsentinel/images/modules/green-module-h3.png) 0 0 no-repeat;color: #fff;}
.green .side-mod h3 span {color: #D1F7AD;}
#rightcol .green .side-mod, #inset-block-right .green .side-mod {background: #456726 url(templates/rt_solarsentinel/images/modules/green-module-bg.png) 0 0 repeat-y;}
#leftcol .green .side-mod, #inset-block-left .green .side-mod {background: #456726 url(templates/rt_solarsentinel/images/modules/left-green-module-bg.png) 100% 0 repeat-y;}
.green .side-mod {background: #456726;color: #D1F7AD;}
.green .side-mod a {color: #fff;}
#main-content .green .rokradios {background: url(templates/rt_solarsentinel/images/modules/green-inputs.png) 0 0 no-repeat;}
#main-content .green .rokradios-active {background: url(templates/rt_solarsentinel/images/modules/green-inputs.png) 0 -114px no-repeat;}
#main-content .green .rokchecks {background: url(templates/rt_solarsentinel/images/modules/green-inputs.png) 0 -209px no-repeat;}
#main-content .green .rokchecks-active {background: url(templates/rt_solarsentinel/images/modules/green-inputs.png) 0 -323px no-repeat;}
.green .side-mod .poll-line {background: url(templates/rt_solarsentinel/images/modules/green-div.png) 0 100% repeat-x;}
.green .side-mod .poll-line:hover {color: #fff;}
.green .micronews-headline h2, .green h3.main-modules {background: url(templates/rt_solarsentinel/images/modules/green-h2.png) 50% 100% no-repeat;color: #fff;}
.green form.form-login .inputbox {background: url(templates/rt_solarsentinel/images/modules/green-login-field.png) 0 0 no-repeat;color: #23361B;}
#main-body .green ul.menu li {background: #456726;}
#main-body .green ul.menu li a {background: url(templates/rt_solarsentinel/images/modules/green-arrow.png) 10px 10px no-repeat;}
#main-body .green ul.menu li.active, #main-body .green ul.menu li:hover {background: #456726 url(templates/rt_solarsentinel/images/modules/green-module-h3-2.png) 0 0 repeat-x;}
#main-body .green ul.menu li.active.parent li span, #main-body .green ul.menu li.parent li span {background: url(templates/rt_solarsentinel/images/modules/green-sub-bullet.png) 0 0 no-repeat;}
#main-body .green ul.menu li a, #main-body .green ul.menu li.parent li a, #main-body .green ul.menu li.parent li.parent li a, #main-body .green ul.menu li.parent li .separator, #main-body .green ul.menu li.parent li.parent li .separator {color: #D1F7AD;}
#main-body .green ul.menu li:hover a, #main-body .green ul.menu li.active a, #main-body .green ul.menu li li:hover a, #main-body .green ul.menu li li.active a {color: #fff;}
.green form.form-login .login-links a {background: url(templates/rt_solarsentinel/images/modules/green-arrow.png) 0 3px no-repeat;}
.green .fp-inset {background: #36522B;}

/* Orange Module Variation */
.orange .module-header {background: url(templates/rt_solarsentinel/images/modules/orange-module-h3-2.png) 0 0 repeat-x;}
#leftcol .orange .module-header2, #inset-block-left .orange .module-header2 {background: url(templates/rt_solarsentinel/images/modules/left-orange-h3-3.png) 100% 0 no-repeat;}
#leftcol .orange .side-mod h3, #inset-block-left .orange .side-mod h3 {background: url(templates/rt_solarsentinel/images/modules/left-orange-module-h3.png) 0 0 no-repeat;}
.orange .side-mod h3 {background: url(templates/rt_solarsentinel/images/modules/orange-module-h3.png) 0 0 no-repeat;color: #fff;}
.orange .side-mod h3 span {color: #FFDBBD;}
#rightcol .orange .side-mod, #inset-block-right .orange .side-mod {background: #E66500 url(templates/rt_solarsentinel/images/modules/orange-module-bg.png) 0 0 repeat-y;}
#leftcol .orange .side-mod, #inset-block-left .orange .side-mod {background: #E66500 url(templates/rt_solarsentinel/images/modules/left-orange-module-bg.png) 100% 0 repeat-y;}
.orange .side-mod {background: #E66500;color: #FFDBBD;}
.orange .side-mod a {color: #fff;}
#main-content .orange .rokradios {background: url(templates/rt_solarsentinel/images/modules/orange-inputs.png) 0 0 no-repeat;}
#main-content .orange .rokradios-active {background: url(templates/rt_solarsentinel/images/modules/orange-inputs.png) 0 -114px no-repeat;}
#main-content .orange .rokchecks {background: url(templates/rt_solarsentinel/images/modules/orange-inputs.png) 0 -209px no-repeat;}
#main-content .orange .rokchecks-active {background: url(templates/rt_solarsentinel/images/modules/orange-inputs.png) 0 -323px no-repeat;}
.orange .side-mod .poll-line {background: url(templates/rt_solarsentinel/images/modules/orange-div.png) 0 100% repeat-x;}
.orange .side-mod .poll-line:hover {color: #fff;}
.orange .micronews-headline h2, .orange h3.main-modules {background: url(templates/rt_solarsentinel/images/modules/orange-h2.png) 50% 100% no-repeat;color: #fff;}
.orange form.form-login .inputbox {background: url(templates/rt_solarsentinel/images/modules/orange-login-field.png) 0 0 no-repeat;color: #501A00;}
#main-body .orange ul.menu li {background: #E66500;}
#main-body .orange ul.menu li a {background: url(templates/rt_solarsentinel/images/modules/orange-arrow.png) 10px 10px no-repeat;}
#main-body .orange ul.menu li.active, #main-body .orange ul.menu li:hover {background: #E66500 url(templates/rt_solarsentinel/images/modules/orange-module-h3-2.png) 0 0 repeat-x;}
#main-body .orange ul.menu li.active.parent li span, #main-body .orange ul.menu li.parent li span {background: url(templates/rt_solarsentinel/images/modules/orange-sub-bullet.png) 0 0 no-repeat;}
#main-body .orange ul.menu li a, #main-body .orange ul.menu li.parent li a, #main-body .orange ul.menu li.parent li.parent li a, #main-body .orange ul.menu li.parent li .separator, #main-body .orange ul.menu li.parent li.parent li .separator {color: #FFDBBD;}
#main-body .orange ul.menu li:hover a, #main-body .orange ul.menu li.active a, #main-body .orange ul.menu li li:hover a, #main-body .orange ul.menu li li.active a {color: #fff;}
.orange form.form-login .login-links a {background: url(templates/rt_solarsentinel/images/modules/orange-arrow.png) 0 3px no-repeat;}
.orange .fp-inset {background: #D44800;}

/* Dark Beige Module Variation */
.darkbeige .module-header {background: url(templates/rt_solarsentinel/images/modules/darkbeige-module-h3-2.png) 0 0 repeat-x;}
#leftcol .darkbeige .module-header2, #inset-block-left .darkbeige .module-header2 {background: url(templates/rt_solarsentinel/images/modules/left-darkbeige-h3-3.png) 100% 0 no-repeat;}
#leftcol .darkbeige .side-mod h3, #inset-block-left .darkbeige .side-mod h3 {background: url(templates/rt_solarsentinel/images/modules/left-darkbeige-module-h3.png) 0 0 no-repeat;}
.darkbeige .side-mod h3 {background: url(templates/rt_solarsentinel/images/modules/darkbeige-module-h3.png) 0 0 no-repeat;color: #fff;}
.darkbeige .side-mod h3 span {color: #57544B;}
#rightcol .darkbeige .side-mod, #inset-block-right .darkbeige .side-mod {background: #BEBBA7 url(templates/rt_solarsentinel/images/modules/darkbeige-module-bg.png) 0 0 repeat-y;}
#leftcol .darkbeige .side-mod, #inset-block-left .darkbeige .side-mod {background: #BEBBA7 url(templates/rt_solarsentinel/images/modules/left-darkbeige-module-bg.png) 100% 0 repeat-y;}
.darkbeige .side-mod {background: #BEBBA7;color: #57544B;}
.darkbeige .side-mod a {color: #444139;}
#main-content .darkbeige .rokradios {background: url(templates/rt_solarsentinel/images/modules/darkbeige-inputs.png) 0 0 no-repeat;}
#main-content .darkbeige .rokradios-active {background: url(templates/rt_solarsentinel/images/modules/darkbeige-inputs.png) 0 -114px no-repeat;}
#main-content .darkbeige .rokchecks {background: url(templates/rt_solarsentinel/images/modules/darkbeige-inputs.png) 0 -209px no-repeat;}
#main-content .darkbeige .rokchecks-active {background: url(templates/rt_solarsentinel/images/modules/darkbeige-inputs.png) 0 -323px no-repeat;}
.darkbeige .side-mod .poll-line {background: url(templates/rt_solarsentinel/images/modules/darkbeige-div.png) 0 100% repeat-x;}
.darkbeige .side-mod .poll-line:hover {color: #000;}
.darkbeige .micronews-headline h2, .darkbeige h3.main-modules {background: url(templates/rt_solarsentinel/images/modules/darkbeige-h2.png) 50% 100% no-repeat;color: #57544B;}
.darkbeige form.form-login .inputbox {background: url(templates/rt_solarsentinel/images/modules/darkbeige-login-field.png) 0 0 no-repeat;color: #57544B;}
#main-body .darkbeige ul.menu li {background: #BEBBA7;}
#main-body .darkbeige ul.menu li a {background: url(templates/rt_solarsentinel/images/modules/darkbeige-arrow.png) 10px 10px no-repeat;}
#main-body .darkbeige ul.menu li.active, #main-body .darkbeige ul.menu li:hover {background: #BEBBA7 url(templates/rt_solarsentinel/images/modules/darkbeige-module-h3-2.png) 0 0 repeat-x;}
#main-body .darkbeige ul.menu li.active.parent li span, #main-body .darkbeige ul.menu li.parent li span {background: url(templates/rt_solarsentinel/images/modules/darkbeige-sub-bullet.png) 0 0 no-repeat;}
#main-body .darkbeige ul.menu li a, #main-body .darkbeige ul.menu li.parent li a, #main-body .darkbeige ul.menu li.parent li.parent li a, #main-body .darkbeige ul.menu li.parent li .separator, #main-body .darkbeige ul.menu li.parent li.parent li .separator {color: #444139;}
#main-body .darkbeige ul.menu li:hover a, #main-body .darkbeige ul.menu li.active a, #main-body .darkbeige ul.menu li li:hover a, #main-body .darkbeige ul.menu li li.active a {color: #000;}
.darkbeige .fp-inset {background: #A9A694;}

/* Black Module Variation */
.black .module-header {background: url(templates/rt_solarsentinel/images/modules/black-module-h3-2.png) 0 0 repeat-x;}
#leftcol .black .module-header2, #inset-block-left .black .module-header2 {background: url(templates/rt_solarsentinel/images/modules/left-black-h3-3.png) 100% 0 no-repeat;}
#leftcol .black .side-mod h3, #inset-block-left .black .side-mod h3 {background: url(templates/rt_solarsentinel/images/modules/left-black-module-h3.png) 0 0 no-repeat;}
.black .side-mod h3 {background: url(templates/rt_solarsentinel/images/modules/black-module-h3.png) 0 0 no-repeat;color: #fff;}
.black .side-mod h3 span {color: #aaa;}
#rightcol .black .side-mod, #inset-block-right .black .side-mod {background: #292929 url(templates/rt_solarsentinel/images/modules/black-module-bg.png) 0 0 repeat-y;}
#leftcol .black .side-mod, #inset-block-left .black .side-mod {background: #292929 url(templates/rt_solarsentinel/images/modules/left-black-module-bg.png) 100% 0 repeat-y;}
.black .side-mod {background: #292929;color: #aaa;}
.black .side-mod a {color: #fff;}
#main-content .black .rokradios {background: url(templates/rt_solarsentinel/images/modules/black-inputs.png) 0 0 no-repeat;}
#main-content .black .rokradios-active {background: url(templates/rt_solarsentinel/images/modules/black-inputs.png) 0 -114px no-repeat;}
#main-content .black .rokchecks {background: url(templates/rt_solarsentinel/images/modules/black-inputs.png) 0 -209px no-repeat;}
#main-content .black .rokchecks-active {background: url(templates/rt_solarsentinel/images/modules/black-inputs.png) 0 -323px no-repeat;}
.black .side-mod .poll-line {background: url(templates/rt_solarsentinel/images/modules/black-div.png) 0 100% repeat-x;}
.black .side-mod .poll-line:hover {color: #fff;}
.black .micronews-headline h2, .black h3.main-modules {background: url(templates/rt_solarsentinel/images/modules/black-h2.png) 50% 100% no-repeat;color: #fff;}
.black form.form-login .inputbox {background: url(templates/rt_solarsentinel/images/modules/black-login-field.png) 0 0 no-repeat;color: #aaa;}
#main-body .black ul.menu li {background: #292929;}
#main-body .black ul.menu li a {background: url(templates/rt_solarsentinel/images/modules/black-arrow.png) 10px 10px no-repeat;}
#main-body .black ul.menu li.active, #main-body .black ul.menu li:hover {background: #292929 url(templates/rt_solarsentinel/images/modules/black-module-h3-2.png) 0 0 repeat-x;}
#main-body .black ul.menu li.active.parent li span, #main-body .black ul.menu li.parent li span {background: url(templates/rt_solarsentinel/images/modules/black-sub-bullet.png) 0 0 no-repeat;}
#main-body .black ul.menu li a, #main-body .black ul.menu li.parent li a, #main-body .black ul.menu li.parent li.parent li a, #main-body .black ul.menu li.parent li .separator, #main-body .black ul.menu li.parent li.parent li .separator {color: #aaa;}
#main-body .black ul.menu li:hover a, #main-body .black ul.menu li.active a, #main-body .black ul.menu li li:hover a, #main-body .black ul.menu li li.active a {color: #fff;}
.black .fp-inset {background: #212121;}

/* RokNewsPager and Feeds */

.grey ul.roknewspager li, .grey ul.newsfeed li, .grey ul.latestnews li a, .grey ul.mostread li a {background: url(templates/rt_solarsentinel/images/modules/grey-arrow.png) 0 4px no-repeat;}
.grey ul.roknewspager-numbers li.active {color: #000;font-weight: bold;}
.grey ul.roknewspager .roknewspager-div, .grey ul.newsfeed .newsfeed-div, .grey ul.latestnews li, .grey ul.mostread li {background: url(templates/rt_solarsentinel/images/modules/grey-div.png) 0 100% repeat-x;}
.grey .roknewspager-pages {background: #9F9F9F;}
.grey ul.roknewspager-numbers {background: url(templates/rt_solarsentinel/images/modules/grey-page-m.png) 0 0 repeat-x;}
.grey .roknewspager-prev {background: url(templates/rt_solarsentinel/images/modules/grey-page-controls.png) 0 0 no-repeat;}
.grey .roknewspager-prev-disabled {background: url(templates/rt_solarsentinel/images/modules/grey-page-controls.png) 0 -18px no-repeat;}
.grey .roknewspager-next {background: url(templates/rt_solarsentinel/images/modules/grey-page-controls.png) -16px 0 no-repeat;}
.grey .roknewspager-next-disabled {background: url(templates/rt_solarsentinel/images/modules/grey-page-controls.png) -16px -18px no-repeat;}
.grey .roknewspager-overlay {background: #C0C0C0;}
.darkgrey ul.roknewspager li, .darkgrey ul.newsfeed li, .darkgrey ul.latestnews li a, .darkgrey ul.mostread li a {background: url(templates/rt_solarsentinel/images/modules/darkgrey-arrow.png) 0 4px no-repeat;}
.darkgrey ul.roknewspager-numbers li.active {color: #fff;font-weight: bold;}
.darkgrey ul.roknewspager .roknewspager-div, .darkgrey ul.newsfeed .newsfeed-div, .darkgrey ul.latestnews li, .darkgrey ul.mostread li {background: url(templates/rt_solarsentinel/images/modules/darkgrey-div.png) 0 100% repeat-x;}
.darkgrey .roknewspager-pages {background: #484848;}
.darkgrey ul.roknewspager-numbers {background: url(templates/rt_solarsentinel/images/modules/darkgrey-page-m.png) 0 0 repeat-x;}
.darkgrey .roknewspager-prev {background: url(templates/rt_solarsentinel/images/modules/darkgrey-page-controls.png) 0 0 no-repeat;}
.darkgrey .roknewspager-prev-disabled {background: url(templates/rt_solarsentinel/images/modules/darkgrey-page-controls.png) 0 -18px no-repeat;}
.darkgrey .roknewspager-next {background: url(templates/rt_solarsentinel/images/modules/darkgrey-page-controls.png) -16px 0 no-repeat;}
.darkgrey .roknewspager-next-disabled {background: url(templates/rt_solarsentinel/images/modules/darkgrey-page-controls.png) -16px -18px no-repeat;}
.darkgrey .roknewspager-overlay {background: #5E5E5E;}
.red ul.roknewspager li, .red ul.newsfeed li, .red ul.latestnews li a, .red ul.mostread li a {background: url(templates/rt_solarsentinel/images/modules/red-arrow.png) 0 4px no-repeat;}
.red ul.roknewspager-numbers li.active {color: #fff;font-weight: bold;}
.red ul.roknewspager .roknewspager-div, .red ul.newsfeed .newsfeed-div, .red ul.latestnews li, .red ul.mostread li {background: url(templates/rt_solarsentinel/images/modules/red-div.png) 0 100% repeat-x;}
.red .roknewspager-pages {background: #561818;}
.red ul.roknewspager-numbers {background: url(templates/rt_solarsentinel/images/modules/red-page-m.png) 0 0 repeat-x;}
.red .roknewspager-prev {background: url(templates/rt_solarsentinel/images/modules/red-page-controls.png) 0 0 no-repeat;}
.red .roknewspager-prev-disabled {background: url(templates/rt_solarsentinel/images/modules/red-page-controls.png) 0 -18px no-repeat;}
.red .roknewspager-next {background: url(templates/rt_solarsentinel/images/modules/red-page-controls.png) -16px 0 no-repeat;}
.red .roknewspager-next-disabled {background: url(templates/rt_solarsentinel/images/modules/red-page-controls.png) -16px -18px no-repeat;}
.red .roknewspager-overlay {background: #732222;}
.blue ul.roknewspager li, .blue ul.newsfeed li, .blue ul.latestnews li a, .blue ul.mostread li a {background: url(templates/rt_solarsentinel/images/modules/blue-arrow.png) 0 4px no-repeat;}
.blue ul.roknewspager-numbers li.active {color: #fff;font-weight: bold;}
.blue ul.roknewspager .roknewspager-div, .blue ul.newsfeed .newsfeed-div, .blue ul.latestnews li, .blue ul.mostread li {background: url(templates/rt_solarsentinel/images/modules/blue-div.png) 0 100% repeat-x;}
.blue .roknewspager-pages {background: #253F6B;}
.blue ul.roknewspager-numbers {background: url(templates/rt_solarsentinel/images/modules/blue-page-m.png) 0 0 repeat-x;}
.blue .roknewspager-prev {background: url(templates/rt_solarsentinel/images/modules/blue-page-controls.png) 0 0 no-repeat;}
.blue .roknewspager-prev-disabled {background: url(templates/rt_solarsentinel/images/modules/blue-page-controls.png) 0 -18px no-repeat;}
.blue .roknewspager-next {background: url(templates/rt_solarsentinel/images/modules/blue-page-controls.png) -16px 0 no-repeat;}
.blue .roknewspager-next-disabled {background: url(templates/rt_solarsentinel/images/modules/blue-page-controls.png) -16px -18px no-repeat;}
.blue .roknewspager-overlay {background: #34568E;}
.green ul.roknewspager li, .green ul.newsfeed li, .green ul.latestnews li a, .green ul.mostread li a {background: url(templates/rt_solarsentinel/images/modules/green-arrow.png) 0 4px no-repeat;}
.green ul.roknewspager-numbers li.active {color: #fff;font-weight: bold;}
.green ul.roknewspager .roknewspager-div, .green ul.newsfeed .newsfeed-div, .green ul.latestnews li, .green ul.mostread li {background: url(templates/rt_solarsentinel/images/modules/green-div.png) 0 100% repeat-x;}
.green .roknewspager-pages {background: #36522B;}
.green ul.roknewspager-numbers {background: url(templates/rt_solarsentinel/images/modules/green-page-m.png) 0 0 repeat-x;}
.green .roknewspager-prev {background: url(templates/rt_solarsentinel/images/modules/green-page-controls.png) 0 0 no-repeat;}
.green .roknewspager-prev-disabled {background: url(templates/rt_solarsentinel/images/modules/green-page-controls.png) 0 -18px no-repeat;}
.green .roknewspager-next {background: url(templates/rt_solarsentinel/images/modules/green-page-controls.png) -16px 0 no-repeat;}
.green .roknewspager-next-disabled {background: url(templates/rt_solarsentinel/images/modules/green-page-controls.png) -16px -18px no-repeat;}
.green .roknewspager-overlay {background: #456726;}
.orange ul.roknewspager li, .orange ul.newsfeed li, .orange ul.latestnews li a, .orange ul.mostread li a {background: url(templates/rt_solarsentinel/images/modules/orange-arrow.png) 0 4px no-repeat;}
.orange ul.roknewspager-numbers li.active {color: #fff;font-weight: bold;}
.orange ul.roknewspager .roknewspager-div, .orange ul.newsfeed .newsfeed-div, .orange ul.latestnews li, .orange ul.mostread li {background: url(templates/rt_solarsentinel/images/modules/orange-div.png) 0 100% repeat-x;}
.orange .roknewspager-pages {background: #D44800;}
.orange ul.roknewspager-numbers {background: url(templates/rt_solarsentinel/images/modules/orange-page-m.png) 0 0 repeat-x;}
.orange .roknewspager-prev {background: url(templates/rt_solarsentinel/images/modules/orange-page-controls.png) 0 0 no-repeat;}
.orange .roknewspager-prev-disabled {background: url(templates/rt_solarsentinel/images/modules/orange-page-controls.png) 0 -18px no-repeat;}
.orange .roknewspager-next {background: url(templates/rt_solarsentinel/images/modules/orange-page-controls.png) -16px 0 no-repeat;}
.orange .roknewspager-next-disabled {background: url(templates/rt_solarsentinel/images/modules/orange-page-controls.png) -16px -18px no-repeat;}
.orange .roknewspager-overlay {background: #E66500;}
.darkbeige ul.roknewspager li, .darkbeige ul.newsfeed li, .darkbeige ul.latestnews li a, .darkbeige ul.mostread li a {background: url(templates/rt_solarsentinel/images/modules/darkbeige-arrow.png) 0 4px no-repeat;}
.darkbeige ul.roknewspager-numbers li.active {color: #fff;font-weight: bold;}
.darkbeige ul.roknewspager .roknewspager-div, .darkbeige ul.newsfeed .newsfeed-div, .darkbeige ul.latestnews li, .darkbeige ul.mostread li {background: url(templates/rt_solarsentinel/images/modules/darkbeige-div.png) 0 100% repeat-x;}
.darkbeige .roknewspager-pages {background: #A9A694;}
.darkbeige ul.roknewspager-numbers {background: url(templates/rt_solarsentinel/images/modules/darkbeige-page-m.png) 0 0 repeat-x;}
.darkbeige .roknewspager-prev {background: url(templates/rt_solarsentinel/images/modules/darkbeige-page-controls.png) 0 0 no-repeat;}
.darkbeige .roknewspager-prev-disabled {background: url(templates/rt_solarsentinel/images/modules/darkbeige-page-controls.png) 0 -18px no-repeat;}
.darkbeige .roknewspager-next {background: url(templates/rt_solarsentinel/images/modules/darkbeige-page-controls.png) -16px 0 no-repeat;}
.darkbeige .roknewspager-next-disabled {background: url(templates/rt_solarsentinel/images/modules/darkbeige-page-controls.png) -16px -18px no-repeat;}
.darkbeige .roknewspager-overlay {background: #BEBBA7;}
.black ul.roknewspager li, .black ul.newsfeed li, .black ul.latestnews li a, .black ul.mostread li a {background: url(templates/rt_solarsentinel/images/modules/black-arrow.png) 0 4px no-repeat;}
.black ul.roknewspager-numbers li.active {color: #fff;font-weight: bold;}
.black ul.roknewspager .roknewspager-div, .black ul.newsfeed .newsfeed-div, .black ul.latestnews li, .black ul.mostread li {background: url(templates/rt_solarsentinel/images/modules/black-div.png) 0 100% repeat-x;}
.black .roknewspager-pages {background: #212121;}
.black ul.roknewspager-numbers {background: url(templates/rt_solarsentinel/images/modules/black-page-m.png) 0 0 repeat-x;}
.black .roknewspager-prev {background: url(templates/rt_solarsentinel/images/modules/black-page-controls.png) 0 0 no-repeat;}
.black .roknewspager-prev-disabled {background: url(templates/rt_solarsentinel/images/modules/black-page-controls.png) 0 -18px no-repeat;}
.black .roknewspager-next {background: url(templates/rt_solarsentinel/images/modules/black-page-controls.png) -16px 0 no-repeat;}
.black .roknewspager-next-disabled {background: url(templates/rt_solarsentinel/images/modules/black-page-controls.png) -16px -18px no-repeat;}
.black .roknewspager-overlay {background: #292929;}

/* Typography */

.grey .readon1-l {background: url(templates/rt_solarsentinel/images/modules/grey-readon-l.png) 0 0 no-repeat;}
.grey .readon1-m {background: url(templates/rt_solarsentinel/images/modules/grey-readon-m.png) 50% 0 repeat-x;}
.grey .readon1-r {background: url(templates/rt_solarsentinel/images/modules/grey-readon-r.png) 100% 0 no-repeat;}
.darkgrey .readon1-l {background: url(templates/rt_solarsentinel/images/modules/darkgrey-readon-l.png) 0 0 no-repeat;}
.darkgrey .readon1-m {background: url(templates/rt_solarsentinel/images/modules/darkgrey-readon-m.png) 50% 0 repeat-x;}
.darkgrey .readon1-r {background: url(templates/rt_solarsentinel/images/modules/darkgrey-readon-r.png) 100% 0 no-repeat;}
.darkgrey a.readon-main, #main-content .darkgrey input.button {color: #444;}
.red .readon1-l {background: url(templates/rt_solarsentinel/images/modules/red-readon-l.png) 0 0 no-repeat;}
.red .readon1-m {background: url(templates/rt_solarsentinel/images/modules/red-readon-m.png) 50% 0 repeat-x;}
.red .readon1-r {background: url(templates/rt_solarsentinel/images/modules/red-readon-r.png) 100% 0 no-repeat;}
.red a.readon-main, #main-content .red input.button {color: #4D1616;}
.blue .readon1-l {background: url(templates/rt_solarsentinel/images/modules/blue-readon-l.png) 0 0 no-repeat;}
.blue .readon1-m {background: url(templates/rt_solarsentinel/images/modules/blue-readon-m.png) 50% 0 repeat-x;}
.blue .readon1-r {background: url(templates/rt_solarsentinel/images/modules/blue-readon-r.png) 100% 0 no-repeat;}
.blue a.readon-main, #main-content .blue input.button {color: #233C6C;}
.green .readon1-l {background: url(templates/rt_solarsentinel/images/modules/green-readon-l.png) 0 0 no-repeat;}
.green .readon1-m {background: url(templates/rt_solarsentinel/images/modules/green-readon-m.png) 50% 0 repeat-x;}
.green .readon1-r {background: url(templates/rt_solarsentinel/images/modules/green-readon-r.png) 100% 0 no-repeat;}
.green a.readon-main, #main-content .green input.button {color: #23361B;}
.orange .readon1-l {background: url(templates/rt_solarsentinel/images/modules/orange-readon-l.png) 0 0 no-repeat;}
.orange .readon1-m {background: url(templates/rt_solarsentinel/images/modules/orange-readon-m.png) 50% 0 repeat-x;}
.orange .readon1-r {background: url(templates/rt_solarsentinel/images/modules/orange-readon-r.png) 100% 0 no-repeat;}
.orange a.readon-main, #main-content .orange input.button {color: #501A00;}
.darkbeige .readon1-l {background: url(templates/rt_solarsentinel/images/modules/darkbeige-readon-l.png) 0 0 no-repeat;}
.darkbeige .readon1-m {background: url(templates/rt_solarsentinel/images/modules/darkbeige-readon-m.png) 50% 0 repeat-x;}
.darkbeige .readon1-r {background: url(templates/rt_solarsentinel/images/modules/darkbeige-readon-r.png) 100% 0 no-repeat;}
.darkbeige a.readon-main, #main-content .darkbeige input.button {color: #57544B;}
.darkbeige .readon-wrap1 a.readon-main:hover, #main-content .darkbeige input.button:hover {color: #000;}
.black .readon1-l {background: url(templates/rt_solarsentinel/images/modules/black-readon-l.png) 0 0 no-repeat;}
.black .readon1-m {background: url(templates/rt_solarsentinel/images/modules/black-readon-m.png) 50% 0 repeat-x;}
.black .readon1-r {background: url(templates/rt_solarsentinel/images/modules/black-readon-r.png) 100% 0 no-repeat;}
.black a.readon-main, #main-content .black input.button {color: #aaa;}
.black .readon-wrap1 a.readon-main:hover, #main-content .black input.button:hover {color: #fff;}
.readon-wrap1 a.readon-main:hover {color: #000;}/**
 * @version		1.0 November 11, 2011
 * @author		RocketTheme, LLC http://www.rockettheme.com
 * @copyright 	Copyright (C) 2007 - 2011 RocketTheme, LLC
 * @license		http://www.rockettheme.com/legal/license.php RocketTheme Proprietary Use License
 */
/* Typography Styles */

ul.bullet-1, ul.bullet-2, ul.bullet-3, ul.bullet-4, ul.bullet-5, ul.bullet-6, ul.bullet-7, ul.bullet-8 {padding-left: 15px !important;overflow: hidden;margin-left: 5px !important;}
ul.bullet-1 li,  ul.bullet-2 li, ul.bullet-3 li, ul.bullet-4 li, ul.bullet-5 li {list-style: none;padding-bottom: 3px !important;margin-bottom: 5px !important;padding-left: 10px !important;}
ul.bullet-6 li, ul.bullet-7 li, ul.bullet-8 li {list-style: none;padding-bottom: 3px !important;margin-bottom: 5px !important;padding-left: 22px !important;}

ul.bullet-1 li {background: url(templates/rt_solarsentinel/images/typo/bullet-1.png) 0 5px no-repeat !important;}
ul.bullet-2 li {background: url(templates/rt_solarsentinel/images/typo/bullet-2.png) 0 5px no-repeat !important;}
ul.bullet-3 li {background: url(templates/rt_solarsentinel/images/typo/bullet-3.png) 0 5px no-repeat !important;}
ul.bullet-4 li {background: url(templates/rt_solarsentinel/images/typo/bullet-4.png) 0 5px no-repeat !important;}
ul.bullet-5 li {background: url(templates/rt_solarsentinel/images/typo/bullet-5.png) 0 5px no-repeat !important;}
ul.bullet-6 li {background: url(templates/rt_solarsentinel/images/typo/bullet-6.png) 0 2px no-repeat !important;}
ul.bullet-7 li {background: url(templates/rt_solarsentinel/images/typo/bullet-7.png) 0 2px no-repeat !important;}
ul.bullet-8 li {background: url(templates/rt_solarsentinel/images/typo/bullet-8.png) 0 3px no-repeat !important;}

pre {padding: 10px;background: #f6f6f6;border-top: 1px solid #e5e5e5;border-right: 1px solid #e5e5e5;border-left: 1px solid #e5e5e5;border-bottom: 1px solid #e5e5e5;}

blockquote {display: block;font-style: italic;font-size: 120%;line-height: 150%;width: auto;padding: 10px 20px 10px 20px;margin: 15px 0;background: #f6f6f6;border-top: 1px solid #e5e5e5;border-right: 1px solid #e5e5e5;border-left: 1px solid #e5e5e5;border-bottom: 1px solid #e5e5e5;}
blockquote.blue, blockquote.red, blockquote.green, blockquote.purple, blockquote.orange, blockquote.brown, blockquote.grey {display: block;font-style: italic;font-size: 120%;line-height: 150%;width: auto;padding: 0px 20px;margin: 15px 0;border: 0;background: 0;}
blockquote.blue{color: #0D507A;}
blockquote.red{color: #D12E2E;}
blockquote.green{color: #74A824;}
blockquote.purple{color: #9E0E87;}
blockquote.orange{color: #CC8300;}
blockquote.brown{color: #8B6846;}
blockquote.grey {color: #666;}
blockquote.quotes {display: block;background: url(templates/rt_solarsentinel/images/typo/quote-start.png) 0 5px no-repeat;padding: 0px 20px 0 38px;margin: 20px 0;font-size: 120%;line-height: 150%;width: auto;color: #666;border: 0;}
blockquote.quotes p {padding: 0 38px 0 0;margin-top: 0;background: url(templates/rt_solarsentinel/images/typo/quote-end.png) 100% 100% no-repeat;}

.important, .important-blue, .important-red, .important-green, .important-purple, .important-orange, .important-brown, .important-grey {padding: 15px;margin: 15px 0;}
span.important-title, span.important-title-blue, span.important-title-red, span.important-title-green, span.important-title-purple, span.important-title-orange, span.important-title-brown, span.important-title-grey {position: absolute;display: block;margin-top: -24px;background: #fff;padding: 0 8px;font-weight: bold;font-size: 120%;}
.important {border: 1px solid #333;}
.important-blue {border: 1px solid #0D507A;}
.important-red {border: 1px solid #D12E2E;}
.important-green {border: 1px solid #74A824;}
.important-purple {border: 1px solid #9E0E87;}
.important-orange {border: 1px solid #CC8300;}
.important-brown {border: 1px solid #8B6846;}
.important-grey {border: 1px solid #666;}
span.important-title {color: #333;}
span.important-title-blue {color: #0D507A;}
span.important-title-red {color: #D12E2E;}
span.important-title-green {color: #74A824;}
span.important-title-purple {color: #9E0E87;}
span.important-title-orange {color: #CC8300;}
span.important-title-brown {color: #8B6846;}
span.important-title-grey {color: #666;}

span.number, span.number-blue, span.number-red, span.number-green, span.number-purple, span.number-orange, span.number-brown, span.number-grey {display: block;font-size: 170%;float: left;margin: 2px 10px 0 15px;}
span.number {color: #333;}
span.number-blue {color: #0D507A;}
span.number-red {color: #D12E2E;}
span.number-green {color: #74A824;}
span.number-purple {color: #9E0E87;}
span.number-orange {color: #CC8300;}
span.number-brown {color: #8B6846;}
span.number-grey {color: #666;}

span.highlight {background: #FFFBD5;padding: 1px 2px;}
span.highlight-blue {color: #0D507A;}
span.highlight-red {color: #D12E2E;}
span.highlight-green {color: #74A824;}
span.highlight-purple {color: #9E0E87;}
span.highlight-orange {color: #CC8300;}
span.highlight-brown {color: #8B6846;}
span.highlight-grey {color: #666;}
span.highlight-bold {font-weight: bold;font-size: 120%;}

span.dropcap, span.dropcap-blue, span.dropcap-red, span.dropcap-green, span.dropcap-purple, span.dropcap-orange, span.dropcap-brown, span.dropcap-grey {display: block;font-size: 260%;float: left;margin: 0px 4px 0 0;line-height: 100%;}
span.dropcap {color: #333;}
span.dropcap-blue {color: #0D507A;}
span.dropcap-red {color: #D12E2E;}
span.dropcap-green {color: #74A824;}
span.dropcap-purple {color: #9E0E87;}
span.dropcap-orange {color: #CC8300;}
span.dropcap-brown {color: #8B6846;}
span.dropcap-grey {color: #666;}

span.inset-left {display: block;color: #000;padding: 15px;float: left;width: 20%;font-size: 110%;font-weight: bold;font-style: italic;}
span.inset-right {display: block;color: #000;padding: 15px;float: right;width: 20%;font-size: 110%;font-weight: bold;font-style: italic;}

span.attention, span.notice, span.alert, span.download, span.approved, span.media, span.note, span.cart, span.camera, span.doc {display: block;padding: 8px 10px 8px 36px;margin: 15px 0;}
span.attention {color: #B79000;border: 1px solid #E7BD72;background: #FFF3A3 url(templates/rt_solarsentinel/images/typo/attention.png) 10px 50% no-repeat;}
span.notice {color: #648434;border: 1px solid #9BCC54;background: #CDEFA6 url(templates/rt_solarsentinel/images/typo/notice.png) 10px 50% no-repeat;}
span.alert {color: #CF3738;border: 1px solid #FFACAD;background: #FFD5D5 url(templates/rt_solarsentinel/images/typo/alert.png) 10px 50% no-repeat;}
span.download {color: #1C6B8B;border: 1px solid #6ABCE2;background: #A8CDE3 url(templates/rt_solarsentinel/images/typo/download.png) 10px 50% no-repeat;}
span.approved {color: #666;border: 1px solid #a8a8a8;background: #ccc url(templates/rt_solarsentinel/images/typo/approved.png) 10px 50% no-repeat;}
span.media {color: #C76E34;border: 1px solid #FFBB65;background: #FFE0B6 url(templates/rt_solarsentinel/images/typo/media.png) 10px 50% no-repeat;}
span.note {color: #B79000;border: 1px solid #E7BD72;background: #FFF3A3 url(templates/rt_solarsentinel/images/typo/note.png) 10px 50% no-repeat;}
span.cart {color: #666;border: 1px solid #C5C5C5;background: #E6E6E6 url(templates/rt_solarsentinel/images/typo/cart.png) 10px 50% no-repeat;}
span.camera {color: #666;border: 1px solid #C5C5C5;background: #E6E6E6 url(templates/rt_solarsentinel/images/typo/camera.png) 10px 50% no-repeat;}
span.doc {color: #C76E34;border: 1px solid #FFBB65;background: #FFE0B6 url(templates/rt_solarsentinel/images/typo/doc.png) 10px 50% no-repeat;}

div.number-block1, div.number-block2, div.number-block3 {padding-left: 50px;}
div.number-block1 {background: url(templates/rt_solarsentinel/images/typo/number-1.png) 0 0 no-repeat;}
div.number-block2 {background: url(templates/rt_solarsentinel/images/typo/number-2.png) 0 0 no-repeat;}
div.number-block3 {background: url(templates/rt_solarsentinel/images/typo/number-3.png) 0 0 no-repeat;}

span.subline {display: block;font-size: 90%;margin-bottom: 5px;padding: 0px;margin-top: -15px;font-weight: bold;text-transform:uppercase;}

ul.special-1, ul.special-2, ul.special-3, ul.special-4, ul.special-5, ul.special-6, ul.special-7, ul.special-8, ul.special-9, ul.special-10, ul.special-11, ul.special-12, ul.special-13, ul.special-14 {padding-left: 15px !important;overflow: hidden;margin-left: 5px !important;}
ul.special-1 li,  ul.special-2 li, ul.special-3 li, ul.special-4 li, ul.special-5 li, ul.special-6 li, ul.special-7 li, ul.special-8 li, ul.special-9 li, ul.special-10 li, ul.special-11 li, ul.special-12 li, ul.special-13 li, ul.special-14 li {list-style: none;padding-bottom: 3px !important;margin-bottom: 5px !important;padding-left: 21px !important;}

ul.special-1 li {background: url(templates/rt_solarsentinel/images/typo/special-1.png) 0 1px no-repeat !important;}
ul.special-2 li {background: url(templates/rt_solarsentinel/images/typo/special-2.png) 0 1px no-repeat !important;}
ul.special-3 li {background: url(templates/rt_solarsentinel/images/typo/special-3.png) 0 1px no-repeat !important;}
ul.special-4 li {background: url(templates/rt_solarsentinel/images/typo/special-4.png) 0 1px no-repeat !important;}
ul.special-5 li {background: url(templates/rt_solarsentinel/images/typo/special-5.png) 0 1px no-repeat !important;}
ul.special-6 li {background: url(templates/rt_solarsentinel/images/typo/special-6.png) 0 1px no-repeat !important;}
ul.special-7 li {background: url(templates/rt_solarsentinel/images/typo/special-7.png) 0 1px no-repeat !important;}
ul.special-8 li {background: url(templates/rt_solarsentinel/images/typo/special-8.png) 0 1px no-repeat !important;}
ul.special-9 li {background: url(templates/rt_solarsentinel/images/typo/special-9.png) 0 1px no-repeat !important;}
ul.special-10 li {background: url(templates/rt_solarsentinel/images/typo/special-10.png) 0 1px no-repeat !important;}
ul.special-11 li {background: url(templates/rt_solarsentinel/images/typo/special-11.png) 0 1px no-repeat !important;}
ul.special-12 li {background: url(templates/rt_solarsentinel/images/typo/special-12.png) 0 1px no-repeat !important;}
ul.special-13 li {background: url(templates/rt_solarsentinel/images/typo/special-13.png) 0 1px no-repeat !important;}
ul.special-14 li {background: url(templates/rt_solarsentinel/images/typo/special-14.png) 0 1px no-repeat !important;}

