
/* Stylesheet for Language and Learning Services layout */
/* This stylesheet is loaded after the default Monash CSS and modifies/adds various styles */
/* Included below are some hacks for Mac IE which utilitise the html>body hack */

/* This file includes styles for: 				*/
/* - General (<p>, <img>, etc) 					*/
/* - HomePage specific items (QuickLinks etc) 	*/
/* - Feedback 									*/
/* - Main Content  								*/
/* - Heading tabs 								*/
/* - Search box 								*/
/* - Side navigation 							*/


img {
    border: 0;
    margin: 0;
    padding: 0;
}


.index-image, #index-image {
	border:1px solid #000;
	margin:0px 0px 10px 20px;
}


.portrait-img {
	border:none;
	margin:0px 0px 10px 20px;
	float:right;
}

.caption {
	color:#666666;
	font-size:80%;
}

#accessibility {
    text-align: right;	       
    padding-bottom: 5px;
	font-size:0.85em;
}

#global-header {
    width: 100%;	       
    border: 1px solid #000;
    padding: 0;
    margin: 0;
    height:79px;
}

#global-images img#logo {
    text-align: left;
    float: left;
    width: 343px;
}

#global-images img#banner-image {
    text-align: right;
    float: right;
    width: 288px;
}

* html #global-images img#banner-image {
	margin-right: -3px;
}

p {
	font-size: 1em;
	padding-bottom: 0.25em;
}

.smalltext {
	font-size: 80%;
}

.subtext {
	font-size: 80%;
	margin-bottom:10px;
}

.strong {
	font-weight:bold;
}

.pdf-link {
	    list-style-image: url(../images/pdf-icon.gif);
		margin:10px 0px 0px 0px;												
}

.word-doc-link {
	    list-style-image: url(../images/word.gif);
		margin:10px 0px 0px 0px;												
}

.launch-new-window {
		background: url(../images/launch-new-window.gif) center right no-repeat;
		padding:0px 15px 0px 0px;
		margin:0px 0px 0px 0px;
		display:inline;
}

#global-nav a:link, #global-nav a:visited {
    background-color: #000099;
    color: #fff;
    text-decoration: none;
    padding: 0px 5px;
}

a:link, a:visited {
	color:#000099;
	display:inline;
}

body {
  background:#fff;
  margin:0px;
  padding:5px;
  color:#000;
  font-family: Arial, Helvetica, sans-serif;
  font-size:0.8em;
}

/* sorts out IE's problem with tables having their own font size.*/
* table {
	font-size:1em;
}

hr {
	height:1px;
	border:none;
	background-color:#E5E5E5;
	clear:both;
}

blockquote, q {
	font-style: italic;
	margin:20px;
}

.super {
	font-size:0.7em;
	vertical-align:super;
}

h1, h2, h3, h4 {
	color: #000099;
	background:transparent;
}

h1 {
	font-size:1.6em;	
}

h2 {
	display:block;
	border-bottom:1px solid #000099;
	padding:0px;
	margin:5px 0px;
	font-size:1.4em;
}

.quickrefs {
	margin-top: 0px;
	padding-top: 0px;
	padding-right:10px;
	float:right;
	font-size:0.9em;
	text-transform:uppercase;
}

h3 {
	font-size:1.2em;	
}

h4 {
	font-size:1.1em;	
}

#breadcrumbs {
	font-size:.85em;
}

#breadcrumbs a {
	text-decoration:none;
}
#breadcrumbs a:hover {
	text-decoration:underline;
}


#home-footer, #footer, #section-nav-footer {
	background-color: #fff;
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	padding-top: 0.5em;
}

#footer {
	font-size: 0.9em;
	border: none;
	margin:1.2em 0px;
}

#footer a:active, #footer a:link , #footer a:visited {
	color:#666;
}

#footer-vista {
	display:block;
	border-top:1px solid #E5E5E5;
	font-size: 0.9em;
	font-family: Arial, Helvetica, sans-serif;
	padding: 15px;
	margin:8px;
	background:#fff;
	color:#999;
}

#content-window {
	padding:20px;
	margin:10px;
	border: 1px solid #B9B9B9;
	background: #fff;
}

#content-window:after { /* following style fixes the 'image floating outside the content-window div' bug */
    content: "."; 
    display: block; 
    height: 0px; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html #content-window {height: 1%;}
/* End hide from IE-mac */

