@charset "utf-8";
/* CSS Document */

a {
	text-decoration: none;
}
.Text_Standard {
	font: small Arial;
	color: #000;
	text-align: justify;
	font-family: Arial;
}
.Text_Standard_Bold {
	font: bold small Arial;
	color: #000;
	text-align: justify;
}
.Text_Heading {
	font: bold large Arial;
	color: #900;
	text-align: center;
}
.Text_SubHeading {
	font: bold small Arial;
	color: #900;
	text-align: justify;
}
.page-border {
	border-radius: 15px;
	box-shadow: 0px 0px 5px 5px #CCCCCC;
	text-align: left;
	}
.text-heading {
	text-align: center;
	text-shadow: #CCC;
	font-family: Arial;
	font-size: 16px;
	color: #900;
	font-weight: bold
	}
.text-subheading {
	text-align:center;
	font-family:Arial;
	font-size:14px;
	color:#000;
	font-weight:bold;
	font-style:italic
	}
.text-sectionheading {
	text-align: left;
	font-family: Arial;
	font-size: 14px;
	color: #FFF;
	background-color: #900;
	font-weight: bold;
	}
.container {
	width: 280px;
	text-align: left;
}
.text-questions {
	text-align: left;
	font-family: Arial;
	font-size: 12px;
	color: #000;
	}
.text-questionsBold {
	text-align: left;
	font-family: Arial;
	font-size: 12px;
	color: #000;
	font-weight: bold;
}

.text-responses {
	text-align: left;
	font-family: Arial;
	font-size: 12px;
	color: #900;
	background-color: #FFFFCC;
	border-radius: 5px;
}
.text-send {
	text-align: center;
	font-family: Arial;
	font-size: 12px;
	color: #000;
}
.text-footer {
	text-align:left;
	font-family:Arial;
	font-size:9px;
	color:#000;
	}
.text-footerCentered {
	text-align: center;
	font-family: Arial;
	font-size: 9px;
	color: #000;
}

.text-responsesHOCT {
	text-align: left;
	font-family: Arial;
	font-size: 12px;
	color: #900;
}
.file_type_pdf {
	content:url(https://wamft.com.au/images/buttons/pdf.png);
	width:auto;
}
.file_type_xls {
	content:url(https://wamft.com.au/images/buttons/xls.png);
	width:auto;
}
.file_type_csv {
	content:url(https://wamft.com.au/images/buttons/csv.png);
	width:auto;
}
.file_type_ppt {
	content:url(https://wamft.com.au/images/buttons/pptx.png);
	width:auto;
}
.file_type_doc {
	content:url(https://wamft.com.au/images/buttons/doc.png);
	width:auto;
}
.file_type_html {
	content:url(https://wamft.com.au/images/buttons/html.png);
	width:auto;
}
.file_type_mp4 {
	content:url(https://wamft.com.au/images/buttons/mp4.png);
	width:auto;
}
.file_type_zip {
	content:url(https://wamft.com.au/images/buttons/zip.png);
	width:auto;
}
.Text_WelcomeLine {
	font: normal small Arial;
	color: #FFF;
	background: #000;
	text-align: right;
}
.Text_WelcomeLinebold {
	font: bold normal small Arial;
	color: #FFF;
	background: #000;
	text-align: right;
}
.image_header {
	border-radius: 15px 15px 0px 0px;
	width: 1000px;
}
.image_footer {
	border-radius: 0px 0px 15px 15px;
	width: 1000px;
}
.Text_Heading_Black1 {
	font: bold large Arial;
	color: #000;
	text-align:center;
	}
.Text_Heading_Black2 {
	font: medium Arial;
	color: #000;
	text-align: center;
	}
.image_left_align {
	padding: 0px 15px 15px 0px;
	float: left;
}
.image_right_align {
	padding: 0px 0px 15px 15px;
	float: right;
}
.button_large_tflg {
background:    #6a9bde; 
border:        3px solid #6a9bde;
border-radius: 11px;
padding:       20px 45px;
color:         #ffffff;
display:       inline-block;
font:          normal bold 23px/1 "Calibri", sans-serif;
text-align:    center;
}
.button_small {
background:    #6a9bde;
border:        1px solid #6a9bde;
border-radius: 11px;
width:         200px;
height:        20px;
color:         #ffffff;
display:       inline-block;
font:          normal bold 15px/20px "Calibri", sans-serif;
text-align:    center;
}
.button_buttons {
background:    #6a9bde; 
border:        1px solid #6a9bde;
border-radius: 11px;
height:        20px;
color:         #ffffff;
display:       inline-block;
font:          normal bold 15px/20px "Calibri", sans-serif;
text-align:    center;
padding-left:  20px;
padding-right:	20px;
}
.button_available {
background:    #d4fadd;
border:        1px solid #0dd43c;
border-radius: 11px;
width:         100px;
height:        20px;
color:         #000;
display:       inline-block;
font:          normal bold 15px/20px "Calibri", sans-serif;
text-align:    center;
}
.button_notavailable {
background:    #CCCCCC;
border:        1px solid #29C4F3;
border-radius: 11px;
width:         100px;
height:        20px;
color:         #000000;
display:       inline-block;
font:          normal bold 15px/20px "Calibri", sans-serif;
text-align:    center;
}