/*======================================================================*\
|| #################################################################### ||
|| # Package - Joomla Template based on YJSimplegrid Framework          ||
|| # Copyright (C) 2010  Youjoomla LLC. All Rights Reserved.            ||
|| # license - PHP files are licensed under  GNU/GPL V2                 ||
|| # license - CSS  - JS - IMAGE files  are Copyrighted material        ||
|| # bound by Proprietary License of Youjoomla LLC                      ||
|| # for more information visit http://www.youjoomla.com/license.html   ||
|| # Redistribution and  modification of this software                  ||
|| # is bounded by its licenses                                         ||
|| # websites - http://www.youjoomla.com | http://www.yjsimplegrid.com  ||
|| #################################################################### ||
\*======================================================================*/
/*BODY ID'S USED FOR CSS FONT STYLES AND BASE SITE BODY STYLING */
body#stylef1, body#stylef2, body#stylef3, body#stylef4, body#stylef5, body#stylef6, body#stylef7, body#stylef8, body#stylef9, body#stylef10, body#stylef11, body#stylef12, body#stylef13, body#stylef14, body#stylef15, body#stylef16 {
  background:#fafafa;
  color:#535353;
}
/* BOTTOM PART OF THE SITE LAYOUT. BASE WRAP */
#centerbottom {}
/*GRIDS STYLING CAN BE USED TO STYLE EACH blue DIFFERENTLY */
#yjsg1 {
  color:#969696;
}
#header {}
#logo {
  background:url(../images/blue/logo.png) no-repeat 0px 0px;
}
#yjsgheadergrid {}
#yjsg2 {}
#yjsg3 {}
#yjsg4 {}
#yjsg5 {}
#pathway {
  background:#fff;
  border:1px solid #e7e7e7;
  color:#787878;
}
#pathway .yjsg_breadcrumbs a.pathway {
  background: url(../images/arrow.png) no-repeat right center;
}
#yjsg6 {
  color:#efefef;
}
#yjsg7 {
  color:#efefef;
}
#footer {
  color:#969696;
}
#joomlacredit {
  color:#969696;
}
/*TEMPLATE CSS 
--------------------- */
/* SITE LINKS */
a:link, a:visited {
  text-decoration: none;
  color:#4ebaff;
}
/* SITE HOVERS */
a:focus, a:hover {
  color:#333333;
  text-decoration: none;
}
/*DIFFERENT STYLE FOR  LINKS ON DARK BG
--------------------- */
#footmod a, #footmod a:visited, #cp a, #cp a:visited, #joomlacredit a, #joomlacredit a:visited, #pathway a, #pathway a:visited {
  color:#4ebaff;
}
#footmod a:hover, #footmod a:focus, #cp a:focus, #cp a:hover, #joomlacredit a:focus, #joomlacredit a:hover, #pathway a:focus, #pathway a:hover {
  color:#333333;
}
#yjsg1 a, #yjsgheadergrid a, #yjsg7 a {
  color:#fafafa;
}
#yjsg1 a:hover, #yjsgheadergrid a:hover, #yjsg7 a:hover {
  color:#4ebaff;
}
/* SITE HEADINGS */
h1, h2, h3, h4, h5, h6 {
  color:#393939;
}
.small, .createdate, .modifydate, .createby {
  text-transform: uppercase;
  color:#ccc;
  font-size:10px;
}
/* SITE TITLE, NEWS ITEM TITLE, MORE ARTICLES */
.pagetitle, div.title h1, div.title h2, .yjsg-morearticles h3 {
  color:#393939;
  border-bottom:1px solid #e7e7e7;
}
.yjsg-morearticles h3 {
  border:none;
}
/* NEWS ITEM TITLE WITH LINK*/
div.title h1 a:link, div.title h1 a:visited, div.title h2 a:link, div.title h2 a:visited {
  color:#4ebaff;
}
div.title h1 a:hover, div.title h1 a:focus, div.title h2 a:hover, div.title h2 a:focus {
  color:#333333;
}
/* FORM ELEMENTS */
/* ARTICLE TABLE OF CONTENTS */
fieldset, .toclink {
  border:1px solid #dcdcdc;
}
/* FIELDSET IN MODULES */
.yjsquare_in fieldset, .yjround_in fieldset {
  border:none;
}
/* INPUTBOXES */
.inputbox{
  color:#999999;
  background: #FFFFFF;
  border: 1px solid #e7e7e7;
}
.inputbox:hover, .inputbox:focus{
  color:#999999;
  background: #FFFFFF;
  border: 1px solid #dddddd;
}
/*BUTTONS
--------------------- */
.button, .validate{
  background:url(../images/blue/readmore.png) no-repeat left top;
  border:none;
  color:#fff;
  text-shadow:1px 1px #2ea2ff;
}
/*readon*/
a.readon:link, a.readon:visited {
  background:url(../images/blue/readon_l.png) no-repeat left top;
  border:none;
  color:#efefef;
  text-shadow:1px 1px #2ea2ff;
}
.readon span {
  background:url(../images/blue/readon_r.png) no-repeat right top;
}
a.readon:hover {
  color:#333333;
}
ul.pagination li a, ul.pagination li span, 
th.pagenav_prev a, th.pagenav_next a,
div.back_button a,li.pagenav-next a,li.pagenav-prev a {
  background-image: url(../images/blue/pagination.png);
}
/* active one*/
ul.pagination li span {
  color:#fff;
}
/* hover*/
ul.pagination li a:hover {
  color:#fff;
}
/* THIS TEMPLATE IS EQUIPED WITH  ROUND AND SQUARE CORNERS
TO SEE ROUND CORNERS SIMPLY CHANGE THE MODULE blue STYLE IN TEMPLATE MANAGER
UNDER ACCORDION ADVANCED OPTIONS. SEE ALSO rounded.css FILE".

/* ROUND MODULES STYLING
--------------------- */
/* ROUND IMAGE. YOU CAN CHANGE TO YOUR OWN. 1 IMAGE TECHNIQUE USED */
.yjround .content, .yjround .t, .yjround .b, .yjround .b div {
  background:url(../images/blue/rounded.png);
}
.yjround h4 {
  color:#222222;
  border-bottom:1px dashed #222222;
}
/* TITLE SPANS FOR SECOND PART OF THE TITLE COLOR */
.yjround h4 span {
  color:#222222;
}
/* SPECIFIC TEXT AND TITLE COLOR FOR GRIDS WITH DARK BACGROUND*/
#yjsg1 .yjround .content, #yjsgheadergrid .yjround .content, #yjsg7 .yjround .content {
  color:#222222;
}
.yjround_in {
}
/*SQUARE MODULES STYLE
--------------------- */
.yjsquare h4 {
  color:#393939;
  border-bottom:1px solid #e7e7e7;
}
/* SPAN COLOR SHOWS FIRST */
.yjsquare h4 span {
  color:#393939;
}
.yjsquare {
}
.yjsquare_in {
}
/* ADDITIONAL MODULE STYLES */
/******MODULE STYLE _YJ1**********/
.yjsquare_yj1 {
  background:#fff;
  border:1px solid #e7e7e7;
}
.yjsquare_yj1 h4{
  color:#4ebaff;
  border-bottom:1px solid #e7e7e7;
}
.yjsquare_yj1 h4 span{
  color:#4ebaff;
}
/******MODULE STYLE _YJ1**********/

