﻿
body,td,a,div ,input, select,textarea
{
	font: 12px arial, tahoma, sans-serif;
	
}
body
{
	background-color: #dcdcdc;
	background-image: url(img/background.png);
}
body.help
{
	background-color: White;
	background-image: none;
	margin: 0px;
}
H1, H2, H3,H4,H5
	{
		font-family: Arial;
		font-weight: bold;
		margin: 2px 2px 6px 0px;
		padding: 0px;
		
	}
H1{font-size: 20px; color: #f0ac25;}
h2
	{
		font-size: 16px;
		
		color: #f0ac25;
		padding-left: 5px;
		padding-bottom: 2px;
		padding-top: 1px;
		background-image: url(img/bgh2.gif);
		background-repeat: repeat-x;
		background-position: 7px 0px;
		margin-top: 5px;
	}
H3{font-size:14px;color: #f0ac25;}

.H3{font-size:14px;color: #f0ac25;font-family: Arial; 
	font-weight:bold; }

.H4{font-size:14px;color: #666666;font-family: Arial; 
	font-weight:bold; }
.H5{font-size:12px;color: #666666;font-family: Arial; 
	font-weight:bold; }

A{color:#b77e0d;}

input, select, textarea
{
	width: 250px;
	
}
.edit_control
{
	padding-left:5px;
	padding-bottom :2px;
}
.edit_control input
{
	background-image: url(img/controlbg.gif);
	background-repeat: repeat-x;
	background-color: white;
}
.radiobutton input
{
	width:auto ;
}
.button
{
	background-color:#f0ac25;
	color:White;
	width:100px;
	font-weight:bold;
	border:1px solid #b77e0d;
	margin-right:10px;
	margin-top:5px;
	margin-bottom:5px;
	padding: 0px;	
}
.icobox
{
	margin: 10px 0px;
}
.icobutton
{
	color:#b77e0d;
	font-size:14px;
	margin-right:10px;
}
.icobutton img
{
	margin-right:5px;
}

.panel
	{
		margin-bottom: 15px;
		background-color: white;
		padding: 10px;
		background-image: url(img/panelbg.png);
		background-repeat: repeat-x;
		border-right: #c3c3c3 1px solid;
		border-top: #c3c3c3 1px solid;
		border-left: #c3c3c3 1px solid;
		border-bottom: #c3c3c3 1px solid;
	}
.group
	{
		margin-bottom: 15px;
		background-color: white;
		padding: 10px;
		
		border-right: #c3c3c3 1px solid;
		border-top: #c3c3c3 1px solid;
		border-left: #c3c3c3 1px solid;
		border-bottom: #c3c3c3 1px solid;
	}
.baseTable
{
	width: 100%;
}
.maintable
{
	width:800px;
	background-color:White ;
	
}
.helpmaintable
{
	/*width:650px;*/
	background-color:white;
	
}
.td_header
{
}
.td_content
{
	height:400px;
	text-align:left;
	vertical-align:top;
	padding-left:15px;
	padding-right:15px;
	padding-top:5px;
}
.helpmaintable .td_content
{
	padding: 0px;
}

.underline
{
	border-bottom: 1px solid #b77e0d;
}

.logininfo
{
	margin-right:20px;
	margin-bottom:5px;
}

.logininfo td, .logininfo A
{
	color:#b77e0d;
	
}


.td_footer
{
	color:#b77e0d;
	padding:3px;
}
HR
{
	
	background-color: #b77e0d;
    border-width: 0px;
    height: 1px;
    color: #b77e0d;
}

/*WinGrid*/
table.wingrid 
{
	border: #c3c3c3 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 td a
{
	text-decoration: none;
}
table.wingrid td a img
{
	vertical-align: middle;
}

table.wingrid tr.locked td
{		
	background-image: url(img/Gridheader.gif);
	background-repeat: repeat-x;
	background-color:#f8f8f8;	
	background-position: 0 100%;
	height: 28px;	
	border: 0px;
	padding-bottom: 0px;
	padding-top:0px;
	
}
table.wingrid tr.alter 
{
	background-color: #f1f1f1;
}
table.wingrid tr.alter td
{
	background-color: #f1f1f1;
}

table.wingrid tr.year
{
	background-color: #cccccc;
}
table.wingrid tr.year td
{
	background-color: #cccccc;
	font-weight:bold;
}

/*TABSTRIP*/

.tabstrip,
.tabstrip ul
{
	margin:0;
	padding:0;
}

/*.tabstrip div
{
	width:100%;
	
}
.tabstrip div:after
{
	content:"";
	clear:both;
	display:block;
	visibility:hidden;
	height:0;
}

.tabstrip ul
{
	width:100%;
	
}*/

.tabstrip li
{
	list-style:none;
	list-style-image: none;
	list-style-position:outside;
	float:right;
	margin:0;
	position: relative;
	/*left: -18px;*/
	top: 1px;

	padding:0;	
	
}

/*.tabstrip li.break
{
	float:none;
}

.tabstrip li.break br
{
	clear:both;
}*/

.tabstrip li a
{
	float:left;
	position:relative;
	font-size:100%;
}

.tabstrip li a img
{
	float:left;
	margin-top:5px;
	margin-right:5px;
	border:0;
}



.tabstrip li.selected a
{
	z-index:100;
	cursor:default;
}
.tabstrip li.selected
{
	z-index: 100;	
}
.tabstrip li a .wrap, 
.tabstrip li a .innerWrap
{
	float:left;
	clear:both;
	white-space:nowrap;	
	cursor:pointer;

}

.tabstrip li a.selected .wrap, 
.tabstrip li a.selected .innerWrap
{
	cursor:default;
}

.tabstrip_orange
{
	font: 11px arial, tahoma, sans-serif;
}


.tabstrip_orange li a
{
	padding-left: 31px;
	background:transparent url('img/tabLeft.gif') 0px 0px no-repeat;
	height: 28px;
	margin-right: -16px; 
	color: white;
	text-decoration:none;
}

.tabstrip_orange li.last a,
.tabstrip_orange li.break a
{
	margin-right:0;
}

.tabstrip_orange li.break a
{
	margin-right: 0px;
}

.tabstrip_orange li a .wrap
{

	padding-right: 4px;
	height: 28px;
	background:transparent url('img/tabRight.gif') right 0px no-repeat;
}

.tabstrip_orange li a:hover
{
	color: white;
}

.tabstrip_orange li a .innerWrap
{
	line-height: 28px;
	padding: 1px 5px;
	background:transparent url('img/tabback.gif') 0px 0px repeat-x;
	text-align: center;
}

.tabstrip_orange li.selected a
{
	padding-top: 0px;
	padding-left: 31px;
	background: transparent url('img/tabLeftAkt.gif') 0px 0px no-repeat;
	line-height: 28px;
}

.tabstrip_orange li.selected a .wrap
{
	background-image:url('img/tabRightAkt.gif');
	line-height: 28px;
	padding-right: 4px;
	color: black;
}


.tabstrip_orange li.selected a .innerWrap
{
	background-image:url('img/tabbackakt.gif');
	padding-top: 0px;
}

/*.tabstrip_orange li a.disabled,
.tabstrip_orange li a.disabled .wrap,
.tabstrip_orange li a.disabled .innerWrap
{
	cursor: default;
	text-decoration: line-through;
}*/

.tabstrip_orange li a.red,
.tabstrip_orange li a.red .wrap,
.tabstrip_orange li a.red .innerWrap
{
	color: red;
}

.icoSmall, .icoUp, .icoDown
{
	padding-left: 16px;	
	margin-bottom: 2px;
	background-image: url(img/smallIco.gif);
	background-repeat: no-repeat;
	background-position: 0px 2px;
}
.icoSmall
{	
	background-image: url(img/smallIco.gif);	
}
.icoUp
{	
	background-image: url(img/icoUp.gif);	
}
.icoDown
{	
	background-image: url(img/icoDown.gif);	
}
.icoSettings
{
	padding-left: 36px;
	/*height: 22px;
	display: block;
	float: left;*/
	
	margin-bottom: 2px;
	padding-top: 4px;
	padding-bottom: 6px;
	line-height: 26px;
	background-image: url(img/icoSettings.gif);
	background-repeat: no-repeat;

}

.hlCost
{
	padding-left: 36px;
	height: 22px;
	display: block;
	float: left;
	margin-bottom: 2px;
	padding-top: 4px;
	background-image: url(img/icoMinus.gif);
	background-repeat: no-repeat;
}
.hlEntry
{
	padding-left: 36px;
	height: 22px;
	display: block;
	float: left;
	margin-bottom: 2px;
	padding-top: 4px;
	background-image: url(img/icoPlus.gif);
	background-repeat: no-repeat;
}
.hlBalance
{
	padding-left: 36px;
	height: 22px;
	display: block;
	float: left;
	margin-bottom: 2px;
	padding-top: 4px;
	background-image: url(img/icoBalance.gif);
	background-repeat: no-repeat;
}
.hlInnerTransaction
{
	padding-left: 36px;
	height: 22px;
	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: red;}
.wingrid td.cell_entry,.cell_entry {color: green;}

/* FILTR */
.filtr
{ 
	/*float: right;*/
	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 */

.switchcategory img
{
	vertical-align: middle;
}


.heading
{
	background-color:#f1f1f1;
	padding:3px;
	margin-top:5px;
	padding:3px;
}
.heading img {margin-right:5px;vertical-align: middle;}
.expandedcontent
{
	border: 1px solid #cccccc;
	padding:5px;
}
.filtrShow
{
    float: right;
    margin-top: 30px;
}
.filtrDescription
{
    margin-bottom: 2px;
    color: #888888;
    font-size: 8pt;
}
.filtr .heading
{
    background-color: #EFA71A;
    color:White ;
    margin-bottom:4px;
}
.filtr_dateControl input
{
    width: 100px;
}
.filtr .clearFiltr
{
    text-align: right;
    margin-top: 2px;
}

.cs1
{
	padding-right: 5px;
}
#cs input
{
	width: 12px;
	/*position: relative;
	top: 2px;
	>top: 1px;*/
	margin-right: 2px;
	
}
.cs_selected
{
	color: black;
	background-color: #ffffff;
}
#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;
	background-image:none;
	
}
.accountinfo
{
	padding-top:5px;
}
.statmenu
	{
		padding: 5px;
		background-color: #f1f1f1;
		margin-bottom:5px;
		margin-top :3px;
	}

.statmenu A
{
	text-decoration:none;
	margin-right:5px;
	padding-left: 16px;
	margin-bottom: 2px;
	line-height: 18px;
	background-image: url(img/smallIco.gif);
	background-repeat: no-repeat;
	background-position: 0px 2px;
}
.statMenuActive
{
	font-weight: bold;
}


.importCheck input
{
	width: 15px;
}

.Celkem td
{
    font-weight: bold;
    
}

.error
{
	border-right: #ff9900 3px solid;
	padding-right: 20px;
	border-top: #ff9900 3px solid;
	padding-left: 20px;
	padding-bottom: 5px;
	margin: 10px 0px;
	border-left: #ff9900 3px solid;
	padding-top: 5px;
	border-bottom: #ff9900 3px solid;
	background-color: white;
	text-align: center;
	color:red;
}
.list
{
	padding-left: 20px;	
	margin-bottom: 2px;
	background-image: url(img/smallIco.gif);
	background-repeat: no-repeat;
	background-position: 0px 2px;
	background-image: url(img/smallIco.gif);	
	
	margin-bottom:5px;
}
.highlight
	{
		font-weight: bold;
		font-size:14px;
		color: #f0ac25;
	}
.hp_left
{
	padding-right:30px;
}
.hp_right
	{
		padding-left: 10px;
		border-left: #b77e0d 1px solid;
		width: 161px;
		
	}
	
.aktualita
	{
		margin-bottom:10px;
			
	}
.aktualita .date
{
	font-weight: bold;
		color: #f0ac25;
}
	
	
.StatMultiAccountSelect label
	{
		/*border: 1px solid red;*/
		width: 125px;
		height: 14px;
		overflow: hidden;
		display:block;
		float: right;
		position: relative;
		top: 2px;
	}
 .statCategoriesAmount {height:10px;margin-top:1px;}
 .statCategoriesAmount_red { background-color: red;}
 .statCategoriesAmount_green { background-color: green;}
 .statFiltrTime2_Time
 {
	text-align: center;
	font-weight: bold;
	font-size: 11pt;	
 }

.statcategoriesdg td a
{
	text-decoration: none;
}

.modalwindow_inner
{
	font-size: 12px;
	border: solid 5px #CCCCCC;
	background-color: #ffffff;
	padding: 10px;
	text-align:left;
}
.modalwindow
{
	border: 1px solid #999999;
	
}
.modalwindow_scrollbox
{
	height: 200px;
	overflow: auto;
}

.img_logo {margin-left:20px;}
.td_right_menu {border-bottom: 1px solid #b77e0d;padding-right:20px;}
.HeaderPanel {cursor: pointer;}
.Drop120 {width: 100%;}
.tb100 {width: 100px;}
.button25 {width: 25px;margin-top: 0px; margin-bottom: 0px;} 
.button200 {width: 200px;}
.button58 {width: 58px;}
.div_defineTransactionBox {text-align: right; margin-top: 5px;}
.cursorPointer {cursor: pointer;}
#flyout,#flyout2 {display: none; overflow: hidden; z-index: 2;}
#info {display: none; width: 540px; z-index: 2; /*opacity: 0; filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);*/}
#info2 {display: none; width: 700px; z-index: 2;}
.floatright {float: right;}
.div_dataimport {margin-left: 16px;text-align:right;margin-top:10px;width:150px;}
.div_basketAnchor {margin-left: 16px;text-align:right;margin-top:10px;width:150px;}
.div_basketAnchor a
{	
	background-image: url(img/icoBasket.gif);
	background-repeat: no-repeat;
	background-position: 0px 1px;
	padding-left: 20px;	
	margin-bottom: 2px;
}
.td_homeinfo {padding-left: 20px;}
.img_mobildevice {margin-right:15px;}
.div_helpcontrol {display: inline;}
.td157 {width: 157px;}
.divLoad {position: absolute; visibility: hidden; background-color: White;
            z-index: 200; left: 50%; width: 300px; margin-left: -150px; top: 200px; border: 1px solid black;
            padding: 5px;}
.img_logo {margin-left: 20px;}  
.td_desktopmenu {border-bottom: 1px solid #b77e0d; padding-right: 20px;}     
.caption15 {height: 15px;}
.td_adminmain {height:300px;}
.edit_caption22 {height: 22px;}
.eDate63 {width:63px;}
.dropTimeStep120 {width: 120px;}
.justify {text-align:justify;}
.multiaccount {
    border: 1px solid black;
    background-color: white;
    padding:3px;
}
.stattable{}
.stattable TD.frame
{
	background-color: #f1f1f1;
	padding: 10px;
	border-right: #c3c3c3 1px solid;
	border-top: #c3c3c3 1px solid;
	border-left: #c3c3c3 1px solid;
	border-bottom: #c3c3c3 1px solid;
	width: 218px;
	color:#939393;
}
.stattable TD.hspace
{
	background-color: #ffffff;
	padding:0px;
	width:24px;
}
.stattable TD.vspace
{
	height: 24px;	
}
.stattable h3
{
	margin-bottom:0px;
}

.accordion
{ 
	
	background-color: #f1f1f1;
	
	padding: 5px;
 }

.accordionHeader
{
	background-color: #efa71a;
	color: White;
	cursor: pointer;
	background-position: 3px center;
	background-image: url(img/expand.gif);
	background-repeat: no-repeat;
	padding-right: 3px;
	padding-left: 20px;
	padding-bottom: 3px;
	padding-top: 3px;
	margin-bottom:3px;
}
.accordionHeaderSelected
{
	background-color: #efa71a;
	color: White;
	cursor: pointer;
	background-position: 3px center;
	background-image: url(img/opened.gif);
	background-repeat: no-repeat;
	padding-right: 3px;
	padding-left: 20px;
	padding-bottom: 3px;
	padding-top: 3px;
	margin-bottom:3px;
}
.accordionContent
{
	padding:3px;
}
.helpico
{
	background-position: 60px center;
	background-image: url(img/icoHelp.gif);
	background-repeat: no-repeat;
	padding-right: 20px;
	position: absolute;
	margin-top :8px;
	margin-left:687px;
	
}
/*Modal Popup*/
.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=30);
	opacity:0.3;
}
.modalMove
{
	cursor: move;
}

/*table.wingrid tr.active_line td
{
	background-color: #FF652F;
	
}

table.wingrid tr.active_line td a
{
	color: Black;	
}

*/
.AmountControl
{
	width :100px;
}
.DescriptionControl
{
	width :600px;
}
.adbanner
{
	margin-bottom:5px;
}
.adbanner .title
{
 text-align:right;

}
.adbanner .content
{
	border: #eaeaea 1px solid;
	
}
.rightbanner
{
 margin-top:75px;
 left: 50%;
 text-align:right;
 width: 120px;
 position: absolute;
margin-left:410px;
 top: 16px;
 z-index:100;
}

.services{ text-align:justify; margin-top:5px; margin-bottom:5px; }
.services A
{
	margin-left: 5px;
	margin-right: 5px;
	text-decoration: none;
	color: dimgray;
}
.services .s1
{
	font-size:20px ;
	font-weight:bold ;
}
.services .s2
{
	font-size:14px  ;
	
	font-weight:bold ;
	
}
.services .s3
{
	font-size:12px   ;
}

.hpImport
{
	color: dimgray;
	font-weight:bold;
	font-size:15px;
	  
	
}
.rightBanner
{
	left: 50%;
	text-align:right;
	width: 120px;
	position: absolute;
margin-left:420px;
	top: 16px;
	z-index:100;
}
.googlehelptext
{
	display: none;
}