﻿@font-face {
  font-family: 'FontAwesome';
  src: url('fonts/fontawesome-webfont.eot?v=4.0.3');
  src: url('fonts/fontawesome-webfont.eot?#iefix&v=4.0.3') format('embedded-opentype'), url('Fonts/fontawesome-webfont.woff?v=4.0.3') format('woff'), url('Fonts/fontawesome-webfont.ttf?v=4.0.3') format('truetype'), url('Fonts/fontawesome-webfont.svg?v=4.0.3#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}

/* Edited */
.news_g4, .news_g4 p, .news_g4_summary  {
    color: #333333;
    font-size: 1em;
}

.news_g4 .head p {
    margin: 0;
}

/* Edited */
.news_g4 .head {
    /* margin: 0 0 40px 0; */
	margin: 0 0 0 0;
}
/* End Edit */

.news_g4 .news_g4-wrapper {
    background-color: #FFFFFF;
    padding: 0 15px 15px 15px;
    position: relative;
}

.news_g4 .managearticle {
    float: right;
    margin: 0 0 15px 15px;
}

.news_g4 a.read-more,
.news_g4 .social-network {
    float: right;
    margin: 15px 0 0 0;
}

.news_g4 .rssfeeds {
    float:right;
}

.news_g4 .clear-both {
    clear: both;
}

.news_g4 .article-large .icons a .comment {
    bottom: 6px;
    color: #FFFFFF;
    display: block;
    position: absolute;
    text-align: center;
    width: 100%;
}

/* Edited */
.news_g4 .item-article + .item-article {
    border-top: 1px solid #ECECEC;
    margin: 10px 0 0 0;
    padding: 25px 0 0 0;
}

/* Edited */
.news_g4 .post-meta {
    margin: 0 0 10px;
    font-size: 14px;
    position: relative;
}
.news_g4 .post-meta a{color: #cc3545;font-size: 14px;text-decoration:underline;}
.news_g4 .post-meta a:hover{text-decoration:none;}
/* End Edit */

.news_g4 .fa {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    margin-right: 3px;
}

.news_g4 a {
    color: #000;
    transition: all 0.4s ease-out 0s;
    text-decoration: none;
}

/* Edited */
.news_g4 p a, .news_g4 li a, .news_g4 blockquote a {
    color: #007dc3; 
    text-decoration: underline;
}

.news_g4 .comment-item {
    margin: 0 0 15px;
}

.news_g4 .comment-item .img {
    border: 5px solid #FFFFFF;
    border-radius: 37.5px;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.4);
    height: 75px;
    margin: 0 15px 0 0 !important;
    width: 75px;
}

.news_g4 .CommentData .comment-item .content {
    min-height: 95px;
    padding-left: 110px;
}

.news_g4 .recent-comments .comment-item .content {
    padding-left: 50px;
}

.news_g4 .comment-item .comment-meta {
    float: left;
    margin: 0;
}

.news_g4 .fa-clock-o:before {
  content: "\f017";
}

.news_g4 .fa-user:before {
    content: "\f007";
}

.news_g4 .fa-reply:before {
    content: "\f112";
}

.news_g4 .fa-comments:before {
  content: "\f086";
}

.news_g4 .fa-eye:before {
  content: "\f06e";
}

.news_g4 .CommentData {
    margin: 20px 0 0 0;
}

.news_g4 .CommentForm label {
    margin: 0 10px 10px 0;
    float: none !important;
    font-weight: bold;
    display: inline;
    cursor: text;
}

.news_g4 .comment-item .comment {
    background-color: #F4F4FC;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    padding: 10px;
    position: relative;
}

.news_g4 .CommentData .com .comment {
    background-color: #129EFC;
    color: #FFFFFF;
}

.news_g4 .comment-item .triangle {
    border-bottom: 7.5px solid rgba(0, 0, 0, 0);
    border-right: 10px solid #F4F4FC;
    border-top: 7.5px solid rgba(0, 0, 0, 0);
    left: -9px;
    position: absolute;
    top: 10px;
}

.news_g4 .com.comment-item .triangle {
    border-right: 10px solid #129EFC;
}

.news_g4 a.mbutton {
    font-weight: normal;
    padding: 6px 10px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    background-color: #129EFC;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    color: #fff;
    display: inline-block;
    margin-bottom: 5px;
}

.news_g4 a.read-more {
    color: #129EFC;
    font-weight: bold;
}

.news_g4 a.read-more:hover {
    text-decoration: underline;
}

.news_g4 a.mbutton:hover {
    background-color: #94DEFF;
}

.news_g4 .SaveComment:hover {
    background-color: #FB2902;
    color: #ffffff;
}

.news_g4 input[type="text"], 
.news_g4 textarea {
    background-color: #fff;
    border: 1px solid #E1E1E1;
    border-radius: 3px;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1) inset;
    font-size: 12px;
    line-height: 22px;
    min-height: 22px;
    padding: 8px;
    margin: 0;
    width: 100% !important;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    height: 40px;
}

.news_g4 .CommentForm input[type="checkbox"], 
.news_g4 .CommentForm input[type="radio"] {
    margin: 5px;
}

.news_g4 .search .textbox {
    box-sizing: border-box;
    color: #1E1E1E;
    font-size: 16px;
    line-height: 30px;
    margin: 0;
    padding: 8px 40px 10px 10px;
    width: 100%;
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.4);
    background-color: #fff;
}