/******MODULE STYLE _YJ2**********/
.yjsquare_yj2 .title_l,
.yjsquare_yj2 .title_r {
  background:url(../images/blue/bottom_h4_l.png) no-repeat left center;
}
.yjsquare_yj2 .title_r{
  background:url(../images/blue/bottom_h4_r.png) no-repeat right center!important;
}
#yjsg6 .yjsquare_yj2 h4,#yjsg7 .yjsquare_yj2 h4,
#yjsg6 .yjsquare_yj2 h4 span,#yjsg7 .yjsquare_yj2 h4 span{
  color:#fff;
}
/******MODULE STYLE _YJ2**********/

/******MODULE STYLE _YJ3**********/
.yjsquare_yj3{
  border:1px solid #000;
  background:url(../images/bottom_grids_bg.png) repeat;
}
.yjsquare_yj3 h4,.yjsquare_yj3 h4 span{
  color:#fff;
}
.yjsquare_yj3 .title_l,.yjsquare_yj3 .title_r{
  background:url(../images/blue/bottom_h4_l.png) no-repeat left center;
}
.yjsquare_yj3 .title_r{
  background:url(../images/blue/bottom_h4_r.png) no-repeat right center;
}
.yjsquare_yj3 .title_holder{
  background:url(../images/bottom_h4_holder.png) repeat-x left top;
}
/******MODULE STYLE _YJ3**********/

/******MODULE STYLE _YJ4**********/
#yjsg6 .yjsquare_yj4 h4,#yjsg7 .yjsquare_yj4 h4,
#yjsg6 .yjsquare_yj4 h4 span,#yjsg7 .yjsquare_yj4 h4 span{
  color:#fff;
}
/******MODULE STYLE _YJ4**********/

