/************************************************************************************
FRAME TEMPLATE STYLING ##############################################################
*************************************************************************************
The following styles are for the frame template only and are often unique to a project
************************************************************************************/
* {
    margin: 0px;
    padding: 0px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

body {
	background-color: #cccccc;
	/******************taken out as was breaking 3.7 layout *****
	text-align: center;
	**************************************************************/
}

div {
/******************taken out as was breaking 3.7 layout *****
    text-align: left;
    float: left;
*************************************************************/
}

#container {
	width: 760px;
	min-width: 760px;
	/*height: 502px;*/
	
    float: none;

    margin-left: auto;
    margin-right: auto;
}

div#background {
    background-color: #fdfbf4;
}

img {
    border: none;
}

p {
padding: 5px;
}

.hidden2 
{ 
	position: absolute;
	right: 10000px;
}

.flashbg {
background-color:#FDFBF4;
}
/************************************************************************************
Styling for home page in added content
************************************************************************************/
#templateAreaHome {
	width: 560px;
	padding: 10px;
	font-size: 75%;
}

#templateAreaHome p{
margin-bottom: 10px;
margin-top: 10px;
}


/************************************************************************************
FRAMETEMPLATE STYLING
************************************************************************************/
/************ pop-up resources ***************/
#templateBackground {
    display: block;
	width: 760px;
	height: 413px;
	background-color: #fdfbf4;
	float: none;
}
#templateArea {
	width: 740px;
	padding: 10px;
	font-size: 75%;
}
/************ header ***************/
div#header {
    display: block;
    width: 760px;
    height: 53px;
    background: url(images/ui.header.gif);
    background-position: top left;
    background-repeat: no-repeat;
    float: none;
}
/************ footer ***************/
#footer {
	display: block;
    width: 760px;
    height: 36px;
    background: url(images/ui.footer.gif);
    background-position: top left;
    background-repeat: repeat-x;
	float:left !important;
	float:none;
}
#footer #navigation {
    float: right;
	margin-right: 10px;
	margin-top: 8px;
}
#footer #navigation a.button_close {
    display: block;
    height: 19px;
    width: 84px;
    
    background-image: url(images/button_close.gif);
    background-position: 0px 0px;
    background-repeat: no-repeat;
}
#footer #navigation a.button_close:hover, #footer #navigation a.button_close:active, #footer #navigation a.button_close:focus {
    background-position: 0px -19px;
}

#footer #navigation a.button_close span {
    display: none;
}

#logos {
    position: relative;
    top: 5px;
}
#logos img {
    margin-left: 10px;
}

#notices {
    float: right;
    position: relative;
    top: 2px;
    text-align: right;
    color: #ffffff;
    font-weight: bold;
    margin-right: 10px;
}

#notices p {
    font-size: 0.8em;
    font-family: serif;
	margin-bottom: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
}

#notices p.small {
    font-size: 0.7em;
	margin-top: 0px;
	padding-top: 0px;
}

#notices a {
    color: #ffffff;
    text-decoration: none;
    font-family: serif;
}
div#notices a:hover, div#notices a:active, div#notices a:focus {
    color: #ffff00;
}

/************ footer end ***************/
/************************************************************************************
Menu page styling level2 ############################################################
*************************************************************************************/
div#nav_level_1 {
    position: relative;
    top: 22px;
}

div#nav_level_1 ul li {
    display: inline;
    margin-left: 10px;
    list-style-type: none;
    float: left;
    clear: none;
}

