/**	There are advices in every block of code. Search for "Advice:"	*/


/** ****************************** **
 ** Unification of browser styles - clear all margin and paddings to all visible none-deprecated html tags
 ** ****************************** **
 *
 *	Advice:
 *	Keep as is.
 *	x	Keep HTML tags unchanged.
 *	x	Don't add/remove any css properties.
 *	x	Don't change definitions of css properties
 */

/*	Mask for all elements	*/
*,
/*	Document	*/
html, body, frameset, frame, iframe, noframes,
/*	Headings	*/
h1, h2,
, h4, h5, h6,
/*	Standard block level elements	*/
p, div, ol, ul, li,
/*	Links	*/
a,
/*	Multimedia	*/
img, object,
/*	Tables	*/
table, caption, col, colgroup, thead, tbody, tfoot, tr, th, td,
/*	Forms	*/
form, fieldset, legend, label, input, textarea, select, optgroup, option, button,
/*	Still used formatting tags	*/
b, i, span, pre, code, strong, big, small, sub, sup
/*	New lines	*/
br, hr,
/*	Other HTML tags	*/
abbr, acronym, address, link, blockquote, cite, q, samp,
dd, del, dfn, dl, dt, em, ins, kbd, tt, var
{
	margin:				0px;
	padding:			0px;
	font-size:			100%;
}
/*	**	*	**	*	*/

html, body{
	text-align: 		left;
	background:			#ffffff;
}

body, div, table, td, th {
	font-family:	Verdana, Tahoma, Arial, Geneva, Helvetica, sans-serif;
	margin:			0px;
	padding:		0px;
	font-size:		8.5pt;
	line-height:	9pt;
	/*-moz-box-sizing: content-box;*/
/*	box-sizing: padding-box;*/

}
p {
	margin-bottom: 10px;
}

a {
	color: #4088eb;
	text-decoration: none;
}

a img {
	border: 0px;
	margin-left:2px;
}

a:hover {
	text-decoration: underline;
}

h1 {
	text-align: center;
	color: #F98E20;
}

div.under_construction,
div.body {
	margin-left:50px;
	margin-right:50px;
}

div.login {
	margin-top:		30px;
	margin-left:	35px;

}

div.column_login {
}

div.login_table {
	text-align: center;
	width:300px;
	margin-top: 20px;
}

div.login_table table td {
	padding: 2px;
}

div.login_header {
	height: 67px;
	background-image: url('../gfx/header-bcg.gif');
}

div.login_header_logo {
	float:		right;
	position:	relative;
	top:		-6px;
}

div.login_header img {
	float: left;
}

div.header {
	margin-bottom:20px;
	margin-left: 40px;
	margin-right: 40px;
	margin-top:	  40px;
	display:		none;
}

div.header table {
	width:100%;
	border-collapse: collapse;
}

div.header table td {
	padding-right:15px;
}
div.header_logo {
	float:		right;
	position:	relative;
	top:		-100px;
	_left:		-4px;
}

div.account_info {
	font-size: 14px;
	font-weight: bold;
	padding-left:	11px;
}

div.account_info a {
	display:	none;
}

div.tariff_info {
	font-weight: bold;
	color: #F98E20;
	padding-left:		11px;
}

div.footer {
	margin-top:50px;
	text-align: center;
	margin-bottom: 10px;
}

hr.cleaner {
    clear:both;
    height:0;
    margin: -2px 0 0 0;
    padding:0;
    border:none;
    visibility: hidden;
}
div.cleaner {
    clear:both;
    height:0;
    margin: -2px 0 0 0;
    padding:0;
    border:none;
    visibility: hidden;
	font-size: 0;
}

div.menu {
	text-align:left;
	margin-left:10px;
	margin-right:10px;
	margin-top:50px;
	height:50px;
}

div.menu_first_level {
	height: 30px;
	border-bottom:	6px solid #F98E20;
	padding: 0;
	margin: 0;
	display: none;
}

div.menu_first_level .menu_item,
div.menu_first_level .menu_item_active {
	float:left;
	width:150px;
	height: 30px;
	background-color: #8f8f8f;
	margin-right:10px;
	text-align:center;
	_margin-bottom:	-10px;
}

div.menu_first_level .menu_item_active {
	background-color: #F98E20;
}

div.menu_first_level div.menu_item a,
div.menu_first_level div.menu_item_active a{
	font-size:13px;
	font-weight:bold;
	color:#ffffff;
	margin-top:	6px;
	display:		block;
}