/*  SPECIFIC TEXT AND TITLE COLOR FOR GRIDS WITH DARK BACGROUND */
#yjsg1 .yjsquare h4, #yjsg6 .yjsquare h4, #yjsg7 .yjsquare h4 {
  color:#fff;
  border-bottom:none;
}
/* TITLE SPANS FOR SECOND PART OF THE TITLE COLOR*/
#yjsg1 .yjsquare h4 span, #yjsg6 .yjsquare h4 span, #yjsg7 .yjsquare h4 span {
  color:#fff;
}
/*SEARCH INPUTBOX STYLING. CURRENTLY USING DEFAULT INPUT STYLE
--------------------- */
.search {
}
.search .inputbox {
}
/*LOGIN MODULE INPUTBOX CURRENTLY USING DEFAULT INPUT STYLE
--------------------- */
#modlgn_passwd, #modlgn_username {
}
#modlgn_passwd {
}
#modlgn_username {
}
#modlgn_remember.inputbox{
}
/*TOP MENU STYLE FOR SPLIT MENU, CSS DROPDOWN AND SMOOTH DROPDOWN
--------------------- */
.horiznav {
  background: url(../images/blue/topmenu/horiz_bg.png) repeat-x 0 bottom;
}
/* MENU OVERRIDES */
.YJSG_listContainer {
  background:none;
}
/* NORMAL SUBTITLE */
.horiznav ul li a span.yjm_desc {
  color:#777777;
}
/*ACTIVE AND HOVER SUBTITLE*/
.horiznav ul li.active a span.yjm_desc, .horiznav ul li a:hover span.yjm_desc, .horiznav ul li.sfHover a span.yjm_desc {
  color:#777777;
}
/* NORMAL TOP LINKS */
.horiznav ul li {
  background: url(../images/blue/topmenu/normal_l.png) no-repeat left center;
}
.horiznav ul li a, .horiznav ul li a:visited {
  color: #777777;
  background: url(../images/blue/topmenu/normal_r.png) no-repeat right center;
}
/* NORMAL TOP LINKS WITH CHILD ELEMENT */
.horiznav ul li.haschild {
  background: url(../images/blue/topmenu/normal_l_haschild.png) no-repeat left center;
}
/* TOP LINKS HOVER */
.horiznav ul li:hover, .horiznav ul li.sfHover {
  background: url(../images/blue/topmenu/hover_l.png) no-repeat left center;
}
.horiznav ul li a:hover, .horiznav ul li:hover a, .horiznav ul li.sfHover a,  .horiznav ul li.sfHoverHas a {
  color: #4ebaff;
  background: url(../images/blue/topmenu/hover_r.png) no-repeat right center;
}
/* TOP LINKS HOVER WITH CHILD ELEMENT */
.horiznav ul li.haschild:hover {
  background: url(../images/blue/topmenu/hover_l_haschild.png) no-repeat left center;
}
.horiznav ul li.haschild a:hover {
  color: #4ebaff;
}
/* ACTIVE TOP LINKS  */
.horiznav li#current, .horiznav li.active {
  background: url(../images/blue/topmenu/active_l.png) no-repeat left center;
}
.horiznav li#current a, .horiznav li.active a, .horiznav li.active a:visited, .horiznav li.active.sfHover a:visited, .horiznav li.active.sfHoverHas a:visited {
  color: #4ebaff;
  background: url(../images/blue/topmenu/active_r.png) no-repeat right center;
}
/* ACTIVE TOP LINKS WITH CHILD ELEMENT */
.horiznav li#current.haschild, .horiznav li.haschild, .horiznav ul li.haschild.active, .horiznav ul li.sfHoverHas {
  background: url(../images/blue/topmenu/active_l_haschild.png) no-repeat left center;
}
/* ACTIVE TOP LINKS HOVER */
.horiznav li#current:hover, .horiznav li#current.sfHover, .horiznav li.active:hover, .horiznav li.active.sfHover {
  background: url(../images/blue/topmenu/active_l.png) no-repeat left center;
}
.horiznav li#current a:hover, .horiznav li#current.sfHover a:hover, .horiznav li.active a:hover {
  color: #0097ee;
  background: url(../images/blue/topmenu/active_r.png) no-repeat right center;
}
/* ACTIVE TOP LINKS HOVER WITH CHILD ELEMENT */
.horiznav li#current.haschild:hover, .horiznav li#current.haschild.sfHoverHas, .horiznav li#current.active.sfHover {
  background: url(../images/blue/topmenu/active_l_haschild.png) no-repeat left center;
}
/* MAIN SUB UL AND MODULE BG */
ul.subul_main.group_holder, .subul_main li.has_modpoz div.yj_menu_module_holder, .subul_main li.has_module div.yj_menu_module_holder, .subul_main li.haschild div.yj_menu_module_holder, .horiznav ul ul.subul_main.dropline {
  background:#FFFFFF;
}
/* end drpline extra */
.horiznav ul ul.subul_main.dropline ul a, .horiznav ul ul.subul_main.dropline ul a:hover, ul.subul_main.dropline div.yj_menu_module_holder {
  border-bottom: 1px solid #dddddd!important;
}
/*--- end dropline extra ---*/