div#nav_level_1 ul li a#home {
    display: block;
    width: 86px;
    height: 22px;
    background: url(images/button_home.gif);
    background-position: 0px 0px;
    background-repeat: no-repeat;
    overflow: hidden;
}
div#nav_level_1 ul li a#tv {
    display: block;
    width: 99px;
    height: 22px;
    background: url(images/button_tv.gif);
    background-position: 0px 0px;
    background-repeat: no-repeat;
    overflow: hidden;
}
div#nav_level_1 ul li a#radio {
    display: block;
    width: 99px;
    height: 22px;
    background: url(images/button_radio.gif);
    background-position: 0px 0px;
    background-repeat: no-repeat;
    overflow: hidden;
}
div#nav_level_1 ul li a#business {
    display: block;
    width: 99px;
    height: 22px;
    background: url(images/button_business.gif);
    background-position: 0px 0px;
    background-repeat: no-repeat;
    overflow: hidden;
}
div#nav_level_1 ul li a#home:hover, div#nav_level_1 ul li a#home:active, div#nav_level_1 ul li a#home:focus, 
div#nav_level_1 ul li a#tv:hover, div#nav_level_1 ul li a#tv:active, div#nav_level_1 ul li a#tv:focus, 
div#nav_level_1 ul li a#radio:hover, div#nav_level_1 ul li a#radio:active, div#nav_level_1 ul li a#radio:focus, 
div#nav_level_1 ul li a#business:hover, div#nav_level_1 ul li a#business:active, div#nav_level_1 ul li a#business:focus {
    background-position: 0px -22px;
}
#nav_level_1 a#home.active, #nav_level_1 a#home.active:hover, #nav_level_1 a#home.active:active, #nav_level_1 a#home.active:focus, 
#nav_level_1 a#tv.active, #nav_level_1 a#tv.active:hover, #nav_level_1 a#tv.active:active, #nav_level_1 a#tv.active:focus, 
#nav_level_1 a#radio.active, #nav_level_1 a#radio.active:hover, #nav_level_1 a#radio.active:active, #nav_level_1 a#radio.active:focus, 
#nav_level_1 a#business.active, #nav_level_1 a#business.active:hover, #nav_level_1 a#business.active:active, #nav_level_1 a#business.active:focus {
    background-position: 0px -44px;
}

div#nav_level_1 ul li a span {
    display: none;
}

div#nav_level_2 {
    width: 153px;
    height: 403px;
    background: url(images/ui.sidebar.gif);
    background-color: #cce6f1;
    background-position: top left;
    background-repeat: no-repeat;
}

div#nav_level_2 ul li {
    list-style-type: none;
	height: 21px;
}

div#nav_level_2 ul li a {
    display: block;
    width: 153px;
    height: 21px;
    background: url(images/button_nav_level_2.gif);
    background-repeat: no-repeat;
    background-position: 0px 0px;
    text-decoration: none;
    font-weight: bold;
    font-size: 0.8em;
    color: #000000;
}
div#nav_level_2 ul li a:hover, div#nav_level_2 ul li a:active, div#nav_level_2 ul li a:focus {
    background-position: 0px -21px;
}
div#nav_level_2 ul li a.active, div#nav_level_2 ul li a.active:hover, div#nav_level_2 ul li a.active:active, div#nav_level_2 ul li a.active:focus {
    background-position: 0px -42px;
}

div#nav_level_2 ul li a span {
    display: block;
    padding-left: 10px;
    padding-top: 2px;
}

div#content {
    clear: none;
    width: 567px;
    padding: 10px 10px 0px 20px;
}

div#content h1 {
    font-size: 1.2em;
}

div#content ul.navlist li {
    display: inline;
    float: left;
    clear: none;
    
    margin-right: 50px;
}
div#content ul.navlist li a {
    display: block;
    width: 132px;
    height: 132px;
    
    background: url(images/button_content_background.gif);
    background-position: top left;
    background-repeat: no-repeat;
    
    margin-top: 10px;
    margin-bottom: 10px;
    
    text-decoration: none;
    font-weight: bold;
    font-size: 0.8em;
    color: #000000;
}
div#content ul.navlist li a:hover, div#content ul.navlist li a:active, div#content ul.navlist li a:focus {
    color: #800080;
}

div#content ul.navlist li img {
    margin: 6px 6px 0px 6px;
}