#content-window-vista {
	padding: 15px;
	margin:8px;
	background:#fff;
}

#content-home {
	padding: 0px;
	margin:0px;
	background:#fff;
}

#bodytable {
	background:#E7E7E7;
	border:1px solid #B9B9B9;
	clear:both;
}

	
.listarrow {
	list-style-image: url("assets/images/list-arrow.gif");
}

.listdot {
	list-style-image: url(../images/blue-dot.gif);
}

.listspaced li, .listdot li, listarrow li {
	margin-bottom:3px;
}

.doublespaced li {
	margin-bottom:8px;
}


.doublespaced li ul li{
	margin-top:3px;
}

.hanging li{
	margin-top:3px;
	margin-left:-3.1em; 
	list-style:none;
}



/* ***** HOME PAGE STYLES **** */
.home-left {
	border-right:1px solid #B9B9B9;
	width:185px;
}

.home-left p {
	padding:5px;
	font-size:1.3em;
	color:#666;
	line-height:1.2em;
}

.home-right {
	padding:10px;
	border-left:1px dashed #ccc;
	width:180px
}

.main-nav {
    background-color: #e6ecf9;
    color: #000;
    border: 1px solid #0000cc;
    margin: 5px;
}

.main-nav h2 {
    background: #0000cc;
    color: #fff;
    padding: 0px;
	padding-left: 5px;
    margin: 0;
    font-size: 1.2em;
}

.main-nav ul {
    color: #000;
    list-style-image: url("http://assets.monash.edu.au/images/black-arrow.gif");
	margin-top: 0.5em;
	margin-left: 1.6em;
	font-size: 0.95em;
}

.main-nav li {
	margin: 0;
	border: 0;
	padding-top: 0.1em;
}

.main-nav a:link {
    color: #000;
}

.main-nav a:hover {
    text-decoration: none;
}

.quicklinks-nav {
    background-color: #fff;
    color: #000099;
    border: 1px solid #0000cc;
    margin: 0.25em;
}

.quicklinks-nav h2 {
    background: #0000cc;
    color: #fff;
    margin: 0;
    padding: 0;
	padding-left: 0.25em;
    font-size: 1.2em;
}

.quicklinks-nav ul {
    color: #000;
    list-style-image: url("http://assets.monash.edu.au/images/blue-arrow.gif");
	margin-top: 0.5em;
	margin-left: 1.6em;
	font-size: 0.95em;
}

.quicklinks-nav li {
	margin: 0;
	border: 0;
	padding-top: 0.1em;
}

.quicklinks-nav a:link {
    color: #000099;
}

.quicklinks-nav a:hover {
    text-decoration: none;
}

.main-nav ul, .quicklinks-nav ul, .highlight-body ul, .section-nav-body ul {
	padding-left: 0.5em;
}

.main-nav li, .quicklinks-nav li, .highlight-body li, .section-nav-body li{
	padding: 0.11em;
}

.home-content {
	padding:10px;
	margin:0px;
}
/* ***** END HOME PAGE STYLES **** */


/* ***** BEGIN FEEDBACK STYLES **** */
body#feedback {
	margin:6px;
	padding:6px;
	background:#DBDFE8;
}

.feedbackwrapper {
	border:1px solid #999;
	padding:6px;
	background:#fff;
	font-size:12px;
}

/* ***** END FEEDBACK STYLES **** */


/* ****** BEGIN CONTENT STYLES ****** */

.anchorarrow {
	list-style-image: url("../images/anchor-arrows.gif");
	}
	
		
.listarrow {
	list-style-image: url("../images/list-arrow.gif");
	}
	
.singlerow {
	list-style-type: none;
	list-style-position:outside;
	list-style-image:none;
	}
	
.toparrow {
	list-style-image: url("../images/anchor-arrows-top.gif");
	}

.task { /* Used for all instruction blocks of text */
	color:#5D5D5E;
	font-weight:bold;
	font-size:110%;
	padding:12px 0px 12px 50px;
	background-image: url(../images/task.gif);
	background-repeat: no-repeat;
	background-position: top left;
	margin:0px;
}

.taskfeedback { /* Used for all instruction blocks of text */
	color:#5D5D5E;
	font-weight:bold;
	font-size:100%;
	padding:12px 0px 12px 50px;
	/** background-image: url(../images/taskfeedback.gif); 
	background-repeat: no-repeat;
	background-position: center left;**/
	margin:0px;
}

