/*
    ----------------------------------------------------------------
    Extension Stylesheet for Emphasis
    ----------------------------------------------------------------
*/


/*  Template Related Styles */

	#header						{ background-image:url(../images/header_bg_emp.gif); background-color:#fff; width:943px; margin:auto; padding:3px 10px 0px; border:1px solid #ccc; border-bottom:5px solid #8dc63f;}
	#hdr_submenu				{ color:#fff; }
	#hdr_submenu a 				{ color:#fff; }
	#nav_search					{ margin-top:0px; background-image:url(../images/search_bg.gif); background-repeat:no-repeat; padding:0px 8px; min-height:60px; width:310px; margin-left:auto; margin-right:0px;  }

	#mainbody					{ width:965px; margin:auto; }
	#maincontent				{ background-image:url(../images/maincontent_bg.jpg); background-repeat:repeat-x; background-color:#fff; border:1px solid #ccc; border-top:0px; padding:10px 15px; min-height:400px; clear:both; }

	#footer						{ width:943px; margin:auto; padding:3px 10px 20px;  font-size:87%; color:#888;} 
	#footer a					{ color:#888; }
	#rev						{ float:left; }  /* Governs the SVN rev in the footer */
	#legal						{ text-align:right; } /* Legal text in the footer */

	#hdrtabs					{ margin-left:0px; margin-bottom:0px; padding-left:0px; }
	#hdrtabs li					{ position:relative; float:left; display:block; margin-left:0px; padding:0px; background-image:url(../images/tab_right.gif); background-position:top right;  background-repeat:no-repeat; }
	#hdrtabs li a				{ display:block; color:#fff; font-weight:bold; text-decoration:none; padding:3px 15px 1px; text-decoration:none; background-image:url(../images/tab_left.gif);  background-position:top left; background-repeat:no-repeat; }
	#hdrtabs li ul 				{ display:none; position:absolute; width:300px; top:23px; left:-15px; padding-top:0px;  border:1px solid #6d9f29; background-color:#f1f8e7;} 
	#hdrtabs li ul li			{ float:none; background-image:none; }
	#hdrtabs li ul li a			{ background-image:none; color:#6d9f29; }
	#hdrtabs li ul li a:hover	{ background-image:none; background-color:#e1f1cc;  }
	#hdrtabs li:hover ul 		{ display:block }
	#hdrtabs li.haskids 		{ padding-right:15px;  background-image:url(../images/tab_right_arrow.gif);}

/*
	#subtabs					{ margin-bottom:0px; border-bottom:0px; border-top:0px; padding-left:0px; }
	#subtabs 					{  }
	#subtabs td.tab				{ padding:0px; background-image:url(../images/tab_right.gif); background-position:top right;  background-repeat:no-repeat; }
	#subtabs td.active			{ background-image:url(../images/tab_right_active.gif);   }
	#subtabs td.tab a			{ display:block; margin:0px; color:#fff; font-weight:bold; padding:3px 15px 1px; text-decoration:none; background-image:url(../images/tab_left.gif);  background-position:top left; background-repeat:no-repeat;}
	#subtabs td.active a		{ background-image:url(../images/tab_left_active.gif); }
	#subtabs td.tab_descriptor	{ font-weight:bold; color:#fff; padding-left:15px; padding-right:4px; padding-top:4px; }
	
*/