@charset "UTF-8";
/* CSS Document */


/*nav_shinybuttons.css*/
* html .hlist ul li a { /*IE6 hack to get sub menu links to behave correctly*/
display: inline-block;
}

*+html .hlist ul li ul li a { /*IE7 hack*/
	margin-bottom:-1px;
}
*+html .hlist ul li ul#web_pa li a { /*IE7 hack*/
	margin-bottom:0px;
}

/*tabs.css*/
/* IE < 7 don't support transparent borders */
* html .jquery_tabs .tab-content {
	border-bottom: 1px #fff solid;
	border-top: 1px #fff solid;
}

 /**
  * Containing floats adjustment and stability fixes for Internet Explorer
  *
  * @workaround
  * @affected IE 5.x/Win, IE6, IE7
  * @css-for IE 5.x/Win, IE6, IE7
  * @valid no
  */

* html .jquery_tabs .content { z-index:-1; }

* html .jquery_tabs { zoom:1; width:auto; position:relative; } 
*+html .jquery_tabs { zoom:1; width:auto; } 

.jquery_tabs * { zoom:1; }

.jquery_tabs .tab-content { clear:both\0/; } /*IE8 standard mode*/


/*basemod.css*/
*+html body { overflow-y:hidden; }
html:first-child .page_margins { max-width: 1224px; min-width:980px; } /*Opera hack v.9.2x*/
.page_margins { max-width:1224px\0/; min-width:980px\0/; } /*IE8 hack*/


/*fdseven.css*/
* html #search .yform input.btn_search {
	padding:3px 1px;
}
* html .shade {
	position:relative;
}
* html .yform .type-button input {
	padding:3px 5px;
}
* html  table.rss-news {
	width:90%;
	}
	
	
/*index.css*/
* html .TWITab .text {
	position:absolute;
	top:130px;
	left:0;
}
* html #ColorSelector {
	margin-left:45%;
}
*+html #ColorSelector { /*IE7 hack*/
	left:0;
}


/*grid.css*/
*+html .sortable li.lebar2 { width:98.5%; } /*IE7 hack*/