﻿
body,td,a,div ,input, select,textarea
{
	font: 12px arial, tahoma, sans-serif;
}
body
{
	background-color: white;


}
H1,H2,H3
{
	font-family: Arial; 
	font-weight:bold; 
	margin:2px;
	padding:0px;
}
H1{font-size: 20px;color: black;}
H2{font-size:18px;color: black;}
H3{font-size:14px;color: black;}

.H3{font-size:14px;color: black;font-family: Arial; 
	font-weight:bold; }

A{color:black;text-decoration:none;}

input, select
{
	width: 250px;
	
}
.edit_control input
{
	/*background-image: url(img/controlbg.gif);
	background-repeat: repeat-x;
	background-color: white;*/
}
.radiobutton input
{
	width:auto ;
}
.button
{
	background-color:white;
	color:black;
	width:100px;
	font-weight:bold;
	border:1px solid black;
	margin-right:10px;
	margin-top:5px;
	margin-bottom:5px;
}
.icobox
{
	margin: 10px 0px;
}
.icobutton
{
	color:black;
	font-size:14px;
	margin-right:10px;
}
.icobutton img
{
	margin-right:5px;
}
.Logout
{
	display: none;
}
.panel
{
	border: 1px solid black;
	margin-bottom: 15px;
	/*background-color: #f1f1f1;*/
	padding:10px;
}
.baseTable
{
	width: 100%;

}
.maintable
{
	width:100%;
	background-color:White ;
	
}
.td_header
{

}
.td_content
{
	height:400px;
	text-align:left;
	vertical-align:top;
	padding-left:15px;
	padding-right:15px;
	padding-top:5px;
}

.underline
{
	/*border-bottom: 1px solid black;*/
}

.logininfo
{
	margin-right:20px;
	margin-bottom:5px;
}

.logininfo td, .logininfo A
{
	color:black;
	
}


.td_footer
{
	display: none;
	color:black;
	padding:3px;
}
.td_footer HR
{
	color:black;
	height:1px;
}

/*WinGrid*/
table.winGrid 
{
	border: buttonshadow 1px solid;
	width: 100%;
	
}

table.wingrid td
{
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;
	border-bottom: 0px;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 3px;
	padding-top:3px;
	margin: 0px;
	color: windowtext;
	
	background-color: window;
}

table.wingrid tr.locked 
{
	background: repeat-x 0 100% #f8f8f8;
	border: 0px;
	height: 28px;
}
table.wingrid tr.locked td
{
	
	border: 0px;
	padding-bottom: 0px;
	padding-top:0px;
	
}
table.wingrid tr.alter 
{
	background-color: #f1f1f1;
}
table.wingrid tr.alter td
{
	background-color: #f1f1f1;
}

/*TABSTRIP*/
.tabstrip
{
	display: none;

}




.icoSmall
{
	display: none;
	/*padding-left: 16px;
	
	margin-bottom: 2px;
	background-image: url(img/smallIco.gif);
	background-repeat: no-repeat;
	background-position-y: 2px;*/
}

.hlCost
{
	display: none;
	/*padding-left: 36px;
	height: 22px;
	>height: 26px;
	display: block;
	float: left;
	margin-bottom: 2px;
	padding-top: 4px;
	background-image: url(img/icoMinus.gif);
	background-repeat: no-repeat;*/
}
.hlEntry
{
	display: none;
	/*padding-left: 36px;
	height: 22px;
	>height: 26px;
	display: block;
	float: left;
	margin-bottom: 2px;
	padding-top: 4px;
	background-image: url(img/icoPlus.gif);
	background-repeat: no-repeat;*/
}
.hlBalance
{
	display: none;
	/*padding-left: 36px;
	height: 22px;
	>height: 26px;
	display: block;
	float: left;
	margin-bottom: 2px;
	padding-top: 4px;
	background-image: url(img/icoBalance.gif);
	background-repeat: no-repeat;*/
}
.hlInnerTransaction
{
	display: none;
	/*padding-left: 36px;
	height: 22px;
	>height: 26px;
	display: block;
	float: left;
	margin-bottom: 2px;
	padding-top: 4px;
	background-image: url(img/icoInnerTransaction.gif);
	background-repeat: no-repeat;*/
}