.news_g4 .search-button {
    background: url(Images/search.gif) no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: medium none !important;
    height: 19px;
    position: absolute;
    right: 10px;
    text-indent: -999px;
    width: 19px;
    margin-top: 11px;
}

.news_g4 h2,
.news_g4 h2 a {
   color: #555555;
/* Edited
   font-family: Arial,Helvetica,sans-serif;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: normal;
    
    line-height: normal;
*/
}

/* Edited*/
/* .news_g4 h1 {font-size:25px;color:#000000;font-family:"Oxygen","Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;font-weight:normal;line-height:30px; text-decoration: none;} */
.news_g4 h1 a:hover {text-decoration: underline;}
/* End Edit */

.news_g4 h3,
.news_g4 h3 a.title,
.news_g4 .lawidget h5,
.news_g4 label.newheading,
.news_g4 h4.heading {
/*    font-family: Arial,Helvetica,sans-serif; */
    font-size: 18px;
    font-weight: normal;
    letter-spacing: normal;
    color: #000;
    line-height: normal;
}

.news_g4 .lawidget h5 {
    font-size: 13px;
    font-weight: bold;
}

.news_g4 h3 {
    border-bottom: 1px solid #ECECEC;
    margin: 0 0 20px;
    padding: 0 0 10px;
}

.news_g4 .item-article h3 {
    display: table;
    margin-bottom: 15px;
}

.news_g4 span.line {
    display: block;
    height: 4px;
    margin: 7px 0 -11px;
    width: 50px;
    background-color: #129efc;
    padding:0;
}

.news_g4 .hasbookmark, 
.news_g4 .nobookmark {
    width: 25px;
    height: 25px;
    right: 0;
    top: -5px;
    position: absolute;
}

.news_g4 .article-thumbnail, 
.news_g4 .page-thumbnail {
    float: left;
    margin: 0 10px 0 0;
    background-color: #FFFFFF;
    border: 1px solid #E0E0E8;
    padding: 4px;
    max-width: 350px;
    /* Edited */
    width: 20%;
}

.news_g4 .jackbox,
.news_g4 .la-intro,
.news_g4 .pages {
    margin-bottom: 15px;
}

.news_g4 .jackbox .article-thumbnail, 
.news_g4 .jackbox .page-thumbnail{
    float: none;
    margin: 0;
    max-height: 100%;
    max-width: 100%;    
}

.news_g4 .lawidget .article-thumbnail {
/*    height: 75px;
    width: 190px; */
	/* Edited */
	float:left; 
	margin:0 8px 8px 0;
	border:0px solid #eee;
	border-radius:5px;
	-moz-border-radius:
	5px;webkit-border-radius:5px; 
	width: 20%;
}

