/*
	Горячая линия - департамент внутренего аудита
*/

table.hot_line
{
	
	background-color:White;
	overflow:hidden;
		z-index:10000;
		cursor:hand;
}
        
table.hot_line_click
{
	
	background-color:White;
	overflow:hidden;
		z-index:10000;
		cursor:hand;
}
table.hot_line a 
{
	background-image: url('/images/ac_7.gif');
	background-repeat:no-repeat;
	background-position:10px 5px;
	padding-left:20px;
	font-size:8pt;
	color:#274579;
	height: 100%;
	text-decoration:underline;  
	font-family:Verdana;      	     	
}
table.hot_line_click a 
{
	background-image: url('/images/ac_7.gif');
	background-repeat:no-repeat;
	background-position:10px 5px;
	padding-left:20px;
	font-size:8pt;
	height: 100%;
	display:block;
	color:#274579;
	text-decoration:underline;  
	font-family:Verdana;     	     	
}



td.hot_line
{

	padding: 5px;
}

table.hot_line span.hot_line_top
{
	font-family:Verdana;
	font-size:10pt;
	/*color:#274579;*/
	color: #b44d4d;
	font-weight:bold;
	cursor:pointer;
}

table.hot_line span.hot_line_bottom
{
	font-family:Verdana;
	font-size:7pt;
	/*color:#274579; */
	color: #b44d4d;
	cursor:pointer;
}

table.hot_line_click span.hot_line_top
{
	font-family:Verdana;
	font-size:10pt;
	color:#274579;
	font-weight:bold;
	cursor:pointer;
}

table.hot_line_click span.hot_line_bottom
{
	font-family:Verdana;
	font-size:7pt;
	color:#274579;
	cursor:pointer;
}

/*
	Экономный свет
*/

.red
{
	color:red;
}

table.eco_calcs
{
	border:solid 1px gray;
	border-collapse:collapse;
}

table.eco_calcs td, th
{
	border: solid 1px gray;
	border-collapse:collapse;
	padding: 5px;
}
