@charset "utf-8";	.site_footer
	{
		width:100%;
		height:160px; /*132px;*/
		background-image:url(../_img/memelabs2/footer_background.jpg);
		background-repeat:repeat-x;
		background-color:#313b47;
	}
		.footer_content
		{
			width:100%;
			height:160px; /*132px;*/
			background-image:url(../_img/memelabs2/footer_memelabs_watermark.jpg);
			background-repeat:no-repeat;
			background-position:50%;
			
		}
		
		.footer_content_list
		{
			height:160px; /*132px;*/
			float:left;
		}
			.footer_content_list ul
			{
				list-style:none;
				color:#90a3af;
				padding-top:10px;
			}
			
			.footer_content_list ul li
			{
				padding-bottom:5px;
			}
			
			.footer_content_list ul li a
			{
				color:#90a3af;
			}
			
			.footer_content_list ul li.section
			{
				font-weight:bold;
				font-size:13px;
				color:#bbceda;
			}
		.footer_content_copyright
		{
			color:#7e909c;
			float:right;
			padding-top:120px; /*90px*/
			padding-right:10px;
			text-align:right;
		}


/*---Login/Reg script popup----*/   
#loginRegisterTip, #uploadAvatarTip { 
   padding:15px;
   width:320px;  
   height:293px;
   z-index:1005; 

}
#loginRegisterTip .header a:hover, #uploadAvatarTip .header a:hover { color:#FFFFFF; text-decoration:none; }
#loginRegisterTip .header a, #uploadAvatarTip .header a { color:#CCCCCC; }
#loginRegisterTip .header a:visited, #uploadAvatarTip .header a:visited { color:#CCCCCC; }

#loginRegisterTip #close, #uploadAvatarTip #close {
   float:right;
   margin-right:17px;
   cursor:pointer;
   }
#loginRegisterTip .mid .title, #uploadAvatarTip .mid .title {
   font-weight:bold;
   font-size:16px;
   }
#loginRegisterTip h2 { color:#000000;	}
#loginRegisterTip .header, #uploadAvatarTip .header { padding-left:11px;  font-family:Arial, Helvetica, sans-serif; font-size:14px; font-weight:bold; color:#FFFFFF; height:29px; background:transparent url(../_img/popupTopHeader.png) top left no-repeat; } 
#loginRegisterTip .top, #uploadAvatarTip .top { height:15px;	background:transparent url(../_img/popupTop.png) top left no-repeat; } 
#loginRegisterTip .mid, #uploadAvatarTip .mid { background:transparent url(../_img/popupMid.png) top left repeat-y; } 
#loginRegisterTip .bottom, #uploadAvatarTip .bottom { height:15px; background:transparent url(../_img/popupBottom.png) top left no-repeat; }  

.whiteout { 
	background-color:#FFFFFF; 
	opacity: .75;

	filter: alpha(opacity=75);
	position:absolute; 
	top:0px; 
	left:0px; 
	height:0px; 
	width:0px;
	z-index:1000; }
.approved {
	color:#00CC00;
	font-weight:bold;
}
.error {
	color:#cc0000;
	font-weight:bold;
}

@CHARSET "ISO-8859-1";

/* Contains styles that always apply to every contest*/

#nav li.contest ul li a.previous_contests       { background-image:url('../_img/nav_previouscontests.jpg'); width:247px; height:24px; margin:0; padding:0; }
#nav li.contest ul li a.previous_contests:hover { background-image:url('../_img/nav_previouscontests_on.jpg'); } 


