/**
 * @copyright	Copyright (C) 2005 - 2014 Open Source Matters, Inc. All rights reserved.
 * @license		GNU General Public License version 2 or later; see LICENSE.txt
 */

/* Common CSS for system debug */
div#system-debug {
    clear: both;
}

#system-debug {
    background-color: #fff;
    color: #000;
    border: 1px dashed silver;
    padding: 10px;
}

#system-debug div.dbg-header {
    background-color: #ddd;
    border: 1px solid #eee;
    font-size: 16px;
}

#system-debug h3 {
    margin: 0;
}

#system-debug a h3 {
    background-color: #ddd;
    color: #000;
    font-size: 14px;
    padding: 5px;
    text-decoration: none;
    margin: 0px;
}

#system-debug .dbg-error a h3 {
    background-color: red;
}

#system-debug a:hover h3,
#system-debug a:focus h3 {
    background-color: #4d4d4d;
    color: #ddd;
    font-size: 14px;
    cursor: pointer;
    text-decoration: none;
}

#system-debug div.dbg-container {
    padding: 10px;
}

#system-debug span.dbg-command {
    color: blue;
    font-weight: bold;
}

#system-debug span.dbg-table {
    color: green;
    font-weight: bold;
}

#system-debug b.dbg-operator {
    color: red;
    font-weight: bold;
}

#system-debug h1 {
    background-color: #2c2c2c;
    color: #fff;
    padding: 10px;
    margin: 0;
    font-size: 16px;
    line-height: 1em;
}

#system-debug h4 {
    font-size: 14px;
    font-weight: bold;
    margin: 5px 0 0 0;
}

#system-debug h5 {
    font-size: 13px;
    font-weight: bold;
    margin: 5px 0 0 0;
}

div#system-debug {
    margin: 5px;
}

#system-debug ol {
    margin-left: 25px;
    margin-right: 25px;
    text-align: left;
    direction: ltr;
}

#system-debug ul {
    list-style: none;
    text-align: left;
    direction: ltr;
}

#system-debug li {
    font-size: 13px;
    margin-bottom: 10px;
}

#system-debug code {
    font-size: 13px;
    text-align: left;
    direction: ltr;
}

#system-debug p {
    font-size: 13px;
}

#system-debug div.dbg-header.dbg-error {
    background-color: red;
}

#system-debug .dbg-warning {
    color: red;
    font-weight: bold;
    background-color: #ffffcc !important;
}

#system-debug .accordion {
    margin-bottom: 0;
}

#system-debug .dbg-noprofile {
    text-decoration: line-through;
}

/* dbg-bars */
#system-debug .alert,
#system-debug .dbg-bars {
    margin-bottom: 10px;
}

#system-debug .dbg-bar-spacer {
    float: left;
    height: 100%;
}

/* dbg-bars-query */
#system-debug .dbg-bars-query .dbg-bar {
    opacity: 0.3;
    height: 12px;
    margin-top: 3px;
}

#system-debug .dbg-bars-query:hover .dbg-bar {
    opacity: 0.6;
    height: 18px;
    margin-top: 0;
}

#system-debug .dbg-bars-query .dbg-bar:hover,
#system-debug .dbg-bars-query .dbg-bar-active,
#system-debug .dbg-bars-query:hover .dbg-bar-active {
    opacity: 1;
    height: 18px;
    margin-top: 0;
}

/* dbg-query-table */
#system-debug table.dbg-query-table {
    margin: 0px 0px 6px;
}

#system-debug table.dbg-query-table th,
#system-debug table.dbg-query-table td {
    padding: 3px 8px;
}

#system-debug .dbg-profile-list .label {
    display: inline-block;
    min-width: 60px;
    text-align: right;
}

#system-debug .dbg-query-memory,
#system-debug .dbg-query-rowsnumber {
    margin-left: 50px;
}

div.mod-languages ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

div.mod-languages li {
    margin-left: 5px;
    margin-right: 5px;
}

