/* CABINET WRAPER, TEXT, LINKS:
---------------------------------------*/
#cabinet { width:96%; margin:3px auto; border-bottom:1px solid #999; font-family:Verdana, Arial, Helvetica, sans-serif; }
#cabinet img { vertical-align:middle; border:none; }
#cabinet xp { margin:0; padding:0 25px; }
#cabinet ul { list-style:none; margin:0 10px; padding:0; }
#cabinet p.separator { margin:0; height:15px; background-color:#EFEFE7; border-left:1px solid #999; border-right:1px solid #999; }
#cabinet h3 { padding:3px; margin:0; background: url(/lib/img/ui/accordion/inactive.gif) top repeat-x; border-left:1px solid #999;	border-right:1px solid #999; }
#cabinet h3 a, #cabinet h3 a:hover { font-size:11px; text-decoration:none; color:#999; font-weight:normal; }
#cabinet h3.active a { text-decoration:none; color:#333; font-weight:bold; }
#cabinet h3.active { background-image:url(/lib/img/ui/accordion/active.gif); }
#cabinet a { text-decoration:none; color:#06F; }
#cabinet a:hover { text-decoration:underline; }

/* DOCUMENTS AREA:
---------------------------------------*/
#docs { background:url(/lib/img/ui/tabs/shadow_down.gif) repeat-x; border:1px solid #999; border-bottom:0; border-top:0; padding-top:15px; background-color:#FFF; }
#docs li { font-size:10px; }
#docs p { padding:0; margin:0; }
#docs em { font-style:normal; color:#777; font-size:0.9em; }
#docsfooter { background:url(/lib/img/ui/tabs/shadow_up.gif) repeat-x left top; color:#999; font-size:0.9em; margin-top:10px; background-color:#EFEFE7; padding:6px 20px 3px 3px; text-align:right; }
#docs h3 { background:none; border:0; padding:0; margin:0; }
#docs h3 a{ color:#0033CC; }
#docs h3 a:hover{ color:#0033CC; text-decoration:underline; }
#docs h4 { font-size:0.85em; font-weight:normal; color:#333; padding:0; margin:0; }

/* TABLE TABS:
---------------------------------------*/
#tabtable a { font-size:10px; text-decoration:none; color:#666666; }
#tabtable a:hover { color:#333333; text-decoration:none; }
#tabtable #active td.mid_on a { font-weight:bold; }
#tabtable td { text-align:center; padding:8px 0 2px 0;}

#tabtable td.left { background:url("/lib/img/ui/tabs/default/left.gif") no-repeat left top; float:none; padding:0; margin:0; }
#tabtable td.right { background:url("/lib/img/ui/tabs/default/right.gif") no-repeat right top; float:none; padding:0; margin:0; }
#tabtable td.left_on { background:url("/lib/img/ui/tabs/default/left_on.gif") no-repeat left top; }
#tabtable td.mid_on { background:url("/lib/img/ui/tabs/default/mid_on.gif") repeat-x; }
#tabtable td.right_on { background:url("/lib/img/ui/tabs/default/right_on.gif") no-repeat right top; }

#tabtable td.leftempty { background:url("/lib/img/ui/tabs/default/left.gif") no-repeat left top; }
#tabtable td.midempty{	background:url("/lib/img/ui/tabs/default/mid.gif") repeat-x; }
#tabtable td.rightempty { background:url("/lib/img/ui/tabs/default/right.gif") no-repeat right top; }

#tabtable #top_row td.leftempty { background:url("/lib/img/ui/tabs/default/left_empty.gif") no-repeat left top; }
#tabtable #top_row td.midempty{	background:url("/lib/img/ui/tabs/default/mid_empty.gif") repeat-x; }
#tabtable #top_row td.rightempty { background:url("/lib/img/ui/tabs/default/right_empty.gif") no-repeat right top; }

/* ACTIVE TABLE TAB:
---------------------------------------*/
#tabtable #active td.left, #tabtable #active_top td.left, #tabtable #active td.extra_col,
#tabtable #active_top td.extra_col, #tabtable #active td.right, #tabtable #active_top td.right, #tabtable #active_top td.empty, #tabtable #active td.empty, 
#tabtable #active_top td.leftempty, #tabtable #active_top td.midempty, #tabtable #active_top td.rightempty{ border-bottom:1px solid #999999; }

#tabtable td.mid{	background:url("/lib/img/ui/tabs/default/mid.gif") repeat-x; }
#tabtable #active td.mid, #tabtable #active_top td.mid { border-bottom:1px solid #999999; }
#tabtable #top_row td.mid{ background:url("/lib/img/ui/tabs/default/mid_top.gif") repeat-x; }
#tabtable #top_row td.left, #tabtable #active_top td.left, #tabtable #active_top td.leftempty { background:url("/lib/img/ui/tabs/default/left_top.gif") no-repeat left top; }
#tabtable #top_row td.right, #tabtable #active_top td.right, #tabtable #active_top td.rightempty { background:url("/lib/img/ui/tabs/default/right_top.gif") no-repeat right top; }
#tabtable #active_top td.left_on { background:url("/lib/img/ui/tabs/default/left_on_top.gif") no-repeat left top; }
#tabtable #active_top td.right_on { background:url("/lib/img/ui/tabs/default/right_on_top.gif") no-repeat right top; }
