#SQIAppBar a, 
#SQIAppBar ul, 
#SQIAppBar li, 
#SQIAppBar div, 
#SQIAppBar table, 
#SQIAppBar td, 
#SQIAppBar tr, 
#SQIAppBar tbody, 
#SQIAppBar th, 
#SQIAppBar span, 
#SQIAppBar input, 
#SQIAppBar form  {
	border: 0;
	padding: 0;
	margin:0;
	color: #fff;
	font-weight: normal;
	font-family: sans-serif;
	font-size: 15px;
	border-collapse: collapse;
}

#SQIAppBar .appBarMain {
	background-image: url(img/ciebar-middle.png);
	background-repeat:repeat-x;
	width:100%; 
	border:0; 
	border-collapse: collapse; 
	padding:0; 
	margin:0; 
	color:#eee; 
	font-family: sans-serif; 
	font-size: 15px;
}

#SQIAppBar ul {
	white-space: nowrap; 
	list-style: none; 
	margin: 0; 
	padding: 0; 
}

#SQIAppBar li {
	display: inline; 
	padding-right: 0.25em;
}

#SQIAppBar .appBarLeftSide {
	padding: 0;
	margin: 0;
	border: 0;
	border-collapse: collapse;
}

#SQIAppBar .appBarRightSide {
	padding: 0;
	margin: 0;
	border: 0;
	border-collapse: collapse;
}

#SQIAppBar .appBarLeftSideTable {
	padding: 0;
	margin: 0;
	border: 0;
	border-spacing: 0;
	border-collapse: collapse;
}

#SQIAppBar .appBarRightSideTable {
	padding: 0;
	margin: 0;
	border: 0;
	border-spacing: 0;
	border-collapse: collapse;
}

#SQIAppBar .appBarComponent {
	border: 0;
	padding: 0;
	margin: 0;
	/*padding-right: 0.25em;*/
	white-space: nowrap;
}

/* Component Specific */
#SQIAppBar .barLogo {
	border:0; 
	padding:0; 
	margin:0;
	vertical-align: top;
}

#SQIAppBar .barLogoImage {
	border: 0; 
	padding: 0;
	margin: 0;
	vertical-align: top;
}

#SQIAppBar .barSiteLogo {
	font-weight: bold;
}

#SQIAppBar .barUserName {
	font-weight: bold;
}

#SQIAppBar a {
	padding-left: 8px;
	text-decoration: none;
	color: #ddd;
	border: 0;
	background: none;
}

#SQIAppBar a:hover {
	background-image: url('img/ciebar-sep.gif');
	background-repeat: no-repeat;
	background-color: transparent;
	background-position: 0% 50%;
	color: #fff;
}

#SQIAppBar .searchInput {
	border: 1px solid #888;
	background-color: #fff;
	color: #000;
	vertical-align:middle;
}

#SQIAppBar .searchInput IMG {
	vertical-align:middle;
}

#SQIAppBar .searchInput INPUT {
	font-size:12px;
	border:0;
	color: #000;
	height: 16px;
	margin-left: 4px;
}

#SQIAppBar .invisible {
	display: none;
}

#SQIAppBar .greyed {
	color: #888;
}

#SQIAppBar .siteSelected a {
       background-image: url('img/ciebar-sep.gif');
       background-repeat: no-repeat;
       background-color: transparent;
       background-position: 0% 50%;
       color: gold;
       font-weight: bold;
}

/* Sidebar */
#SQIAppBarSideBar a, 
#SQIAppBarSideBar ul, 
#SQIAppBarSideBar li, 
#SQIAppBarSideBar div, 
#SQIAppBarSideBar table, 
#SQIAppBarSideBar td, 
#SQIAppBarSideBar tr, 
#SQIAppBarSideBar tbody, 
#SQIAppBarSideBar th, 
#SQIAppBarSideBar span, 
#SQIAppBarSideBar input, 
#SQIAppBarSideBar form  {
	border: 0;
	padding: 0;
	margin:0;
	color: #000;
	font-weight: normal;
	font-family: sans-serif;
	font-size: 15px;
}

#SQIAppBarSideBar .right {
	text-align: right;
	}

#SQIAppBarSideBar td a {
	text-decoration: none;
	color: #4466aa;
	font-weight: bold;
	font-size: 0.9em;
}

#SQIAppBarSideBar td a:hover {
	text-decoration:underline;
}


#SQIAppBarSideBar {
	color: black;
	position: absolute;
	top: 22px;
	right: 0px;
	/*height: 200px;
	overflow: hidden;*/
	min-width: 300px;
	/* padding-top:22px; */
	background-image: url(img/bgtrans.png);
	border: 1px solid #888;
	z-index: 2500;
}

#SQIAppBarSideBar IFRAME.selectFree  {
	/*
	 REALLY ugly hack for IE SELECT elements
	 from http://20.targetprocess.com/2006/07/ie6-select-and-z-index-problem.html
	*/
	display:none;/*sorry for IE5*/ 
	display/**/:block;/*sorry for IE5*/
	position:absolute;/*must have*/
	top:0;/*must have*/
	left:0;/*must have*/
	z-index:-1;/*must have*/
	filter:mask();/*must have*/
	width:100%;/*must have for any big value*/
	height:100%/*must have for any big value*/;
}

#SQIAppBarSideBar .tabTitle {
	background-image: url(img/tabbg.png);
	font-weight: bold;
	line-height:22px;
}
	
#SQIAppBarSideBar .tabs {
	/*overflow: auto;
	height: 200px;
	width:300px;*/
}
#SQIAppBarSideBar.invisible {
	display: none;
}

/* Debug
#SQIAppBar * {
	border: 1px dashed #f44;
}
/* */