div.mod-languages ul.lang-inline li {
    display: inline;
}

div.mod-languages ul.lang-block li {
    display: block;
}

div.mod-languages img {
    border: none;
}

div.mod-languages a {
    text-decoration: none;
}

/**
 * @copyright	Copyright (C) 2005 - 2014 Open Source Matters, Inc. All rights reserved.
 * @license		GNU General Public License version 2 or later; see LICENSE.txt
 */

/* Import project-level system CSS */
/*@import url(../../../media/system/css/system.css);*/

/* Unpublished */
.system-unpublished,
tr.system-unpublished {
    background: #e8edf1;
    border-top: 4px solid #c4d3df;
    border-bottom: 4px solid #c4d3df;
}

span.highlight {
    background-color: #FFFFCC;
    font-weight: bold;
    padding: 1px 4px;
}

.img-fulltext-float-right {
    float: right;
    margin-left: 10px;
    margin-bottom: 10px;
}

.img-fulltext-float-left {
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}

.img-intro-float-right {
    float: right;
    margin-left: 5px;
    margin-bottom: 5px;
}

.img-intro-float-left {
    float: left;
    margin-right: 5px;
    margin-bottom: 5px;
}

/**
 * @copyright	Copyright (C) 2005 - 2014 Open Source Matters, Inc. All rights reserved.
 * @license		GNU General Public License version 2 or later; see LICENSE.txt
 */

/* Form validation */
.invalid {
    border-color: #ff0000;
}

label.invalid {
    color: #ff0000;
}

/* Buttons */
#editor-xtd-buttons {
    padding: 5px;
}

.button2-left,
.button2-right,
.button2-left div,
.button2-right div {
    float: left;
}

.button2-left a,
.button2-right a,
.button2-left span,
.button2-right span {
    display: block;
    height: 22px;
    float: left;
    line-height: 22px;
    font-size: 11px;
    color: #666;
    cursor: pointer;
}

.button2-left span,
.button2-right span {
    cursor: default;
    color: #999;
}

.button2-left .page a,
.button2-right .page a,
.button2-left .page span,
.button2-right .page span {
    padding: 0 6px;
}

.page span {
    color: #000;
    font-weight: bold;
}

.button2-left a:hover,
.button2-right a:hover {
    text-decoration: none;
    color: #0B55C4;
}

.button2-left a,
.button2-left span {
    padding: 0 24px 0 6px;
}

.button2-right a,
.button2-right span {
    padding: 0 6px 0 24px;
}

.button2-left {
    background: url(../images/j_button2_left.png) no-repeat;
    float: left;
    margin-left: 5px;
}

.button2-right {
    background: url(../images/j_button2_right.png) 100% 0 no-repeat;
    float: left;
    margin-left: 5px;
}

.button2-left .image {
    background: url(../images/j_button2_image.png) 100% 0 no-repeat;
}

.button2-left .readmore,
.button2-left .article {
    background: url(../images/j_button2_readmore.png) 100% 0 no-repeat;
}

.button2-left .pagebreak {
    background: url(../images/j_button2_pagebreak.png) 100% 0 no-repeat;
}

.button2-left .blank {
    background: url(../images/j_button2_blank.png) 100% 0 no-repeat;
}

/* Tooltips */
div.tooltip {
    float: left;
    background: #ffc;
    border: 1px solid #D4D5AA;
    padding: 5px;
    max-width: 200px;
    z-index: 13000;
}

div.tooltip h4 {
    padding: 0;
    margin: 0;
    font-size: 95%;
    font-weight: bold;
    margin-top: -15px;
    padding-top: 15px;
    padding-bottom: 5px;
    background: url(../images/selector-arrow.png) no-repeat;
}

div.tooltip p {
    font-size: 90%;
    margin: 0;
}

/* Caption fixes */
/* Caption fixes */
.img_caption .left {
    float: left;
    margin-right: 1em;
}