.news_g4 .tags a {    
    display: block;
    font-size: 13px;
    line-height: 13px;
    padding: 5px;
    margin: 0 10px 10px 0;
    float: left;
    border: 1px solid #94DEFF;
}

.news_g4 .tags a:hover {
    background-color: #129EFC;
    color: #F0F0F8;
}

.news_g4 .tags span {
    margin: 0 3px 3px 0;
    transition: all 0.4s ease-out 0s;
}

.news_g4 .tags h3 span {
    margin: 7px 0 -11px;
}

.news_g4 .categories ul,
.news_g4 .authors ul {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}

.news_g4 .categories ul li,
.news_g4 .authors ul li {
    list-style: none outside none;
    padding: 5px 10px;
    margin: 0 0 5px;
    border: 1px solid #94deff;
}

.news_g4 .categories li:hover,
.news_g4 .authors ul li:hover {
    background-color: #129efc;
}

.news_g4 .categories li:hover a,
.news_g4 .authors li:hover a {
    color: #F0F0F8;
}

.news_g4 .lawidget {
    margin: 0 0 20px 0;
    background-color: #fff;
/*    padding: 0 15px 15px 15px; */
    padding: 0 15px 15px 0;
/* Edited 
    -moz-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.4);
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    color: #606068; */
}

.news_g4 .calendar {
    background: none;
    padding: 0;    
}

.news_g4 .comment-item img {
    border: 5px solid #FFFFFF;
    border-radius: 42.5px;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.4);
    position: absolute;
}

.news_g4 .comment-item.com {
    margin-left: 90px;
    clear: both;
}

.news_g4 .reply, 
.news_g4 .comment-meta {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    color: #B0B0B8;
    line-height: 18px;
} 

.news_g4 a.reply {
    float: right;
}

.news_g4 .fa-reply {
    float: right;
    font-size: 13px;
    color: #B0B0B8;
}

.news_g4 .reply:hover {
    color: #ff0000;
}

.news_g4 .pager a, .news_g4 .pager > span, .news_g4 .pager .CurrentPageSelected {
    background: none repeat scroll 0 0 #F4F4FC;
    display: inline-block;
    font-size: 13px;
    line-height: 13px;
    margin-bottom: 4px;
    padding: 8px 10px;
    vertical-align: middle;
}

.news_g4 .pager .CurrentPageSelected, .news_g4 .pager span.CurrentPage {
    background-color: #129EFC;
    color: #F0F0F8;
}

.news_g4 .pager {
    text-align: center;
    margin-top: 30px;
}

.news_g4 .pager span.CurrentPage strong, .news_g4 .pager span.CurrentPageSelected strong {
     color: #FFFFFF;
}

.news_g4 .pager a:hover {
    background-color: #129EFC;
    color: #F0F0F8;
}

.news_g4 fieldset{margin-top:20px;-moz-border-radius:3px;border-radius:3px;webkit-border-radius:3px;padding:10px;border:1px #cccccc solid;}
.news_g4 fieldset legend{font-weight:bold;}
.news_g4 .attachments{margin:0;padding:0;}
.news_g4 .attachments li{list-style-type:none;}
.news_g4 .attachments li a{font-size:12px;}
.news_g4 .attachments img{vertical-align:text-bottom;}

/*
 * jQuery UI CSS Framework 1.8.16
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Theming/API
 */

/* Layout helpers
----------------------------------*/
 .news_g4 .ui-helper-hidden { display: none; }
 .news_g4 .ui-helper-hidden-accessible { position: absolute !important; clip: rect(1px 1px 1px 1px); clip: rect(1px,1px,1px,1px); }
 .news_g4 .ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; }
 .news_g4 .ui-helper-clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
 .news_g4 .ui-helper-clearfix { display: inline-block; }
/* required comment for clearfix to work in Opera \*/
* html .ui-helper-clearfix { height:1%; }
 .news_g4 .ui-helper-clearfix { display:block; }
