/*
	This file is part of NPK (Nakama PHP Kit).
	NPK is free software: you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
    the Free Software Foundation, either version 3 of the License, or
    (at your option) any later version.

    This program is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    GNU General Public License for more details.

    You should have received a copy of the GNU General Public License
    along with this program.  If not, see <http://www.gnu.org/licenses/>.
 */

.a-none {
	text-decoration: none;	
	color:#000;
}

/*********************************************
 * NpkDataTable
 ********************************************/
.npk-dt {
	color:#000;
	font-size:10px;
	width:95%;
	text-align:left;
	border-width: 1px;
	border-spacing: 0px;
	border-style: none;
	border-color: #a0a0a0;
	border-collapse: collapse;
	background-color: #ffffff;
}
.npk-dt-head {
	background: #3c7cc4 url('../images/head.png') repeat-x;
	text-align:center;
	color:#fff;
	font-weight:bold;
	font-size:12px;
	line-height: 18px;
	border: 1px solid #2e66a4;
}

.npk-dt-foot {
	background-color: #ededed;
	text-align:center;
	border-width: 1px;
	border-style: inset;
	border-color: #808080;
}

.npk-dt-tr {
	background-color: #fefefe;
}
.npk-dt-td {
	
	border-width: 1px;
	padding: 1px;
	border-style: inset;
	border-color: #808080;
}
.npk-dt-th {
	background-color: #ededed;
	font-weight:bold;
	border-width: 1px;
	padding: 2px;
	border-style: inset;
	border-color: #a0a0a0;
}

/*********************************************
 * NpkMenu
 ********************************************/
.npk_button_btn {
	color:#fff;
	display:block; 
	width:110px; 
	height:20px;
	background-color: #2e66a4;
	border-top: 1px solid #2e66a4;
	border-bottom: 1px solid #619bdc;
	border-left: 1px solid #2e66a4;
	border-right: 1px solid #2e66a4;
	text-align:center; 
	text-decoration:none;
	font-size:10px;
	line-height:20px; 
	overflow:hidden;
	font-weight:bold;
	font-family: "Sans";
	margin:0 auto 0 auto;
}

.npk_button_btn:hover {
	background-color: #619bdc;
	border-top: 1px solid #619bdc;
}

.npk_button_container {
	border:0;
	padding:0;
	margin:0;
	line-height:20px;
}

.npk_button_containerbody {
	padding:2px;
}

.npk_button_title {
	background: #ededed url('../images/head.png') repeat-x;
	text-align:center;
	color:#fff;
	font-weight:bold;
	font-size:12px;
	line-height: 18px;
}

.npk_button_hz {
	list-style-type:none;
	padding: 0;
	margin: 0 auto;
}
.npk_button_hz li {
	float:left;
	display: inline;
	list-style-type:none;
}

.npk_button_btn_hz {
	float:left;
	color:#fff;
	display:block; 
	width:110px; 
	height:20px;
	background-color: #2e66a4;
	border-top: 1px solid #619bdc;
	border-bottom: 1px solid #619bdc;
	border-left: 1px solid #2e66a4;
	border-right: 1px solid #619bdc;
	text-align:center; 
	text-decoration:none;
	font-size:10px;
	line-height:20px; 
	overflow:hidden;
	font-weight:bold;
	font-family: "Sans";
	margin:0 auto 0 auto;
}
.npk_button_btn_hz:hover {
	background-color: #619bdc;
	border-left: 1px solid #619bdc;
}
/*********************************************
 * NpkPanel
 ********************************************/
.npk-pan {
	border:1px solid #a0a0a0;
	padding:0;
	width:100%;
}

.npk-pan-head {
	background: #ededed url('../images/head.png') repeat-x;
	text-align:center;
	color:#fff;
	font-weight:bold;
	font-size:12px;
	line-height: 18px;
	width:100%;
}

.npk-pan-body {
	text-align:left;
	color:#000;
	font-size:10px;
	padding:5px;
	width:100%;
}

/*********************************************
 * NpkTooglePanel
 ********************************************/
.npk-too {
	border:1px solid #a0a0a0;
	padding:0;
	margin:0;
}

.npk-too-control {
	text-align:right;
	color:#000;
	font-size:10px;
	/*font-weight:bold;*/
	padding:0 5px 0 5px;
	/*border-bottom:1px solid #a0a0a0;*/
	border:0;
	margin:0;
	height: 18px;
	/*line-height: 10px;*/
	background: #ededed url('../images/head.png') repeat-x;
}

.npk-too-control a, npk-too-control a:active { 
	border:0;
	margin:0;
	padding:0;
	text-decoration: none;
	color:#fff;
	font-weight:bold;
}

.npk-too-control a span.ctrl-open, npk-too-control a:active span.ctrl-open {
	display:block;
	width:18px;
	height:18px;
	float:right;
	background-image: url('../images/toogle_open.png');
}