div#content ul.navlist li span {
    margin-left: 6px;
}

span.text {
margin-left: 5px;
}



/************************************************************************************
GENERIC FUNCTIONALITY STYLING #######################################################
*************************************************************************************
The following styles are for generic functionality (i.e. dragable container etc.)
... more to come (needs clearer annotation!!!)
************************************************************************************/
#dragable_container {
	text-decoration: none; 
	display: block; 
	padding: 3px; 
	position: absolute; 
	display: none; 
	z-index: 100;
	background-color:#fff;
	opacity: 0.6;
	filter: alpha(opacity=60);
}
#feedbackArea {
	background: #CFD5E2;
	margin: 5px 0px 0px 0px;
	width: 730px;
	padding: 3px;
	border: 1px solid #323c53;
	display:none;
}
#feedbackArea .feedbacktext {
	float: left;
}
#feedbackArea .feedback_button {
	float: right;
	display: block;
}
#feedbackArea .feedback_button a,
#feedbackArea .feedback_button a img {
	margin: 0px;
	padding: 0px;
	border-style: none;
}

/************************************************************************************
QUESTION TEMPLATE STYLING ###########################################################
*************************************************************************************
The following styles are for question templates only.
************************************************************************************/

/******************************************
Common - general
******************************************/
h1 {
	color: #000000;
	margin: 0px;
	padding: 0px;
	font: bold 2em Tahoma, Arial;
}
#maintext {
	margin: 0px;
	padding: 0px;
}
#maintext .optionalStyling {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
#maintext .audiobtn { /* This is the audio btn - in this instance it's wrapped with a DIV but can be referenced just by OBJECT and the DIV removed from the template */
	margin: 0px;
	padding: 5px;
	width:100%;
	height:24px;
}
#maintext .audiobtn object {
	margin: 0px;
	padding: 0px;
	float: right;
}
#feedbackbtn {
	display:block;
	float:none;
	clear:left;
	width: 200px;
	height: 30px;
	margin: 0px auto;
	padding: 20px 0px 0px;
	text-align: center;
}
#feedbackbtn input {
	width: 140px;
	height: 30px;
	text-align: center;
}

#maintext ul {
padding-left: 20px;
}

#maintext li {
margin-bottom: 10px;
}
.label,label {
cursor: pointer;
margin-left: 4px;
}

/******************************************
STRICT COLUMNS
*******************************************
The following styles are used to create 
columns for things like multiple choice 
questions.  There are 4 sets, meaning there 
can be 1, 2, 3 or 4 column layout options.

A boundary box is used to contain the multi 
choice elements.  Each element is given a 
specific width depending on the number of 
columns.
******************************************/

/* This sets the outer boundary for the columns */
#strictCols_1col,
#strictCols_2col,
#strictCols_3col,
#strictCols_4col {
	width: 750px; /* This is the maximum width that this project allows within the question area */
	display: block;
	margin: 10px auto 0px;
	padding: 0px;
}

/* 1 column - each block (element) should span entire width of surrounding boundary */
.strictColsBlock_1col {
	width: 750px;
	float: left;
	display: block;
	margin: 0px 0px 10px;
	padding-left: 5px;
	text-align: center;
}

/* 2 column - each block (element) should span half the width of surrounding boundary */
.strictColsBlock_2col {
	width: 370px;
	float: left;
	display: block;
	margin: 0px 0px 10px;
	padding-left: 5px;
	text-align: center;
}

/* 3 column - each block (element) should span approx one third of the width of surrounding boundary */
.strictColsBlock_3col {
	width: 250px;
	float: left;
	display: block;
	margin: 0px 0px 10px;
	padding-left: 5px;
	text-align: center;
}

/* 4 column - each block (element) should span approx one quarter of the width of surrounding boundary */
.strictColsBlock_4col {
	width: 185px;
	float: left;
	display: block;
	margin: 0px 0px 10px;
	padding-left: 5px;
	text-align: center;
}

