@CHARSET "ISO-8859-2";
form.transactionspotter_filter_frame
{
	margin: 0px;
}
	
table.transactionspotter_filter_frame
{
	border: 1px solid #65AECA;
	border-top: none;
	border-bottom: none;
	margin: 0px;
	padding: 0px;
	width: 100%; 
}

table.transactionspotter_filter_frame tbody tr td
{
	padding: 5px;
	border-bottom: 1px solid #65AECA;
}

table.transactionspotter_filter_frame tbody tr td table tbody tr td
{
	border: none!important;
}

table.transactionspotter_filter_frame div table tbody tr td
{
	padding: 0px;
}

table.transactionspotter_filter_frame .corrected
{
	background-color: white;
}

table.transactionspotter_filter_frame tr.row_above_slider td
{
	border: none;
}

table#transactionspotter
{
	border: none;
	padding: 0px 10px;
	width: 100%;
}

table#transactionspotter td#view_container
{
	vertical-align: top;
	width: 700px;
	padding-right: 10px;
}

table#transactionspotter td#view_container div#view_selector_container
{
	float: right;
}


table#transactionspotter td#filter_container
{
	vertical-align: top;
}


/*********************************************************************************************
	List View table
**********************************************************************************************/
#view table.list_view_table
{
	border: 1px solid #65AECA;
	border-top: none;
	width: 100%;
}

#view table.list_view_table table.tableTable
{
	border: none;
	border-spacing: 0px;
}

#view table.list_view_table .tableTable caption,
#view table.list_view_table.long .tableTable thead 
{
	display: none;
}

#view table.sort_column_selector
{
	width: 100%;
	padding: 3px;
	padding-right: 10px;
	color: white;
	background-color: #031134;
	text-align: right;
	border-left: 1px solid #65AECA;
	border-right: 1px solid #65AECA;
}

#view table.sort_column_selector td.rightaligntext
{
	width: 100%;
}

#view .positive
{
	color: green;
}

#view .negative
{
	color: red;
}

#view table.list_view_table.long div.field span.name
{
	display: inline-block;
	width: 12em;
	text-align: left;
}

#view table.list_view_table.long div.field span.value
{
	padding-left: 5px;
	padding-right: 5px;
	white-space: nowrap;
	font-weight: bold;
	text-align: left;
}

/*********************************************************************************************
	Transaction type selector
**********************************************************************************************/
.transaction_type_select .label
{
	line-height: 18px;
}	

/*********************************************************************************************
	Header with rounded corners and gradient
**********************************************************************************************/
div.transactionspotter_header
{
	height: 28px;
	line-height: 28px;
	vertical-align: middle;
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
}

div.transactionspotter_header div.left
{
	background-image: url(../images/calendarHeaderLeft.png);
	background-position: left top;
	background-repeat: no-repeat;
	padding-left: 4px;
}

div.transactionspotter_header div.right
{
	background-image: url(../images/calendarHeaderRight.png);
	background-position: right top;
	background-repeat: no-repeat;
}

/*********************************************************************************************
	Calendar view month selector controls
**********************************************************************************************/
#calendarViewControls img
{
	vertical-align: middle;
	cursor: pointer;
}

#calendarViewControls span
{
	display: inline-block;
	width: 200px;
	text-align: center;
}

#calendarViewControls span.empty_prev_month_button
{
	display: inline-block;
	width: 17px;
}

/*********************************************************************************************
	Calendar view
**********************************************************************************************/
.calendar_view
{
	width: 100%;
	font-family: Arial;
	font-size: 12px;
}


.calendar_view .days_of_week
{
	background-color: #031134;
	color: #FFFFFF;
}

.calendar_view .days_of_week td
{
	padding: 2px;
}

.calendar_view .content td
{
	height: 50px;
	width: 14.285%;
	vertical-align: top;
	font-size: 10px;
	
	padding: 2px;
	
	border-bottom: 1px solid #65AECA;
	border-right: 1px solid #65AECA;
	
	background-color: #E0EEF1;
}