.npk-too-control a span.ctrl-close, npk-too-control a:active span.ctrl-close {
	display:block;
	width:18px;
	height:18px;
	float:right;
	background-image: url('../images/toogle_close.png');
}

.npk-too-control a img {
	vertical-align:middle;
	border:0;
}

.npk-too-body {
	text-align:left;
	color:#000;
	font-size:10px;
	padding:5px;
}

/*********************************************
 * NpkLink
 ********************************************/
a.npk-link-btn {
	display:block;
	height:22px;
	width:90px;
	line-height: 22px;
	color:#fff;
	text-align:center;
	text-decoration: none;
	background: #ededed url('../images/btn.png') repeat-x;
}
a.npk-link-btn:hover {
	border:1px solid #040404;
	height:20px;
	width:88px;
	line-height: 20px;
	background: #ededed url('../images/btn_hover.png') repeat-x;
}

a.npk-link-link {
	color:#2d77b5;
	text-decoration: none;
	font-weight: bold;
}

/*********************************************
 * NpkTooltip
 ********************************************/
.npk-tip {
	position:absolute;
	left:-9999px;
	top:-9999px;	
}
.npk-tip-gray {
	border:1px solid #2e66a4;
	background-color:#ddd;
	color:#000;
}


.npk-tip-black {
	border:1px solid #a0a0a0;
	background-color:#040404;
	color:#fff;
}
 
/*********************************************
* NpkTooltip
********************************************/
.npk-pager {
	border:0;
	text-align: center;
}
.npk-pager table {
	border-width: 1px;
	border-spacing: 1px;
	border-style: none;
	border-color: #000;
	border-collapse: collapse;
	background-color: #000;
}

td.npk-pager-page {
	border-width: 1px;
	border-style: inset;
	border-color: #2e66a4;
	border-spacing: 2px;
	background-color: #eee;
	width:25px;
	text-align: center;
	height: 16px;
}

td.npk-pager-control {
	border-width: 1px;
	border-style: inset;
	border-color: #2e66a4;
	border-spacing: 2px;
	background-color: #2e66a4;
	width:50px;
	text-align: center;
	height: 16px;
}

td.npk-pager-page a, td.npk-pager-page span, td.npk-pager-control a, td.npk-pager-control span {
	font-weight: bold;
	text-decoration: none;
	color:#000;
	font-size: 11px;
}

td.npk-pager-control a, td.npk-pager-control span {
	color:#fff;	
}

/* TEST */
.npk-menu
{ list-style-type: none; margin:0; padding:0; font-family:Sans-serif; font-size:1em; color:#fff; font-weight: bold;} 


/* This is the zone; our main category... */

.npk-menu li.main
{ float:left; width:220px; position:relative; z-index:100; height:1px; margin:0 1px 0 0; border-top:1px solid #a0a0a0;} 


/* A report or a category with a sub menu */

.npk-menu li.ite
{ float:left; width:110px; position:relative; z-index:100; height:1px; margin:0 1px 0 0; border-top:1px solid #a0a0a0;  } 


/* Remove decoration on all link */

.npk-menu li.main a,
.npk-menu li.main a:visited, .npk-menu li.ite a, .npk-menu li.ite a:visited { text-decoration: none; color:#fff; text-indent:7px;} 

.npk-menu li.main a,
.npk-menu li.main a:visited { font-size: 1.25em; font-weight:bold;} 


/* Categories */

.npk-menu dl
{ position:absolute; top:0; left:0; width:110px; margin:0; padding:0; } 


/* Categories title */

.npk-menu dt
{ margin:0; padding:0; float:left; width:110px; background:#ededed url(../images/btn.png); line-height:23px; height:23px; text-indent:5px;} 


/* Elements */

.npk-menu dd
{ margin:0; padding:0; text-align:left; display:none; clear:left; background:#2962a2; line-height:23px; height:23px; } 


/* Title Links */

.npk-menu li.main dt a,
.npk-menu li.main dt a:visited { display:block; text-decoration: none; width:180px; } 

.npk-menu dt a,
.npk-menu dt a:visited { display:block; text-decoration: none; width:110px; } 


/* Elements Links */

.npk-menu dd a,
.npk-menu dd a:visited { display:block; text-decoration: none; width:180px; } 


.npk-menu li a:hover
{border:0;} 


/* Hover effect */

.npk-menu li:hover dd,
.npk-menu li a:hover dd { display:block; } 


.npk-menu li:hover dl,
.npk-menu li a:hover dl { width:180px;} 


.npk-menu li:hover dd a:hover,
.npk-menu li:hover dl a:hover, .npk-menu li dd a:hover, .npk-menu li dl a:hover { background:#5e98d9; border-left:2px solid #000; width:178px; text-indent:5px; padding:0; margin:0;}