/******************************************
1.1 - simple slide template
******************************************/
#template_1_1 {
}
/******************************************
1.1a - simple slide template
******************************************/
#template_1_1a {
}
#template_1_1a #maintext {
	float: left;
	width: 320px;
	margin: 0px;
	padding: 0px;
}
#template_1_1a #maintext .optionalStyling {
	margin: 0px;
	padding: 0px;
}
#template_1_1a .img {
	float: right;
	width: 420px;
	text-align: center;
}
/******************************************
1.1b - simple slide template
******************************************/
#template_1_1b {
}
#template_1_1b #infotext {
	float: left;
	padding: 10px;
	background-color: #F7F7F7;
	border: 1px solid #666666;
	margin: 0px;
}
/******************************************
18.2a - simple slide template
******************************************/
#template_18_2a {
}
#template_18_2a .img {
	float: right;
	width: 49%;
	text-align: center;
}
#template_18_2a #infotext {
	float: left;
	width: 100%;
	padding: 2px;
	background-color: #F7F7F7;
	border: 1px solid #666666;
	margin: 0px 0px 20px;
}
#template_18_2a .urlbox {
	float: left;
	width: 49%;
	margin: 0px;
	padding: 0px;
}
#template_18_2a .urlbox li {
	list-style-type: none;
	font-size: 1em;
	line-height: 25px;
	color: #3366FF;
	text-decoration: underline;
	font-weight: bold;
}
/******************************************
1.4 - simple slide template
******************************************/
#template_1_4 {
}
#template_1_4 .videoplayer {
	float: right;
	width: 100%;
	text-align: center;
}
.bgColorFlash {
background-color:#FDFBF4;
}

/******************************************
1.9 - full-screen image simple slide template
******************************************/
#template_1_9 {
    width: 100%;
}
#template_1_9 .img {
	width: 740px;
	text-align: center;
	padding-top: 10px;
}
/******************************************
1.10 - watch and reflect
******************************************/
#template_1_10 {
    width: 100%;
}
#template_1_10 .videoplayer {
	width: 740px;
	text-align: center;
	padding-top: 0px;
}
/******************************************
2.1 - multiple choice images
******************************************/
#template_2_1 {	
}
#template_2_1 form {
}

#template_2_1 label{
	display:none;
}

/******************************************
2.1a - multiple choice images
******************************************/
#template_2_1a {	
}
#template_2_1a #maintext {
	float: left;
	width: 49%;
	margin: 0px 0px 20px;
	padding: 0px;
}
#template_2_1a #maintext .optionalStyling {
	margin: 0px;
	padding: 0px;
}
#template_2_1a .img {
	float: right;
	width: 49%;
	text-align: center;
	margin: 0px 0px 20px;
}
#template_2_1a form {
	clear:both;
}
#template_2_1a label {
	display:none;
}

/******************************************
2.1b - multiple choice images
******************************************/
#template_2_1b {	
}
#template_2_1b #infotext {
	float: left;
	width: 100%;
	padding: 2px;
	background-color: #F7F7F7;
	border: 1px solid #666666;
	margin: 0px 0px 20px;
}
#template_2_1b label {
	display:none;
}

/******************************************
3.1 - multiple choice
******************************************/
#template_3_1 {	
}
#template_3_1 .strictColsBlock_1col,
#template_3_1 .strictColsBlock_2col,
#template_3_1 .strictColsBlock_3col,
#template_3_1 .strictColsBlock_4col {
	text-align: left;
}
#template_3_1 label {
}

/******************************************
3.1a - multiple choice
******************************************/
#template_3_1a {	
}
#template_3_1a .strictColsBlock_1col,
#template_3_1a .strictColsBlock_2col,
#template_3_1a .strictColsBlock_3col,
#template_3_1a .strictColsBlock_4col {
	text-align: left;
}
#template_3_1a #maintext {
	float: left;
	width: 49%;
	margin: 0px 0px 20px;
	padding: 0px;
}
#template_3_1a #maintext .optionalStyling {
	margin: 0px;
	padding: 0px;
}
#template_3_1a .img {
	float: right;
	width: 49%;
	text-align: center;
	margin: 0px 0px 20px;
}
#template_3_1a form {
	float: left;
	width: 49%;
	/* clear: both; */
	clear: left;
}

