<!--
/*********************************************/
/*  Блок закладок для УКХ и географии        */
/*  .......... фон и отступы  .............. */
 -->

	#outer_box b,  .inner_box, #outer_box_inactive b,  .inner_box_inactive,
	#outer_box_sign b,  .inner_box_sign
	{
		background-color: #eaeaea;
	}

	#outer_box_active b,  .inner_box_active
	{
		background-color: #fff;
	}

	#outer_box_important b, .inner_box_important
	{
		background-color: #FF0000;
	}

	#outer_box_ready b, .inner_box_ready
	{
		background-color: #C5E16F;
	}

	#outer_box, #outer_box_active, #outer_box_inactive
	{
	    margin-right: 0;
	}


	#tab, #tab_inactive, #tab_important, #tab_ready, #tab_sign { border-bottom: 1px solid #999}
	#tab_inactive {color: #999}
	#tab_important {color: #fff; font-weight: bold}
	#tab_sign {color: #ff0000; }
	/*#tab_line { border-top: 4px solid #fff; height: 4px}*/
	#tab_line { background-color: #fff; height: 5px}

	/* ... все закладки ...*/
	.inner_box, .inner_box_active,  .inner_box_inactive, .inner_box_important, .inner_box_ready,
	.inner_box_sign
	{
		white-space: nowrap;
		border-left:1px solid #999;
		border-right:1px solid #999;
		padding:0.2em 1em;
		text-align: center;
	}

	.inner_box, .inner_box_important, .inner_box_ready, .inner_box_sign
	{
		cursor: pointer
	}

	/* ... текущая активная вкладка ... */
	.inner_box_active
	{
	    border-bottom: 1px solid #fff;
		font-weight: bold;
		color: #800000;
	}

    /* неактивная, но доступная закладка */
	.inner_box
	{
		font-weight: bold;
	}

	/*... ссылки на вкладке ...*/

	#tab a, #tab_ready a
	{
	    color: #000;
		text-decoration: none;
	}

	#tab_important a
	{
	    color: #fff;
		text-decoration: none;
	}

	#tab_sign a
	{
	    color: #ff0000;
		text-decoration: none;
	}

	#tab a:hover, #tab_sign a:hover, #tab_ready a:hover
	{
	    color: #0000ff;
	}

	#tab_important a:hover
	{
	    color: #FFFF00;
	}

	/*  закругления углов */
	.r1, .r2, .r3, .r5
	{
		display: block;
		height: 1px;
		overflow: hidden;
		font-size:1px;
		border-left:1px solid #999;
		border-right:1px solid #999;
	}

	.r5 { margin: 0 5px; border-top:1px solid #aaa;}
	.r4 { margin: 0 4px; }
	.r3 { margin: 0 3px; }
	.r2 { margin: 0 2px; }
	.r1 { margin: 0 1px; }

