/* QUT template - common stylesheet (contains styles available to page editors) */
/* Should be used in conjunction with corpstyle and branch stylesheets */
/* Copyright QUT 2007 */
/* Version 3.2 */

/* Styles available via Contribute editing mechanism */

body {
  background-color: #ffffff ;
  font-size:90%;
  line-height:1em;
/*  font-size: 0.8em;*/
/*    font-size: 12px;*/
  font-weight: normal;
  font-family: arial, helvetica, sans-serif;
  margin: 0;
  padding: 0;
  width: auto;
  color: #333333;
}

p, table, th, td {
  font-size: 1em;
/*    font-size: 12px;*/
  font-weight: normal;
  font-family: arial, helvetica, sans-serif;
  padding:0.5em;
 }

.content ul{
	/* margin-left:15px !important; */
	margin-left:15px;
	/* list-style-type:square !important; */     /* 21/11/2011 CO  */
	list-style-type:square;
}

.content li{
	/* margin-top:5px !important;
	margin-left:5px !important;
	margin-bottom:5px !important; */
	margin-top:5px;
	margin-left:5px;
	margin-bottom:5px;
	
	
}

/* em {
	font-style:italic;
} */
 
h2 {
/*  font-size: 15px;*/
    font-size: 1.4em;
    font-weight: lighter;
/*  margin-top: 2em;*/
    margin-top: 1.5em;
}

h3 {
    /* font-size: 1.1em !important;
  	font-weight: bold !important;
    margin-top: 1em !important; */
	font-size: 1.1em;
  	font-weight: bold;
    margin-top: 1em;
	/*margin-bottom:0.3em !important;*/
	
}

h4 {
/*  font-size: 14px;*/
    font-size: 1.2em;
  font-weight: bold;
/*  margin-top: 2em;*/
    margin-top: 1em;
}

h5 {
/*  font-size: 14px;*/
    font-size: 1.1em;
  font-weight: bold;
/*  margin-top: 2em;*/
    margin-top: 1em;
}


/* DAS-TILS Service Specific Fields */
/* Styles used in Contribute in 'Edit Page' mode */

/*.service_field_description {
	border: 1px solid #80C0FF;
}*/

/*.service_field_description h5 {
	background-color: #80C0FF;
	padding: 1px;
	margin: 0;
	color: #000000;
	font-family: arial;
	font-size: 0.8em;
	font-weight: normal;
}*/

/*.service_field_description p {
	margin: 0;
	padding: 0;
}*/

/*.mandatory_field p {
	color: #FF3333;
	font-size: 1em;
	font-weight: bold;
	margin: 0;
	padding: 0;
	padding-bottom: 10px;
}*/

/*.mandatory_field_description p {
	font-size: 1em;
	font-weight: bold;
	margin: 0;
	padding: 0;
}*/

/* QUT Library styles, named here so contribute can use them, but styles actually only in corpstyle.css */
.table_standard {}
.table_fixed_width {}
.table_centered	{}
.table_centered_green_row td  {}
.table_centered_white_row td	{}
.top {}
.link_to_doc_pdf {}
.link_to_doc_word {}
.link_to_doc_ppt {}
.link_to_web_external {}
.link_to_rss {}
.link_to_audio_file {}
.alert_box_single {}
.alert_box_double {}
.contentslist {}
.contentslist {}
p.tips {}
.smltext {}
.tips_link{}
.tips_info{}
.tips_title{}
.tips_body{}
.transcript{}
.viewlet_box{}




