
button.tipa-go {
	outline: none;
}


button.TFhandledGeneric {
	padding:0 6px;
}

img#expand-icon-MSS {
/*	position:absolute;
	left:11px;
	top:101px;
	*top:90px; */
	padding: 0 7px 0 2px;
	*padding-left: 6px;
}

img#expand-icon-PG {
/*	position:absolute;
	left:11px;
	top:63px; */
	padding: 0 7px 0 2px;
	*padding-left: 6px;
}

a.TF-open {
	display:none !important;
}

button.TF-tipa-go-PG  span{
	padding-right:30px;
}

button.TF-tipa-go-MSS  span{
	padding-left:17px;
	*padding-left:19px;
}

button.TF-tipa-go-PG {
	height: 37px;
	width: 167px !important;
	top: 50px;
	background-color: transparent !important;
	cursor:pointer;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color:#333 !important;
	padding: 0 0 0 8px;
	*padding: 0 0 1px 3px;
	-moz-padding-start: 5px;
	text-align: left !important;
	border-top: 1px dotted #AEAEAE;
	outline: none;
}

.firefox button.TF-tipa-go-PG {
	height: 36px;
    margin-bottom: 1px;
}
	
button.TF-tipa-go-MSS {
	height: 37px;
	width: 167px !important;
	top: 87px;
	background-color: transparent !important;
	cursor:pointer;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color:#333 !important;	
	padding: 0 0 0 8px;
	*padding: 0 0 1px 3px;
	-moz-padding-start: 5px;
    text-align: left !important;	
	border-top: 1px dotted #AEAEAE;
	outline: none;
}

.firefox button.TF-tipa-go-MSS {
	height: 36px;
    margin-bottom: 1px;
    padding: 0 0 0 5px;
}

button.relative {
	position:relative;
}

#topicsFilter
{
	background-color: 		#F4F4F4;
    border-bottom: 			1px dotted #AEAEAE;
    border-top: 			1px dotted #AEAEAE;
    margin-bottom: 			28px;
    position: 				relative;
    width: 					166px;
}

#TFArrow
{
	background: 			url("../../img/topicsfilter_arrow.gif") no-repeat left top;
    height: 				37px;
    left: 					-19px;
    position: 				absolute;
    top: 					5px;
    width: 					19px;
}

#TFHead
{
	outline:				none;
}

#TFHead span
{
	display: 				block;
    font-weight: 			bold;
    margin: 				11px 12px;
}

#TFClose
{
	background: 			url("../../../_resources/css/skin/corporate/img/icon-tb-layer-close.gif") no-repeat -1px -1px;
    border-bottom: 			2px solid #FFFFFF;
    border-left: 			2px solid #FFFFFF;
    position:				absolute;
    top:					0;
    right:					0;
    height: 				16px;
    width: 					16px;
    display:				none;
    cursor: 				pointer;
}

.TFSectionWrapper
{
	overflow: 				hidden;
}

html.js .TFSectionWrapper
{
	display:				none;
}

.scrollContainer
{
	margin-bottom:			10px;
	border: 				1px solid #CCCCCC;
}

.topicsContainer
{
	background-color: 		#FFFFFF;
    overflow: 				auto;
    padding: 				5px 0 14px 5px;
    width: 					159px;
    height:					200px;
}

html.js .topicsContainer
{
	overflow:				hidden;
	height:					auto;
}

.TFSectionHead, .TFSectionHeadFiltersSet
{
    border-top: 			1px dotted #AEAEAE;
	*border-top: none;
    display: 				block;
    font-weight:			bold;
    outline:				none;
    background: 			url("../../img/icon-folder-collapsed-333.gif") no-repeat 10px 13px;
    overflow:				hidden;
}

.TFSectionHead:hover
{
	color:					#333333;
}

a.TFSectionHead.expandedFilter
{
	background: 			url("../../img/icon-folder-expanded-333.gif") no-repeat 10px 13px;
	/**z-index:-1;
	*position:relative;*/
}

.TFSectionHead span, .inactiveFilter span, .TFSectionHeadFiltersSet span
{
	display: 				block;
    margin: 				11px 5px;
    padding: 				0 0 0 21px;
}

.TFSectionHeadFiltersSet
{
	border-top: 			1px dotted #AEAEAE;
    display: 				block;
    font-weight:			bold;
    color:					#b9b9b9;
    background: 			url("../../img/topicsfilter_inactive_arrow.gif") no-repeat 10px 13px;
}

.inactiveFilter:hover
{
	color:					#b9b9b9;
}

.TFEntries
{
	overflow:				hidden;
	margin-bottom:			6px;
	margin-bottom:			3px\9
}

* html.js .TFEntries
{
	width: 					140px;
}

.topicsContainer input
{
	margin:					0 6px 0 0;
	float:					left;
}


/* IE7 FIX */
.TFhiddenFields, #topicsFilter .date-picker-control
{
	display:				none;
}

.TFTopic
{
	float:					left;
	display:				block;
	width: 					116px;
	margin: 				2px 0 0;
	margin: 				3px 0 0\9	
}

html.js .TFTopic
{
	width: 					118px;
}

 * html.js .TFTopic
{
	width: 					110px;
}

.TFCount
{
	color:					#9a9a9a;
	margin-left:			2px;
}

.TFResetBTN
{
	float:					left;
	margin:					0 0 10px 10px;
	display:				none;
}

.TFSetResetBTN
{
	float:					left;
	margin:					0 0 10px 10px;	
}

#TFFiltersSetWrapper .TFSetResetBTN
{
	margin-bottom:			0;
}

html.js .TFResetBTN
{
	display:				block;
}

.TFFilterBTN
{
	float:					right;
	margin:					0 10px 10px 0;
}

#topicsFilter button {
	background: none repeat scroll 0 0 #999999;
    color: #FFFFFF;
    display: block;
    font-size: 11px;
    line-height: 14px;
    overflow: visible;
    text-align: center;
    width: auto;
    cursor: pointer;
}

/* Filters Set */

#TFFiltersSetWrapper
{
	display:				block;
	margin-bottom:			10px;
}

#TFFiltersSetWrapper ul
{
	padding: 				0px;
	margin: 				0 0 6px 26px;
}

#TFFiltersSetWrapper ul li
{
	background-image: 		url("../../img/topicsfilter_bullet.gif");
    background-position: 	2px 6px;
    background-repeat: 		no-repeat;
    padding:	 			0 10px;	
    margin-bottom:			2px;
    color: 					#990000;
}


/*IE7 FIx*/


.ie7 div#TFHead {
	border-bottom: 1px dotted #AEAEAE;
}

.ie7 a.TFSectionHead {
	*margin-left: -1px;	
}

.ie7 a.saszc_mss {
	border-bottom: none;
}

.ie7 a.saszc_pg {
	border-bottom: none;
}

.ie7 a.sas_mss {
	/*border-top:1px dotted #AEAEAE;*/
}

.ie6 a.TFSectionHead {
	*background-position-y: 2px;
}

.ie7 .sas_pg {
	border-bottom:1px dotted #AEAEAE;
}

.ie7 button.TF-tipa-go-PG {
	border: none;
	border-color: transparent;
}

.ie7 button.TF-tipa-go-MSS {
	border: none;
	border-color: transparent;
}

.ie7 .sass2 {
	/*border-top: none;
	border-bottom:1px dotted #AEAEAE;*/
}

.ie7 .sass3 {
	border-top: none;
	border-bottom:1px dotted #AEAEAE;
}

.ie7 .saswr1_pg{
	border-bottom:1px dotted #AEAEAE;
}