
/*	anlys_popup_form.css		2007-05-03
 *
 */

#myAnlysPopupFormDiv	{	/* named from ComptonAccessVariables::myAnlysPopuupFormDiv */

	background-color	:	white			;
	border			:	9px solid orange	;
	display			:	none			;
	padding			:	8px			;
	position		:	absolute		;
	width			:	450px			;
}

	/* top of anlys popup that contains BOTH the titles AND target sounds */
#popupFormTitleBoxDivId			{
	height			:	60px			;
	margin			:	3px			;
	border			:	5px dotted black	;
	padding			:	1px			;
	width			:	250px			;
}

	/* contains the classifications text ( constants, stops, initial ) */
#popupFormTargetSoundsTitlesId	{
	border			:	0px			;
	margin			:	2px			;
	padding			:	0px			;
}

#popupFormTitleOneId	{
	margin			:	0px			;
	border			:	0px			;
	padding			:	0px			;
	font-size		:	15px			;
	font-weight		:	bold			;
}

#popupFormTitleTwoId	{
	margin			:	0px			;
	border			:	0px			;
	padding			:	0px			;
	font-size		:	11px			;
}

#popupFormTitlePositionId	{
	margin			:	0px			;
	border			:	1px 			;
	padding			:	0px			;
	font-size		:	9px			;
}



	/*	 t a r g e t    s o u n d s		*/

	/* this refers to each target sound collectively */
#popupFormTargetSoundsDiv	{
	margin			:	1px			;
	border			:	0px			;
	padding			:	0px			;
}


	/* this refers to each target sound individually */
.popupFormTargetSoundSpanClass	{
	color			:	brown			;
	border-width		:	1px			;
	border-style		:	solid			;
	border-color		:	red 			;
	font-size		:	25px			;
				/* height			:	95px			; 	*/
	margin			:	0px			;
	padding			:	1px			;

}

	/* just the row number in front of the error sounds */
.popupFormErrorRowNumberSpanClass	{
	border			:	solid thin		;
	font-size		:	16px			;
}

	/* each error sound in the popup form*/
.popupFormErrorSoundTextfieldClass	{
	border			:	2px solid blue		;
	cursor			:	pointer			;
	font-size		:	26px			;
	width			:	20px			;

}

.popupFormSpeakingCountClass     {
        margin                  :       0px             ;
        padding                 :       0px             ;
        border-left             :       0px             ;
        color                   :       #FF0000         ;
        font-size               :       13px            ;
        width                   :       25px            ;
        background-color        :       #bbbbbb         ;
        border-color            :       #FF0000         ;
        border-width            :       0px             ;
        border-style            :       inset           ;
        text-decoration         :       none            ;
        cursor                  :       default         ;
}


/*#Param_anlys_notes	{
/*	border-width		:	medium			;
/*	border-style		:	solid			;
/*	border-color		:	#000000			;
/*}
*/


/*.class_drop_down_error_frequency     {
/*        margin                  :       0px             ;
/*        padding                 :       0px             ;
/*        border-left             :       0px             ;
/*        color                   :       #FF0000         ;
/*        font-size               :       13px            ;
/*        width                   :       75px            ;
/*        background-color        :       #bbbbbb         ;
/*        border-color            :       #FF0000         ;
/*        border-width            :       0px             ;
/*        border-style            :       inset           ;
/*        text-decoration         :       none            ;
/*        cursor                  :       default         ;
/*}
/*
/*
/*.clients_grammar_errors	{
/*	margin			:	0px			;
/*	border			:	4px 			;
/*	padding			:	0px			;
/*	font-size		:	9px			;
/*
/*}
/***********/

