/* GTMenu.CSS */

ilp\:MovableMenu
{ 
	cursor: move;
	color: white;
	background: black;
	font: bold 10pt verdana;
  top : -50px;
  left : 30px;
  position :absolute;
	z-index:1000;
}

#divTOC 
{ 
  position :absolute;
  top : 100px;
  left : 100px;
  text-align :center ;
  width: 450px;
  display: none;
  COLOR: black;
  font-family: Arial;
  font-size: 10pt;
  font-weight: bold;
	background-color:lightblue;
	visibility :hidden;
	z-index:1000;
}

#ifrmTOC 
{ 
  width: 450px;
  left: 0px;
  margin: 0px;
  height: 100px;
  visibility: hidden;
}

#ifrmBody
{ 
  top: 0px;
  left: 0px;
	background-color:lightblue; 
	border-width: 0px;
	padding: 0px;
}

.MenuRoot { 
	border-left:1px solid white; border-right:1px solid black; border-top:1px solid white; border-bottom:1px solid black; display:block;
	font-family : Arial;
	font-size : 10pt; 
  font-weight: bold;
	background-color:lightblue; 
	color:lightblue; 
	padding:0px; 
	top:0px;
	left:0px;
	width:450px;
	text-align:left
}

.MenuTitleContainer
{
  font-weight: bold;
  font-size: 10pt;
  width: 100%;
  color: black;
}

.MenuTitle
{
  width: 100px;
  color: black;
  text-align: center;
}

.MenuImageLink
{
	padding-left:4px; 
	padding-right:4px; 
	cursor:hand;
}

.RootMenuListContainer { 
	font-family : Arial;
	font-size : 10pt; 
  font-weight: bold;
	cursor:hand; 
	background-color:lightblue; 
	color:black; 
	padding:1px; 
	padding-top:5px; 
	padding-left:4px; 
	padding-right:8px; 
	padding-bottom:5px; 
	width:100%;
  border-top: 2px solid;
	text-align:left;
	display:block ;
}

.MenuListContainer { 
	cursor:hand; 
	background-color:lightblue; 
	width:100%;
	text-align:left;
	display:none ;
	margin-left:20px;
}

.MenuContainer
{
	padding-top:3px; 
	padding-bottom:3px; 
}

.MenuIndent 
{
	color:lightblue; 
	height : 22px;
}

.MenuImage 
{
}

.Menu {
	padding-left:4px; 
	text-align:left;
}

.MenuLink {
	padding-left:4px; 
	text-align:left;
	text-decoration : underline;
}

#GTTOCContainer	
{
  display: none;
}


