/* - - - - - - - - - - - - - - - - - - - - -

Description : Domainz Help Styles

- - - - - - - - - - - - - - - - - - - - - */


/*----------------------------------------------------------------------------- 
GLOBALS - Baseline values for browser consistency
-----------------------------------------------------------------------------*/


/*----------------------------------------------------------------------------- 
LAYOUTS AND WRAPPERS
-----------------------------------------------------------------------------*/

#container {
	padding: 4px;
	border: 2px solid #eeeef2;
	background: #7fcdff url(../images/dom_bgColouredStrip.gif) repeat-x left bottom;
	}


/*----------------------------------------------------------------------------- 
NAVIGATION - Administration Menu
-----------------------------------------------------------------------------*/

#helpSidebar a {
	display: block;
	padding: 4px 0 4px 8px;
	text-decoration: none;
	}
#helpSidebar a:hover, #helpSidebar li.selected a {
	background: #d2d2d2;
	color: #fff;
	}
#helpSidebar li.selected a {
	cursor: default;
	}
	
/* Bread Crumbs */

#crumbInfo {
	margin-bottom: 10px;
	}


/*----------------------------------------------------------------------------- 
LINKS
-----------------------------------------------------------------------------*/

a {
	color: #3081DD;
	}
a:hover {
	color: #999;
	}