/* MAIN SUB ITEM*/
.top_menu ul.subul_main li a {
  background:#FFFFFF;
  border-bottom: 1px solid #dddddd;
  color: #777777;
}
.top_menu ul.subul_main li a:visited {
  color: #777777;
  background:#FFFFFF;
}
/*MAIN SUB ITEM HOVER*/
.top_menu ul.subul_main li a:hover {
  background:#ececec;
  color: #4ebaff;
}
.top_menu ul.subul_main li, .top_menu ul.subul_main li.active, .top_menu ul.subul_main li.active:visited, .top_menu ul.subul_main li.active:hover, .top_menu ul.subul_main li:hover, .top_menu ul.subul_main li:visited, .top_menu ul.subul_main li#current, .top_menu ul.subul_main li#current:hover {
  border:none;
  background:none;
}
/*MAIN SUB ACTIVE UL A ITEMS*/
.top_menu li#current ul.subul_main li a, .top_menu li.active ul.subul_main li a {
  background:#FFFFFF;
  color: #777777;
}
/*MAIN SUB ACTIVE UL ITEMS A HOVER*/
.top_menu li#current ul.subul_main li a:hover, .top_menu li.active ul.subul_main li a:hover, .top_menu li#current.sfHover ul.subul_main li a:hover, .top_menu li.active.sfHover ul.subul_main li a:hover {
  background:#ececec;
  color: #4ebaff;
}
/*MAIN SUB UL ACTIVE LI A ITEM*/
.top_menu ul.subul_main li#current a,
.top_menu ul.subul_main li.haschild.active span.subparent a{
  background:#ececec;
  color: #4ebaff;
}
/*MAIN SUB UL ACTIVE LI A ITEM HOVER*/
.top_menu ul.subul_main li#current a:hover, .top_menu ul.subul_main li#current.sfHover,
.top_menu ul.subul_main li.haschild.active span.subparent a:hover{
  background:#ececec;
  color: #4ebaff;
}
/*SUB LEVEL PARENT ITEM ARROWS*/
ul.subul_main li.haschild span.child a, ul.subul_main ul.subul_main li.haschild span.child a, ul.subul_main ul.subul_main ul.subul_main li.haschild span.child a, ul.subul_main ul.subul_main ul.subul_main ul.subul_main li.haschild span.child a {
  background-image:url(../images/blue/topmenu/arrow_right.png)!important;
  background-repeat:no-repeat!important;
  background-position:95% 50%!important;
}
ul.subul_main li.haschild span.child a:hover, ul.subul_main ul.subul_main li.haschild span.child a:hover, ul.subul_main ul.subul_main ul.subul_main li.haschild span.child a:hover, ul.subul_main ul.subul_main ul.subul_main ul.subul_main li.haschild span.child a:hover {
  background-image:url(../images/blue/topmenu/arrow_down.png)!important;
  background-repeat:no-repeat!important;
  background-position:95% 50%!important;
}
/* IE6 SPECIFIC */
.horiznav li li.sfHover ul, .horiznav li li.sfHoverHas ul, .top_menu ul.subul_main.isie {
  background:#292929;
}
/********************** CORNERS FOR MENU UL'S ***************************/
/*TOP LEFT*/
.horiznav li.tl, .horiznav li.tl:hover {
  background:transparent url(../images/blue/topmenu/corners/tl.png)!important;
}
/* TOP RIGHT*/
.horiznav li.tr, .horiznav li.tr:hover {
  background:transparent url(../images/blue/topmenu/corners/tr.png) no-repeat right top!important;
}
/* BOTTOM RIGHT*/
.horiznav li.br, .horiznav li.br:hover {
  background:transparent url(../images/blue/topmenu/corners/br.png) no-repeat right bottom!important;
}
/* BOTTOM LEFT*/
.horiznav li.bl, .horiznav li.bl:hover {
  background:transparent url(../images/blue/topmenu/corners/bl.png) no-repeat left bottom!important;
}
/* RIGHT MIDDLE */
.horiznav li.right, .horiznav li.right:hover {
  background:transparent url(../images/blue/topmenu/corners/right.png) no-repeat right bottom!important;
}

/*CUSTOM FIRST DROP NO TOP ROUNDED CORNERS EXAMPLE*/