div.menu_first_level div.menu_item img.left,
div.menu_first_level div.menu_item_active img.left {
	width:6px;
	float:left;
}

div.menu_first_level .menu_item img.right,
div.menu_first_level .menu_item_active img.right {
	width:6px;
	float:right;
}

div.menu_second_level {
	height: 22px;
}

div.menu_second_level .menu_item,
div.menu_second_level .menu_item_active {
	width:100px;
	padding: 5px 5px 0px 5px;
	float:left;
	text-align:center;
	border-right: 2px solid #8F8F8F;
}

div.menu_second_level div.menu_item a,
div.menu_second_level div.menu_item_active a{
	font-size:12px;
	font-weight: bold;
	color:#8F8F8F;
}

div.menu_second_level div.menu_item_active a {
	color: #F98E20;
}

div.filter input,
div.filter select {
	margin-left: 10px;
}

div.filter .input_text,
div.filter select {
	border: 1px solid #cccccc;
	width:120px;
}

div.filter select.small {
	width: 60px;
}

div.filter table td {
	padding: 2px 10px 2px 0px;
}

.visible {
}
.invisible {
	display: none;
}

table.commissions_table tr.visible td,
table.commissions_table tr.commission_row td {
	border: 1px solid #cccccc;
}

table.commissions_table tr.commission_row td table {
	width: 100%;
}

table.commissions_table tr.commission_row td table td {
	border-style: none;
}

table.commissions_table {
	width:100%;
	border-collapse: collapse;
}

table.commissions_table td {
	padding: 0px 5px ;
}

table.commissions_table td.money_value {
	text-align: right;
}

tr.commission_row {
	background-color: #efefef;
	font-weight: bold;
}

tr.commission_row td.commission_number {
	background-color: #e0e0e0;
}

tr.commission_row td.commission_name {
	border-right: 0px;
}

table.commissions_table th {
	background-color: #ffb573;
	height: 31px;
	text-align:			left;
	padding-left: 5px;
	padding-right: 5px;
}

table.commissions_table th.left_corner {
	background-image: url('../gfx/table-header-left-corner.gif');
	background-repeat: no-repeat;
	background-position: left;
	margin-left: 1px;
}

table.commissions_table th.right_corner {
	background-image: url('../gfx/table-header-right-corner.gif');
	background-repeat: no-repeat;
	background-position: right;
}

span.commission_detail {
	float: right;
}

table.commission_detail {
	width: 100%;
	clear: both;
	margin-top: 15px;
}

table.commission_detail th ,
table.commission_detail td {
	font-size: 80%;
	line-height: 100%;
}

table.commission_detail_table {
	margin: auto;
	padding:	0 30px 0 60px;
	width:		720px;
}

table.commission_detail_table .delivery_place p {
	margin: 0;
	padding: 0;
}

table.commission_detail_head {
	padding-bottom: 16px;
}

table.commission_detail_head th {
	padding-right: 35px;
	text-align: left;
}

table.commission_detail_table h3,
table.commission_detail h3 {
	font-size: 12pt;
	padding:	0px;
	margin:		0px;
}

table.commission_detail_table tr.footer td {
	color: #8F8F8F;
	font-size: 80%;	
	font-style: italic;
}

div.all_commissions_actions {
	text-align: right;
	padding-bottom: 3px;
	padding-top: 3px;
	font-weight: bold;
}

table.tariff,
table.tariff_actual,
table.tariff_prepared,
table.account_contact,
table.account_table,
table.invoice_summary {
	border-collapse: collapse;
	margin-top: 20px;
}

table.tariff td,
table.tariff_actual td,
table.tariff_prepared td,
table.account_contact td,
table.account_table td,
table.invoice_summary td {
	border: 1px solid #cccccc;
	padding: 2px;
	padding-right: 40px;
	white-space: nowrap;
}

table.tariff th,
table.account_contact th,
table.account_table th,
table.invoice_summary th {
	background-color: #ffb573;
	padding: 5px;
}

table.account_contact {
	width: 40%;
}

table.tariff td,
table.tariff_actual td,
table.account_contact td,
table.tariff_prepared td {
	width: 50%;
}

table.tariff_prepared th {
	background-color: #8f8f8f;
	padding: 5px;
}

table.tariff_actual th {
	background-color: #F98E20;
	padding: 5px;
}

table.invoice_summary tr.group_header {
	background-color: #efefef;
}

table.invoice_summary tr.group_header th {
	background-color: #e0e0e0;
}