/* end clearfix */
 .news_g4 .ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter:Alpha(Opacity=0); }


/* Interaction Cues
----------------------------------*/
 .news_g4 .ui-state-disabled { cursor: default !important; }


/* Icons
----------------------------------*/

/* states and images */
 .news_g4 .ui-icon { display: block; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat; }


/* Misc visuals
----------------------------------*/

/* Overlays */
 .news_g4 .ui-widget-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }


/*
 * jQuery UI CSS Framework 1.8.16
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Theming/API
 *
 * To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Verdana,Arial,sans-serif&fwDefault=normal&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=cccccc&bgTextureHeader=03_highlight_soft.png&bgImgOpacityHeader=75&borderColorHeader=aaaaaa&fcHeader=222222&iconColorHeader=222222&bgColorContent=ffffff&bgTextureContent=01_flat.png&bgImgOpacityContent=75&borderColorContent=aaaaaa&fcContent=222222&iconColorContent=222222&bgColorDefault=e6e6e6&bgTextureDefault=02_glass.png&bgImgOpacityDefault=75&borderColorDefault=d3d3d3&fcDefault=555555&iconColorDefault=888888&bgColorHover=dadada&bgTextureHover=02_glass.png&bgImgOpacityHover=75&borderColorHover=999999&fcHover=212121&iconColorHover=454545&bgColorActive=ffffff&bgTextureActive=02_glass.png&bgImgOpacityActive=65&borderColorActive=aaaaaa&fcActive=212121&iconColorActive=454545&bgColorHighlight=fbf9ee&bgTextureHighlight=02_glass.png&bgImgOpacityHighlight=55&borderColorHighlight=fcefa1&fcHighlight=363636&iconColorHighlight=2e83ff&bgColorError=fef1ec&bgTextureError=02_glass.png&bgImgOpacityError=95&borderColorError=cd0a0a&fcError=cd0a0a&iconColorError=cd0a0a&bgColorOverlay=aaaaaa&bgTextureOverlay=01_flat.png&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=01_flat.png&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
 */


