/*

Copyright c 2013 Xyleme, Inc., 1881 9th Street, Suite 300, Boulder, Colorado 80302 USA.
All rights reserved.

This file and related documentation are protected by copyright and
are distributed under licenses regarding their use, copying, distribution,
and decompilation. No part of this product or related documentation may
be reproduced or transmitted in any form or by any means, electronic or
mechanical, for any purpose, without the express written permission of
Xyleme, Inc.

*/

/*-------------------------------------*/
/* WebMatchingActivity begin ----------*/

DIV.WebMatchingActivity {
	position: relative;
	width: 590px;
}
DIV.WebMatchingActivity OL {
	list-style-type: none;
	padding-bottom: 20px;
}
DIV.WebMatchingActivity OL LI {
	margin-left: -40px;
}
DIV.WebMatchingActivity DIV.ListType LI {
	margin-left: 0px;
}
DIV.MatchingActivity DIV.QuestionStem {
	width: 590px;
}
TABLE.MaTable {
	width: 622px;
	border-collapse: collapse;
	border-spacing: 0px;
	empty-cells: show;
	font-size: 12pt;
	font-family: inherit;
}
TABLE.MaTable TD {
	padding: 4px;
	color: inherit;
	height: 30px;	
}
TABLE.MaTable TD DIV.MediaObject DIV {
	text-align: left !important;
}
TD.MaDistractorCellDark {
    background-color: #d6d6d6;
	border-bottom: 1px solid #ffffff;
	vertical-align: top;	
}
TD.MaDistractor {
	background-color: #dedede;
	border-bottom: 1px solid #ffffff;
	vertical-align: top;	
}
TD.MaDistractor DIV.LetterLabel {
	font-weight: bold;
	padding: 0px 4px 0px 4px;
	float: left;
}
TD.MaDistractorCellDark DIV.LetterLabel {
	font-weight: bold;
	padding: 0px 4px 0px 4px;
	float: left;
}
TD.MaDistractorCellDark DIV.DistractorContent {
	float: left;
}
TD.MaDistractor DIV.DistractorContent {
	float: left;
}
TD.MaDistractor DIV.DistractorContent DIV.Wysiwyg {
	width: 100%;
	padding-left: 1px; /* important for aligment in IE */
}
TD.MaDistractorCellDark DIV.DistractorContent DIV.Wysiwyg {
	width: 100%;
	padding-left: 1px; /* important for aligment in IE */
}
TD.MaMatchLabel {
	background-color: #efefef;
	border-bottom: 1px solid #ffffff;
	vertical-align: top;
	width: 32px;
}
TD.MaMatchLabelCellDark {
    background-color: #e7e7e7;
	border-bottom: 1px solid #ffffff;
	vertical-align: top;
	width: 32px;
}
TD.MaMatchLabel IMG {
	visibility: hidden;
	display: inline;
}
TD.MaMatchLabelCellDark IMG {
	visibility: hidden;
	display: inline;
}
TD.MaMatch {
	background-color: #efefef;
	border-bottom: 1px solid #ffffff;	
}
TD.MaMatchCellDark {
    background-color: #e7e7e7;
	border-bottom: 1px solid #ffffff;	
}
TD.MaMatch DIV.MatchSelect {
	float: left;
}
TD.MaMatch SELECT {
	margin-right: 10px;	
	color: #000031;
}
TD.MaMatch DIV.MatchContent {
	float: left;
}
TD.MaMatchCellDark DIV.MatchSelect {
	float: left;
}
TD.MaMatchCellDark SELECT {
	margin-right: 10px;	
	color: #000031;
}
TD.MaMatchCellDark DIV.MatchContent {
	float: left;
}
DIV.WebMatchingActivity DIV.ThisIsCorrResponse {
	color: #18386b;
}
DIV.WebMatchingActivity DIV.QuestionFeedback DIV.Col2 {
	width: 80%;
}
.hover{
	background-color: #b4c4de !important;
}

/* WebMatchingActivity end ----------*/
/*-----------------------------------*/