.anoox_page {
	font-style: italic;
	color: orange;
}


/* Used for foot note - such as num Chars remaining */

.gray_note_area {
	font-size: 0.8rem;
	color: #d3d3d3;
	margin-top: 5px;
	margin-bottom: 5px;
}


/* Used by likes of: msgs_display_sent.php & msgs_display.php */

.status_yes, .status_no {
	background: #5f9aed;
	color: white;
	display: inline-block;
	padding-left: 5px;
	padding-right: 5px;
}

.status_no {
	background: red;
}



.mem_page_intro {
	margin-left: 10px;
	margin-bottom: 25px;
	font-weight: bold;
	font-size: 1.25rem;
	padding-bottom: 3px;
	border-bottom: 1px solid #3399FF;
}


.mem_page_head {
	background: #3399FF;
	padding: 5px;
	font-size: 1.5rem;
	font-weight: bold;
	color: white;
	margin-left: 1%;
	margin-right: 1%;
	margin-top: 10px;
	margin-bottom: 10px;
	box-shadow: 0 6px 4px -4px black;
}

.emphy_italy, .emphy_italy_red_big, .emphy_italy_big {
	font-style: italic;
}

.emphy_italy_red_big, .emphy_italy_big {
	font-size: 1.20rem;
	color: red;
	font-weight: bold;
	margin-bottom: 10px;
}

.emphy_italy_big {
	color: black;
}

.tab_head_mem {
	font-family: "Courier New", Courier, monospace;
	font-weight: bold;
	color: white;
	background: #6a7faa;
}

.tab_bod_mem {
	font-family: "Courier New", Courier, monospace;
	font-size: 0.9rem;
	font-weight: normal;
}


.info_pop_holder {
	display: inline-block;
	font-style: italic;
	position: relative;
	cursor: pointer;
}


.mem_info_pop {
	font-family: "Courier New", Courier, monospace;
	font-size: 0.9rem;
	position: absolute;
	z-index: 900;
	padding: 4px;
	BORDER: 2px solid #6a7faa;    
	BACKGROUND-COLOR: white;
	border-radius: 5px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	display: none;
	width: 650px;
	right: 0; 
	top:  100%;
	cursor: auto;
	color: #6a7faa; 
	font-style: normal;
}

/*  For display of Text and sending a Txt message such as in the Message sending Boxes */

.txt_display_area {
	background: #ffffff; 
	margin: 10px; 
	padding: 5px;
	font-family: "Courier New", Courier, monospace;
}

.input_text_area {
	padding: 5px;
	font-family: "Courier New", Courier, monospace;
	background: #f8fcff;
}


/*  for creating tabular Name Value Pair, used by: acb_anoox_button.php  manage_prem.php    */

.tab_item_contain {
	border: 1px solid gray;
	border-radius: 5px;
	margin-top: 10px;
	padding: 5px;
	margin-left: 10px;
	font-size: 0.9rem;
	margin-left: 10px;
	margin-right: 10px;
}

.tab_item_lbl {
	display: inline-block;
	width: 40%;
	vertical-align: top;
}

.tab_item_val {
	display: inline-block;
	width: 55%;
	border-left: 1px solid gray;
	padding-left: 15px;
	vertical-align: top;
}



.char_rem_area {
	font-size: 0.8rem;
}

.char_rem_val {
	font-size: 0.7rem;
}