/******************************************
3.1b - multiple choice (no page to test - create test page for testing)
******************************************/
#template_3_1b {
}
#template_3_1b .strictColsBlock_1col,
#template_3_1b .strictColsBlock_2col,
#template_3_1b .strictColsBlock_3col,
#template_3_1b .strictColsBlock_4col {
	text-align: left;
}
#template_3_1b #infotext {
	float: left;
	width: 100%;
	padding: 2px;
	background-color: #F7F7F7;
	border: 1px solid #666666;
	margin: 0px 0px 20px;
}

/******************************************
3.5 - multiple choice (instant feedback)
******************************************/
#template_3_5 {
}
#template_3_5 #strictCols_1col,
#template_3_5 #strictCols_2col,
#template_3_5 #strictCols_3col,
#template_3_5 #strictCols_4col {
	text-align: left;
	float:left;
	width: 48%;
}
/* 1 column - each block (element) should span entire width of surrounding boundary */
#template_3_5 .strictColsBlock_1col {
	width: 98%;
	text-align: left;
}
#template_3_5 .strictColsBlock_2col {
	width: 48%;
	text-align: left;
}
#template_3_5 #instant_feedback {
	float: right;
	width: 48%;
	padding: 5px;
	margin: 0px 0px 20px;
}
#template_3_5 #form {
	float: left;
	width: 48%;
	padding: 2px;
	margin: 0px 0px 20px;
}

#template_3_5 input {
float: left;
}

#template_3_5 label {
display:block;
margin-left:20px;
padding-top:0em;
}
/******************************************
3.7 - Thumbs up thumbs down(instant feedback)
******************************************/
#template_3_7 {
margin-right: 12px;
}
#template_3_7 #strictCols_1col,
#template_3_7 #strictCols_2col,
#template_3_7 #strictCols_3col,
#template_3_7 #strictCols_4col {
	text-align: left;
	float:left;
	width: 240px;
}
/* 1 column - each block (element) should span entire width of surrounding boundary */
#template_3_7 .strictColsBlock_1col {
	width: 98%;
	text-align: left;
	padding: 0px;
}
#template_3_7 .strictColsBlock_2col {
	width: 48%;
	text-align: left;
}
#template_3_7 #instant_feedback {
	float: right;
	width: 48%;
	padding: 2px;
	margin: 0px 0px 20px;
}
#template_3_7 #form {
	float: left;
	width: 48%;
	padding: 2px;
	margin: 0px 0px 20px;
}

#template_3_7 #instant_feedback_left div{
	float: left;
	background-image: url(images/thumbs_up.jpg);
	width: 201px;
	height: 225px;
	margin-top: 10px;
	padding-top: 90px;
	background-repeat: no-repeat;
}

#template_3_7 #instant_feedback_right div {
background-image: url(images/thumbs_down.jpg) ;
float: right;
width: 201px;
height: 225px;
margin-top: 90px;
padding: 0px;
}

#template_3_7 input {
float: left;
}

#template_3_7 label {
display:block;
margin-left:20px;
padding-top:0em;
}

/********************************************
not used anymore added padding-top and no repeat to 
instant_feedback_left div*******************/
/*#template_3_7 #instant_feedback_right p {
margin: 10px 5px 0px 20px;

}

#template_3_7 #instant_feedback_left p {
margin: 90px 5px 0px 20px;

}*/

#template_3_7 #question {
margin-left: 260px;
width: 240px; 
}