.horiznav ul.level1 li.tl,.horiznav ul.level1 li.tl:hover{
  background:transparent url(../images/blue/topmenu/square/tl.png)!important;
}
.horiznav ul.level1 li.tr,.horiznav ul.level1 li.tr:hover{
  background:transparent url(../images/blue/topmenu/square/tr.png) no-repeat right top!important;
}
.horiznav ul.level2 li.tl,.horiznav ul.level2 li.tl:hover{
  background:transparent url(../images/blue/topmenu/corners/tl.png)!important;
}
.horiznav ul.level2 li.tr,.horiznav ul.level2 li.tr:hover{
  background:transparent url(../images/blue/topmenu/corners/tr.png) no-repeat right top!important;
}
.top_menu ul.subul_main.level1{
  margin-top:3px;
}
/********************** YJSG MEGA MENU STYLE ***************************/
/* Group holder title*/
.top_menu .horiznav .group_holder li.haschild a, .top_menu .horiznav .group_holder li.haschild .group_holder li.haschild a {
  color: #777777;
  border:none;
  background:none;
}
.top_menu .horiznav .group_holder li.haschild a:hover, .top_menu .horiznav .group_holder li.haschild .group_holder li.haschild a:hover {
  color: #4ebaff;
  background:none;
}
/* Group holder items title*/
.top_menu .horiznav .group_holder li.haschild li a, .top_menu .horiznav .group_holder li.haschild .group_holder li.haschild li a {
  color: #777777;
  border-bottom: 1px solid #dddddd;
  background:#FFFFFF;
}
.top_menu .horiznav .group_holder li.haschild li a:hover, .top_menu .horiznav .group_holder li.haschild .group_holder li.haschild li a:hover {
  color: #4ebaff;
  background:#ececec;
}
span.separator {
  background:#FFFFFF;
  border-bottom: 1px solid #dddddd;
  color: #121212;
}
/*Menu module links*/
div.yj_menu_module_holder .yjsquare_in a:link, div.yj_menu_module_holder .yjsquare_in a:visited {
  color:#121212!important;
}
div.yj_menu_module_holder .yjsquare_in a:focus, div.yj_menu_module_holder .yjsquare_in a:hover {
  color:#525252!important;
}
/*SIDE MENU MODULE
--------------------- */
/* MENU NORMAL LINKS COLOR */
#mainlevel li a, .menu li a, a.mainlevel {
  background: url(../images/blue/mainlevel.gif) no-repeat left top;/* LINKS BG IMAGE */
  color:#333333;
}
/* HOVER AND ACTIVE LINKS BG IMAGE */
#mainlevel li a:hover, #mainlevel a#active_menu:link, #mainlevel a#active_menu:visited, a.mainlevel:hover, a.mainlevel#active_menu, #mainlevel li a:hover, #mainlevel a#active_menu:link, #mainlevel a#active_menu:visited, .menu li a:hover, .menu li.active a {
  background: url(../images/blue/mainlevel.gif) no-repeat left bottom;
}
/* SUB LEVELS LI IMAGE */
a.sublevel {
  background: url(../images/blue/bodyli.gif) no-repeat 5px 9px;
}
a.sublevel:hover {
  text-decoration:underline;
}
/*HOVER AND ACTIVE LINK COLOR */
#footmod a.mainlevel:hover, #footmod a.mainlevel:active, #footmod a.mainlevel:focus, #mainlevel li a:hover, #mainlevel a#active_menu:link, #mainlevel a#active_menu:visited, a.mainlevel#active_menu, a.sublevel, a.sublevel:hover, a.sublevel:active, a.sublevel:focus, #active_menu, a.mainlevel:hover, a.mainlevel:active, a.mainlevel:focus, li.active a, li.parent a, .menu li a:hover {
  color:#4ebaff;
}
/* MENU LI A AND MENU SUB LEVELS LINK COLOR */
li.active ul li a, a.sublevel#active_menu {
  color:#4ebaff;
}
/* MENU LI A HOVER AND ACTIVE LINK COLOR AND BG */
li.active ul li a:hover, li.active ul li.active a {
  color:#333333;
  background: url(../images/blue/mainlevel.gif) no-repeat left top;
}
/* SITES LI IMAGE */
ul li {
  background: url(../images/blue/bodyli.gif) no-repeat 0px 5px;
}
/*USER PAGES STYLES */
div.userpages{
  background:none;
  border:none;
  text-shadow:none;
}
div.userpageswrap.offline div.userpages{
  border:none;
  background:#fff;
}
/*16 and up*/
div.userpages dt{
  background:#fff;
  border:1px solid #ccc;
}
/* IMAGE CAPTIONS */
p.img_caption {
  background:#efefef;
  border:1px solid #ccc;
  text-shadow:1px 1px #fff;
  text-transform:uppercase;
  color:#5F5F5F;
}
/*SECTION TABLE ENTERY COLORS- */
table.pollstableborder tr.sectiontableentry1 td, table.pollstableborder tr.sectiontableentry2 td {
  border: none;
}
.sectiontableheader {
  border: 1px solid #f4f4f4;
  background:#fff;
}
.sectiontableentry1 {
  background-color : #f4f4f4;
}
tr.sectiontableentry1 td, tr.sectiontableentry2 td, td.sectiontableentry1, td.sectiontableentry2 {
  border-bottom: 1px solid #fff;
}
tr.sectiontableentry1 td, td.sectiontableentry1 {
  background-color: #f4f4f4;
}
tr.sectiontableentry2 td, td.sectiontableentry2 {
  background-color: #fff;
}
tr.sectiontableentry1:hover td, tr.sectiontableentry2:hover td {
  background-color: #f9f9f9;
}

