/*** the main floating sidebar column ***/
	#sidebar {
		float: right;
		width: 250px;
	}

/*** a heading tab in the sidebar ***/
	#sidebar .tab
	{
		background: navy;
		color: white;
		padding: 4px;
		margin: 0;
		font-size: 10pt;
		font-weight: bold;
	}

/*** a content panel in the sidebar ***/
	#sidebar .panel
	{
	/*
		margin-left: 10px;
		margin-right: 10px;
	*/
		margin-top: 0.5em;
		margin-bottom: 0.5em;
	}

	#sidebar .panel .form
	{
		width: 100%;
	}

	#sidebar .panel .form td
	{
		padding-top: 2px;
		padding-bottom: 2px; 
	}

	#sidebar .panel .form .label
	{
		font-weight: bold;
		padding-right: 4px;
		font-size: 9pt;
		/*text-transform: lowercase;*/
	}

	#sidebar .panel table.form td.text
	{
	}

	#sidebar .panel ul.flatlinks
	{
		margin: 0;
		margin-top: 6px;
		padding-top: 4px;
		padding-bottom: 4px;
		border-top: 1px solid #cccccc;
		border-bottom: 1px solid #cccccc;
	}
	#sidebar .panel ul.flatlinks li
	{
		margin: 0;
		padding: 0;
		font-weight: bold;
		color: gray;
		text-decoration: none;
		font-size: 8.5pt;
		display: inline;
		padding-left: 15px;
		margin-right: 2px;
		background: url(/images/menuLinkArrow.gif) no-repeat 4px center;
	}
	#sidebar .panel ul.flatlinks li a
	{
		font-weight: bold;
		color: #333333;
	}
	
	#sidebar .panel table.form td.text input
	{
		border: 1px solid gray;
		background: white !important;
		height: 20px;
		padding: 1px;
		width: 100%;
	}

	#sidebar .panel table.form td.button
	{
		padding-left: 4px;
		text-align: right;
	}

	#sidebar .panel table.form td.button input
	{
		border: 0px solid gray;
		background: white !important;
		font-weight: bold;
		color: black;
		height: 20px;
		font-size: 11pt;
	}

/*** decorative body area, inside #innermain: implements right-hand gradient ***/
	#sidebar_gradient
	{
		background: url(/i2/sidebar_grad2.jpg?) no-repeat right top;
	}

/*** outermost body area, just inside the main middle section: implements right-hand blue stripe ***/
	#inner_main
	{
		background: url(/i2/sidebar_blue.gif) repeat-y right;
	}

/*** sidebar title tabs ***/
	#sidebar h3
	{
		color: white;
		font-size: 1.0em;
		font-weight: bold;
		padding: 5px;
		padding-left: 8px;
		background: url(/i2/sidebar_tab.gif) no-repeat right top;
	}

	#sidebar .panel ul.panel_menu
	{
		margin: 0;
		padding: 0;
	}
	
	#sidebar .panel ul.panel_menu li
	{
		padding-left: 15px;
		margin-top: 4px;
		background: url(/images/menuLinkArrow.gif) no-repeat 4px center;
	}

	#sidebar .panel ul.panel_menu li,
	#sidebar .panel ul.panel_menu a
	{
		color: #333333;
		font-size: 8.5pt;
		font-weight: bold;
		text-decoration: none;
	}
	
	#sidebar .panel ul.panel_menu a:hover
	{
		color: #333333;
		font-size: 8.5pt;
		font-weight: bold;
		text-decoration: underline;
	}
	
	#sidebar .panel ul.panel_menu.blue a,
	#sidebar .panel ul.panel_menu.blue a:hover
	{
		color: blue;
	}
	
	#sidebar #red { background:url("../i2/sidebar_tabred.gif") no-repeat right top; font-weight:bold; }
	#sidebar #redBg { background:#f70000; color:#ffffff; font-weight:bold; margin-bottom:7px; font-size:11px; text-align:center; padding-bottom:5px; }
	#sidebar #redBg a { color:#ffffff; text-decoration:underline; }
	#sidebar #redBg a:hover { color:#f4f4f4; text-decoration:none; }
	