.calendar_view .content td.highlighted
{
	background-color: white; 
}

.calendar_view .content td:hover
{
	background-color: #65AECA;
}

.calendar_view tr.content td.first
{
	border-left: 1px solid #65AECA;
}

.calendar_view tr.content td
{
	font-size: 10px;
}

.calendar_view tr.content td div.date
{
	text-align: left;
	color: darkblue;
}

.calendar_view tr.content td a
{
	position: relative;
	display: block;
	text-align: center;
}

.calendar_view tr.content td img,
.calendar_view tr.content td div.emptyLogo
{
	display: block;
	margin: auto;
	height: 4.5em;
	width: 4.5em;
	border: none;
}

.calendar_view tr.content td div.emptyLogo.small
{
	height: 3.5em;
}

.calendar_view tr.content td div.positive,
	.calendar_view tr.content td div.negative,
	.calendar_view tr.content td div.transactions_message,
	.calendar_view tr.content td div.details
{
	text-align: right;
}

.calendar_view tr.content td div.transactions_message
{
	color: blue;
}

.calendar_view tr.content td div.details
{
	color: green;
}

/********************************************************************************************
	View chooser buttons
**********************************************************************************************/
#calendarViewButton 
{
	margin-left: -4px;
}

#listViewButton span, #calendarViewButton span
{
	padding: 0px;
	margin-bottom: 1px;
	height: 18px;
	line-height: 18px;
	display: inline-block;
	vertical-align: middle;
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
}

#listViewButton .button_blue_right
{
	background-image: none;
	display: none;
}

#calendarViewButton .button_blue_left
{
	background-image: none;
	display: none;
}

#calendarViewButton .button_blue_center, #listViewButton .button_blue_center
{
	color: #00B0ED;
	background-image: none;
	background-color: white;
	padding-left: 15px;
	padding-right: 15px;
}

#calendarViewButton.disabled .button_blue_center, #listViewButton.disabled .button_blue_center
{
	/* FIXME: ie alatt arnyekolt szurkeve valt a disabled gomb */
	/* color: black; */
	background-image: url('images/calendar_header_view_dark_background.png');
	padding-left: 15px;
	padding-right: 15px;
}

#listViewButton .button_blue_left
{
	background-image: url('images/calendar_header_view_left.png');
}

#listViewButton.disabled .button_blue_left
{
	background-image: url('images/calendar_header_view_dark_left.png');
}

#calendarViewButton .button_blue_right
{
	background-image: url('images/calendar_header_view_right.png');
}

#calendarViewButton.disabled .button_blue_right
{
	background-image: url('images/calendar_header_view_dark_right.png');
}

/********************************************************************************************
	Detail pane -- openable/closable component, for partners
**********************************************************************************************/
.detail_pane_label_opened
{
	background-position: right center;
	background-repeat: no-repeat;
	height: 17px;
	text-decoration: none;
	color: black;
	background-image: url('images/detailpane_opened.png');
	font-size: 12px;
}

.detail_pane_label_closed
{
	background-position: right center;
	background-repeat: no-repeat;
	height: 17px;
	text-decoration: none;
	color: black;
	background-image: url('images/detailpane_closed.png');
	font-size: 12px;
}

.detail_pane_opened
{
	margin-top: 2px;
	overflow: auto;
	height: expression( this.scrollHeight > 99 ? "100px" : "auto" ); /* sets max-height for IE */
	max-height: 100px; /* sets max-height value for all standards-compliant browsers */
	display: block;
}

.detail_pane_closed
{
	margin-top: 2px;
	overflow: auto;
	height: expression( this.scrollHeight > 99 ? "100px" : "auto" ); /* sets max-height for IE */
	max-height: 100px; /* sets max-height value for all standards-compliant browsers */
	display: none;
}