/**
* Gavick News Pro GK1 - CSS
* @package Joomla!
* @Copyright (C) 2009 Gavick.com
* @ All rights reserved
* @ Joomla! is Free Software
* @ Released under GNU/GPL License : http://www.gnu.org/copyleft/gpl.html
* @version $Revision: 1.1.0 $
**/
H4.ta_center, P.ta_center {
    text-align: center
    }
H4.ta_left, P.ta_left {
    text-align: left
    }
H4.ta_right, P.ta_right {
    text-align: right
    }
P.ta_justify {
    text-align: justify
    }
IMG.i_left {
    display: block;
    float: left
    }
IMG.i_right {
    display: block;
    float: right
    }
IMG.i_center {
    display: block;
    margin: 0 auto
    }
A.p_left {
    float: left !important
    }
A.p_right {
    float: right !important
    }
A.p_center {
    margin: 0 auto !important
    }
DIV.gk_npro_mainwrap {
    overflow: hidden;
    color: #575757;
    padding-bottom: 10px;
    background: none;
    /*[disabled]border:1px solid #F5F5F5;*/
    }
DIV.gk_npro_full_interface {
    overflow: hidden;
    min-height: 21px
    }
DIV.gk_npro_full_interface UL {
    list-style-type: none;
    margin: 5px 0 0 10px;
    padding: 0;
    float: left;
    width: auto
    }
DIV.gk_npro_full_interface UL LI {
    background: #EEE;
    cursor: pointer;
    float: left;
    width: 11px;
    height: 12px;
    margin-left: 2px;
    text-indent: -999em;
    padding: 0;
    background: transparent url(../images/lite/bullet_white_inactive.png) no-repeat 0 0
    }
DIV.gk_npro_full_interface UL LI.active {
    background: transparent url(../images/lite/bullet_white_active.png) no-repeat 0 0
    }
DIV.gk_npro_interface_bg {
    float: right;
    width: 44px;
    height: 18px;
    background: transparent url(../images/lite/arrow_interface_white.png) no-repeat 0 0
    }
DIV.gk_npro_full_prev {
    width: 8px;
    height: 8px;
    float: left;
    margin: 3px 0 0 11px;
    background: transparent url(../images/lite/prev.png) no-repeat 0 0;
    text-indent: -999em
    }
DIV.gk_npro_full_prev:hover {
    cursor: pointer;
    background: transparent url(../images/lite/prev.png) no-repeat -8px 0
    }
DIV.gk_npro_full_next {
    width: 8px;
    height: 8px;
    float: right;
    margin: 3px 11px 0 0;
    background: transparent url(../images/lite/next.png) no-repeat 0 0;
    text-indent: -999em
    }
DIV.gk_npro_full_next:hover {
    cursor: pointer;
    background: transparent url(../images/lite/next.png) no-repeat -8px 0
    }
DIV.gk_npro_full_scroll1 {
    overflow: hidden
    }
DIV.gk_npro_full_tablewrap {
    float: left
    }
DIV.gk_npro_short {
    min-height: 21px
    }
DIV.gk_npro_short_scroll1 {
    overflow: hidden
    }
DIV.gk_npro_short_ulwrap {
    float: left
    }
DIV.gk_npro_short_ulwrap UL {
    margin: 20px 0 0;
    padding: 0;
    list-style-type: none
    }
DIV.gk_npro_short_ulwrap UL LI {
    padding: 6px;
    margin: 0 10px 5px;
    line-height: 120%
    }
DIV.gk_npro_short_ulwrap UL LI.even {
    background: #F8F8F8
    }
DIV.gk_npro_short_ulwrap UL LI:hover {
    background: #444;
    color: #FFF
    }
DIV.gk_npro_short_ulwrap UL LI:hover H4, DIV.gk_npro_short_ulwrap UL LI:hover P, DIV.gk_npro_short_ulwrap UL LI:hover H4 A {
    color: #FFF
    }
DIV.gk_npro_short_ulwrap UL LI H4, DIV.gk_npro_short_ulwrap UL LI H4 A {
    color: #666;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 11px;
    margin: 0 0 3px
    }
DIV.gk_npro_short_ulwrap UL LI P {
    color: #ACACAC;
    font-size: 11px;
    margin: 0
    }
DIV.gk_npro_short_interface {
    border-top: 1px solid #F5F5F5;
    padding-top: 5px;
    overflow: hidden;
    margin: 2px 10px 0
    }