#template_3_7 #question #maintext {

}
/******************************************
7.1 - multiple choice
******************************************/
#template_7_1 {	
}
#template_7_1 .strictColsBlock_1col,
#template_7_1 .strictColsBlock_2col,
#template_7_1 .strictColsBlock_3col,
#template_7_1 .strictColsBlock_4col {
	text-align: left;
}
#template_7_1 label {
}


/******************************************
7.1a - multiple choice
******************************************/
#template_7_1a {	
}
#template_7_1a .strictColsBlock_1col,
#template_7_1a .strictColsBlock_2col,
#template_7_1a .strictColsBlock_3col,
#template_7_1a .strictColsBlock_4col {
	text-align: left;
}
#template_7_1a #maintext {
	float: left;
	width: 49%;
	margin: 0px 0px 20px;
	padding: 0px;
}
#template_7_1a #maintext .optionalStyling {
	margin: 0px;
	padding: 0px;
}
#template_7_1a .img {
	float: right;
	width: 49%;
	text-align: center;
	margin: 0px 0px 20px;
}
#template_7_1a form {
	clear: left;
	width: 49%;
	float: left;
}

/******************************************
7.1b - multiple choice
******************************************/
#template_7_1b {
}
#template_7_1b .strictColsBlock_1col,
#template_7_1b .strictColsBlock_2col,
#template_7_1b .strictColsBlock_3col,
#template_7_1b .strictColsBlock_4col {
	text-align: left;
}
#template_7_1b #infotext {
	float: left;
	width: 100%;
	padding: 2px;
	background-color: #F7F7F7;
	border: 1px solid #666666;
	margin: 0px 0px 20px;
}

/******************************************
7.3 - multiple choice - model answer
******************************************/
#template_7_3 {	
}
#template_7_3 .strictColsBlock_1col,
#template_7_3 .strictColsBlock_2col,
#template_7_3 .strictColsBlock_3col,
#template_7_3 .strictColsBlock_4col {
	text-align: left;
}
#template_7_3 label {
}

/******************************************
7.3a - multiple choice - model answer + image
******************************************/
#template_7_3a {	
}
#template_7_3a .strictColsBlock_1col,
#template_7_3a .strictColsBlock_2col,
#template_7_3a .strictColsBlock_3col,
#template_7_3a .strictColsBlock_4col {
	text-align: left;
}
#template_7_3a label {
}
#template_7_3a .img {
	float: right;
	width: 49%;
	text-align: center;
	margin: 0px 0px 20px;
}
#template_7_3a form {
	clear: left;
	float: left;
	width: 49%;
}

/******************************************
8.1 - multiple select
******************************************/
#template_8_1 {	
}
#template_8_1 form {
}

#template_8_1 label{
	display:none;
}

/******************************************
8.1a - multiple select
******************************************/
#template_8_1a {	
}
#template_8_1a #maintext {
	float: left;
	width: 49%;
	margin: 0px 0px 20px;
	padding: 0px;
}
#template_8_1a #maintext .optionalStyling {
	margin: 0px;
	padding: 0px;
}
#template_8_1a .img {
	float: right;
	width: 49%;
	text-align: center;
	margin: 0px 0px 20px;
}
#template_8_1a form {
	clear:both;
}
#template_8_1a label {
	display:none;
}

/******************************************
9.1 - drag and drop (image to text)
9.3 - drag and drop (image to image)
9.7 - drag and drop (image to order)
******************************************/
#template_9_1,
#template_9_3,
#template_9_7 {
}
#template_9_1 .option_row,
#template_9_3 .option_row,
#template_9_7 .option_row {
	width: 750px;
	float: left;
	margin: 10px 0px 10px 10px;
	padding: 0px 0px 0px 0px;
}
#template_9_1 .clickstick_elem,
#template_9_3 .clickstick_elem,
#template_9_7 .clickstick_elem {
	float: left;
	/*background: #EEEEEE;*/
	text-align: center;
	vertical-align: middle;
	margin: 0px 10px 0px 0px;
}
#template_9_1 .source_image,
#template_9_3 .source_image,
#template_9_7 .source_image {
	text-align: center;
	vertical-align: middle;
}
#template_9_1 .clickstick_elem A,
#template_9_3 .clickstick_elem A,
#template_9_7 .clickstick_elem A {
	color: #39164C;
	float: left;
	display: block;
}
#template_9_1 .clickstick_target,
#template_9_3 .clickstick_target,
#template_9_7 .clickstick_target {
	border: 1px solid black;
	background: #eaeaea;
}

