@charset "ISO-8859-1";
BODY {
     background-color: #ffffff;
     font-family: Verdana, Monaco, Arial, sans-serif;
}
.title {
	background-color:rgba(0, 0, 0, 0);
	text-align: center;
}
.headline {
     font: normal medium; /* Verdana, Monaco, Arial, sans-serif; */
     border-bottom: 3px solid blue;
}
.Tblnocolor{
	width: 1000px;
	background-color:rgba(0, 0, 0, 0);
}
.TFtable{
	/*width:100%;*/ 
	border-collapse:collapse; 
}
.TFtable td{ 
	padding:7px; 
	border:#6adf04 1px solid;
}
/* provide some minimal visual accomodation for IE8 and below */
.TFtable tr{
	background-color: #b8d1f3;
}
/*  Define the background color for all the ODD background rows  */
.TFtable tr:nth-child(odd){ 
	background-color: #fff;
 	color: #000;
}
/*  Define the background color for all the EVEN background rows  */
.TFtable tr:nth-child(even){
	background-color: #ccf;
    color: #000;
}
SELECT, OPTION {
     font-size: small;
}
.note {
	font-size: 11px;
	font-style: italic;
	color: #999999;
	vertical-align: middle;
}
.passwd {
	size: 75px;
}
input.select {
	size: 75px;
}

.wrapper{
  	padding:0px;
}
.menu{
	margin: 10px;
	background-color:rgba(0, 0, 0, 0);
	vertical-align: top;
	padding: 15px;
	border: 1px solid #aaa;
	font-size: 14px;
}
.footer{
	font-size: 12px;
	width: 40%;
	margin-left: 10px;
}
.form-req {
	font-size: 13px;
	font-weight: bold;
	color: #162854;
	/* background-color: #fedc88; */
}
.form-notreq {
	font-size: 13px;
	font-weight: normal;
	/* background-color: #fedc88; */
}
.form-header{
	font-size: 14px;
	font-weight: bold;
	background-color: #162854;
	color: #6adf04;
}
.form-header2{
	font-size: 14px;
	font-weight: bold;
	background-color: white;
	color: #3465a4;
}
.form-section-title {
	font-size: 18px;
	font-weight: bold;
	background-color: none;
	color: #0076cb;
}
.delete-membership-control {
	overflow:scroll; 
	height:300px;	
	width:550px;
	float:left;
}
.float-break {
	clear:left;
}
/* CSSTerm.com Flyout CSS menu */

#flyout_menu {
	font-weight: 600;
	width: 135px; 
}

#flyout_menu ul, li {
  list-style: none;
  margin: 0;
  padding: 0; 
  border-bottom: 1px solid #6adf04; 
}

#flyout_menu ul li.hover,
#flyout_menu ul li:hover { 
	position: relative; 
	z-index: 599; 
}

#flyout_menu ul ul {
	visibility: hidden;
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 598;
}

#flyout_menu ul li:hover > ul { 
	visibility: visible; 
}

#flyout_menu ul ul { 
	top: 0; 
	left: 100%; 
}

#flyout_menu span, #flyout_menu a {
	display: inline-block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none; 
}

#flyout_menu li { 
	background: #162854; 
}
#flyout_menu li:hover, #flyout_menu li.active { 
	background: #3e6de4; 
}

#flyout_menu a {
    color: #6adf04;
    line-height: 160%;
    padding: 10px 5px 5px 8px;
    width: 155px; 
}

#flyout_menu ul ul li {
	background: #162854;
	border-bottom: 1px solid #7fb253; 
}

#flyout_menu ul ul li:hover { 
	background: #3e6de4; 
}
.custom {
	background: #ffffff;
}
.error_title {
	font-size: 18px;
	color: #a40000;
}
span.error_text {
	color: #a40000;
}
.uuid_error {
	font-size:12px;
	color: #444444;
}
table.error_table, th.error_table, td.error_table {
	border: 1px solid #444444; 
    cellpadding: 6px; 
	cellspacing: 0px;
	border-collapse: collapse;
	font-size: 12px;
	color: #444444;
}
.success-msg {
	font-size:16px;
	color: #009933;
	font-weight: bold;
}
span.err-msg {
	font-size:16px;
	color: #cc0000;
	font-weight: bold;
}
.tooltip {
	 width:18px;
	 vertical-align:middle;
}
.ppolicytext {
	width:100px;
	font-weight:bold;
}
.ppolicyint {
	width:100px;
	font-weight:normal;
}
::placeholder {
	font-style:italic;
	font-weight:normal;
	color:#aaaaaa;
}
.logo {
	width: 20%;
	height: auto;
	border:0;
}
.menuinfologo {
	width: 130px;
	height: auto;
	border:0;
}
.menuinfo {
	font-size: 11px;
	width: 80%;
	margin-left: 6px;
}