.img_caption .right {
    float: right;
    margin-left: 1em;
}

.img_caption .left p {
    clear: left;
    text-align: center;
}

.img_caption .right p {
    clear: right;
    text-align: center;
}

.img_caption {
    text-align: center !important;
}

.img_caption.none {
    margin-left: auto;
    margin-right: auto;
}


/* Calendar */
a img.calendar {
    width: 16px;
    height: 16px;
    margin-left: 3px;
    background: url(../images/calendar.png) no-repeat;
    cursor: pointer;
    vertical-align: middle;
}

/*****************************/
/*** Core html setup stuff ***/
/*****************************/
html {
    height: 100%;
    margin-bottom: 1px;
}

form {
    display: inline;
}

body {
    margin: 0px;
    padding: 0px;
    width: 100%;
    display: table;
}

body,
td {
    font-family: "Trebuchet MS";
    font-size: 13px;
    color: #333;
    line-height: 1.3em;
}

a:link,
a:visited {
    text-decoration: none;
    font-weight: normal;
}

a:hover {
    text-decoration: underline;
    font-weight: normal;
}

input.button {
    cursor: pointer;
    ;
}

p {
    margin-top: 0;
    margin-bottom: 5px;
    ;
}

img {
    border: 0 none;
    margin: 0px;
    ;
}

/*****************************************/
/*** Template specific layout elements ***/
/*****************************************/
#page_bg {
    padding: 0px;
    margin: 0px;
}

div#top_menu {
    height: 54px;
    margin: 0px auto;
    padding-top: 0px;
    width: 980px;
}

#topnav {
    height: 54px;
    width: 980px;
    margin: 0px;
    padding: 0px;
    font-weight: bold;
    ;
}

#topnav ul {
    margin: 0px 0px 0px 132px;
    padding: 0;
    width: auto;
    float: left;
    list-style-type: none;
    ;
}

#topnav ul li {
    background: none;
    margin: 0;
    padding: 0;
    height: 54px;
    float: left;
    position: relative;
    ;
}

#topnav ul li a {
    color: #FFFFFF;
    font-weight: bold;
    text-decoration: none;
    padding: 14px 10px 0px 10px;
    height: 40px;
    display: block;
    float: left;
    width: 100px;
    text-align: center;
    font-size: 20px;
    ;
}

#topnav ul li a:hover {
    background-color: #444444;
    text-decoration: none;
    font-weight: bold;
    color: #fff;
    ;
}

#topnav ul li ul ul {
    margin: -50px 0 0 297px;
    z-index: 100;
    ;
}

#topnav ul li li {
    width: auto;
    height: 35px;
    ;
}

#topnav ul li li a {
    color: #FFFFFF;
    text-transform: none;
    display: block;
    background: none;
    width: 277px;
    border-top: 1px solid #DDDDDD;
    border-left: 0px;
    padding: 9px 10px 6px 10px;
    height: 20px;
    ;
}

#topnav ul li li a:hover {
    background: none;
    background-color: #333333;
    left: 0;
    width: 277px;
    padding: 9px 10px 6px 10px;
    height: 20px;
    border-top: 1px solid #DDDDDD;
    ;
}

#topnav ul li ul {
    left: -999em;
    top: 54px;
    left: 0;
    display: block;
    height: 36px;
    width: 277px;
    position: absolute;
    z-index: 99;
    left: -999em;
    clear: left;
    margin-top: 0px;
    margin-left: 0px;
    ;
}

#topnav ul li:hover ul ul,
#topnav ul li:hover ul ul ul {
    left: -999em;
    ;
}

#topnav ul li:hover ul,
#topnav ul li li:hover ul,
#topnav ul li li li:hover ul {
    left: auto;
    ;
}

div#main_bg {
    margin: 0px auto;
    width: 980px;
    text-align: left;
    background: #FFF;
}