/************************************************\
******************YOU EDITION*********************
\************************************************/

/****************YJSG1 OUT*******************/
.yjsg1_out{
  background:url(../images/yjsg1_bg.jpg) repeat;
}
/************END YJSG1 OUT*************/
/***********RSS CUSTOM MODULE*********/
.yjsquare.rss{
  background:url(../images/blue/rss.png) no-repeat left 2px!important;
  color:#fafafa;
  text-shadow:1px 1px #262626;
}
.yjsquare.rss span{
  color:#ababab;
}
.yjsquare.rss a:link,
.yjsquare.rss a:visited{
  color:#fafafa;
}
.yjsquare.rss a:hover,
.yjsquare.rss a:focus{
  color:#4ebaff;
}
/*********END RSS CUSTOM MODULE*********/
/***********SMALL MENU************/
.yjsquare.smallmenu ul li a.mainlevel,.yjsquare.smallmenu ul li a.mainlevel:hover {
  background:url(../images/small_menu_sep.png) no-repeat right 9px;
}
.yjsquare.smallmenu ul li a.mainlevel:link,
.yjsquare.smallmenu ul li a.mainlevel:visited{
  color:#fafafa;
  text-shadow:1px 1px #262626;
}
.yjsquare.smallmenu ul li a.mainlevel:hover,
.yjsquare.smallmenu ul li a.mainlevel:focus{
  color:#4ebaff;
  text-shadow:1px 1px #262626;
}
/***********END SMALL MENU************/
/************YJ LIVE SEARCH*************/
.yjlsearch #defaultfeedLiveSearch.yj_inputbox{
  text-shadow:1px 1px #262626;
  color:#ababab;
  background:#494949;
  border:1px solid #000;
}
.yjlsearch .button{
  background:url(../images/search_button.png) no-repeat left top;
  text-shadow:1px 1px #fff;
}
.LiveSearchResults{
  border:1px solid #e7e7e7;
}
.LiveSearchResults a.next, .LiveSearchResults a.back{
  background:url(../images/blue/yjlive_next.png) no-repeat left top!important;
}
.LiveSearchResults a.next:hover, .LiveSearchResults a.back:hover{
  color:#333333;
  background:url(../images/blue/yjlive_next.png) no-repeat left top!important;
}
.LiveSearchResults .LiveSearchResult{
  border-bottom:1px solid #e7e7e7;
}
.LiveSearchResults .LiveSearchResultHover{
  border-bottom:1px solid #e7e7e7;
  background:url(../images/blue/yjlive_result_bg.png) repeat-x left top!important;
}
.LiveSearchResults .LiveSearchExpandDetails,
.LiveSearchResults .LiveSearchExpandDetails a:HOVER,
.LiveSearchResults .LiveSearchExpandDetails a.hovered{
  background:url(../images/yjlive_info.png) no-repeat center center;
}
/**********END YJ LIVE SEARCH***********/
/****************HEADER********************/
.header_out{
  background:#ffffff;
}
/*************END HEADER********************/
/*****************LOGO********************/
#logo {
  background:url(../images/blue/logo.png) no-repeat left top;
}
#logo a{
  background:url(../images/blue/logo.png) no-repeat left bottom;
}
/**************END LOGO********************/