.studytip { /* Used for all instruction blocks of text */
	color:#5D5D5E;
	font-weight:bold;
	font-size:110%;
	padding:12px 0px 12px 50px;
	background-image: url(../images/bulb.gif);
	background-repeat: no-repeat;
	background-position: top left;
	margin:0px;
}
.comment-studytip { /* Used for all instruction blocks of text within a comment */
	color:#1265D3;
	font-weight:bold;
	font-size:1.1em;
	padding:12px 0px 12px 50px;
	background-image: url(../images/bulb-blue.gif);
	background-repeat: no-repeat;
	background-position: top left;
	margin:0px;
}

.comment {
	font-weight:normal;
	color:#000;
	font-size:100%;
	background-color:#eef2f9;
	border: dotted 2px #999;
	margin:20px 10px 20px 10px;
	width:95%;
	padding:10px;
}

.comment p {
	padding-left:10px;
}

blockquote, q {
	padding:0px 0px 0px 40px;
	background-image: url(../images/quote.gif);
	background-repeat: no-repeat;
	background-position: top left;
	margin:0px;
	font-size:90%;
	font-family: Century Gothic, Arial, Helvetica, sans-serif;
}

.instruction { /* these need to go once site is checked */
	background-color:#fc3;
}

.question { /* these need to go once site is checked */
	background-color:#fc3;
}

.topic {
	background-color:#fefeee;
	color:#5D5D5E;
	padding: 10px 20px;
	margin:10px 20px 20px 20px;
	border: dotted 1px #5D5D5E;
	font-weight:normal;
	line-height:20px;
	font-style:italic;
	/* causes border to be clear of floated image in Gecko */
	display:table;
	display:inline-block;
}

.resource {
	background-color:#FFFFDC;
	padding: 10px;
	margin:10px 10px 20px 10px;
	border: solid 1px #EEEFA5;
	width:90%;
	font-style:normal;
	text-align:left;
}

.exercise {
	padding: 10px;
	margin:10px 10px 20px 10px;
	border: solid 1px #cccccc;
	width:90%;
	font-style:normal;
	text-align:left;
}

.resourcetable {
	background-color:#FFFFDC;
	padding: 10px;
	margin:10px 10px 20px 10px;
	border: solid 1px #EEEFA5;
	font-style:normal;
}

.notepaper { 
	border-right: solid 1px #F3F3D6;
	margin:10px;
	background-image: url(../images/notepaper.gif);
	background-repeat: repeat-y;
	background-position: left top;
	padding:20px 20px 20px 75px;
	font-family: "Comic Sans MS", Tahoma, sans-serif; 
}

.footnote {
	font-size:.8em;
}


.name {
	font-size:0.8em;
}

ol.olfeedback p {
	margin:0px;
}
ol.olfeedback li {
	padding:0px 0px 20px 0px;
}

ul.plain  { 
	list-style-type: none;
}


.left-indent {
	padding-left:20px;
}

/* Used on writing/arts/english/2.2.2.xml */
table.answers td {
	border:solid 1px #aaa;
	vertical-align:top;
	margin: 0px;
	padding: 2px;
}

table.answers {
	width: 85%;
}
/* ** */

/* Used on writing/business-economics/case-study/1.xml */
table.index {
	width:50%;
	margin-right:auto;
	margin-left:auto;
	text-align:center;
}

table.index td {
	border-bottom: 1px dashed #ddd;
	text-align: left;
}
table.index td.num {
	text-align:right;
	vertical-align: bottom;
}
table.index th {
	font-size:1.7em;
	background-color: transparent;
	color:#000;
	padding: 5px;
}
/* ** */

