a.structureLink,span.structureLink
{
	display: block;
	height: 12px;	
	line-height: 12px;
	padding-top: 3px;
	padding-bottom: 3px;
	margin: 1px;
	margin-left: 0px;
	border: 1px solid #CCCCCC;
	font-size: 11px;
	text-decoration: none;
	color:      black;
	background: WHITE;
	width: auto;
}

a.structureLink:hover
{
	background:   #FFDEAD ;
}

div#finanse {
	margin: 20px;
}

div.elActions {
	padding: 5px;
}

div.elActions a {
	font-weight: bold;
}

div.elActions a.elSelected {
	color: red !important;
}

#finanseSubMenu a {
	display: block;
	float: left;
	width: 100px;
	border: 1px solid silver;
	margin: 1px;
	padding: 5px;
	color: gray;
}

#finanseSubMenu a:hover {
	background: silver;
	color: white;
}

table.fReport {
	font-family: Microsoft Sans Serif;
	font-size: 12px;
	background: #C0C0C0;
	width: 500px;
}

table.fReport th {
	background: gray;
	color: white;
	padding: 5px;
}

table.fReport td {
	background: white;
	padding: 5px;
}

table.fReport td.label, table.fReport th.label {
	text-align: left;
	width: 400px;
}

table.fReport td.value, table.fReport th.value{
	text-align: right;
	width: 100px;
}

table.fReport td.noData {
	text-align: center;
}

table.fReport tr.sum td {
	background: #F0F0F0;
}

div.subMenu {
	margin: 2px;
}

div.subMenu a {
	display: block;
	width: 100px;
	height: 20px;
	float: left;
	border: 1px solid gray;
	margin-left: 2px;
	text-align: center;
	line-height: 20px;
	color: gray;
}

div.subMenu a:hover {
	border-top: 1px solid silver;
	border-left: 1px solid silver;
}

div.subMenu a.selected {
	background: #C0C0C0;
	color: white;
	font-weight: bold;
}

#budgetBox {
	text-align: left;
}

div.info {
	border: 1px solid silver;
	padding: 5px;
	margin-bottom: 5px;
}

a.budgetLink {
	display: block;
	font-weight: bold;
	padding: 5px;
	border: 1px solid white;
}

a.budgetLink:hover {
	border: 1px solid silver;
}

.budgetTable {
	width: 100%;
}


a.budgetLink.selected {
	border: 1px solid gray;
	color: red !important;
}


a.budgetLink.unselected {
	color: silver !important;
}

a.budgetLink.unselected:hover {
	color: red !important;
}

.budgetTable input {
	width: 45px !important;
	font-size: 9px !important;
	text-align: right;
}

table.fReport a {
	color: blue;
}


table.fReport a.marked {
	color: blue;
	font-weight: bold;
}


table.fReport2 {
	font-family: Microsoft Sans Serif;
	font-size: 10px;
	background: #FFFFFF;
	width: 500px;
}

table.fReport2 th {
	background: gray;
	color: white;
	padding: 5px;
}

table.fReport2 td {
	background: white;
	padding: 5px;
}

table.fReport2 td.label, table.fReport th.label {
	text-align: left;
	width: 400px;
}

table.fReport2 td.value, table.fReport th.value{
	text-align: right;
	width: 100px;
}

table.fReport2 td.noData {
	text-align: center;
}

table.fReport2 tr.sum td {
	background: #F0F0F0;
}

tr.summary td {
	border-top: 1px solid silver;
}

tr.dsm td {
	color: red;
	font-weight: bold;
}

.selectBox {
	float: left;
	margin-left: 3px;
	
}

.selectBox .title {
	border: 1px solid gray;
	width: 140px;
	padding: 3px;
	background: gray;
	font-weight: bold;
	color: #FFF;
}


.title2 {
	border: 1px solid gray;
	width: 150px;
	padding: 5px;
	background: gray;
	font-weight: bold;
	color: #FFF;
}

.autoFormBox {
	border: 1px solid silver;
	padding: 2px;
	height: auto;
	background: #F5F5F5;
	padding-top: 10px;
	display: block;
	width: auto;
	height: 450px;
	overflow:auto;
	
}

table.bGray,
table.bWhite {
	font-size: 11px !important;
	font-weight: normal;
	margin-top: 5px;
}


table.bGray td{
	background: #E2E3E2 !important;
	padding: 5px;
}


table.bWhite td{
	background: #FFFFFF !important;
	padding: 5px;
}

.budgetZeroItem,
.budgetZeroItemMarketing {
	color: black;
	border: 1px solid black !important;
}


table.fMenu td {
	padding: 5px;
}

table.fMenu input {
	width: 170px;
	padding: 15px;
	font-weight: bold;
}

#finanseBox .selectBox {
    background: url('/var/img/down_arrow.png') no-repeat;
    padding-left: 20px;
    margin-bottom:20px;
    cursor:pointer;
}

#finanseBox {
    padding-top: 20px;
    height: 100px;
}

.filter_window {
    display: none;
    padding:5px;
    width:143px;
    background:#9c9c9c;
    position:absolute;
    border:0px solid grey;
    z-index:10;
    opacity:0.8;
    filter:alpha(opacity=80); /* For IE8 and earlier */
}

.filter_window:hover {
    opacity:1.0;
    filter:alpha(opacity=100); /* For IE8 and earlier */
}
