.link {
	color: #177EE5;
	text-decoration: none;
}
.link:hover {
	color: #177EE5;
	text-decoration: underline;
}
.iframe_hide {
	/*
	width: 0px;
	height: 0px;
	border: 0px;
	*/
	display: none;
}
.note {
	font-family: Open Sans Condensed, sans-serif; 
	font-size: 0.8em;
	text-align: center;
	padding-bottom: 6px;
	color: gray;
}
.link-path {
	color: gray;
	text-decoration: none;
}
.link-path:hover {
	color: gray;
	text-decoration: underline;
}

.zebra1 {}
.zebra1 td { background: white; }
.zebra2 {}
.zebra2 td { background: #eeeeee; }

/* Панель инструментов */

.tool_head {
	background: #7F9AB8;
	color: white;
}
.tool_panel {
	border-bottom: 1px solid #CDD1DA;
	background: #EDF1FA;
	box-shadow: 2px 2px 4px rgba(0,0,0,0.1), -2px 2px 4px rgba(210,210,210,0.1);
	left: 0px;
	top: 0px;
	width: 100%;
}
/*
.tool_button[type="image"] {
	border: 1px solid gray; 
	padding: 4px;
	background: white;
	cursor: pointer;
	outline: none;
}
.tool_button[type="image"]:hover {
	border: 1px solid gray; 
	padding: 4px;
	background: gainsboro;
	cursor: pointer;
	outline: none;
}
.tool_button[type="image"]:focus {
	border: 1px solid #FF8B2F; 
	padding: 4px;
	background: white;
	cursor: pointer;
	outline: none;
}
.tool_button[type="image"]:focus:hover {
	border: 1px solid #FF8B2F; 
	padding: 4px;
	background: gainsboro;
	cursor: pointer;
	outline: none;
}
.tool_button[type="image"]:disabled {
	border: 1px solid gray; 
	padding: 4px;
	background: white;
	cursor: default;
	outline: none;
}
*/

.frm_lbl_sum {
	color: #CC60AD;
}

.tool_button {
	border: 1px solid gray; 
	padding: 4px;
	background: white;
	cursor: pointer;
}
.tool_button:hover {
	border: 1px solid gray; 
	padding: 4px;
	background: gainsboro;
	cursor: pointer;
}
.tool_button_dis {
	border: 1px solid gray; 
	padding: 4px;
	background: white;
}

.tool_button_ref {
	border: 1px solid silver; 
	padding: 2px;
	border-radius: 6px;
	cursor: pointer;
	margin: 0px;
}
.tool_button_ref:hover {
	border: 1px solid silver; 
	padding: 2px;
	border-radius: 6px;
	cursor: pointer;
	margin: 0px;
	box-shadow: 0px 0px 4px rgba(0,0,0,0.5);
}
.tool_button_ref_sel {
	border: 1px solid gray; 
	padding: 6px;
	border-radius: 6px;
	cursor: pointer;
	margin: 0px;
}

/* Закладки */

.tab_selected {
	font-weight: bold;
	padding: 8px;
	border: 2px solid #4169E0;
	background: #E6E6FA;
	border-radius: 20px 20px 0 0;
	cursor: pointer;
	box-shadow: 0px 0px 8px rgba(0,0,0,0.2) inset;
	text-shadow: 1px 1px 0px white;
}
.tab {
	border: 2px solid gainsboro;
	padding: 8px;
	border-radius: 20px 20px 0 0;
	background: white;
}
.tab:hover {
	border: 2px solid #4169E0;
	padding: 8px;
	border-radius: 20px 20px 0 0;
	cursor: pointer;
	background: white;
	box-shadow: 0px 0px 8px rgba(0,0,0,0.2) inset;
}

.banner_arrow_block {
	cursor: pointer;
}
.banner_arrow_block:hover {
	cursor: pointer;
	background: rgba(0, 0, 0, 0.3);
}