/**********************************************************************************************
PURPOSE
This CSS file provide a clever way to add browser and OS specific css styles.

USAGE
.[os].[browser] .mylink { font-weight: bold; } -> without space between .[os] and .[browser]

AVAILABLE OS CODES [os]:
win - Microsoft Windows
linux - Linux (x11 and linux)
mac - Mac OS
freebsd - FreeBSD
ipod - iPod Touch
iphone - iPhone
webtv - WebTV
mobile - J2ME Devices (ex: Opera mini)

AVIALABLE BROWSER CODES [browser]:
ie - Internet Explorer (All versions)
ie8 - Internet Explorer 8.x
ie7 - Internet Explorer 7.x
ie6 - Internet Explorer 6.x
ie5 - Internet Explorer 5.x
gecko - Mozilla, Firefox (all versions), Camino
ff2 - Firefox 2
ff3 - Firefox 3
ff3_5 - Firefox 3.5 new
opera - Opera (All versions)
opera8 - Opera 8.x
opera9 - Opera 9.x
opera10 - Opera 10.x
konqueror - Konqueror
webkit or safari - Safari, NetNewsWire, OmniWeb, Shiira, Google Chrome
safari3 - Safari 3.x
chrome - Google Chrome
iron - SRWare Iron

EXAMPLES:
html.gecko div#header { margin: 1em; }
.opera #header { margin: 1.2em; }
.ie .mylink { font-weight: bold; }
.mac.ie .mylink { font-weight: bold; }

***********************************************************************************************/

/*------------------------------------------
// IE - All Versions - Windows
//------------------------------------------*/

/* Clearfix Method for containing floats in IE */
.ie .clearfix { display: inline-block; }  /* ... especialy for IE7 */
.ie .clearfix { display: block; }          /* ... for IE5,IE6,IE7 */
* html.ie .clearfix { height: 1%; }       /* ... for IE5 + IE6/Win */

/* Adjustment of .floatbox class for IE */
.ie .floatbox { width:100%; }

/*------------------------------------------
// IE - IE6.0 - Windows 
//------------------------------------------*/

/* Adds near-native PNG support with alpha opacity in IE6 */
/* ie6 img { behavior: url("interface/js/iepngfix.htc");  } */

/* Adds ability to user :hover selector on any tag in IE6 */

.ie6 body { behavior:url(../../interface/css/interface/js/csshover.htc); }

.ie div.widget1 h2 span.inner , div#content { height:1%; }
.ie7 div.widget1 { background:#d5d8e2; padding-bottom:1px; }
.ie7 ul.list3 { padding-top:4px; }
.ie6 ul.list3 { padding-top:1px; }
.ie6 div#main-navigation div.navigation-inner { background:url(../images/navigation/navigation-right.png) no-repeat 100% 0; padding-right:4px; }
.ie6 div#content h1 span.rss { float:right; font-size:70%; width:78px; }
.ie6 div#accordian h2 { margin-bottom:0px; height:34px; cursor:pointer; font-size:110%; background:url(../images/content/h2-bg.gif) repeat-x top left; }
.ie6 span.textbox1 span.inner { top:-3px; position:relative; }
.ie6 div#header div.content div.search-form input.submit-btn1 { margin-top:6px; }

.ie6 div.box3 { overflow:hidden; width:159px; }

.ie6 div#accordian h2#news-feed span.icon { background:url(../images/buttons/news-feed.gif) no-repeat 0 5px; }
.ie6 div#accordian h2#awards span.icon { background:url(../images/buttons/awards.gif) no-repeat 0 5px; }
.ie6 div#accordian h2#security-links span.icon { background:url(../images/buttons/security-links.gif) no-repeat 0 5px; }
.ie6 div#accordian h2#mailing-list span.icon { background:url(../images/buttons/mailing-list.gif) no-repeat 0 5px; }
.ie6 div#accordian h2#vsg-blog span.icon { background:url(../images/buttons/vsg-blog.gif) no-repeat 0 5px; }
.ie6 div.widget1 h2 span.inner { background:transparent url(../images/buttons/arrows1.gif) no-repeat 0px 14px; padding-left:28px; display:block; line-height:34px; }
.ie6 div#accordian h2.ui-state-active { background:transparent url(../images/content/h2-bg-active.gif) repeat-x left top; }

.ie6 #header { height:109px;}
.ie6 .content { height:100px;}

.ie7 #header { height:109px;}
.ie7 .content { height:100px;}
