/* 
	*********************************************
	*********************************************
	***************** Slava S *******************
	*************** 16.01.2008 ******************
	*********************************************
	*********************************************
*/

/* Главный контейнер всего хедера */ /**/
table.header_container
{
	/*background-image: url(/i/siteheader/container_bg.gif);*/
	background-repeat: no-repeat;
	background-position: left top;
	/*background-color: #8dbfe2;*/
	width: 100%;
	/*height: 75px;*/
	padding: 0px;
}

/* Левый и правый край всего хедера */ /**/
table.header_container td.header_left
{
	/*background: url(/i/siteheader/header_left.jpg) #8dbfe2 no-repeat left top;*/
	width: 4px;
	height: 75px;
}
table.header_container td.header_right
{
	/*background: url(/i/siteheader/header_right.jpg) #8dbfe2 no-repeat right top;*/
	width: 4px;
	height: 75px;
}
/****/
table.header_container td.header_left_transparent
{
	background: url(/i/siteheader/header_left_transparent.jpg) no-repeat right bottom;
	width: 7px;
	height: 57px;
}
table.header_container td.header_right_transparent
{
	background: url(/i/siteheader/header_right_transparent.jpg) no-repeat left bottom;
	width: 7px;
	height: 27px;
}

/* Ячейка таблицы под логотип компании (Logo.ascx) */ /**/
table.header_container td.logo
{
	/* default: 405x75 */
	width: 425px;
	height: 77px;	
}

/* Стиль таблицы для ячейки с выбором клиента */ /**/
table.client_selector td.account, td.ddl, td.timenow
{
	background-image: url(/i/siteheader/clientSelector_bg.gif);
	background-repeat: repeat-x;
	height: 30px;
	
	color: #ffffff;
	font-size: 9pt;
	font-family: Arial;	
	vertical-align: top;
	white-space:nowrap;	
	padding:0px;
	padding-left: 10px;
	padding-right: 10px;
	vertical-align:middle;
}

/* Стиль левого и правого края таблицы с выбором клиента */ /**/
table.client_selector td.left_corner, td.right_corner
{
	height: 22px;
	width: 5px;
	vertical-align: bottom;
}

/* Стиль дропдауна с клиентами */
table.client_selector td.ddl select
{
	/*background-color:#FFF9D5;*/
	margin-bottom:0px;
}

/* Стиль ячейки под главное меню */ /**/
table td.menu
{
	background-color: #1A5984;
	font-size: 14px;
	font-family: Arial;
	font-weight: bold;
	width: 100%;
}

/* Стиль таблицы в ячейке под подменю */ /**/
table td.submenu
{
	background-image: url(/i/siteheader/sub_bg.gif);
	background-repeat: repeat;
	width: 100%;
	height: 27px;
	vertical-align: bottom;
}

/* Стиль главного меню */ /**/
table.mainmenupointsholder
{	
	height: 30px;
}

/* Стиль итема в главном меню */ /**/
table.mainmenupointsholder td.itemholder
{
	background-color: #1A5984;
	font-size: 14px;
	font-family: Arial;
	padding-right: 10px;
	padding-left: 10px;
}

/* Стиль ссылок итема в меню */ /**/
table.mainmenupointsholder td.itemholder a.itemlink
{
	/*color: #DDE2DE;*/
	color:#cbcbcb;
	text-decoration: none;
	font-weight: bold;
}
table.mainmenupointsholder td.itemholder a.itemlink:visited
{
	color: #cbcbcb;
}
table.mainmenupointsholder td.itemholder a.itemlink:hover, a.itemlink:active
{
	/*color: #3674B3;*/
    color:#ffffff;
}

/* Стиль активного итема в меню */ /**/
table.mainmenupointsholder td.itemholder_active
{
	background-color: #FFFFFF;
	background-image: url(/i/siteheader/active_menu_item_bg.gif);
	background-repeat: repeat-x;
	height: 30px;
	font-family: Arial;
	font-size: 14px;
	padding-right: 10px;
	padding-left: 10px;
}

/* Стиль ссылок активного итема в меню */ /**/
table.mainmenupointsholder td.itemholder_active	a.itemlink
{
	/*color: #6291b3;*/
	color:#1a5984;
	text-decoration: none;
	font-weight: bold;
}
table.mainmenupointsholder td.itemholder_active	a.itemlink:visited
{
	/*color: #6291b3;*/
	color:#1a5984;
}
table.mainmenupointsholder td.itemholder_active	a.itemlink:hover, a.itemlink:active
{
	/*color: #e58a8a;*/
	color:#1a5984;
}

/* Стиль ячейки с выбором языка (в ячейке также находяться ссылки Sign Out, Online Tutorial etc. */ /**/
table td.right_menu
{
	background-color: #1A5984;
	width: 250px;
}
table table.languageSelector td
{	
	color: #5b5b5b;
	font-size: 9pt;
	font-family: Arial;
	font-weight: bold;
	
	margin: 0px;
	padding: 0px;
	
	padding-right: 13px;
}

/* Стиль ссылок в ячейке рядом с выбором языка */ /**/
table table.languageSelector td.signOut a.signOutLink, a.signOutLink:visited
{
	color: #FFFFFF;	
}
table table.languageSelector td.signOut a.signOutLink:hover, a.signOutLink:active
{
	color: #CBCBCB;	
}

/* Стиль таблицы в ячейке правой части хедера (где You are signed in as...)*/ /**/
table.mainmenu_rightpane {
	border:0px;	
	height:54px;	
	color:#FFFFFF;
}
table.mainmenu_rightpane td
{
	padding:0px;
	font-size: 10pt;
	font-family: Arial;
}
/**********************************************------------*/

/* Стиль ссылок в "выпадающем" меню */ /**/
/*
div.submenucontainer a, a:visited
{
	font-family: Arial;
	color: #3674B3;
}
div.submenucontainer a:hover, a:active
{
	font-family: Arial;
	color: #3674B3;
}
*/