/******************************************
9.2 - drag and drop (text to text)
9.4 - drag and drop (text to order)
9.6 - drag and drop (text to image)
******************************************/
#template_9_2,
#template_9_4,
#template_9_6 {
}
#template_9_2 .option_row, 
#template_9_4 .option_row,
#template_9_6 .option_row {
	width: 750px;
	float: left;
	margin: 10px 0px 10px 10px;
	padding: 0px 0px 0px 0px;
}
#template_9_2 .clickstick_elem,
#template_9_4 .clickstick_elem,
#template_9_6 .clickstick_elem {
	float: left;
	margin-right: 10px;
	background: #EEEEEE;
}
#template_9_2 .clickstick_elem A, 
#template_9_4 .clickstick_elem A,
#template_9_6 .clickstick_elem A {
	color: #39164C;
	float: left;
	display: block;
}
#template_9_2 .clickstick_target, 
#template_9_4 .clickstick_target,
#template_9_6 .clickstick_target { 
	border: 1px solid black;
	background: #eaeaea;
}

/******************************************
11.7 Multi text entry
******************************************/
#template_11_7 {
}
#template_11_7 #maintext {
}
#template_11_7 #maintext .optionalStyling{
}
#template_11_7 form {
}
#template_11_7 .text {
	padding: 0px;
	margin: 0px;
	line-height: 2em;
}

/******************************************
11.7a Multi text entry with image
******************************************/
#template_11_7a {
}
#template_11_7a #maintext {
	float: left;
	width: 49%;
	margin: 0px 0px 20px;
	padding: 0px;
}
#template_11_7a #maintext .optionalStyling {
	margin: 0px;
	padding: 0px;
}
#template_11_7a .img {
	float: right;
	width: 49%;
	text-align: center;
	margin: 0px 0px 20px;
}
#template_11_7a .text {
	padding: 0px;
	margin: 0px;
	line-height: 2em;
}
#template_11_7a form {
	width: 49%;
	float: left;
	clear: left;
}

/******************************************
11.7b Multi text entry with infotext
******************************************/
#template_11_7b {
}
#template_11_7b #infotext {
	float: left;
	padding: 10px;
	background-color: #F7F7F7;
	border: 1px solid #666666;
	margin: 0px 0px 20px;
}
#template_11_7b .text {
	padding: 0px;
	margin: 0px;
	line-height: 2em;
}
#template_11_7b form {
	clear:both;
}

/******************************************
11.8 Multi numeric entry
******************************************/
#template_11_8 {
}
#template_11_8 .text {
	padding: 0px;
	margin: 0px;
	line-height: 2em;
}

/******************************************
11.8a Multi numeric entry with image
******************************************/
#template_11_8a {
}
#template_11_8a #maintext {
	float: left;
	width: 49%;
	margin: 0px 0px 20px;
	padding: 0px;
}
#template_11_8a #maintext .optionalStyling {
	margin: 0px;
	padding: 0px;
}
#template_11_8a .img {
	float: right;
	width: 49%;
	text-align: center;
	margin: 0px 0px 20px;
}
#template_11_8a .text {
	padding: 0px;
	margin: 0px;
	line-height: 2em;
}
#template_11_8a form {
	clear:both;
}

/******************************************
12.1 - Drop down text
******************************************/
#template_12_1 {
}
#template_12_1 .text {
	padding: 0px;
	margin: 0px;
	line-height: 2em;
}

