/* QUT template - branch stylesheet */
/* Should be used in conjunction with common and corpstyle stylesheets */
/* Copyright QUT 2007 */
/* Version 3.2 */

/* TOP NAVIGATION */
/* (Active button for current branch) */

.learn_button A{
  background-color: #fff;
  color: #666;
}
.learn_pages {
	width: 100%;
	margin: 0;
	padding: 0;
}

.learn_pages h2,h3 {
	color: #000;
	font-weight: bold;
}

.learn {
	/* width: 68%; */
	width: auto;
	float: left;
	margin: 0 0 2em 0;
	padding: 0 0 0 0;
}

.learn h2 {
	padding-top: 0.2em;
	border-top: 1px dashed #8a0;
}

.learn p {
	padding: 0;
}

.learn p.more {
	background: url("/graphics/services/info.jpg") no-repeat 0 0;
	padding-left: 1.5em;
	margin-bottom: 1em;
}
ul.longpage {
	list-style-type: none !important;
	/* padding: 0 0 0 1em; */
	margin: 0;
	border: 1px solid #DBDBDB;
    padding: 10px 15px 15px;
}

ul.longpage li {
	/* background: url("/graphics/downarrow.jpg") 0 0  no-repeat;
	padding-left: 1.5em; */
	background: url("/images/new/bullets.png") no-repeat scroll 0 -113px transparent;
    list-style: none outside none;
    padding-left: 18px;
	
}

ul.learnItemBox{
list-style-type:none !important;
}
.learnItemBox a:link,.learnItemBox a:visited{
border:1px solid #ccc;
}
.learnItemBox a:hover,.learnItemBox a:active{
	background:url("../images/new/boxgrad.png") repeat-x;
}
.learnItemBox a{
height:7em; 
min-height:7em; 
max-height:7em; 
width: 350px;
border:1px solid #ccc;
padding:5px;	
margin:5px 5px 10px;
display: block;
text-decoration:none;
color:#333333;
text-align:left;
}
.learnItemBox img{
float:left;
padding-right:10px;
padding-left:5px;
}
.columnLeft{
width: 350px;
float:left;
padding-right: 20px;
}
.columnRight{
width: 350px;
float:left;	
}
table.green_table {	
	width:auto ;
	/* border: 1px dotted #8a0; */
	border: 1px dotted #D8E7F3;
	vertical-align: top;
	border-collapse: collapse;		
}	 

table.green_table th {
	/* background: url("/graphics/homepage/find_bg_light.gif") 0 100% repeat-x; */
	background: url(../images/new/boxgrad.png) repeat-x scroll 50px 0px transparent;
	font-weight: bold;
}

table.green_table td{
	/* border: 1px dotted #8a0; */
	border: 1px dotted #D8E7F3;
	font-weight: normal;
	text-align:left;
	width:auto;
}