table.invoice_summary td.money_value {
	text-align: right;
	padding-left: 40px;
	padding-right: 0px;
}

tr.price_total td{
	font-weight: bold;
	text-decoration: underline;
}

div.no_invoicing {
	text-align: center;
	margin-top: 20px;
	font-size: 18px;
	color: #F98E20;
}

h1.contacts_headline {
	text-align: left;
}

td.valid_from {
	font-weight: bold
}

.align_right {
	text-align:		right;
}


div.login_shadow {
	height:		2px;
	width:		100px;
	position:	relative;
	top:		8px;
	left:		1px;
	background-color:	gray;
	z-index:	0;
}

.login_table td input {
	width:		225px;
	z-index:	10;
}

.login_table td input.login_button {
	border: 0;
	background-color: white;
	color:		#F98E20;
	font-weight:	bold;
	width:			50px;
}

div.comission_header_logo {
	text-align:	right;
}

p.synergy_online {
	font-family:		Arial, Helvetica, Sans-serif;
	font-size:			48px;
	color:				#D4D0C8;
	position:			relative;
	top:				1px;
	padding-left:		30px;
}

div.commission_detail_logo {
	text-align:			right;
	padding-top:		20px;
}

p.client_agree {
	margin-top:			92px;
	_margin-top:		77px;
	width:				150px;
	text-align:			center;
	border-top:			1px solid #8F8F8F;
	color:				#8F8F8F;
	font-style:			italic;
}

p.client_agree_export {
	margin-top:			0px;
	width:				300px;
	text-align:			center;
	border-top:			1px solid #8F8F8F;
	color:				#8F8F8F;
	font-style:			italic;
	float:				right;
	clear:				both;
}

table.commission_detail th {
	font-weight:		normal;
	font-style:			italic;
	font=size:			90%;
}

div.invoice_export_footer,
div.commission_footer {
	clear:				both;
	margin-top:			20px;
	color:				#8F8F8F;
	font-style:			italic;
	font-size:			80%;
}

div.invoice_export_footer {
	margin-left:		60px;
}

table.commission_detail_summary {
	width:				350px;
}

table.invoice_summary td,
table.invoice_summary th,
table.commission_detail_summary tbody tr td,
table.commission_detail_summary tbody tr th {
	font-size:			90%;
	white-space:		nowrap;
}

div.commission_summary {
	float:				right;
	margin: 			40px 0px 0px 0px;
	padding: 0;
	font-size:			90%;
}


div.pdfLink {
	width: 100%;
	text-align: right;
}

span.red {
	color:				red;
}

table.commissions_table .center {
	text-align:			center;
}

table.commissions_table .right {
	text-align:			right;
}

span.login_text {
	padding-left:		75px;
	font-size:			80%;
}

hr {
	border: 0px;
	border-top: 1px solid black;
}

table.commission_detail_main_export,
table.commission_detail_main {
	margin: auto;
	padding: 0 30px 0 60px;
	width: 720px;
}

table.commission_detail_main_export {
	width: 100%;
}

div.filter hr {
	border-color: #CCCCCC;
}

div.filter fieldset {
	border:			1px solid #CCCCCC;
	margin-bottom:	10px;
	width:			376px;
	float:			left;
	background:		#EEEEEE;
}

div.filter fieldset legend {
	border:			1px solid #CCCCCC;
	background:		#F98E20;
	font-weight:	bold;
	color:			white;
	padding:		0px 5px 2px 0px;
}

div.filter fieldset legend span {
	padding-left:	4px;
	vertical-align:	bottom;
}

div.filter fieldset legend button.cancel_cross img {
	padding:		0px;
	margin:			0px;
	border:			0px;
}

button.cancel_cross {
	width:			13px;
	height:			13px;
	padding:		0px;
	margin:			2px;
	margin-bottom:	0px;
	background:		#FFC98F;
	background:		white;
	background-image:	url('../gfx/cancel-cross-icon.png');
	border:			1px solid #FFC98F;
}


div.clear {
	clear: both;
}

div.filter_statistics_period_select,
div.filter_statistics_area_select,
div.filter_statistics_customer_contact_select {

}




div.filter_statistics_period_select {
	padding:	0 0 0 5px;
}

div.filter_statistics_area_select {
}

div.filter_statistics_customer_contact_select {
}

div.filter div.filter_label_stats {
	width:		178px;
	float:		left;
	margin:		5px 5px 0px 5px;
	padding:	0px;
	_width:		174px;
}