div#h_area {
    margin: 0px auto;
    width: 964px;
    text-align: left;
    padding-top: 10px;
}

.logo {
    display: block;
    float: left;
    padding-top: 5px;
    margin-bottom: 10px;
    margin-left: 10px;
    width: 600px;
}

a.logo,
a.logo:link,
a.logo:hover,
a.logo:visited {
    font-size: 26px;
    line-height: 58px;
    color: #3E3E3E;
    text-decoration: none;
    font-weight: bold;
    font-family: "Trebuchet MS", Arial;
}

div#user4 {
    float: right;
    text-align: left;
    margin-right: 20px;
}

div#user4 div.search {
    width: 220px;
    height: 46px;
    text-align: left;
    padding-top: 5px;
    background: url(../images/search_bg.gif) top left no-repeat;
}

div#user4 div.search .inputbox {
    background: #FFFFFF;
    width: 150px;
    height: 16px;
    margin-left: 60px;
    font-size: 11px;
    color: #454545;
    padding: 5px 2px 2px 2px;
    border: 1px solid #D3D3D3;
}

div#main_top {
    height: 181px;
    padding: 30px;
}

div#main_top table.contentpaneopen {
    padding: 0px;
    margin-left: 0px;
    width: 400px;
    height: 174px;
    overflow: auto;
    text-align: left;
    color: #OOO;
}

div#main_top table.contentpaneopen td {
    color: #OOO;
}

.search {
    text-align: left;
    width: 156px;
    height: 43px;
}

.search .inputbox {
    background: #FFFFFF;
    width: 156px;
    height: 17px;
    font-size: 11px;
    color: #454545;
    margin: 9px 0px 0px 20px;
    border: 1px solid #D3D3D3;
}

#leftcolumn {
    margin-left: 9px;
    padding: 0px;
    width: 205px;
    float: left;
}

#rightcolumn {
    margin-right: 9px;
    padding: 0px;
    width: 205px;
    float: right;
}

#maincolumn {
    width: 530px;
    float: left;
    margin: 0px 5px 0px 5px;
    padding: 0px;
    overflow: hidden;
}

#maincolumn_middle {
    width: 740px;
    float: left;
    margin: 0px 5px 0px 5px;
    padding: 0px;
    overflow: hidden;
}

#maincolumn_big {
    width: 967px;
    float: left;
    margin: 0px 5px 0px 5px;
    padding: 0px;
    overflow: hidden;
}

div.path {
    margin: 10px 0 0 0px;
    padding: 5px;
    padding-left: 30px;
    background: url(../images/breadcrumbs_bg.png) top left no-repeat;
}



div.nopad {
    float: left;
    padding: 0 0px 15px 0px;
}

div.nopad ul {
    clear: both;
}

.article_separator {
    height: 35px;
    line-height: 35px;
}

form#form-login fieldset {
    border: none;
    margin: 0;
    margin-left: 10px;
}

form#form-login ul li {
    padding: 0;
    ;
}

form#form-login ul li a {
    text-align: left;
    padding: 0px;
    font-size: 10px;
    color: #858585;
}

#leftcolumn div.module_menu,
#leftcolumn div.module {
    margin: 10px 0px 0px 0px;
    padding: 0px;
    width: 205px;
}

.article_column {
    padding-right: 10px;
}

#rightcolumn div.moduletable_menu,
#rightcolumn div.moduletable,
#rightcolumn div.moduletable_text {
    margin: 10px 0px 0px 0px;
    padding: 0px;
    width: 205px;
}

div.bannergroup_text {
    margin: 0px 13px 15px 13px;
}

.bannerheader {
    font-weight: bold;
    margin-bottom: 10px;
}

.banneritem_text {
    margin-bottom: 10px;
}

.bannerfooter_text {
    margin-bottom: 10px;
}

#leftcolumn div.module_menu div div div,
#leftcolumn div.module div div div,
#rightcolumn div.moduletable_menu,
#rightcolumn div.moduletable,
#rightcolumn div.moduletable_text {
    background: url(../images/rub_bottom.png) center bottom no-repeat;
}

