/*------ HEADER --------------------------------------------*/
#Header
{
	margin: 0 auto;
	padding: 0 auto;
	/*padding-left: 12px;*/
	height: 66px;
	line-height: 11px;
	width: 980px;
}

#Logo
{
	margin-top: 0px;
	margin: 0px;
	padding: 0px;
}
#LogoBottom
{
	margin-bottom: 0px;
	margin: 0px;
	padding: 0px;
}

#PageHeading
{
	position: absolute;
	top: 0px;
	left: 150px;
	padding: 5px;
	text-align: left;
	width: 300px;
	display: none;
}

#HeaderMenu
{
	position: absolute;
	right: 0px;
	margin-right: 20px;
	padding: 12px;
	text-align: left;
	font-weight: bold;
	font-size: 11px;
	display: inline;
	float: right; /*width:	250px;*/
}

#HeaderMenu ul
{
	/*	float:	left;	*/
	list-style: none;
	padding: 0px;
	white-space: nowrap;
	height: 16px;
	line-height: 16px;
	margin: 0px;
}

#HeaderMenu ul li
{
	float: left;
	margin: 0px;
	display: block;
	margin-right: 5px;
	padding: 0px;
	padding-right: 5px;
	width: auto;
}
/*
#HeaderMenu	ul	li	a	{
      float:	left;
      display:	block;
}
*/
#Name
{
	/* 	position: absolute; 	top: 0px; 	right: 260px; 	width:	200px; 	*/
	padding: 12px;
	text-align: right;
	font-size: 11px;
}

#Search
{
	/*padding: 10px; 	top: 0px; 	right: 0px;*/
	text-align: right;
	display: inline;
}

/*------ LEFT MENU --------------------------------------------*/

/*------ CONTENT --------------------------------------------*/
#ContentHead
{
	background-color: white;
	height: 18px;
	padding: 2px;
	padding-left: 18px;
	border: 1px none yellow;
	white-space: nowrap;
}

#Path
{
	position: absolute;
	top: 30px;
	left: 160px;
	font-size: 9px;
	top: 15px;
	left: 390px;
	display: none;
}

#HeadTag
{
	/*position: absolute;*/
	float: right;
	top: 69;
	right: 4;
	color: #DDDDDD;
	top: 85;
	color: gray;
}

#HeadTag a
{
	color: #85A5E9;
	color: none;
}

#Container
{
}

#Content
{
	min-height: 80%;
	padding-right: 2px;
	/*padding: 18px;*/
}

table#ContentWithAdContainer
{
}
/*------ TOP MENU --------------------------------------------*/

/*	tab menu	
*/
#TopMenu
{
	position: absolute;
	right: 0px;	
	top:41px;
	width:auto;	
	height: 24px;
	color: white;	
	white-space: nowrap;	
	text-align: center;
}

* html #TopMenu
{
	/*top: 43px;*/
}

/*	Hide the following code from IE. (We use the child selector command, which IE can't understand.)	*/
html > body #TopMenu
{
}

/*	The star html hack (http://www.dithered.com/css_filters/css_only/star_html.html) will hide a rule from all browsers but IE:	*/
* html #TopMenu
{
	/*width: 560px;*/
}

* html #TopMenu ul
{
	float: right;
}

#TopMenu ul
{
	float:	right; 
	line-height: 24px;
	margin: 0;
	padding: 0px;
	list-style: none;
}

#TopMenu ul li
{
	/*float: left;*/
	background-color: Transparent;
	margin: 0px;
	padding: 0 0 0 10px;
	border: 0px solid gray;
	width: auto;
}


#TopMenu ul li a
{	
	display: block;
	padding: 5px 15px 2px 6px;
	font-weight: normal;
	white-space: nowrap;
	line-height: 18px;
	width: auto;
}
/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
#TopMenu a
{
	float: none;
}
/* End IE5-Mac hack */
#TopMenu a:hover
{
	background-color: Transparent;
}

#TopMenu ul li.Selected
{
	background-color: Transparent;
	border-bottom: 0px solid white;
	margin-bottom: -1px;
	font-weight: bold;
	position: relative;
}

#TopMenu ul li.Selected a
{
	padding-bottom: 3px;
}

#TopMenu ul li a:hover
{
	/*	background-color:	Transparent;	*/
}
/*	end tab menu	*/

/*------ SIDE MENU --------------------------------------------*/

#MiniLogin
{
	width: 188px;
	padding: 0px;
	float: left;
}

#SideMenu
{
	top: 85px;
}

#SideMenu a.Selected
{
	display: block;
	line-height: 17px;
}

#SideMenu ul li
{
	display: block;
	margin: 0px;
	min-height: 16px;
	width: auto;
	padding: 0px;
	border-bottom: 1px solid Transparent;
}

#SideMenu ul a
{
	display: block;
	width: auto;
	height: auto;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 4px;
	line-height: 17px;
}

#SideMenu li.Selected
{
	margin-left: 1px;
}

#SideMenu li.Selected a
{
	padding-left: 16px;
}

/* different style side menu */
#SubMenu
{
	position: absolute;
	top: 67px;
	height: 17px;
	padding: 0 0 0 0;
	white-space: nowrap;
	width: 100%;
	text-align: center;
	border: none;
	z-index: 1;
	width: 980px;
}

* html #SubMenu
{
	margin-top: 2px;
	height: 18px;
}

* html #SubMenu ul
{
	float: left;
}

#SubMenu ul
{
	/*	float:	left;	*/
	line-height: 17px;
	list-style: none;
	margin: 0px 5px 0px 5px;
	border: none;
	padding: 0px;
	white-space: nowrap;
}

#SubMenu ul li
{
	float: left;
	border: none;
	margin: 0px;
	display: block;
	height: 17px;
	padding: 0px;
	width: auto;
}

#SubMenu li.Selected
{
}

#SubMenu ul a
{
	display: block;
	padding: 0 5 0 5;
	line-height: 16px;
	width: auto;
	width: 110px;
}

#SubMenu li.Selected a
{
	display: block;
	padding: 0 5 0 5;
}

#SubMenu ul a:hover
{
}

#SubMenu ul li.Selected a:hover
{
}

#SubMenu ul ul a
{
	display: block;
	width: auto;
}

#SubMenu ul ul
{
	position: absolute;
	visibility: hidden;
	margin: 0px;
	margin-left: 4px;
	margin-bottom: 2px;
	padding: 0px;
	text-align: left;
	margin-left: 15px;
	width: 200px;
	padding-left: 18px;
}

#SubMenu ul ul li
{
	width: 100%;
	border: none;
	margin: 0px;
	font-weight: normal;
	display: inline;
	height: 22px;
	line-height: 22px;
}

#SubMenu ul ul li a
{
	line-height: 21px;
	height: 21px;
}

#SubMenu ul li#logout
{
	width: auto;
	position: absolute;
	right: 10px;
}

#Copyright
{
	margin: 0 auto;
	padding: 0 auto;
	width: 980px;
}

/*------------ Dynamic Menu --------------*/
.DynamicMenu ul li
{
	margin-left: -30px;
}
.DynamicMenu ul li ul li
{
	margin-left: -10px;
}

/*----------------- Static Menu ---------------*/
.StaticMenu ul li
{
	margin-left: -30px;
}
.StaticMenu ul li ul li
{
	margin-left: -10px;
}

/*------------------------*/
#RightFooterPart
{
	width: 280px; 
	position: relative;
}

#SearchBox
{
	width: 100%; 
	position: relative; 
	height: 35px;
}

#SearchBox form
{
	position: absolute;
    right: 0px
}

