
/* Global ---------------------------------- */ 


.black_links { COLOR: #000000 }
.black_links:visited { COLOR: #000000 }
.black_links:active { COLOR: #000000 }
.black_links:hover { COLOR: #464646 }

.red_links { COLOR: #cc0000 }
.red_links:visited { COLOR: #cc0000 }
.red_links:active { COLOR: #cc0000 }
.red_links:hover { COLOR: #ff5353 }








/* ------------------------------------------------------------------------------------------------- */ 
/* START HEADER %%incl_loggedin_header%% %%incl_loggedin_footer%% ---------------------------------- */ 
/* ------------------------------------------------------------------------------------------------- */ 

	.logo_container {
	background-image: url(https://www.downundersingles.com/images/m_logo.png);
	background-repeat: no-repeat;
	margin: 0 auto;
	width: 360px;
	height: 124px;
	}


	.top_menubar_back
	{
	border-top: 1px solid #009419;
	background-color: #006912;
	border-bottom: 1px solid #052e00;
	width: 100%;
	}
	.top_menubar {
	margin:0 auto;
	width: 360px;
	height: 31px;
	padding-top: 4px;
	}


	.BT_gen {
	height: 27px;
	cursor: pointer; 
	text-align: center;
	font-weight: bold;
	float: left;
	/*  border: 1px solid #FB6A6D;   */
	}
	.BT_gen:hover { border-radius: 10px;  background: #00920c; }
	.BT_find { width: 58px; }
	.BT_profile { width: 76px; }
	.BT_mail { width: 58px; }
	.BT_help { width: 58px; }
	.BT_logout { width: 78px; }
	.BTdiv
	{
	float: left;
	width: 8px;
	color: white;
	text-align: center;
	/* border: 1px solid #FB6A6D;    */
	}
	.BTdivL
	{
	float: left;
	width: 8px;
	color: white;
	text-align: center;
	/* border: 1px solid #FB6A6D;    */
	}
	
	.topmen_font { 
	margin: auto;
	text-decoration: none; color: #FFF;  
	}
	a.topmen_font { color: #FFF; }
	a.topmen_font:visited { color: #FFF; }
	a.topmen_font:active { color: #FFF; }
	a.topmen_font:hover { color: #FFF; }
	
	

		@media only screen and (min-width: 1030px)
		{
				.logo_container {
				background-image: url(https://www.downundersingles.com/images/d_logo.png);
    			background-repeat: no-repeat;
				width: 1010px;
				height: 125px;
				}
		
				.top_menubar  {  width: 1007px;  }
				.BT_find { width: 80px; }
				.BT_profile { width: 120px; }
				.BT_mail { width: 100px; }
				.BT_help { width: 100px; }
				.BT_logout { width: 100px; margin-left: 477px; }
				.BTdivL { display: none; }

		}

/* ----------------------------------------------------------------------- */ 
/* END HEADER ------------------------------------------------------------ */ 
/* ----------------------------------------------------------------------- */ 












/* ------------------------------------------------------------------------------------------------- */ 
/* START FOOTER %%incl_loggedin_footer%% ----------------------------------------------------------- */ 
/* ------------------------------------------------------------------------------------------------- */ 

.bottombck
{
background-color:#0a880d;
min-height: 200px;
overflow:auto;
}

.logo_container_bot
{
background-image: url(https://www.downundersingles.com/images/m_logo.png); 
background-repeat: no-repeat;
margin: 0 auto;
width: 360px;
height: 122px;
margin-top: 10px;
}

.menufont {
    color: #FFF;
    text-decoration: none
}
a.menufont { color: #FFF }
a.menufont:visited { color: #FFF }
a.menufont:active { color: #FFF }
a.menufont:hover { color: #FFF; text-decoration: underline }

.bottom_links
{
width: 360px;
margin: auto;
margin-top: 10px;
}

.hid_spacer { display:none; }

.copyrightc
{
font-size: 15px;
color: white;
text-align: center;
line-height: 21px;
padding-top: 20px;
}

.bot_nav1
{ border: 0px solid;
margin-left: 10px;
float: left; 
width: 180px; 
}
.bot_nav2 
{  border: 0px solid;
float: left; 
width: 150px;
} 
.bot_nav3 
{  border: 0px solid;
margin-left: 10px;
float: left; 
width: 180px;
} 
.bot_nav4 
{  border: 0px solid;
float: left; 
width: 150px;
}

/* ------ Larger than 1030px --------------------------------------------------------------------------------------------- */
	@media only screen and (min-width: 1030px)
	{

	.bottom_links { width: 890px; margin-top: 26px; overflow: auto; border: 0px solid; }

	.logo_container_bot
		{
		background-image: url(https://www.downundersingles.com/images/d_logo.png);
		background-repeat: no-repeat;
		width: 1010px;
		height: 120px;
		margin-top: 16px;
		}

	.bot_nav1 { padding-left: 60px; width: 220px; margin: 0; border: 0px solid; } 
	.bot_nav2 { width: 220px; margin: 0; border: 0px solid; }
	.bot_nav3 { width: 220px; margin: 0; border: 0px solid; }
	.bot_nav4 { width: 140px; margin: 0; border: 0px solid; }

	.copyrightc { margin-top: 25px; }
	}


/* ----------------------------------------------------------------------- */ 
/* END FOOTER ------------------------------------------------------------ */ 
/* ----------------------------------------------------------------------- */ 













/* ----------------------------------------------------------------------- */ 
/* NEW MAIL INDICATOR ---------------------------------------------------- */
/* ----------------------------------------------------------------------- */ 

#b_msg { display: none; } /* when no new mail */
#b_newmsg /* when new mail */
{ 
width: 8px;
height: 8px;
background-image: url(https://www.downundersingles.com/images/mail_ani2.gif);
background-repeat: no-repeat;
position: absolute;
cursor: pointer;
margin: 132px 0 0 199px; 
}

	@media only screen and (min-width: 1030px)
	{
		#b_newmsg /* when no new mail */
		{
		width: 16px;
		height: 16px;
		background-image: url(https://www.downundersingles.com/images/mail_ani.gif);
		background-repeat: no-repeat;
		position: absolute;
		cursor: pointer;
		margin: 137px 0 0 294px; 
		}
	}

/* END NEW MAIL INDICATOR -------------------------*/

