﻿div.swi_SideBarMain
{ 	width:100%;
}
div.swi_SideBarContent
{	width:auto;
 	margin:0;
 	text-align:center;
 	/*background-color:White;*/
 	padding:5px;
 	/*border:solid 1px #ADD1FF;*/
 	/*line-height:2em;*/
}
div.swi_SideBarContent div.swi_SideBarDefault
{	min-height:22px;
	height:22px;
	text-align:left;
	background-position:left;
	background-repeat:no-repeat;
}
div.swi_SideBarContent div.swi_SideBarDefault a
{   display:block;
    color:#15428B;
	text-decoration:none;
 	padding-top:0.4em; 	
}
div.swi_SideBarContent div.swi_SideBarDefault a:hover
{	text-decoration:underline;
 	color:red;
}

/*---------------------- section (group) table -------------------------*/
table.swi_SideBarSection
{	width:100%;
 	background-repeat:no-repeat;
 	table-layout:fixed;
 	border-collapse:collapse;
}
table.swi_SideBarSection h6
{	margin:0;
	line-height:20px; 	
}
tr.swi_SideBarTop
{	height:20px;
 	cursor:pointer;
}
table.swi_SideBarSection td.swi_LeftCorner
{ 	width:0px;
  	/*background-image:url(img/LeftCorner.gif);*/
}
table.swi_SideBarSection td.swi_RightCorner
{ 	width:0px;
	/*background-image:url(img/RightCorner.gif);*/
}
table.swi_SideBarSection td.swi_Center
{ 	width:100%;
  	text-align:center;
}


