/*PNGFIX by Angus Turnbull - http://www.twinhelix.com. Updated: 12 July 2008.*/
 img, div, input, button, a, em, li { behavior: url("/css/ie6/iepngfix.htc") }
/*SUB CONTAINERS*/
.container2 {width:357px; margin: 10px 0 10px 15px; float: left; padding: 15px 0 0 0 }
.container1 {width:730px; margin: 10px 0 0 15px; float: left; padding: 15px 0 0 0; clear: both }
/*CLOSE LINK*/
a.close {padding-right: 0; background: none; top: 5px; right: 45px;}
/*BUTTONS*/
.btn-inner span {padding: 0 0 0 5px;}	
.btn-inner button {padding: 0px 5px 8px 0px;}
/*LOGIN */
.login_form a.forgot_login {float: none;  position: absolute; bottom: 2px; right: 45px}
/*MENU*/
.menu_main_section h4 {padding: 10px 0 10px 50px; word-wrap: break-word;}
.menu_main_section ul li {line-height: 0; margin: 0; word-wrap: break-word;}
.menu_main_section ul li  a {margin: 0; padding: 15px 20px; word-wrap: break-word;}
/*MENU SECTION HEADERS*/
#menu_main_h_support,
#menu_main_h_config,
#menu_main_h_files {background: url(bullet.gif) no-repeat 20px center #2e2520    }
/*FOOTER*/
.Footer {display: none}
/*FORMS*/
.broom_form label.error { padding: 0 00 0; background:none; }
.mdas_form fieldset .label1 input,
.mdas_form fieldset .label1 textarea,
.mdas_form fieldset .label1 select {width: 180px;}
.mdas_form fieldset .label2 input,
.mdas_form fieldset .label2 textarea,
.mdas_form fieldset .label2 select  {width: 220px;}
.mdas_form fieldset .label3 input,
.mdas_form fieldset .label3 textarea,
.mdas_form fieldset .label3 select  {width: 320px;}
.mdas_form fieldset label.label_calendar1 input {width: 145px; padding: 6px 5px 4px 30px }
.mdas_form fieldset label.label_calendar2 input {width: 185px; padding: 6px 5px 4px 30px }
.mdas_form fieldset label.label_calendar3 input {width: 285px; padding: 6px 5px 4px 30px }
/* Edited version of example.css from Tabber.js  for ie6*/
/*--------------------------------------------------
  REQUIRED to hide the non-active tab content.
  But do not hide them in the print stylesheet!
  --------------------------------------------------*/
.tabberlive .tabbertabhide {display:none;}
/*--------------------------------------------------
  .tabber = before the tabber interface is set up
  .tabberlive = after the tabber interface is set up
  --------------------------------------------------*/
.tabber {}
.tabberlive {position: absolute; top: -35px; z-index: 10}
.tabberlive .tabbertab {margin: 15px 0 0 30px;clear: both}
/*--------------------------------------------------
  ul.tabbernav = the tab navigation list
  li.tabberactive = the active tab
  --------------------------------------------------*/
ul.tabbernav {list-style: none; }
ul.tabbernav li {margin: 0; background: none; float: left;}
ul.tabbernav li a {background: #5e5552; margin: 0 5px 0 0; padding: 9px 25px;	}
ul.tabbernav li a:hover {}
ul.tabbernav li.tabberactive a {background: #fff;}
ul.tabbernav li.tabberactive a:hover {color: #000; background: white;}