/******************************************
12.1a - Drop down text with image
******************************************/
#template_12_1a {
}
#template_12_1a #maintext {
	float: left;
	width: 49%;
	margin: 0px 0px 20px;
	padding: 0px;
}
#template_12_1a #maintext .optionalStyling {
	margin: 0px;
	padding: 0px;
}
#template_12_1a .img {
	float: right;
	width: 49%;
	text-align: center;
	margin: 0px 0px 20px;
}
#template_12_1a .text {
	padding: 0px;
	margin: 0px;
	line-height: 2em;
}
#template_12_1a form {
	clear:both;
}

/******************************************
12.1b - Word selection with infotext
******************************************/
#template_12_1b {
}
#template_12_1b #infotext {
	float: left;
	padding: 10px;
	background-color: #F7F7F7;
	border: 1px solid #666666;
	margin: 0px 0px 20px;
}
#template_12_1b .text {
	padding: 0px;
	margin: 0px;
	line-height: 2em;
}
#template_12_1b form {
	clear:both;
}

/******************************************
16.1 - WordFrame
******************************************/
#template_16_1 {
}
#template_16_1 .flashActivity {
	text-align: center;
}

/******************************************
19.1 - Idiom Pairing
******************************************/
#template_19_1 {
}
#template_19_1 .flashActivity {
	text-align: center;
}

/******************************************
20.1 - What Next
******************************************/
#template_20_1 {
}
#template_20_1 #maintext {
	float: left;
	width: 39%;
	margin: 0px 0px 20px;
	padding: 0px;
}
#template_20_1 #maintext .optionalStyling {
	margin: 0px;
	padding: 0px;
}
#template_20_1 .flashActivity {
	float: right;
	width: 59%;
	text-align: center;
	margin: 0px 0px 20px;
	padding: 0px;
}
#template_20_1 #pagination 
{
	float: right;
	clear:both;
	width: 59%;
	text-align: center;
	margin: 0px;
	text-align: center;
	padding: 0px;
}

/******************************************
21.1 - Scanning
******************************************/
#template_21_1 {
}
#template_21_1 #maintext {
	float: left;
	width: 39%;
	margin: 0px 0px 20px;
	padding: 0px;
}
#template_21_1 #maintext .optionalStyling {
	margin: 0px;
	padding: 0px;
}
#template_21_1 .flashActivity {
	float: right;
	width: 59%;
	text-align: center;
	margin: 0px 0px 20px;
	padding: 0px;
}
#template_21_1 #pagination 
{
	float: right;
	clear:both;
	width: 59%;
	text-align: center;
	margin: 0px;
	text-align: center;
	padding: 0px;
}


/******************************************
22.1 - Word selection
******************************************/
#template_22_1 {
}
#template_22_1 .text {
	padding: 0px;
	margin: 0px;
	line-height: 2em;
}

/******************************************
22.1a - Word selection with image
******************************************/
#template_22_1a {
}
#template_22_1a #maintext {
	float: left;
	width: 49%;
	margin: 0px 0px 20px;
	padding: 0px;
}
#template_22_1a #maintext .optionalStyling {
	margin: 0px;
	padding: 0px;
}
#template_22_1a .img {
	float: right;
	width: 49%;
	text-align: center;
	margin: 0px 0px 20px;
}
#template_22_1a .text {
	padding: 0px;
	margin: 0px;
	line-height: 2em;
}
#template_22_1a form {
	clear:both;
}

/******************************************
23.1 - Framegrabber
******************************************/
#template_23_1 {
}
#template_23_1 .flashActivity {
	text-align: center;
}

/******************************************
27.1 - Pairs - Text to text
******************************************/
#template_27_1 {
}
#template_27_1 .flashActivity {
	text-align: center;
}

/******************************************
27.2 - Pairs - Image to Image
******************************************/
#template_27_2 {
}
#template_27_2 .flashActivity {
	text-align: center;
}