/* coloured text */
.redtext {color: #f00;}
.orangetext {color:#DD881B;}
.bluetext {	font-style:italic;color:#002F94;}
.greentext {color:#129C00;}
.yellowtext {background:#B1D9F4;}



.highlightyellow {
	background:#FCFF64;
}

.highlightpink {
	background:#ff90ee;
}
.highlightblue {
	background:#B1D9F4;
}
.verb {
	background:#ffcc00;
}
.subject {
	background: #66ff00;
}
.adjective {
	background: #Cc66ff;
}
.object {
	background: #C3BEB7;
}
.noun {
	background:#ff9999;
}
.highlight {
	background: #FCFF64;
}
.highlightactive {
	background: #B1D9F4;
}
.highlightgreen {
	background: #66ff00;
}
.highlightpurple {
	background: #CFA19C;
}
.highlightgrey {
	background: #C3BEB7;
}
.noteline1 { /* used for note taking pages */
	border-left: 2px solid #333;
	height:60px;
}

.noteline2 {
	border-left: 2px solid #333;
	height:50px;
}

.noteline3 {
	border-left: 2px solid #333;
	height:40px;
}
.notelinedouble {
	border-left: 2px solid #333;
	height:40px;
	background:#999;
}

.notespace1 {
	height:120px;
}

.notespace2 {
	height:50px;
}

.notespace3 {
	height:40px;
}

table.data { 
	  border-collapse: collapse;
      border: 1px solid #ddd;
      margin-left:10px;
	  margin-top:10px;
	  margin-bottom:10px;
}
  
table.data td {
	border: 1px solid #ddd;
	padding: 5px;
	background-color:#fff;
}

table.data th {
	background-color:#eee;
	border: 1px solid #ddd;
	padding: 10px;
	color: #333;
	vertical-align:top;
}
table.data caption, caption { 
	  color:#999;
	  font-weight: normal;
	  font-size:0.9em;
	  text-align:left;
      /** newly added to fix the display of caption in Mozilla **/
	  caption-side:top;
	  margin-top:10px;
	  margin-left:8px;
}

.audioDiv {
	float:right;
	height:50px;
	width:100px;
	border: solid 1px #ddd;
}

td.blue-back {
	background-color:#e7e7e7;
	border: 1px solid #e7e7e7;
}


/* ****** END CONTENT STYLES ****** */


/* ****** BEGIN HEADING TABS STYLES ****** */
.header {
	margin:0px 0px 2px 0px;
	padding:0px;
	line-height:23px;
	height:23px;
	border-bottom: 3px solid #1265D3;
	width:100%;
	font-size: 11px;
	text-transform: uppercase;
	vertical-align:top;
	letter-spacing: 1px;
	float:left;
}

.header ul {
  margin:0px;
  padding:0px;
  list-style:none;
}
  
.header li {
  float:left;
  background:url("../images/left.gif") no-repeat left top;
  margin:0px;
  padding:0px;
  vertical-align:top;
 }

.header a:active, .header a:link, .header a:visited {
  float:left;
  display:block;
  background: url("../images/right.gif") no-repeat right top;
  padding:0px;
  text-decoration:none;
  color:#fff;
  vertical-align:top;
  text-align:center;
  padding:0px 15px;
  font-size: 11px;
}

.header a:hover {
  color:#6DC3FF;
}
  
.header #home {
margin:0px 0px 0px 10px;
}
  
.header #current {
  background-image:url("../images/left_on.gif");
}
  
.header #current a {
  background-image:url("../images/right_on.gif");
  color:#fff;
}  
/* ****** END HEADING TABS STYLE ****** */


/* ****** BEGIN SEARCH BOX STYLES ****** */
#search {
	float:right;
	color: #333333;
	margin:20px 10px;
}

input.searchfield {
	border:1px solid #C8C8C8;
	background: #FAFAFA;
	margin:0 5px;
}

#search form {
	padding:0px;
	margin:0px;
}
/* ****** END SEARCH BOX STYLES ****** */


/* ****** BEGIN PAGE NAV STYLES ****** */
a.page-nav:link, a.page-nav:active, a.page-nav:visited {
	text-decoration:none;
	font-size:.8em;
	color:#000;
	vertical-align:middle;
}

a.page-nav:hover {
	text-decoration:underline;
	font-size:.8em;
	color:#000;
	vertical-align:middle;
}

span.page-nav-off {
	font-size:.8em;
	color:#bbb;
	vertical-align:middle;
}

/* ****** END PAGE NAV STYLES ****** */


/* ****** BEGIN SIDE NAV STYLES ****** */
.side-nav {
	border-right: 1px solid #B9B9B9;
	padding:0px;
	margin:0px;
	background:#E7E7E7;
}

.side-nav-body{
	width:100%;
}

.side-nav-body ul li { 
	list-style:none;
	border-top:1px solid #DEDEDE;
}

ul li div.menutext, ul li div.menutextover {  /* 1st level indent menu plain menu items */
	padding:0 0 0 21px;
}

ul li ul li div.menutext, ul li ul li div.menutextover { /* 2nd level indent menu plain menu items */
	padding:0 0 0 31px;
}