.divEntryCostHl
{
	height: 28px;
}
.wingrid td.cell_cost,.cell_cost {color: black;}
.wingrid td.cell_entry,.cell_entry {color: black;}

/* FILTR */
.filtrTD, .cmdHideFiltr, cmdShowFiltr
{
	display: none;
}

.filtr
{ 
	/*float: right;*/
	width: 140px;
	/*>width: 150px;*/
	background-color: #f1f1f1;
	margin-left: 10px;
	color: black;
	padding: 5px;
 }

.filtr h3
{
	color: White;
}
.filtr .radioBox td input
{
	width: 15px;
	/*position: relative;
	top: 1px;*/
	margin-right: 2px;
}
.filtr .radioBox td
{
	
	padding: 0px;
	margin: 0px;
}
.filtr .textBox
{
	width: 80px;
	margin-bottom: 2px;
	border: none;
	position: relative;
	top: 2px;
}

/* END FILTR */



.heading
{
	background-color:#f1f1f1;
	padding:3px;
	margin-top:5px;
	padding:3px;
}
.heading img {margin-right:5px;}
.expandedcontent
{
	border: 1px solid #cccccc;
}
.filtrShow
{
    float: right;
    margin-top: 30px;
}
.filtrDescription
{
    margin-bottom: 2px;
    color: #888888;
    font-size: 8pt;
}
.filtr .heading
{
    background-color: white;
    color:black ;
    margin-bottom:4px;
}
.filtr_dateControl input
{
    width: 100px;
}
.filtr .clearFiltr
{
    text-align: right;
    margin-top: 2px;
}

#cs input
{
	width: 12px;
	/*position: relative;
	top: 2px;
	>top: 1px;*/
	margin-right: 2px;
	
}
.cs_selected
{
	color: white;
	background-color: #cccccc;
}
#cs
{

    border: 1px solid black;
    background-color: white;
}

.categorySelectTextBox
{
    width: 120px;
}
.csTreeView
{
    width: 120px;
}

.checklistbox td input,.checklistbox input
{
	width: 15px;
	/*position: relative;
	top: 1px;*/
	margin-right: 2px;
}

.help H2
{
	color:Black;
	font-size:15px;
	margin-left:0px;
	padding-left:0px;
}
.accountinfo
{
	padding-top:5px;
}
.statMenuActive
{
	font-weight: bold;
}


.importCheck input
{
	width: 15px;
}

.Celkem td
{
    font-weight: bold;
    
}

.error
{
	border-right: #999999 3px solid;
	padding-right: 20px;
	border-top: #999999 3px solid;
	padding-left: 20px;
	padding-bottom: 5px;
	margin: 10px 0px;
	border-left: #999999 3px solid;
	padding-top: 5px;
	border-bottom: #999999 3px solid;
	background-color: white;
	text-align: center;
	color:black;
}

.statmenu
{
	display: none;
}

.helpico
{
	display: none;
}

.alarmAlert
{
	display: none;
}
.defineTransactionTemplate
{
	display: none;	
}
.icograf
{
	display: none;
}
.defaultPageStatistiky
{
	display: none;
}
.transactionlisticobasket
{
	display: none;
}
.dgTransactions a
{
	display: none;
}
.dgTransactions .footer td
{
	font-weight: bold;
}
.dgTransactions .locked a, .dgTransactions .footer a
{
	display: inline;
	font-weight: normal;
}
.noprint
{
	display: none;
}
.rightBanner
{
	display: none;
}
.googlehelptext
{
	display: none;
}