/* css_tables.css */

.RowNoGender1	TD	{background-color	: cyan
			}

.RowNoGender0	TD	{background-color	: white /* #ffffcc	this is yellow */
			}

.TableGender	TABLE	{border			: 5px ridge black
			;border-spacing		: 1px
			;padding		: 2px
			/*;width			: 100%*/
			}
.TableGender	TD	{border-bottom		: 1px solid black}

.RowGenderM	TD	{background-color	: #99ccff	/* this is the blue */
			;background		: #99ccff	/* this is the blue */
			}

.RowGenderE	TD	{background-color	: #C0C0C0	/* this is the light grey */
			;background		: #C0C0C0	/* this is the light grey */
			}

.RowGenderF	TD	{background-color	: #ffccff	/* this is pink */
			;background		: #ffccff	/* this is pink */
			}

.RowGenderF	TD.hover{background-color	: #98e3ff	/* this is pink */
			;background		: #ffe3ff	/* this is pink */
			}

.RowGenderN	TD	{background-color	: white /* #ffffcc	 this is yellow */
			;background		: white /* #ffffcc	 this is yellow */
			}

.GenderTableInTable TABLE {border		: 0px
			;padding		: 0px
			;border-spacing		: 0px
			}
.GenderTableInTable TD	{border-bottom		: 0px}

.RowGenderM		{background-color	: #99ccff	/* this is the blue */
			;background		: #99ccff	/* this is the blue */
			}

P.MessageRowF, P.MessageRowN, P.MessageRowM, P.MessageRowE, P.MessageRowG, P.MessageRowR
			{ margin-top:5px
			; margin-bottom:5px
			; text-align:left
			; border-bottom: solid 2px
			; padding-bottom: 5px
			; padding-top: 5px
			; font-family:verdana
			; font-size: 12px
			}

P.MessageRowF, P.MessageRowN, P.MessageRowM, P.MessageRowE, P.MessageRowG, P.MessageRowR
			{ text-decoration	: none }

.MessageRowF:hover 	{background-color	: #98e3ff	/* this is pink */
			;background		: #ffe3ff	/* this is pink */
			}

.MessageRowF		{background-color	: #ffccff	/* this is pink */
			;background		: #ffccff	/* this is pink */
			}

.MessageRowN		{background-color	: #ffffcc /* #ffffcc	 this is yellow */
			;background		: #ffffcc /* #ffffcc	 this is yellow */
			}

.MessageRowN:hover 	{background-color	: #fff3cb
			;background		: #fff3cb	/* this is a lighter yellow */
			}

.MessageRowG		{background-color	: green
			;background		: green
			}

.MessageRowR		{background-color	: red
			;background		: red
			}

.MessageRowM		{background-color	: #99ccff	/* this is the blue */
			;background		: #99ccff	/* this is the blue */
			}

.MessageRowM:hover 	{background-color	: #98e7ff	/* this is the blue */
			;background		: #98e7ff	/* this is the blue */
			}

.StandardPrompt		{font-weight		: bolder
			}

.StandardPrompt	TD	{vertical-align		:middle}