/* Component containers
----------------------------------*/
 .news_g4 .ui-widget { font-family: Verdana,Arial,sans-serif; font-size: 1.1em; }
 .news_g4 .ui-widget .ui-widget { font-size: 1em; }
 .news_g4 .ui-widget input,  .news_g4 .ui-widget select,  .news_g4 .ui-widget textarea,  .news_g4 .ui-widget button { font-family: Verdana,Arial,sans-serif; font-size: 1em; }
 .news_g4 .ui-widget-content { border: 0; background: #ffffff url(Images/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x; color: #222222; }
 .news_g4 .ui-widget-content a { color: #222222; }
 .news_g4 .ui-widget-header { border: 1px solid #aaaaaa; background: #cccccc url(Images/ui-bg_highlight-soft_75_cccccc_1x100.png) 100% 100% repeat-x; color: #222222; font-weight: bold; }
 .news_g4 .ui-widget-header a { color: #222222; }

/* Interaction states
----------------------------------*/
 .news_g4 .ui-state-default, .news_g4 .ui-widget-content .ui-state-default,  .news_g4 .ui-widget-header .ui-state-default { border: none; background:none; font-weight: normal; color: #555555; }
 .news_g4 .ui-state-hover a,  .news_g4 .ui-state-hover a:hover { color: #212121; text-decoration: none; }
 .news_g4 .ui-state-active,  .news_g4 .ui-widget-content .ui-state-active,  .news_g4 .ui-widget-header .ui-state-active { border: 1px solid #aaaaaa; background: #ffffff url(Images/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x; font-weight: normal; color: #212121; }
 .news_g4 .ui-state-active a,  .news_g4 .ui-state-active a:link,  .news_g4 .ui-state-active a:visited { color: #212121; text-decoration: none; }
 .news_g4 .ui-widget :active { outline: none; }

/* Interaction Cues
----------------------------------*/
 .news_g4 .ui-state-highlight,  .news_g4 .ui-widget-content .ui-state-highlight,  .news_g4 .ui-widget-header .ui-state-highlight  {border: 1px solid #fcefa1; background: #fbf9ee url(Images/ui-bg_glass_55_fbf9ee_1x400.png) 50% 50% repeat-x; color: #363636; }
 .news_g4 .ui-state-highlight a,  .news_g4 .ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a { color: #363636; }
 .news_g4 .ui-state-error,  .news_g4 .ui-widget-content .ui-state-error,  .news_g4 .ui-widget-header .ui-state-error {border: 1px solid #cd0a0a; background: #fef1ec url(Images/ui-bg_glass_95_fef1ec_1x400.png) 50% 50% repeat-x; color: #cd0a0a; }
 .news_g4 .ui-state-error a,  .news_g4 .ui-widget-content .ui-state-error a,  .news_g4 .ui-widget-header .ui-state-error a { color: #cd0a0a; }
 .news_g4 .ui-state-error-text,  .news_g4 .ui-widget-content .ui-state-error-text,  .news_g4 .ui-widget-header .ui-state-error-text { color: #cd0a0a; }
 .news_g4 .ui-priority-primary,  .news_g4 .ui-widget-content .ui-priority-primary,  .news_g4 .ui-widget-header .ui-priority-primary { font-weight: bold; }
 .news_g4 .ui-priority-secondary,  .news_g4 .ui-widget-content .ui-priority-secondary,  .ui-widget-header .ui-priority-secondary { opacity: .7; filter:Alpha(Opacity=70); font-weight: normal; }
 .news_g4 .ui-state-disabled,  .news_g4 .ui-widget-content .ui-state-disabled,  .news_g4 .ui-widget-header .ui-state-disabled { opacity: .35; filter:Alpha(Opacity=35); background-image: none; }

/* Icons
----------------------------------*/

/* states and images */
 .news_g4 .ui-icon { width: 16px; height: 16px; background-image: url(Images/ui-icons_222222_256x240.png); }
 .news_g4 .ui-widget-content .ui-icon {background-image: url(Images/ui-icons_222222_256x240.png); }
 .news_g4 .ui-widget-header .ui-icon {background-image: url(Images/ui-icons_222222_256x240.png); }
 .news_g4 .ui-state-hover .ui-icon,  .news_g4 .ui-state-focus .ui-icon {background-image: url(Images/ui-icons_454545_256x240.png); }
 .news_g4 .ui-state-active .ui-icon {background-image: url(Images/ui-icons_454545_256x240.png); }
 .news_g4 .ui-state-highlight .ui-icon {background-image: url(Images/ui-icons_2e83ff_256x240.png); }
 .news_g4 .ui-state-error .ui-icon,  .news_g4 .ui-state-error-text .ui-icon {background-image: url(Images/ui-icons_cd0a0a_256x240.png); }

/* positioning */
 .news_g4 .ui-icon-circle-triangle-e { background-position: -48px -192px; }
 .news_g4 .ui-icon-circle-triangle-w { background-position: -80px -192px; }

/* Corner radius */
 .news_g4 .ui-corner-all,  .news_g4 .ui-corner-top,  .news_g4 .ui-corner-left,  .news_g4 .ui-corner-tl { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; -khtml-border-top-left-radius: 4px; border-top-left-radius: 4px; }
 .news_g4 .ui-corner-all,  .news_g4 .ui-corner-top,  .news_g4 .ui-corner-right,  .news_g4 .ui-corner-tr { -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; -khtml-border-top-right-radius: 4px; border-top-right-radius: 4px; }
 .news_g4 .ui-corner-all,  .news_g4 .ui-corner-bottom,  .news_g4 .ui-corner-left,  .news_g4 .ui-corner-bl { -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; -khtml-border-bottom-left-radius: 4px; border-bottom-left-radius: 4px; }
 .news_g4 .ui-corner-all,  .news_g4 .ui-corner-bottom,  .news_g4 .ui-corner-right,  .news_g4 .ui-corner-br { -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; -khtml-border-bottom-right-radius: 4px; border-bottom-right-radius: 4px; }

/* Overlays */
 .news_g4 .ui-widget-overlay { background: #aaaaaa url(Images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x; opacity: .30;filter:Alpha(Opacity=30); }
 .news_g4 .ui-widget-shadow { margin: -8px 0 0 -8px; padding: 8px; background: #aaaaaa url(Images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x; opacity: .30;filter:Alpha(Opacity=30); -moz-border-radius: 8px; -khtml-border-radius: 8px; -webkit-border-radius: 8px; border-radius: 8px; }/*
 * jQuery UI Datepicker 1.8.16
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Datepicker#theming
 */
#ui-datepicker-div {display: none;}
.news_g4 .ui-datepicker { padding: .2em .2em 0; display: none;background: #ffffff url(Images/ui-bg_highlight-soft_75_cccccc_1x100.png) 100% 100% repeat-x;  }
.news_g4 .ui-datepicker .ui-datepicker-header { position:relative; padding:.2em 0; }
.news_g4 .ui-datepicker .ui-datepicker-prev,  .news_g4 .ui-datepicker .ui-datepicker-next { position:absolute; top: 2px; width: 1.8em; height: 1.8em; }
.news_g4 .ui-datepicker .ui-datepicker-prev-hover,  .news_g4 .ui-datepicker .ui-datepicker-next-hover { top: 4px; }
.news_g4 .ui-datepicker .ui-datepicker-prev { left:2px; }
.news_g4 .ui-datepicker .ui-datepicker-next { right:2px; }
.news_g4 .ui-datepicker .ui-datepicker-prev-hover { left:3px; }
.news_g4 .ui-datepicker .ui-datepicker-next-hover { right:4px; }
.news_g4 .ui-datepicker .ui-datepicker-prev span,  .news_g4 .ui-datepicker .ui-datepicker-next span { display: block; position: absolute; left: 50%; margin-left: -8px; top: 50%; margin-top: -8px;  }
.news_g4 .ui-datepicker .ui-datepicker-title { margin: 0 2.3em; line-height: 1.8em; text-align: center; }
.news_g4 .ui-datepicker .ui-datepicker-title select { font-size:1em; margin:1px 0; }
.news_g4 .ui-datepicker select.ui-datepicker-month-year {width: 100%;}
.news_g4 .ui-datepicker select.ui-datepicker-month, 
.news_g4 .ui-datepicker select.ui-datepicker-year { width: 49%;}
.news_g4 .ui-datepicker table {width: 100%; font-size: .9em; border-collapse: collapse; margin:0 0 .4em; }
.news_g4 .ui-datepicker th { padding: .7em .3em; text-align: center; font-weight: bold; border: 0;  }
.news_g4 .ui-datepicker td { border: 0; padding: 1px; }
.news_g4 .ui-datepicker td span,  .news_g4 .ui-datepicker td a { display: block; padding: .2em; text-align: center; text-decoration: none; }
.news_g4 .ui-datepicker .ui-datepicker-buttonpane { background-image: none; margin: .7em 0 0 0; padding:0 .2em; border-left: 0; border-right: 0; border-bottom: 0; }
.news_g4 .ui-datepicker .ui-datepicker-buttonpane button { float: right; margin: .5em .2em .4em; cursor: pointer; padding: .2em .6em .3em .6em; width:auto; overflow:visible; }
.news_g4 .ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current { float:left; }

/* with multiple calendars */
.news_g4 .ui-datepicker.ui-datepicker-multi { width:auto; }
.news_g4 .ui-datepicker-multi .ui-datepicker-group { float:left; }
.news_g4 .ui-datepicker-multi .ui-datepicker-group table { width:95%; margin:0 auto .4em; }
.news_g4 .ui-datepicker-multi-2 .ui-datepicker-group { width:50%; }
.news_g4 .ui-datepicker-multi-3 .ui-datepicker-group { width:33.3%; }
.news_g4 .ui-datepicker-multi-4 .ui-datepicker-group { width:25%; }
.news_g4 .ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header { border-left-width:0; }
.news_g4 .ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header { border-left-width:0; }
.news_g4 .ui-datepicker-multi .ui-datepicker-buttonpane { clear:left; }
.news_g4 .ui-datepicker-row-break { clear:both; width:100%; font-size:0em; }

/* RTL support */
.news_g4 .ui-datepicker-rtl { direction: rtl; }
.news_g4 .ui-datepicker-rtl .ui-datepicker-prev { right: 2px; left: auto; }
.news_g4 .ui-datepicker-rtl .ui-datepicker-next { left: 2px; right: auto; }
.news_g4 .ui-datepicker-rtl .ui-datepicker-prev:hover { right: 1px; left: auto; }
.news_g4 .ui-datepicker-rtl .ui-datepicker-next:hover { left: 1px; right: auto; }
.news_g4 .ui-datepicker-rtl .ui-datepicker-buttonpane { clear:right; }
.news_g4 .ui-datepicker-rtl .ui-datepicker-buttonpane button { float: left; }
.news_g4 .ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current { float:right; }
.news_g4 .ui-datepicker-rtl .ui-datepicker-group { float:right; }
.news_g4 .ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header { border-right-width:0; border-left-width:1px; }
.news_g4 .ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header { border-right-width:0; border-left-width:1px; }

.news_g4 a.lnktitle {font-weight: bold;}
.news_g4 .search{padding-bottom:20px; position: relative;}
.news_g4 .msearch-result {display:none;margin-bottom:50px;}
.news_g4 .msearch-result .ms-result .result{border-bottom:1px solid #cccccc;}
.news_g4 .msearch-result .close-button {background: url("Images/close.png") transparent no-repeat;border: none !important;text-indent: -999px;width: 30px;height:32px;position:relative;float:right;top:-28px;right:-22px;min-width:30px;box-shadow:none}
.news_g4 .msearch-result h3{margin:0px; padding:0px ; font-size:18px; font-weight:normal; text-decoration:none; color:#000000; font-weight: 100;letter-spacing: normal;}
.news_g4 .treeview .rtPlus, .news_g4 .treeview .rtMinus{background-image:url('Images/plusminus.png')}
.news_g4 .treeview .rtHover .rtIn, .news_g4 .treeview .rtSelected .rtIn {border:none !important; padding: 4px 3px 3px; background:none; text-decoration:underline;}
.news_g4 .treeview .rtLI .rtEdit .rtIn{border-color:#515151;background:#fff}
.news_g4 .treeview .rtLines .rtLI, .news_g4 .treeview .rtLines .rtFirst .rtUL{background-image:url('Images/nodespan.png')}
.news_g4 .treeview .rtLines .rtFirst, .news_g4 .treeview .rtLines .rtFirst .rtUL{background-image:url('Images/firstnodespan.png')}
.news_g4 .treeview .rtLines .rtLast, .news_g4 .treeview .rtLines .rtLast .rtUL{background-image:none}
.news_g4 .treeview .rtLines .rtTop{background-image:url('Images/topline.png')}
.news_g4 .treeview .rtLines .rtMid{background-image:url('Images/middleline.png')}
.news_g4 .treeview .rtLines .rtBot{background-image:url('Images/bottomline.png')}
.news_g4 .treeview .rtLines .rtLast .rtTop{background-image:url('Images/singleline.png')}
.news_g4 .treeview .rtIn {color:#000000 !important; font-family:Verdana,Arial,Helvetica,sans-serif;font-size:12px;}
.news_g4 .moverlay{display: none;width: 100%;background-color: black;z-index:1001;-moz-opacity: 0.8;opacity:.80;filter: alpha(opacity=80);}
.news_g4 .mlightbox {border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius :5px; display: none;position: absolute;top: 25%;left: 25%;right:25%;max-height: 50%;padding: 16px;border: 4px solid #CCC;background-color: white;z-index:1002;overflow: auto;}
.news_g4 .mlightbox .close-button{right:-12px;top:-14px; position:relative;}