#leftcolumn div.module_menu div div div,
#leftcolumn div.module div div {
    margin: 0px;
    padding: 0px;
    padding-bottom: 5px;
    width: 205px;
    height: auto;
}

#leftcolumn div.module_menu div div div div,
#leftcolumn div.module div div div div {
    background: none;
    padding: 4px 8px;
}

#leftcolumn h3,
#rightcolumn h3 {
    text-align: left;
    padding-left: 15px;
    height: 42px;
    width: 190px;
    line-height: 40px;
    color: #FFFFFF;
    font-size: 16px;
    margin: 0px;
    font-weight: bold;
}

table.poll thead td {
    text-align: left;
    padding-left: 10px;
}

table.poll td {
    text-align: left;
}

#leftcolumn ul.menu li ul {
    list-style: none;
}

.pollstableborder {
    margin: 5px 0px 10px 0px;
}

.poll td div {
    display: inline;
}

/* forms */
#leftcolumn .moduletable ul,
#rightcolumn .moduletable ul {
    margin: 6px 0;
    padding: 0;
    list-style: none;
}

#leftcolumn .moduletable ul li,
#rightcolumn .moduletable ul li {
    margin: 0;
    padding: 0 2px;
}

.moduletable ul {
    padding: 5px 10px 5px 12px;
    margin: 0px;
}

.moduletable ul li {
    padding: 0px 10px 5px 15px;
    margin: 0px;
    line-height: 18px;
}

#leftcolumn ul.menu li#current ul li,
#rightcolumn ul.menu li#current ul li {
    margin: 0px;
    padding: 0px;
}

ul.menu {
    padding: 5px 10px 5px 12px;
    margin: 0px;
}

ul.menu li {
    padding: 0px 10px 5px 15px;
    margin: 0px;
}

ul.menu li ul {
    padding: 0px 0px 5px 0px;
    margin: 0px;
}

ul.menu li ul li {
    padding: 0px 0px 0px 15px;
    border: none;
}

ul.menu li#current ul li a {
    margin-left: 15px;
    text-decoration: none;
}

ul.mostread {
    padding: 5px 10px 5px 12px;
    margin: 0px;
}

ul.mostread li {
    padding: 0px 10px 5px 15px;
    margin: 0px;
    line-height: 18px;
}

ul.latestnews {
    padding: 5px 10px 5px 12px;
    margin: 0px;
}

ul.latestnews li {
    padding: 0px 10px 5px 15px;
    margin: 0px;
    line-height: 18px;
}

div.componentheading {
    font-size: 16px;
    font-size: 19px;
    margin: 7px auto;
}

td.contentheading {
    font-weight: normal;
    vertical-align: top;
    font-size: 19px;
    height: 30px;
    color: #363636;
    background: url(../images/contentheading_ico.png) left top no-repeat;
}

table.contentpaneopen td.contentheading {
    padding-left: 34px;
}

table.contentpaneopen {
    border-collapse: collapse;
    margin-left: 5px;
}

td.buttonheading {
    padding: 0px 2px 0px 2px;
}

table.contentpaneopen td {
    padding: 0px;
}

.contentpaneopen p {
    line-height: 22px;
}

span.small,
td.createdate,
td.modifydate {
    font-size: 11px;
    color: #999999;
}

span.pagination span,
span.pagination a {
    padding: 5px;
}

div#f_area {
    background: #FFF url(../images/f_area_bg.png) top center no-repeat;
    margin: 0px auto;
    width: 980px;
    text-align: left;
    margin-bottom: 3px;
}

#f_area div.moduletable,
#f_area div.moduletable_menu {
    float: left;
    margin: 10px 4px 10px 6px;
    width: 234px;
}

