/* =================================
Copyright 2008
Fifth Gear Marketing Systems Inc.  
DNN Administration Container
Version: 1.0
================================== */    

/* GENERAL SETTINGS */

    * a:active { outline: none; }
	:-moz-any-link:focus { outline: none; }
	* :focus { -moz-outline-style: none; }
	html { font-family: 'Trebuchet MS', Tahoma,Verdana, Arial, sans-serif; color: #333; }

	#adminContainer * { margin: 0px; padding: 0px; }
	#adminContainer h1 { font-size: 20px; color: #666; margin: 12px 0 10px 0; font-weight: normal; }
	#adminContainer h2 { font-size: 16px; color: #333; margin: -6px 0 10px 0; font-weight: normal; }	
	#adminContainer td { font-size: 12px; line-height: 1.4; }	
	#adminContainer a:link { color: #333; }
	#adminContainer a:visited,
	#adminContainer a:hover,
	#adminContainer a:active { color: #999; text-decoration: underline; }	

/* DATA ENTRY */

	#input .navTopBar { width: 800px; margin: 0 0 12px 0px; border-bottom: 1px solid #666; background: #fff url(img/backgroundTopNavBar.gif) bottom repeat-x; }
	#input .navLeft { padding-left: 8px; white-space: nowrap; }
	#input .navCenter { width: 100% }
	#input .navRight { padding-right: 8px; white-space: nowrap; }
	#input .navBottomBar { width: 800px; margin: 24px 0 24px 0px; border-top: 1px solid #666; background: #e5e6e5 url(img/backgroundBottomNavBar.gif) top repeat-x; }
	#input .entryTableLabel { vertical-align: top; width: 120px; padding: 6px 0 0 0; } 
	#input .status { width: 120px; }
	#input .entryTableInput { vertical-align: top; padding: 4px 0 0 0; }
	#input input,
	#input select,	
	#input textarea { font-family: 'Trebuchet MS', Tahoma,Verdana, Arial, sans-serif; width: 560px; color: #333; border: 1px solid #999; border-collapse: collapse; padding-left: 4px; padding-right: 6px; font-size: 13px; line-height: 18px; }	
	#input .entryTableCalendar { vertical-align: top; padding: 0 0 0 4px; }

/* DNN CONTAINER MENU SETTINGS - CAUTION WHEN EDITING */

	.ModuleTitle_MenuItem { border: white 0px solid; }
	.ModuleTitle_MenuItem TD { width: 20px; height: 22px; text-align: left; cursor: pointer; cursor: hand; color: #666; font-family: Tahoma, Arial, Helvetica; font-size: 11px; font-weight: normal; font-style: normal; white-space: nowrap; }
	.ModuleTitle_MenuIcon { border: white 0px solid; cursor: pointer; cursor: hand; text-align: left; background-color: transparent; width: 15px; height: 100%; vertical-align: middle; }
	.ModuleTitle_SubMenu { z-index: 1000; position:absolute; cursor: pointer; cursor: hand; background-color: #fcfcfc; filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3); padding: 1px 1px 1px 1px; }
	.ModuleTitle_MenuBreak  { background-color: #EEEEEE; font-size: 1px; }
	.ModuleTitle_MenuItemSel { cursor: pointer; cursor: hand; color: #666; font-family: Tahoma, Arial, Helvetica; font-size: 11px; font-weight: normal; font-style: normal; text-decoration: underline; background: #fff url('img/menuItemHover.jpg') repeat-x; }
	
	
	