﻿*
{
	margin: 0px;
	padding: 0px;
}
html, form, body
{
	height: 100%;
}
body
{
	background: url(../../resources/pics/bg.gif) repeat-x 0 0;
	font: 11px Tahoma;
	color: #000;
}
table
{
	border-collapse: separate;
	border-spacing: 0;
}
th, td
{
	text-align: left;
	font-weight: normal;
	vertical-align: top;
}
h1, h2
{
	width: 548px;
	height: 23px;
	background: url(../../resources/pics/headerBigger.gif) no-repeat 0 0;
	font: bold 13px Verdana;
	color: #EAFFCB;
	padding: 7px 0px 0px 15px;
}
h2
{
	width: 348px;
	background: url(../../resources/pics/headerSmaller.gif) no-repeat 0 0;
}
a
{
	color: #4D5F30;
	text-decoration: underline;
}
a:hover
{
	color: #000;
	text-decoration: underline;
}
/*------------------------------------------------------------------*/
table#tblMain
{
	width: 950px;
	height: 100%;
	border: solid 1px #7C7C7C;
	background: #fff;
}
table#tblMain tr td#tdMainHeader
{
	height: 107px;
	background: url(../../resources/pics/tblMainBg.gif) repeat-x 0 0;
}
table#tblMain tr td#tdMainContent
{
	background: url(../../resources/pics/tblMainHeaderBg.gif) repeat-x 0 0;
}
table#tblMain tr td#tdMainFooterHead
{
	height: 8px;
	background: url(../../resources/pics/tdMainFooterHead.gif) repeat-x 0 0;
}
table#tblMain tr td#tdMainFooter
{
	height: 65px;
	background: url(../../resources/pics/tdMainFooter.gif) repeat-x 0 0;
}
a#aLogo
{
	display : block;
	width: 314px;
	height: 90px;
	background: url(../../resources/pics/logo.gif) no-repeat 0 0;
}
div.divNavigation
{
	height: 24px;
	background: url(../../resources/pics/dot.gif) repeat-x 0 100%;
}
div.divNavigation a
{
	display: block;
	width: 112px;
	height: 19px;
	float: left;
	color: #000;
	text-align: center;
	padding-top: 5px;
	text-decoration: none;
}
div.divNavigation a.aNormal
{
	width: 102px;
	padding-right: 8px;
	background: url(../../resources/pics/mainNavigationNormal.gif) no-repeat 0 0;
}
div.divNavigation a.aActive
{
	background: url(../../resources/pics/mainNavigationActive.gif) no-repeat 0 0;
}
/*--------------------------------------------------------------------------*/
table.tblSearchPanel, table.tblSearchPanelLighter
{
	width: 538px;
}
table.tblSearchPanel tr th, table.tblSearchPanelLighter tr th
{
	font-weight: bold;
	text-align: left;
	height: 28px;
	background: url(../../resources/pics/headerBigBg.gif) no-repeat 100% 0;
	vertical-align: middle;
	padding: 0px 3px;
}
table.tblSearchPanelLighter tr th
{
	background: url(../../resources/pics/headerBigBgLighter.gif) no-repeat 100% 0;
}
table.tblSearchPanel tr td, table.tblSearchPanelLighter tr td
{
	padding: 5px;
	border-right: solid 1px #B0BA9A;
}
a.aBtnLight, a.aBtnDark, a.aBtnDarkBigger
{
	display: block;
	width: 69px;
	height: 18px;
	text-align: center;
	padding-top: 5px;
	color: #EAFFCB;
	font-weight: bold;
	text-decoration: none;
	margin: 0px 3px;
	float: left;
	font-size: 10px;
}

a.aBtnLight
{
	background: url(../../resources/pics/btnLight.gif) no-repeat 0 0;
}
a.aBtnDark
{
	background: url(../../resources/pics/btnDark.gif) no-repeat 0 0;
}
a.aBtnDarkBigger
{
	width: 120px;
	background: url(../../resources/pics/btnDarkBigger.gif) no-repeat 0 0;
}
/**************************************************************************************/
                                /* BTNS */
/*************************************************************************************/

