@charset "utf-8";
/* CSS Document */



#rightMessageMapApp
{
	font-size: 12px;
	font-family: arial;
}
.Image_EnvelopeThumbnail
{
	max-height: 400px;
	max-width: 400px;
	margin: 10px;
	border: solid 1px gray;
}

.Image_EnvelopeEndStopThumbnail
{
	max-height: 400px;
	max-width: 400px;
	margin: 10px;
	border: solid 1px gray;
}

.Container_EnvelopeEndStopThumbnailTitle
{
	font-size: 12px;
}

.Container_EnvelopeEndStopThumbnailImage
{
	margin: 10px;
}
.Container_EnvelopeThumbnailWarning
{
	color: #CC0000;
	font-size: 16px;
}
.Container_EnvelopeThumbnailTitle
{
	color: black;
	font-size: 12px;
}
.Container_EnvelopeThumbnailImage
{
	margin: 10px;
}
.Container_EnvelopeThumbnailImageUploaded
{
	margin: 10px;
	
	color: black;
	background: #ffffff;
	background: -moz-linear-gradient(top, #fff0f0, #ffffff);
	filter: progid : DXImageTransform.Microsoft.gradient ( startColorstr ='#fff0f0', endColorstr = '#ffffff' );
}
.Container_EnvelopeThumbnailImageError
{
	margin: 10px;
	
	color: #440000;
	background: #ffffff;
	background: -moz-linear-gradient(top, #ff6666, #ffdddd);
	filter: progid : DXImageTransform.Microsoft.gradient ( startColorstr ='#fff0f0', endColorstr = '#ffffff' );
}
.Container_EnvelopeEndStopThumbnailImageError
{
	margin: 10px;
	
	color: #440000;
	background: #ffffff;
	background: -moz-linear-gradient(top, #ff6666, #ffaaaa);
	filter: progid : DXImageTransform.Microsoft.gradient ( startColorstr ='#fff0f0', endColorstr = '#ffffff' );
}
.Container_EnvelopeEndStopThumbnailImageUploaded
{
	margin: 10px;
	
	color: black;
	background: #ffffff;
	background: -moz-linear-gradient(top, #f0f0f0, #ffffff);
	filter: progid : DXImageTransform.Microsoft.gradient ( startColorstr ='#fff0f0', endColorstr = '#ffffff' );
}

.Container_EnvelopeThumbnails
{
	text-align: center;
	margin-top: 18px;
}

.Container_EnvelopeCanvas
{
	position: absolute;
	visibility: hidden;
}

.TextStyle_RightMessageNameHeader
{
	position: relative;
	display: inline;
	margin-top: -12px;
	margin-left: 10px;
	padding-bottom: 18px;
	color: #333333;
	font-size: 13px;
	font-weight: bold;
}

.TextStyle_RightMessageName_Preview
{
	margin-top: -5px;
	margin-left: 6px;
	margin-bottom: 4px;
	color: #666666;
	font-size: 13px;
	font-weight: bold;
}

.Container_LinkSelectedMenu
{
	display: block;
	margin-top: 5px;
}
A.Link_Common {
	text-decoration: none;
	color: #336699;
	border: 1px dotted;
	padding: 2px;
	padding-left: 5px;
	padding-right: 5px;
	background-color: white;
}

A.Link_Common:HOVER {
	color: #CC0000;
	background: #ffffff;
	background: -moz-linear-gradient(top, #fff0f0, #ffffff);
	filter: progid : DXImageTransform.Microsoft.gradient ( startColorstr ='#fff0f0', endColorstr = '#ffffff' );
}

A.Link_PopUpClose {
	font-weight: bold;
}
A.Link_PopUpClose:HOVER {
	
}

A.Link_PopUpMaximize {
	font-weight: bold;
	margin-right: 10px;
	font-size: 16px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 5px;
	padding-left: 5px;
}
A.Link_PopUpClose:HOVER {
	
}

A.Link_DeleteSentence
{
	margin-right: 15px;
}
A.Link_DeleteSentence:HOVER
{
}

A.Link_MaximizedWindowUrl
{
	color: #FFFFFF;
}
A.Link_MaximizedWindowUrl:HOVER
{
	color: #3366cc;
}


A.Link_RenameRightSentence
{
	margin-right: 15px;
}

A.Link_RenameRightSentence:HOVER
{
}



A.Link_SequenceButtonLeft
{
	margin-right: 15px;
}
A.Link_SequenceButtonLeft:HOVER
{
}

A.Link_SequenceButtonRight
{
	margin-right: 15px;
}
A.Link_SequenceButtonRight:HOVER
{
}


A.Link_ChooseDisagree
{
	margin-right: 15px;
}
A.Link_ChooseDisagree:HOVER
{
}

A.Link_ChooseAgree
{
	margin-right: 15px;
}
A.Link_ChooseAgree:HOVER
{
}

A.Link_ChooseReturn
{
	margin-right: 15px;
}
A.Link_ChooseReturn:HOVER
{
	 
}

A.Link_Disabled
{
	color: grey;
	border-color: grey;
	background-color: #eeeeee;
	
	background: #eeeeee;
	background: -moz-linear-gradient(top, #eeeeee, #cccccc);
	filter: progid : DXImageTransform.Microsoft.gradient ( startColorstr ='#eeeeee', endColorstr = '#cccccc' );
}
A.Link_Disabled:HOVER
{
	color: grey;
	border-color: grey;
	background-color: #eeeeee;
	
	background: #eeeeee;
	background: -moz-linear-gradient(top, #eeeeee, #cccccc);
	filter: progid : DXImageTransform.Microsoft.gradient ( startColorstr ='#eeeeee', endColorstr = '#cccccc' );
	cursor: pointer;
}

A.Link_InsertBefore
{
	padding: 0px;
	background-color: #cccccc;
	text-decoration: none;
}
A.Link_InsertBefore:HOVER
{

	background-color: #99ff99;
}
A.Link_InsertAfter
{
	padding: 0px;
	background-color: #cccccc;
	text-decoration: none;
}
A.Link_InsertAfter:HOVER
{

	background-color: #99ff99;
}


.PopUpHeader {
	width: 100%;
	text-align: right;
}

#outlineUnitGrid
{
	position: relative;
	margin-left: 40px;
	margin-top: 40px;
}
.Container_TopMessageOverride
{
	display: inline;
	position: relative;
	left: 20px;
}

A.Link_FocusMessageName
{
	color: #000000;
	text-decoration: none;
}
A.Link_FocusMessageName:HOVER
{
	color: #000099;
	text-decoration: underline;
}

A.Link_ClearOverride
{
	color:  #ffffff;
	text-decoration: underline;
	font-weight: bold;
}
A.Link_ClearOverride:HOVER
{
	color:  #ccccFF;
	text-decoration: none;
}

.Header_EditRightSentence
{
	font-size: 17px;
	font-weight: normal;
	color: #336633;
	margin-left: 10px;
	margin-top: -2px;
}
.Header_EnvelopeWindow
{
	font-size: 17px;
	font-weight: normal;
	color: #336633;
	margin-left: 10px;
	margin-top: -2px;
}
.Header_NewRightSentence
{
	font-size: 17px;
	font-weight: normal;
	color: #333366;
	margin-left: 10px;
	margin-top: -2px;
}
.Header_EditLink_NOT_selected
{
	display: inline;
	font-size: 17px;
	font-weight: normal;
	color: #336633;
	margin-left: 0px;
	margin-top: 15px;
	margin-bottom: 0px;
}
.Header_EditLink_SELECTED
{
	
	font-size: 17px;
	font-weight: bold;
	color: #773333;
	margin-left: 0px;
	margin-top: 15px;
	margin-bottom: 0px;
}

.TextArea_RightSentence
{
	width: 97%;
	height: 200px;
	margin-bottom: 18px;
}



.Container_RightSentencePopUpControlButtons
{
	text-align: right;
	margin-top: 18px;
}
.Button_CreateRightSentence
{
	text-align: right;
	margin-top: 18px;
}

.Container_EditRightMessageSubHeader
{
	padding-bottom: 7px;
}
.Form_EditRightSentence
{
	position: relative;
	margin-top: 0px;
	padding: 10px;
	border: 1px solid #006600;
	background: #ccffcc;
	background: -moz-linear-gradient(top, #cccccc, #eeffee);
	filter: progid : DXImageTransform.Microsoft.gradient ( startColorstr ='#cccccc', endColorstr = '#eeffee' );
}
.Form_NewRightSentence
{
	margin-top: 0px;
	padding: 10px;
	border: 1px solid #000066;
	background: #ccffcc;
	background: -moz-linear-gradient(top, #cccccc, #eeeeff);
	filter: progid : DXImageTransform.Microsoft.gradient ( startColorstr ='#cccccc', endColorstr = '#eeeeff' );
}

.Container_InsertBefore_Horizontal
{
	left: -4px;
	top: 20px;
	padding-right: 13px;
	position: relative;
	display: inline-block;
}
.Container_InsertAfter_Horizontal
{
	left: 4px;
	top: 20px;
	padding-left: 8px;
	position: relative;
	display: inline-block;
}
.Container_InsertBefore_Vertical
{
	position: relative;
	top: -7px;
	left: 26px;
	padding-bottom: 1px;
	display: block;
}

.Container_InsertAfter_Vertical
{
	position: relative;
	top: 13px;
	left: 26px;
	display: block;
}

.Container_RightSentenceCursorData
{
	display: none;
	position: absolute;
	

}
.Container_RightSentenceCursorContainer_Horizontal
{
	top: 16px;
	display: inline-block;
	position: relative;	
	width: 25px;
	height: 25px;
	text-align: center;
	
	background-color: #cc6699;
	border: 1px solid #333333;
	z-index: 10;
}

.Container_RightSentenceCursorContainer_Vertical
{
	position: relative;	
	width: 25px;
	height: 25px;
	left: 16px;
	
	text-align: center;
	
	background-color: #9966cc;
	border: 1px solid #333333;
	z-index: 10;
}

.Container_RightSentenceCursorContainer_Horizontal:HOVER
{
	background-color: #cc9933;
	cursor: pointer;
}
.Container_RightSentenceCursorContainer_Vertical:HOVER
{
	background-color: #cc9933;
	cursor: pointer;
}
.CursorHorizontal
{
	background-color: #aabbcc;
	border: 1px solid #333333;
}
.CursorVertical
{
	background-color: #cc99aa;
	border: 1px solid #0000ff;
}


.Container_SubGrid
{
	position: absolute;
	border: none;
	z-index: 5;
	
	top: 0px;	
}

.Container_MaximizedRightSentence_Horizontal
{
	position: absolute;
	display: none;
	font-size: 12px;
	width: 77%;
	height: 65%;

	top:20px;
	left:20px;
	
	text-align: center;
	vertical-align: middle;
	
	border: 1px solid #223344;
	
	padding: 100px;
	
	background: #eeeeee;
	background: -moz-linear-gradient(top, #eeeeee, #ccccff);
	filter: progid : DXImageTransform.Microsoft.gradient ( startColorstr ='#eeeeee', endColorstr = '#ccccff' );
	
	box-shadow: 8px 8px 10px #000000;
	z-index: 5001;
}
.Container_MaximizedRightSentence_Vertical
{
	position: absolute;
	display: none;
	font-size: 12px;
	width: 77%;
	height: 65%;

	top:20px;
	left:20px;
	
	text-align: center;
	vertical-align: middle;
	
	border: 1px solid #223344;
	
	padding: 100px;
	
	background: #eeeeee;
	background: -moz-linear-gradient(top, #eeeeee, #FFCCCC);
	filter: progid : DXImageTransform.Microsoft.gradient ( startColorstr ='#eeeeee', endColorstr = '#FFCCCC' );
	
	box-shadow: 8px 8px 10px #000000;
	z-index: 5001;
}
.Container_MaximizedRightSentenceText
{
}
.Container_MaximizedRightSentenceCommandBar
{
	position: absolute;
	top: 5px;
	left: 5px;
}
.Container_MaximizedRightSentenceTitle
{
	position: absolute;
	top: 45px;
	right: 15px;
	font-size: 30px;
	font-weight: bold;
}
.Container_MaximizedRightSentenceTimer
{
	position: absolute;
	top: 15px;
	right: 15px;
	font-size: 20px;
	font-weight: normal;
}


.Container_RightSentencePopUp
{
	position: absolute;
	display: none;
	font-size: 16px;
	width: 600px;
	
	border: 1px solid #223344;
	
	padding: 10px;
	
	background: #cccccc;
	background: -moz-linear-gradient(top, #bbbbbb, #eeeeee);
	filter: progid : DXImageTransform.Microsoft.gradient ( startColorstr ='#bbbbbb', endColorstr = '#eeeeee' );
	
	box-shadow: 3px 3px 5px #000000;
	z-index: 1001;
}


.Container_EnvelopePreviewPopUp
{
	position: absolute;
	display: none;
	font-size: 16px;
	width: 500px;
	
	border: 1px solid #223344;
	
	padding: 10px;
	
	background: #cccccc;
	background: -moz-linear-gradient(top, #bbbbbb, #eeeeee);
	filter: progid : DXImageTransform.Microsoft.gradient ( startColorstr ='#bbbbbb', endColorstr = '#eeeeee' );
	
	box-shadow: 3px 3px 5px #000000;
	z-index: 1001;
}

.Container_RightSentenceEdit
{
	position: absolute;
	display: none;
	
	width: 500px;
	height: 420px;
	
	border: 1px solid #223344;
	
	padding: 5px;
	
	background: #cccccc;
	background: -moz-linear-gradient(top, #ccFFcc, #ffffff);
	filter: progid : DXImageTransform.Microsoft.gradient ( startColorstr ='#ccFFcc', endColorstr = '#ffffff' );
	
	box-shadow: 3px 3px 5px #000000;
	z-index: 1000;
}

.Container_RightSentenceNew
{
	position: absolute;
	display: none;
	
	width: 500px;
	height: 370px;
	
	border: 1px solid #223344;
	
	padding: 5px;
	
	background: #cccccc;
	background: -moz-linear-gradient(top, #ccccff, #ffffff);
	filter: progid : DXImageTransform.Microsoft.gradient ( startColorstr ='#ccccff', endColorstr = '#ffffff' );
	
	box-shadow: 3px 3px 5px #000000;
	z-index: 1000;
}
.Container_CommandBar
{
	position: relative;
	top: 0px;
	width: 100%;
	height: 60px;
	background-color: #333333;	
	border-bottom: 1px solid #ffffff;
	
	background: #333333;
	background: -moz-linear-gradient(top, #888888, #555555);
	filter: progid : DXImageTransform.Microsoft.gradient ( startColorstr ='#888888', endColorstr = '#555555' );
}

.Container_NewRightMessage
{
	position: absolute;
	display: none;
	top: 20px;
	left: 30px;
	
	width: 420px;
	height: 160px;
	
	border: 1px solid #223344;
	
	padding: 5px;
	
	background: #cccccc;
	background: -moz-linear-gradient(top, #ffffdd, #eeeeee);
	filter: progid : DXImageTransform.Microsoft.gradient ( startColorstr ='#ffffdd', endColorstr = '#eeeeee' );
	
	box-shadow: 3px 3px 5px #000000;
	z-index: 1000;
}

.Container_LinkAutoGenerate
{
	display: inline;
	margin-left: 50px;
}

.Container_MaximizedPopUpUrlDisplay
{
	margin-left: 20px;
	display: inline;
	font-size: 14px;
}


.Form_NewRightMessage
{
	margin-top: 17px;

	padding: 10px;
	width: 370px;
	
	border: 1px solid #999999;
	
	background: #cccccc;
	background: -moz-linear-gradient(top, #ffffff, #eeeeee);
	filter: progid : DXImageTransform.Microsoft.gradient ( startColorstr ='#ffffff', endColorstr = '#eeeeee' );
	

	z-index: 4000;
}

.Input_RightMessageName
{
	width: 240px;
}

.TextStyle_RightMessageNameDesc
{
	margin-top: 10px;
	border: 1px dashed #999999;
	color: #555555;
	padding: 3px;
	font-size: 10px;
	font-style: italic;
}
.TextStyle_CounterSingular
{
	
}
.TextStyle_CounterMultiple
{
	text-decoration: underline;
	font-size: 22px;
	font-weight: bold;
}
#topRightMessageDiv
{
	position: relative;
	display: inline-block;
	top: 10px;
	padding-left: 20px;
}
.TextStyle_CommandBarTitle
{
	font-weight: bold;
	color: #CCCCCC;
	padding-bottom: 3px;
	display: inline;
}

.Countainer_SearchTermFound
{
	background-color: red;
	padding: 8px;
}
.TextStyle_SearchTermFound
{
	font-style: italic;
	font-weight: bold;
	font-size: larger;
	text-decoration: blink;
}


.TextStyle_ContentTooLarge
{
	color: #660000;
}


/* The common CSS class for all links in the command bar. */
A.Button_CommandBar
{
	position: relative;
	display: inline-block;
	color: #ffffff;
	
	top: 10px;
	padding-left: 20px;
}
A.Button_CommandBar:HOVER
{
	text-decoration: none;
	color: #99ccff;
}

/* Specific attributes for the links in the command bar. */
A.Button_CreateNewMessage
{
}
A.Button_CreateNewMessage:HOVER
{
}

A.Button_Search
{
}
A.Button_Search:HOVER
{
}


A.Button_DeleteRightMessage
{
}
A.Button_DeleteRightMessage:HOVER
{
}

A.Button_RenameRightMessage
{

}
A.Button_RenameRightMessage:HOVER
{
}

A.Button_GenerateEnvelopes
{

}
A.Button_GenerateEnvelopes:HOVER
{
}


#statisticsDiv
{
	padding-left: 10px;
	color: #CCCCCC;
	position: absolute;
}
