/*(c) - Copyright 1997-2005 Latitude Technologies Inc.  All Rights reserved. */
/* CSS Document */
/* Layout manager related stuff (layout_manager.cfm uses this to layout the content in tabbed format) */

div.tabContainer {width:100%; height:42px;  z-index:5; margin:0px; position:relative; padding:0;}
*html div.tabContainer {
	height:59px;/* for IE5 and IE6 in quirks mode */
	height/* */:42px;/* for IE6 in standards mode */
}

/*Adds space before the first tab */
div.spacerTab {width:30px; height:25px; float:left;} 
div.tabElement {width:auto; text-align:center; float:left; height:25px; padding:10px 7px 5px 7px; font-weight:bold; font-size:0.9em;}
*html div.tabElement {
	height:42px;/* for IE5 and IE6 in quirks mode */
	height/* */:25px;/* for IE6 in standards mode */
}
div.lastTab{border-right:1px solid #000;}


div.tabContent {display:none; width:100%; margin-top:-1px; 
				border-top:1px solid #000; padding:15px 0px 15px 0px; }

*html div.tabContent {
	margin-top:-18px;/* for IE5 and IE6 in quirks mode */
	margin-top/* */:-1px;/* for IE6 in standards mode */
}

div.inActiveTab{border-top:1px solid #000; border-left:1px solid #000; border-bottom:1px solid #000;}
div.activeTab {border-top:1px solid #000; border-left:1px solid #000;border-bottom:1px solid #ffffff;}
				
/*Colors*/
div.activeTab{background-color:#ffffff;}
div.inActiveTab{background-color:#dddddd; cursor:hand;}