ul li ul li ul li div.menutext, ul li ul li ul li div.menutextover { /* 3rd level indent menu plain menu items */
	padding:0 0 0 41px;
}

ul li ul li ul li ul li div.menutext, ul li ul li ul li ul li div.menutextover { /* 4th level indent menu plain menu items */
	padding:0 0 0 51px;
}

ul li ul li ul li ul li ul li div.menutext, ul li ul li ul li ul li ul li div.menutextover { /* 5th level indent menu plain menu items */
	padding:0 0 0 61px;
}

div.xcx, div.xcc { /* 1st level indent on menu arrows */
	padding:0 0 0 5px;
}

li ul li div.xcx, li ul li div.xcc { /* 2nd level indent on menu arrows */
	padding:0 0 0 15px;
}

li ul li ul li div.xcx, li ul li ul li div.xcc { /* 3rd level indent on menu arrows */
	padding:0 0 0 25px;
}

li ul li ul li ul li div.xcx, li ul li ul li ul li div.xcc { /* 4th level indent on menu arrows */
	padding:0 0 0 35px;
}

li ul li ul li ul li ul li div.xcx, li ul li ul li ul li ul li div.xcc { /* 5th level indent on menu arrows */
	padding:0 0 0 45px;
}

.side-nav-body h4 { /* menu title */
	margin:0px;
	padding:5px;
	display:block;
	background: #f2f2f2;
}

.side-nav-body ul {
	list-style: none;
	background: #F2F2F2;
	padding:0px;
	margin:0px;
}

.side-nav-body li  div  a, .side-nav-body li  div  span { /* puts margin around the list image */
	margin:0px 2px 0px 0px;	
}

/* IE Ignores this */
.side-nav-body li>div  a, .side-nav-body li  div  span { /* puts margin around the list image */
	margin:0px 5px 0px 0px;	
}



.side-nav-body ul li a { /* active links within all lists */
	font-size: 11px;
	background: transparent;
	color: #000;
	text-decoration: none;
	font-weight: normal;
}

.side-nav-body a:link, .side-nav-body a:visited {
    color: #000;
}

.side-nav-body a:hover { /* mouse over background color change */
    background-color: #ddd;
    color:#000;
}

.side-nav-body ul li span{ /* current location span */
	font-size: 11px;
	background: transparent;
	color: #000099;
	text-decoration: none;
	font-weight: bold;
}

#menu1 {	/* provides bottom border for whole menu */
	border-bottom:1px solid #DEDEDE;
}

#menuselected { /* background colour of selected item */
	background:#fff;
	color:#000099;
}

div.xcx, div.xcc { /* related to tags the javascript menus puts in */
	position: relative;
	display: inline;
	float:left;
}
.menuDiv {
	display:inline-block;
}

.inputform {
	margin-right:10px;
}
/* ****** END SIDE NAV STYLES ****** */

/* BEGIN GUIDED TOUR STYLES */

.gtheading, .gtbody, .gt {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	line-height:120%;
	font-size:12px;
}

.gt{
margin-left:10px;
margin-right:10px;
color:#FFFFFF;
}

.gtheading {
font-size: 14px;
font-weight:bold;
}

.gtlink {
	text-decoration:underline;
	font-weight:bold;
	color:#FFFFFF;
	font-size:12px;
}

.gtbold,  .gtbold a:link, .gtbold a:visited, .gtbold a:hover, .gtbold a:active {
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none;
	font-size:12px;
	border:none;
}

.red-dot {
	background: url(../images/red-dot.gif) center center no-repeat;
	display:inline;
	font-weight:bold;
	color:#FFFFFF;
	font-size:14px;
}

.inputform {
	margin-right:10px;
}
/* END GUIDED TOUR STYLES */

/* assignment builder additional styles */

.label {
	line-height:80%;
	font-size:9px;
}
/*
input {
	border: 1px solid #999;
	padding-left: 5px;
	padding-right: 5px;
}
*/

/* hanging indent style for references */
.hanging-indent {
	margin-left:25pt;
	text-indent:-25pt;
}
.whitetext {
	color:#FFFFFF;
	font-weight:bold;
}
.car { /* Used for all instruction blocks of text */
	
	padding:12px 0px 12px 50px;
	background-image: url(../images/writing/engineering/car-illustration.gif);
	background-repeat: no-repeat;
	background-position: top left;
	margin:0px;
	width: 450px;
	height: 175px;
}

/* builda styles */