/***************TOP MENU******************/
.menu_out{
  background:url(../images/blue/topmenu/topmenu_holder.png) repeat-x left top;
}
/************END TOP MENU**************/
/*********DEFAULT MODULE STYLE********/
.yjsquare{
  background:#fff;
  border:1px solid #e7e7e7;
}
.youed_readmore{
  background:url(../images/blue/readmore.png) no-repeat left top;
  text-shadow:1px 1px #2ea2ff;
}
a.youed_readmore:link,
a.youed_readmore:visited{
  color:#fff;
}
a.youed_readmore:hover,
a.youed_readmore:focus{
  color:#333333;
}
/*********END DEFAULT MODULE STYLE********/
/************NEWS SLIDER 10**************/
/*--Slides--*/
.yens #slides{
  background:#fff;
  border-right:1px solid #e7e7e7;
}
.yens #slides span.info_title{
  color:#3a3a3a;
}
.yens .slide_info a.read{
  background:url(../images/blue/readmore.png) no-repeat left top!important;
  color:#ffffff;
  text-shadow:1px 1px #2ea2ff;
}
.yens .slide_info a.read:hover,
.yens .slide_info a.read:focus{
  color:#333333;
}
/*--Navigator--*/
.yens #navigator10 li.element div.inner{
/*--If you are using playlist on the left side please uncomment the line under---*/
/*--background:url(../images/ns10_nav_normal.jpg) repeat-y right top; --*/
  background:url(../images/ns10_nav_normal.jpg) repeat-y left top;
}
.yens #navigator10 li.element div.inner span.title{
  color:#9a9a9a;
}
/*--Right Align playlist--*/
#navigator10 li.selected_right div.inner{
  background:url(../images/blue/ns10_nav_active.jpg) no-repeat left top!important;
  color:#3a3a3a!important;
}
#navigator10 li.selected_right div.inner span.title{
  color:#3a3a3a!important;
}
/*--Left Align playlist--*/
#navigator10 li.selected_left div.inner{
  background:url(../images/blue/ns10_nav_active.jpg) no-repeat right top!important;
  color:#3a3a3a!important;
}
#navigator10 li.selected_left div.inner span.title{
  color:#3a3a3a!important;
}
/********END NEWS SLIDER 10**************/
/*******SOCIAL LINKS***********/
.socials{
  color:#999999;
}
.socials span.socialrss{
  color:#f58550;
  background:url(../images/rss.jpg) no-repeat 5px center;
}
.socials span.twitter{
  color:#33ccff;
  background:url(../images/twitter.jpg) no-repeat 5px center;
}
.socials span.facebook{
  color:#3f5895;
  background:url(../images/facebook.jpg) no-repeat 5px center;
}
/******END SOCIAL LINKS*******/
/********YJ ACORDION NEWSFLASH--------*/
.yean .cat_title{
  color:#333333;
}
.yean .yjacnf_toggler_style{
  border-top:1px solid #eeeeee;
}
.yean .title_in{
  color:#393939;
}
.yean a.item_image:hover{
  background:#000 url(../images/hover_image.png) no-repeat center center!important;
}
.yean .item_details{
  color:#999999;
}
.yean .item_readmore{
  background:url(../images/blue/readmore.png) no-repeat left top;
  color:#ffffff;
  text-shadow:1px 1px #2ea2ff;
}
/********END YJ ACORDION NEWSFLASH--------*/
/**********YJ MULTITABS**************/
.yemt{
  border:none;
}
.yemt #tabs{
  border-top:1px solid #e7e7e7;
  border-right:1px solid #e7e7e7;
}
.yemt #tabs li{
  color:#555555;
  background:#fff url(../images/tabs_normal.jpg) no-repeat left top;
}
.yemt #tabs li:hover{
  background:#fff url(../images/tabs_hover.jpg) repeat-y left top;
}
.yemt #tabs li.selected{
  background:#fff url(../images/tabs_hover.jpg) repeat-y left top;
}
.yemt .tab_content_in{
  border:1px solid #e7e7e7;
  border-top:none!important;
}
/********END YJ MULTITABS***********/
/*******K2 MENU MY************/
.k2CategoriesListBlock ul li a{
  color:#393939;
}
.k2CategoriesListBlock ul li a:hover{
  color:#4ebaff;
}
/*******END K2 MENU MT***********/

/********ADVERTISE SMALL************/
.advertisesmall{
  background:none;
  border:none;
}
/*****END ADVERTISE SMALL***********/
/*******YOUDEVELOPER SLIDER*******/
.yeds .youd_category{
  color:#333333;
  border-bottom:1px solid #e7e7e7;
}
.yeds .youd_date{
  color:#999999;
}
/*navigation*/
.yeds #Youdeveloperslider .navigator li {
  background:url(../images/blue/yuod_nav.png) no-repeat top left!important;
}
.yeds #Youdeveloperslider .navigator li.selected {
  background:url(../images/blue/yuod_nav.png) no-repeat bottom left!important;
}
/*******END YOUDEVELOPER SLIDER*******/
/*******BOTTOM GRIDS***********/
#yjsg6,#yjsg7{
  background:url(../images/bottom_grids_bg.png) repeat;
}
#yjsg6 .title_l,#yjsg6 .title_r,
#yjsg7 .title_l,#yjsg7 .title_r{
  background:url(../images/blue/bottom_h4_l.png) no-repeat left center;
}
#yjsg6 .title_r,#yjsg7 .title_r{
  background:url(../images/blue/bottom_h4_r.png) no-repeat right center;
}
#yjsg6 .title_holder,#yjsg7 .title_holder{
  background:url(../images/bottom_h4_holder.png) repeat-x left top;
}
#yjsg6{
  border:1px solid #000;
  border-bottom:0;
}
#yjsg7{
  border:1px solid #000;
  border-top:0;
}
/*******BOTTOM GRIDS***********/
/*******YJ LATEST TWITTS******/
.yelt .yj_twitter_cont{
  background:url(../images/twitts_inset.jpg) repeat-x left bottom;
}
.yelt .yj_twitter_updated{
  color:#fff;  
}
.yelt .yj_twitter_title a:link,
.yelt .yj_twitter_title a:visited{
  color:#aaaaaa;
}
.yelt .yj_twitter_title a:hover,
.yelt .yj_twitter_title a:focus{
  color:#4ebaff;
}

