/*=======================================================*/
/*                     BLUE THEME                        */ 
/*=======================================================*/
/* 							STACKBAR					 */
/*=======================================================*/
/* default look and feel of the stackBar */ 
.igStackbar  {
	border: 1px solid black;
	background-color: #F0F0F0;
}

/* default look and feel of the content area of the stackbarGroup */ 
.igStackbarGroupContent  {
	background-color: #F7F7F7;
	padding: 10px;
	border-bottom:1px solid #C0C0C0;

}

.igStackbarGroupContent A {
	color:#666666;
	text-decoration:none;

}

.igStackbarGroupContent A:hover {
	color: #052684;
	text-decoration:underline;

}

.igStackbarGroupContent A:visited {
	color:#666666;
	text-decoration:none;

}
.igStackbarGroupContent A:visited:hover {
	color: #052684;
	text-decoration:underline;

}





/* default look and feel of the header area of the group whenever collapsed */ 
.igStackbarGroup  {
	background-color: #1F58C8;
	background-image:url(webbar/igwb_header.gif);
	/*border: 1px solid #C0C0C0;*/
	border-bottom:1px solid #C0C0C0;
	background-position:center;
	color: #052684;
	font-weight: bold;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 4px;
	padding-bottom: 4px;
	text-decoration: none;

}

/* hover look and feel of the header area of the group whenever collapsed and hovered */ 
 .igStackbarGroupHover  {
	background-color: #1F58C8;
	background-image:url(webbar/igwb_headerhover.gif);
	border-bottom:1px solid #C0C0C0;
	background-position:center;
	color: #0099CC;
	font-weight: bold;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 4px;
	padding-bottom: 4px;
	text-decoration: none;

 }

/* default look and feel of the header area of the group whenever expanded */ 
.igStackbarGroupExpanded  {
	background-color: #1F58C8;
	background-image:url(webbar/igwb_header.gif);
	border-bottom:1px solid #C0C0C0;
	background-position:center;
	color: #052684;
	font-weight: bold;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 4px;
	padding-bottom: 4px;
	text-decoration: none;

}

/* hover look and feel of the header area of the group whenever expanded and hovered */ 
 .igStackbarGroupExpandedHover  {
	background-color: #1F58C8;
	background-image:url(webbar/igwb_headerhover.gif);
	border-bottom:1px solid #C0C0C0;
	background-position:center;
	color: #0099CC;
	font-weight: bold;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 4px;
	padding-bottom: 4px;
	text-decoration: none;

 }

/*=======================================================*/
/* 							SIDEBAR						 */
/*=======================================================*/
/* default look and feel */ 
.igOldSidebar  {
   filter:alpha(opacity=65);
   -moz-opacity:.65;
	 opacity:.65;
}

/* default look and feel of the content area */ 
.igSidebarGroupContent  {
    text-align: left;
    padding-left: 15px;
    font-weight: bold;	
		font-size: 12px;	
		color: #A0B92C;	
		font-family: Arial, Helvetica, sans-serif;
		background: url(../images/bg_menu.jpg);
		text-decoration: none;
}

.igSidebarGroupContent A {
	 text-align: left;
    padding-left: 15px;
    font-weight: bold;	
		font-size: 12px;	
		color: #A0B92C;	
		font-family: Arial, Helvetica, sans-serif;
		background: url(../images/bg_menu.jpg);
		text-decoration: none;
}

.igSidebarGroupContent A:Hover {
	 	text-align: left;
    padding-left: 15px;
    font-weight: bold;	
		font-size: 12px;	
		color: #607500;	
		font-family: Arial, Helvetica, sans-serif;
		background: url(../images/bg_menu.jpg);
		text-decoration: none;
}

.igSidebarGroupContent A:Visited {
	 	text-align: left;
    padding-left: 15px;
    font-weight: bold;	
		font-size: 12px;	
		color: #607500;	
		font-family: Arial, Helvetica, sans-serif;
		background: url(../images/bg_menu.jpg);
		text-decoration: none;
}
.igSidebarGroupContent A:visited:hover {
	 	text-align: left;
    padding-left: 15px;
    font-weight: bold;	
		font-size: 12px;	
		color: #607500;	
		font-family: Arial, Helvetica, sans-serif;
		background: url(../images/bg_menu.jpg);
		text-decoration: none;
}


/* default look and feel of the header area of the group whenever collapsed */ 
.igSidebarGroup  {
		font-weight: bold;	
		font-size: 12px;	
		color: #A0B92C;	
		font-family: Arial, Helvetica, sans-serif;
		text-align: left;
		width: 200px;
		margin: 9px 0px 9px 20px;
		text-decoration: none;
}

/* hover look and feel of the header area of the group whenever collapsed and hovered */ 
 .igSidebarGroupHover  {
		font-weight: bold;	
		font-size: 12px;	
		color: #A0B92C;	
		font-family: Arial, Helvetica, sans-serif;
		text-align: left;
		width: 200px;
		margin: 9px 0px 9px 20px;
		text-decoration: none;
 }

/* default look and feel of the header area of the group whenever expanded */ 
.igSidebarGroupExpanded  {
		font-weight: bold;	
		font-size: 13px;	
		color: #607500;	
		font-family: Arial, Helvetica, sans-serif;
		text-align: left;
		width: 200px;
		margin: 9px 0px 0px 20px;
		text-decoration: none;
}

/* hover look and feel of the header area of the group whenever expanded and hovered */ 
 .igSidebarGroupExpandedHover  {
		font-weight: bold;	
		font-size: 13px;	
		color: #607500;	
		font-family: Arial, Helvetica, sans-serif;
		text-align: left;
		width: 200px;
		margin: 9px 0px 0px 20px;
		text-decoration: none;
 }

.igSidebarBetweenGroup {

}