.btnsHolder {
	overflow: hidden;
	width: 100%;
	font-size: 10px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif, "Trebuchet MS";
}
.btnsHolder ul {
	list-style-type: none;
	margin: 0;
	margin-left: 10px;
	padding: 0;
}
.btnsHolder li {
	float: left;
	margin: 0;
	padding: 0;
}
.btnsHolder a {
	float: left;
	position: relative;
	background: url(../pics/btnLeft.gif) no-repeat left top;
	margin-right: 3px;
	text-decoration: none;
	height: 23px;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
	cursor: pointer;
	
}
.btnsHolder a span {
	float: left;
	position: relative;
	display: block;
	background: url(../pics/btnRight.gif) no-repeat right top;
	font-weight: bold;
	color: #eaffcb;
	height: 23px;
	line-height: 23px;
	padding-left: 10px;
	padding-right: 13px;
	margin-left: 3px;
	cursor: pointer;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
.btnsHolder a span {
	float:none;
}
/* End IE5-Mac hack */


.btnsHolder a:hover {
	background-position: 0% -23px;
	top: 0;
}
.btnsHolder a:hover span {
	background-position: 100% -23px;
	top: 0;
	color: #eaffcb;
}

.btnsHolder input {
	float: left;
	position: relative;
	background: url(../pics/btnLeft.gif) no-repeat left top;
	margin-right: 3px;
	text-decoration: none;
/*	height: 23px; */
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
	cursor: pointer;
}

.chkSearchCustom input
{
	margin: 5px;
}

.chkSearchCustom label
{
	padding-top: 5px;
	vertical-align:middle;
}


.chkPeriodCustom input
{
	margin: 3px;
}

/**************************************************************************************/
                               /* END BTNS */
/**************************************************************************************/
input.txtDefault
{
	width: 175px;
	height: 26px;
	background: url(../../resources/pics/txtBox.gif) no-repeat 0 0;
	font: 12px Arial;
	padding: 0px 4px 0px 4px;
	border: none;
    line-height: 26px;
}
input.txtDefault145
{
	width: 145px;
	height: 26px;
	background: url(../../resources/pics/txtBox153.gif) no-repeat 0 0;
	font: 12px Arial;
	padding: 0px 4px 0px 4px;
	border: none;
    line-height: 26px;
}
select.ddlDefault
{
	width: 184px;
	height: 26px;
	background: url(../../resources/pics/txtBox.gif) no-repeat 0 0;
	font: 12px Arial;
	padding: 2px 4px 4px 4px;
	border: none;
}

select.ddlDefault150
{
	width: 153px;
	height: 26px;
	background: url(../../resources/pics/txtBox153.gif) no-repeat 0 0;
	font: 12px Arial;
	padding: 2px 4px 4px 4px;
	border: none;
}

select.ddlDefault70 {
	width: 73px;
	height: 24px;
	background: url(../../resources/pics/txtBox73x24.gif) no-repeat 0 0;
	font: 12px Arial;
	padding: 3px 4px 5px 6px;
	margin-right: 5px;
	border: none;
}

select.ddlDefaultBigger
{
	width: 460px;
	height: 26px;
	background: url(../../resources/pics/txtBoxBigger.gif) no-repeat 0 0;
	font: 12px Arial;
	padding: 2px 4px 4px 4px;
	border: none;
}
select.ddlDefault530
{
	width: 530px;
	height: 26px;
	background: url(../../resources/pics/txtBox530.gif) no-repeat 0 0;
	font: 12px Arial;
	padding: 2px 4px 4px 4px;
	border: none;
}

select.ddlDate
{
	width: 92px;
	height: 26px;
	background: url(../../resources/pics/txtBox91.gif) no-repeat 0 0;
	font: 12px Arial;
	padding: 2px 4px 4px 2px;
	border: none;
}
select.ddlKodex
{
	width: 58px;
	height: 26px;
	background: url(../../resources/pics/txtBox57.gif) no-repeat 0 0;
	font: 12px Arial;
	padding: 2px 4px 4px 4px;
	border: none;
}

table.tblForm tr td
{
	padding: 5px 10px;
}
.ddlTransparent
{
	border: none;
	/*background: transparent;*/
	font: 11px Arial;
}
.txtTransparent
{
	border: none;
	/*background: transparent;*/
	font: 12px Arial;
	padding: 1px;
}
.divScrollBar{
	overflow-y: scroll;
	
}
table.tblRatioList tr:hover td
{
	background: #C3D2B5;
}
a.aIconDocument
{
	display: block;
	background: url(../../resources/pics/iconDocument.gif) no-repeat 0 0;
	width: 14px;
	height: 14px;
}
a.aIconDocumentMissing
{
	display: block;
	background: url(../../resources/pics/iconDocumentMissing.gif) no-repeat 0 0;
	width: 14px;
	height: 14px;
}

a.aIconDocumentUpdated
{
	display: block;
	background: url(../../resources/pics/iconDocumentUpdated.gif) no-repeat 0 0;
	width: 14px;
	height: 14px;
}
a.aIconDocumentInProcessing
{
	display: block;
	background: url(../../resources/pics/iconDocumentInProcessing.gif) no-repeat 0 0;
	width: 14px;
	height: 14px;
}

a.aIconBlockageWarnYellow
{
	float:left;
	display: block;
	background: url(../../resources/pics/warn_yellow_14.gif) no-repeat 0 0;
	width: 16px;
	height: 14px;
	margin-right: 2px;
}
a.aIconBlockageWarnRed
{
	float:left;
	display: block;
	background: url(../../resources/pics/warn_red_14.gif) no-repeat 0 0;
	width: 16px;
	height: 14px;
	margin-right: 2px;
}
a.aIconStatusWarnRed
{
	float:right;
	display: block;
	background: url(../../resources/pics/warn_redx_14.gif) no-repeat 0 0;
	width: 16px;
	height: 14px;
	margin-right: -5px;
}

.DeleteRowX
{
	font-weight: bold;
	color: Red;
	font-size: 12px;
	text-decoration: none;
	cursor: pointer;
}

/* calendar */

table.calendarHolder tr td
{
	padding: 0px;
}

.ajax__calendar_container 
{
	 z-index : 1000 ; 
}