#f_area h3 {
    text-align: left;
    vertical-align: bottom;
    height: 33px;
    width: 180px;
    color: #000000;
    font-size: 17px;
    font-family: "Trebuchet MS", Tahoma, Verdana;
    margin: 0px;
    padding-left: 54px;
    padding-top: 17px;
}

/* System Standard Messages */
#system-message {
    margin-bottom: 20px;
    ;
}

#system-message dd.message ul {
    background: #C3D2E5 url(../images/notice-info.png) 4px center no-repeat;
}

/* System Error Messages */
#system-message dd.error ul {
    color: #c00;
    background: #E6C0C0 url(../images/notice-alert.png) 4px center no-repeat;
    border-top: 3px solid #DE7A7B;
    border-bottom: 3px solid #DE7A7B;
    margin: 0px;
    padding-left: 40px;
    text-indent: 0px;
}

/* System Notice Messages */
#system-message dd.notice ul {
    color: #c00;
    background: #EFE7B8 url(../images/notice-note.png) 4px center no-repeat;
    border-top: 3px solid #F0DC7E;
    border-bottom: 3px solid #F0DC7E;
}

#syndicate {
    float: left;
    padding-left: 25px;
}

.breadcrumb {
    margin: 0;
    padding: 0;
    list-style: none;
}

.breadcrumb li {
    float: left;
}

.breadcrumb:after {
    content: '';
    display: block;
    clear: both;
}

/*** blue ***/
a:link,
a:visited {
    color: #0492C9;
    text-decoration: underline;
}

a:hover {
    color: #0492C9;
    text-decoration: none;
}

#page_bg {
    background: #87D0F4 url(../images/blue/bg_page.png) top repeat-x;
}

#topnav {
    background: #FFFFFF url(../images/blue/top_menu_bg.png) top no-repeat;
}

#topnav ul li a:hover {
    background: #046A9B;
}

#topnav ul li a.active {
    background: #046A9B;
}

#topnav ul li li {
    background: #046A9B;
    opacity: 0.90;
}

#topnav ul li li a:hover {
    background: #0E192D;
    filter: alpha(opacity:90);
    opacity: 0.90;
}

div.banner {
    background: #FFF url(../images/blue/banner.jpg) top center no-repeat;
}

#date {
    background: url(../images/blue/menu_right.png) top right no-repeat;
}

#leftcolumn h3,
#rightcolumn h3 {
    background: #0A94CA url(../images/blue/bg_h3.png) top center no-repeat;
}

ul.menu li#current {
    background: #E8ECF7;
    border-left: 4px solid #0A296E;
}

ul.menu li#current a {
    text-decoration: none;
    color: #363636;
    background: #E8ECF7;
}

a.readon,
a.readon:hover,
a.readon:visited {
    display: block;
    height: 29px;
    width: 124px;
    color: #FFFFFF;
    padding-left: 20px;
    line-height: 29px;
    background: url(../images/blue/bg_read_more.png) top left no-repeat;
    margin: 10px 0px 0px 0px;
}

#power_by,
#power_by a,
#power_by a:visited {
    color: #8c8c8c;
    text-decoration: none;
    font-size: 11px;
}

ul.menu li {
    list-style: none;
    background: url(../images/blue/menu_arrow.gif) top left no-repeat;
}

#f_area div.moduletable_menu,
#f_area div.moduletable,
#f_area div.moduletable_text {
    background: url(../images/rub_footer_bottom.png) left bottom no-repeat;

}

#f_area h3 {
    background: url(../images/blue/f_area_h3.png) top left no-repeat;
}

ul.mostread li {
    list-style: none;
    background: url(../images/blue/menu_arrow.gif) top left no-repeat;
}

ul.latestnews li {
    list-style: none;
    background: url(../images/blue/menu_arrow.gif) top left no-repeat;
}

.moduletable ul li {
    list-style: none;
    background: url(../images/blue/menu_arrow.gif) top left no-repeat;
}

div.componentheading {
    color: #2E424B;
}