/*****END YJ LATEST TWITTS******/
/*******K2 CONTENT FOOTER*******/
.yecf ul li{
  background:url(../images/twitts_inset.jpg) repeat-x left bottom!important;
}
.yecf .moduleItemAuthor a:link,
.yecf .moduleItemAuthor a:visited{
  color:#989898!important;
}
.yecf .moduleItemAuthor a:hover,
.yecf .moduleItemAuthor a:focus{
  color:#4ebaff!important;  
}
.yecf ul li a:link,
.yecf ul li a:visited{
  color:#fff!important;  
}
.yecf ul li a:hover,
.yecf ul li a:focus{
  color:#4ebaff!important;  
}
.yecf a.moduleItemImage:hover{
  background:#000 url(../images/hover_image.png) no-repeat center center;
}
/*******END K2 CONTENT FOOTER*******/
/*******SUBSCRIBE FOOTER*******/
#subscribe_holder .inputbox{
  color:#ffffff;
  background:url(../images/inpub_box_footer.png) no-repeat left top;
}
.sub_button {
  color:#fff;
  text-shadow:1px 1px #2ea2ff;
  background:url(../images/blue/submit_button_footer.png) no-repeat left top;
}
/*******END SUBSCRIBE FOOTER*******/
span.dropcap,span.bignumber{
  color:#4ebaff;
}
.componentheading{
  color:#393939;
  border-bottom:1px solid #e7e7e7;
}
/*** K2 Colors ***/
div.subCategory h2 a:link,
div.subCategory h2 a:visited{
  color:#000;
}
div.subCategory h2 a:hover,
div.subCategory h2 a:focus{
  color:#4ebaff;
}
/* sub cat read more */
a.subCategoryMore, a.subCategoryMore:visited,div.catItemReadMore,.userView .itemReadMore,
.tagView .itemReadMore {
  background:url(../images/blue/readon_l.png) no-repeat left top;
}
a.subCategoryMore span,div.catItemReadMore span,.userView .itemReadMore span,
.tagView .itemReadMore span{
  background:url(../images/blue/readon_r.png) no-repeat right top;
}
a.subCategoryMore:link,a.subCategoryMore:visited,
.catItemReadMore a:link,.catItemReadMore a:visited,
.userView .itemReadMore a:link,.userView .itemReadMore a:visited,
.tagView .itemReadMore a:link,.tagView .itemReadMore a:visited{
  color:#fff;
  text-shadow:1px 1px #2ea2ff;
}
a.subCategoryMore:hover,a.subCategoryMore:focus,
.catItemReadMore a:hover,.catItemReadMore a:focus,
.userView .itemReadMore a:hover,.userView .itemReadMore a:focus,
.tagView .itemReadMore a:hover,.tagView .itemReadMore a:focus{
  color:#333333;
}
div.itemHeader h2.itemTitle,
a.moduleItemTitle:hover,a.moduleItemTitle:focus,
.k2LatestCommentsBlock ul li a span{
  color:#4ebaff;
}
#submitCommentButton {
  background:url(../images/blue/readmore.png) no-repeat left top!important;
  color:#fff;
  text-shadow:1px 1px #262626;
}
ul.preSocialLinks li a{
  background-image: url(../images/blue/socials.png);
}
div.k2TagCloudBlock a:hover {
  border:1px solid #4ebaff;
}
.k2CategoriesListBlock ul li a {
  background:url(../images/blue/mainlevel.gif) no-repeat left top;
}
/* main caregory link*/
div.k2CategoriesListBlock ul li.activeCategory a {
  color:#4ebaff!important;
}
div.k2CategoriesListBlock ul li.activeCategory a:hover {
  color:#4ebaff!important;
}
/*---Menu dropline extra---*/
.subul_main.dropline.level1{
  background:#fafafa!important;
}
.subul_main.dropline.level1 a,.subul_main.dropline.level1 a:hover{
  background:none!important;
}