div.filter_statistics_customer_contact_select select,
div.filter_statistics_area_select select {
	width:		178px;
	height:		250px;
	float:		left;
	margin:		5px 5px 0px 5px;
	padding:	0px;
}

div.stats_actions {
	float: 			right;
	width:			120px;
	border:			1px solid #CCCCCC;
	background:		#EEEEEE;
	padding:		10px 10px 0 10px;
	display:		none;
}

div.stats_criteria {
	float: 			left;
}

div.stats_criteria fieldset {
	height:			100%;
}

div.stats_actions input {
	float:		right;
	clear:		right;
	width:		120px;
	margin-bottom:	10px;
}

table.statistics_graph_table,
table.statistics_summary_table {
	clear:		both;
	border:		1px solid #CCCCCC;
}

table.statistics_summary_table {
	margin-top:	100px;
}

table.statistics_graph_table tr td,
table.statistics_graph_table tr th,
table.statistics_summary_table tr td,
table.statistics_summary_table tr th {
	padding: 1px 3px 1px 5px;
	white-space:	nowrap;
}

table.statistics_graph_table tr th.top_header,
table.statistics_summary_table tr th.top_header {
	background: 	#F98E20;
	color:			white;
	border-right:	1px solid white;
	text-align:		center;
}

table.statistics_graph_table tr td.criteria_data,
table.statistics_graph_table tr th.left_header,
table.statistics_summary_table tr td.criteria_data,
table.statistics_summary_table tr th.left_header {
	background: 	#EEEEEE;
	color:			black;
	border-bottom:	1px solid white;
	border-right:	1px solid white;
}

table.statistics_graph_table tr td.criteria_data,
table.statistics_summary_table tr td.criteria_data {
	text-align:		center;
	font-weight:	bold;
}

table.statistics_graph_table tr td.align_right,
table.statistics_graph_table tr td.left_header,
table.statistics_summary_table tr td.align_right,
table.statistics_summary_table tr td.left_header {
	width:			149px;
}

div.statistics_summary_table {
	clear: both;
	margin: 0 auto;
}

table.account_header td {
	white-space:	nowrap;
}

td.width150 {
	width:			150px;
}

td.width200 {
	width:			200px;
}

td.export_header_text_commission_item,
td.export_header_text_invoice,
td.export_header_text {
	padding-top:	16px;	
	padding-bottom:	17px;	
	border-top:		1px solid black;
	border-bottom:		1px solid black;
}

.bold_text {
	font-weight:	bold;
}

div.filter_statistics_period_select label {
	display:		block;
	width:			81px;
	float:			left;
	text-align:		right;
	padding-top:	5px;
	margin-right:	19px;
	_margin-right:	11px;
}

div.commission_account_header {
	float:			left;
	margin-bottom:	0px;
}

table.commission_detail_item_table {
	width:			100%;
	margin-top:		14px;
}

table.commission_detail_item_table td {
	white-space:	nowrap;
}

td.separator_h10 {
	height: 10px;
}

div.invoice_export_summary {
	margin-top:		50px;
	float:			left;
}

table.export_invoice_list_table {
	width:			100%;
	margin-top:		15px;
}

table.export_invoice_list_table th ,
table.export_invoice_list_table td {
	font-size: 80%;
	line-height: 100%;
}

td.export_invoice_summary_middle_column {
	width:		330px;
}

div.statistics_graph_table {
	clear: both;
	margin: 0 auto;
	margin-bottom:	70px;
}

table.statistics_graph_table {
	border:	0;
	width:	750px;
}

table.statistics_graph_table td {
	vertical-align:	bottom;
}

table.statistics_graph_table td.graph_y_axis {
	vertical-align:	top;
	border-top:	1px solid #C0C0C0;
	border-right:	1px solid #C0C0C0;
}

div.legend {
	height:		15px;
	width:		25px;
	float:		left;
}

table.statistics_graph_table_legend {
	margin-bottom:	20px;
	margin-top:		50px;
	float:		left;
	clear:		both;
}

table.statistics_graph_table_legend td {
	padding:		2px;
	padding-right:	20px;
}

td.data_column, 
div.graph_value_top {
	background-image:	url('../gfx/graph-bcg.gif');
	*background-position: 0px 1px;
	border-top:	1px solid #C0C0C0;
}

div.graph_value_top {
	background-position: 0px -1px;
	*background-position: 0px 0px;
	border-top:	0px;
}

td.separator {
	width:	1px;
	border-right:	1px solid #A0A0A0;
}