.login-heading, .login-label, .login-text {
	line-height:120%;
	color:#000000;
}

.login-heading {
	font-size:18px;
	margin-top:30px;
	margin-bottom:20px;
}

.login-label {
	font-size:9px;
	font-weight:bold;
}

ul.login li a {
	font-size:18px;
	line-height: 150%;
	list-style:none;
}

#builda-window {
	padding-left:20px;
	padding-bottom:20px;
	padding-top:10px;
	padding-right:10px;
	margin:10px;
	border: 1px solid #B9B9B9;
	background: #fff;
}

#builda-window h2 {
	margin:5px 20px 0px 0px;
}

.builda-comment {
	margin-top:10px;
	margin-right:10px;
	margin-bottom:10px;
	padding:10px;
	font-size: 13px;
}

.question { 
	color:#666666;
	background-color:#FFFFFF;
	border:1px solid #B9B9B9;
	font-weight:bold;
	font-size:small;
	padding-left:85px;
	padding-top:10px;
	padding-bottom:10px;
	background-image: url(/lls/assets/images/q.jpg);
	background-repeat: no-repeat;
	background-position: center left;
	margin-top:10px;
	margin-right:10px;
	margin-bottom:10px;
}

.answer {
	color:#666666;
	background-color:#FFFFFF;
	border:1px solid #B9B9B9;
	font-weight:bold;
	font-size:small;
	padding-left:85px;
	padding-top:30px;
	padding-bottom:30px;
	background-image: url(/lls/assets/images/a.jpg);
	background-repeat: no-repeat;
	background-position: center left;
	margin-top:10px;
	margin-right:10px;
	margin-bottom:10px;
}


.instruction {
	color:#666666;
	background-color:#FFFFFF;
	border:1px solid #B9B9B9;
	font-weight:bold;
	font-size:13px;
	padding-left:85px;
	padding-bottom:5px;
	background-image: url(/lls/assets/images/q2.jpg);
	background-repeat: no-repeat;
	background-position: center left;
	margin-top:10px;
	margin-right:10px;
	margin-bottom:10px;
}

.menu-bar {
	background-color:#FFFFFF;
	padding:10px;
}

.builda-menu {
	border: 1px solid #B9B9B9;
	padding:2px;
	margin:10px;
	width:220px;
}

.builda-menu-body{

}

.heading { /* menu title */
	margin:6px;
	text-decoration: none;
	display:inline;
	font-size:14px;
	font-weight:bold;
	color: #000099;
	line-height:26px;
}

.builda-menu-body table {
	padding:0px;
	margin:0px;
}

.builda-menu-body table tr td { 
	font-size:11px;
}

.builda-menu-body table tr td a{ /* active links within all lists */
	background: transparent;
	color: #000;
	text-decoration: none;
	font-weight: normal;
}

.builda-menu-body a:link, .builda-menu-body a:visited, .library a:link, .library a:visited {
    color: #000;
	text-decoration:none;
}

.builda-menu-body a:hover, .library a:hover { /* mouse over background color change */
    background-color: #dddddd;
    color:#000;
}

.builda-menu-body a:active { /* current page text color change */
    color:#000099;
	font-weight:bold;
}

.builda-menu-body ul li span, .current { /* current location span */
	font-size: 11px;
	background: transparent;
	color: #000099;
	text-decoration: none;
	font-weight: bold;
}


.builda-menu-body ul li span, .complete { /* completed exercise span */
	font-size: 11px;
	background: transparent;
	color: #999999;
	text-decoration: none;

}

/* china styles */

.transcript {
	background-color:#fefeee;
	padding: 20px 20px;
	border: dotted 1px #5D5D5E;
	font-weight:normal;
	line-height:20px;
	/* causes border to be clear of floated image in Gecko */
	display:table;
	display:inline-block;
}

.transcript h3, .transcript h4 {
	color:#777777;
}


.qchina { 
	font-weight:bold;
}


.questions-raised {
	color:#333399;
	font-weight:bold;
	font-size:.9em;
	padding:0px 0px 12px 0px;
}

.questions-raised-box {
	background-color:#FFFFDC;
	border: solid 1px #EEEFA5;
	color:#5D5D5E;
	padding: 10px 15px;
	margin:20px 0px 20px 0px;
	font-weight:normal;
	display:table;
	display:inline-block;
	font-size:.9em;
}

.big-letter {
	font-size: 120%;
	font-weight:bold;
}