DIV.gk_npro_short_interface SPAN {
    font-size: 11px;
    color: #666
    }
DIV.gk_npro_short_prev {
    width: 8px;
    height: 8px;
    float: right;
    margin: 3px 0 0 11px;
    background: transparent url(../images/lite/prev.png) no-repeat 0 0;
    text-indent: -999em
    }
DIV.gk_npro_short_prev:hover {
    cursor: pointer;
    background: transparent url(../images/lite/prev.png) no-repeat -8px 0
    }
DIV.gk_npro_short_next {
    width: 8px;
    height: 8px;
    float: right;
    margin: 3px 0 0;
    background: transparent url(../images/lite/next.png) no-repeat 0 0;
    text-indent: -999em
    }
DIV.gk_npro_short_next:hover {
    cursor: pointer;
    background: transparent url(../images/lite/next.png) no-repeat -8px 0
    }
H4.gk_npro_header {
    margin-top: -10px;
    margin-right: 0;
    margin-bottom: 10px;
    margin-left: 0;
    padding-top: 20px;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    font-size: 1.3em
    }
H4.gk_npro_header A:hover {
    text-decoration: underline
    }
H4.gk_npro_header A {
    text-decoration: none
    }
P.gk_npro_text {
    text-align: justify
    }
IMG.gk_npro_image {
    border: 1px solid #E5E5E5;
    padding: 2px;
    margin: 3px
    }
IMG.gk_npro_image_static {
    border: 1px solid #E5E5E5;
    padding: 2px;
    margin: 3px
    }
/*- Dark theme -*/
.dark DIV.gk_npro_mainwrap {
    background: #000
    }
.dark DIV.gk_npro_full, .dark DIV.gk_npro_short {
    background: none
    }
.dark DIV.gk_npro_full_interface UL LI {
    background: transparent url(../images/dark/bullet_black_inactive.png) no-repeat 0 0 !important
    }
.dark DIV.gk_npro_full_interface UL LI.active {
    background: transparent url(../images/dark/bullet_black_active.png) no-repeat 0 0 !important
    }
.dark DIV.gk_npro_interface_bg {
    background: transparent url(../images/dark/arrow_interface_black.png) no-repeat 0 0 !important
    }
.dark DIV.gk_npro_full_prev {
    background: transparent url(../images/dark/prev.png) no-repeat 0 0
    }
.dark DIV.gk_npro_full_prev:hover {
    background: transparent url(../images/dark/prev.png) no-repeat -8px 0
    }
.dark DIV.gk_npro_full_next {
    background: transparent url(../images/dark/next.png) no-repeat 0 0
    }
.dark DIV.gk_npro_full_next:hover {
    background: transparent url(../images/dark/next.png) no-repeat -8px 0
    }
.dark DIV.gk_npro_short_ulwrap UL LI.even {
    background: #292A2C !important
    }
.dark DIV.gk_npro_short_ulwrap UL LI:hover {
    background: #222 !important;
    color: #FFF !important
    }
.dark DIV.gk_npro_short_ulwrap UL LI:hover H4, .dark DIV.gk_npro_short_ulwrap UL LI:hover P, .dark DIV.gk_npro_short_ulwrap UL LI:hover H4 A {
    color: #FFF !important
    }
.dark DIV.gk_npro_short_ulwrap UL LI H4, .dark DIV.gk_npro_short_ulwrap UL LI H4 A {
    color: #34A9D6 !important
    }
.dark DIV.gk_npro_short_ulwrap UL LI P {
    color: #ACACAC !important
    }
.dark DIV.gk_npro_short_interface {
    border-top: 1px solid #393A3D !important
    }
.dark DIV.gk_npro_short_interface SPAN {
    color: #666
    }
.dark DIV.gk_npro_short_prev {
    background: transparent url(../images/dark/prev.png) no-repeat 0 0
    }
DIV.gk_npro_short_prev:hover {
    cursor: pointer;
    background: transparent url(../images/dark/prev.png) no-repeat -8px 0
    }
.dark DIV.gk_npro_short_next {
    background: transparent url(../images/dark/next.png) no-repeat 0 0
    }
.dark DIV.gk_npro_short_next:hover {
    background: transparent url(../images/dark/next.png) no-repeat -8px 0
    }
.dark IMG.gk_npro_image {
    border: 1px solid #E5E5E5;
    color: #969696
    }
.dark IMG.gk_npro_image_static {
    border: 1px solid #393A3D !important
    }