/* CSS Document */

body { background-color:#000000; background-image:url(bbg-smoke.jpg); background-repeat:no-repeat; background-position:top center; }
body { font-family: Arial, Verdana, sans-serif; }

input { border:0; margin:0; padding:2px; height:13px; background-color:#233B4F; font-size:11px; color:#9FBBD4; }
input.small { width:126px; }
input.medium { width:145px; }

div.icon-container  { padding:0 20px 0 0; }
div.icon-container a.icon { float:left; height:13px; padding:2px 23px 0 23px; font-size:11px; text-decoration:none; color:#000000; }
div.icon-container a.icon:hover { text-decoration:underline; } 
div.icon-container a.back { background-image:url(icon-back.png); background-repeat:no-repeat; }

div.tabbed_header { clear:both; margin:10px 0; padding-bottom:1px; border-bottom:1px solid #dce5e9; }
div.tabbed_header ul { clear:both; }
div.tabbed_header ul li { float:left; color:#606060; padding:0; line-height:12px; }
div.tabbed_header ul li a { clear:both; float:left; margin:0 2px 0 0; padding:4px 0 0 0; width:66px; height:14px; background-image:url(tab-button-bg.png); color:#606060; font-size:11px; text-decoration:none; text-align:center; }
div.tabbed_header ul li.active a { background-image:url(tab-button-bg-active.png); color:#000000; }
