/* QUT template - branch stylesheet */
/* Should be used in conjunction with common and corpstyle stylesheets */
/* Copyright QUT 2009 */
/* Version 4.0 */

/* TOP NAVIGATION --------------------------------------------------------------- TOP NAVIGATION */
/* (Active button for current branch) */

.content ul	{
	margin: 0 0 0 10px;
}

.content ul li {
	background-image: url(../graphics/ico_arrow-links.gif);
	background-repeat: no-repeat;
	background-position: 0 0.45em;
	padding: 2px 0 2px 20px;
	min-height: 12px;
	list-style-type:none;
}

.content	ul	li	a:hover	{
	text-decoration:underline;
}

hr	{
	color:#CCC;
}

.storiesDivider	{
	width:600px;
	height:130px;
	border-bottom:1px solid #E4E4E4;
	margin-bottom:20px;
}

.storiesDivider	a:hover	{
	text-decoration:underline;
}

.startTheModulesInclude	{
	width:600px;
	height:100px;
	background-color:#D9F2CE;
}

.startTheModulesInclude	a	{
	margin-top:3px;
	padding:22px 20px 22px 20px;
	float:right;
	font-size:13px;
	color:#667;
	font-weight:bold;
	background-image:url(../graphics/start-the-modules-include-button.jpg);
}

.startTheModulesInclude	a:hover	{
	margin-top:3px;
	padding:22px 20px 22px 20px;
	float:right;
	font-size:13px;
	color:black;
	font-weight:bold;
	background-image:url(../graphics/start-the-modules-include-button.jpg);
	text-decoration:none;
}

.startTheModulesInclude	p	{
	padding:10px;
}

