.flatscreen
{
	background:black;
}

b{font-size: 110%;}
em{color: red;}

a
{
	color:#006699;
	text-decoration: none;
}

A:link
{
	color:#0B5A95;
	text-decoration: none;
}

A:visited
{
	color:#0B5A95;
	text-decoration: none;
}

A:hover
{
	color:#446B4C;
	text-decoration: none;
}

input
{
	font:12px;
}

* { 
margin:0; padding:0; 
}

.button
{
	-moz-border-radius: 8px 8px 8px 8px;
	border-radius: 8px 8px 8px 8px;
	border: 1px solid #DCDBDB;
	background-color: orange;
	font-family: Verdana, arial, helvetica, sans-serif;
	color: #FFFFFF;
	padding-left:5px;
	padding-right:5px;
	cursor: pointer;
}

/* ----------------------------------------------------------
/* Miscellaneous classes for reuse */
/* ---------------------------------------------------------- */

.fltrt 
{ /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft 
{ /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}

.clearboth
{
	clear:both;
}

.clearfloat 
{ /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    /*
	height:0;
    font-size: 1px;
    line-height: 0px;
	*/
}

.innertube
{
	/*
	margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
	*/
	margin-top: 0;
}

.pushbar
{
	clear:both;
}

.field {
    margin-bottom: 20px;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
	float:left;
	clear:both;
}

.backgroundred
{
	background:red;
}

/*
.submit .field {
    margin-bottom: 20px;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
}
*/

/* ------------------------------------ */
/* BODY
/* ------------------------------------ */
body  
{
	font-family: Arial, Helvetica, sans-serif;
	/*
	font-family: Verdana, Arial, Helvetica, sans-serif;
	*/
	font-size: 14px;
}

.background
{
	background-color:#83B125;
	background-image: url(../images/background_green.png);
	background-attachment: fixed;
	background-repeat: repeat-y;
	background-position: center;
	width: auto;
}

.background_theater
{
	background-color:#990000;
	background-image: url(../images/ayp_theater.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center bottom;
	width: auto;
}

.background_running
{
	background-color:#E3A430;
	background-image: url(../images/Couple-Running2.jpg);
	background-attachment: fixed;
	background-repeat: repeat-y;
	background-position: right;
	width: auto;
}

table
{ 
	margin-left: auto;
	margin-right: auto;
}


/*
---------------------------------------------------
Main Design Elements
---------------------------------------------------
*/

#wrap
{
	/* this will create a container 80% of the browser width*/
	width: 960px; /*85%;*/   
	background: #FFFFFF;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;	 
} 

#wrap_theater
{
	/* this will create a container 80% of the browser width*/
	width: 960px; /*85%;*/   
	/*
	background: #FFFFFF;
	*/
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;	 
} 

#wrap_public
{
	/* this will create a container 80% of the browser width*/
	width: 820px; /*85%;*/   
	background: #FFFFFF;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;	 
}

#header 
{
	padding: 0 0px;  
	/* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the 	#header instead of text, you may want to remove the padding. */
	height:60px;
}

.header_blue
{
	background-color: #045476;
} 

#header_red
{
	padding: 0 0px;  
	/* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the 	#header instead of text, you may want to remove the padding. */
	height:60px;
	/* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the 	#header instead of text, you may want to remove the padding. */
	background-color: #750407;
} 

#header .logo, #header_red .logo
{
	font-size:30px;
	color:white;
	height:60px;
	margin-left:30px;
	padding-top:10px;
	float:left;
}

#header .logo a, #header_red .logo a
{
	color:white;
}

#header  h1, #header_red h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}


#header_links a{
	color: #CCCCCC;
	font-size: small;
}

#header_links a:hover{
	color: #FFFFFF;
	font-size: small;
	text-decoration: underline;
}

.header_login
{
	color:white;
	font-size:16px;
	font-weight:bold;
	margin-right:20px;
	margin-left:20px;
}

#container_full
{
	clear:both;

}

/* --------------------------------------------------------- */
/* Main Menu 
/* --------------------------------------------------------- */

#navbar
{
	position:relative;
	background:#003366;
	height:30px;
}

#navbar .menu_left
{
	position:absolute;
	/*overflow: hidden;*/
	/*border-bottom: 1px solid black; bottom horizontal line that runs beneath tabs*/
	 height:30px;
	 float:left;
}

#navbar .menu_right
{
	position:absolute;
	right:0px;
	float:right;
}

#navbar ul
{
	margin: 0;
	padding: 0;
	padding-left: 0px; /*offset of tabs relative to browser left edge*/
	font: 12px Verdana;
	list-style-type: none;
	height:30px;
	text-align:center;
}

#navbar li
{
	display: inline;
	margin: 0;
}

#navbar li a
{
	float: left;
	display: block;
	text-decoration: none;
	margin: 0;
	padding: 8px 8px; /*padding inside each tab*/
	/*border-right: 1px solid white; right divider between tabs*/
	color: white;
	background: #003366; /*background of tabs (default state)*/
}

#navbar li a:visited
{
	color: white;
}

#navbar li a:hover, #navbar  li.selected a
{
	background: #4792E6; /*background of tabs for hover state, plus tab with "selected" class assigned to its LI */
	/*
	height:30px;
	*/
}

/* ----------------------------------------------------- */
/* GENERAL  */
/* ----------------------------------------------------- */

#container 
{
	float: left;
	position: relative;
	float: left;
	margin-left: 20px;
}

.smallwidth
{
	width:495px;
}

.mediumwidth
{
	/*width:675px;*/
	width:720px;
}

.fullwidth
{
	width:710px;
}

#container h2, #container_index h2, #container_stage h2
{
	color:#9A0E0E;
	font-size:18px;
}

#container_public
{
	padding-left:5px;
padding-right:10px;
/*	
background:red;
	*/
	float:right;
	position:relative;
}

/* 
------------------------------------------------------
BANNER
--------------------------------------------------------- 
*/

#welcomebox
{
	margin-top:5px;
	margin-bottom:5px;
	padding:5px;
	width:600px;
	color: #FFFFFF;
	
	margin-top:15px;	
	/*
	background:white;
	*/
	background:#96C231;
	/*
	color:gray;
	*/
	-moz-border-radius: 12px 12px 12px 12px;
	border-radius: 12px 12px 12px 12px;
	padding:5px 15px 15px 15px;
}

#welcomebox h2
{
	margin-left:25px;
	font-size:16px;
}

#welcomebox p
{
	font-size:16px;
	margin-bottom:10px;
	color:#FFFFFF;
}

#welcomebox li
{
	margin-left:25px;
	font-size:16px;
}

.msgbanner
{
	background:yellow;
	padding:20px;
	display: block;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	width:90%;
}



.standard h1
{
	font-size: 12px;
}
/* ----------------------------------------------------------
/* Sidebar */
/* ---------------------------------------------------------- */

#groupies_updatelist
{
	/*
	width:50%;
	*/
}

#sidebar_left
{
	float:left;
	width:190px;
	background-color:#FFFFFF;
	padding: 5px;
}

#sidebar_right
{
	float:right;
	/*
	width:320px;
	*/
	
	width:220px;
	padding:0em;
	background-color:#FFFFFF /* 
	float: right;
	
	position:relative;
	/*Width of right column in pixels*/;
}

#sidebar_right_vote{
	float:right;
	/*
	width:320px;
	*/
	width:245px;
	padding:0em;
	background-color:#FFFFFF /* 
	float: right;
	
	position:relative;
	/*Width of right column in pixels*/;
}

#sidebar_left_public
{
	margin-left:10px;	
	width:200px;
}

/*
-------------------------------------------------
 PoP Button
-------------------------------------------------

Vote Page
*/

.entry-rating_vote 
{
	width:60px;
	color:white;
	/*
	position:absolute;
	top:0;
	right:0;
	*/
	font-size:24px;
	text-align:center;
	line-height:35px;
	background-color: #006699;
}


/*
 index, top
*/

.main_title
{
	margin-top:0px;
	margin-bottom:5px;
	padding:10px;
	color:white;
	font-weight:bold;
	/*
	background-color: #FFFFFF;
	*/
}

#citytitle
{
    -moz-border-radius: 3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px;
    /*
	background: none repeat scroll 0 0 transparent;
    */
	font: 16px "Lucida Grande",Arial,Sans-serif;
    margin-left: 2px;
    padding: 3px 5px;
	background:#fff;
	/*
	color:#27b;
	*/
	text-decoration:none;
	font-weight:bold;
}

.entry-rating 
{
	width:60px;
	color:white;
	
	position:absolute;
	/*
	position:relative;
	*/
	top:0;
	right:0;
	font-size:24px;
	text-align:center;
	line-height:35px;
	background-color: #006699;
}

.popbutton, .popbutton_top
{
	margin:0px;
	padding:0px;
	background-color: #000066;
	font-size:14px;
}

.popbutton a
{
	margin:0px;
	padding:0px;
	color:white;
	text-decoration:none;
}


.popbutton a:hover
{
	text-decoration: underline;
}

.popclick, .popclick_popd
{
	margin:0px;
	padding:10px;
	font-size:14px;
}

.popclick a, .popclick_popd a
{
	margin:0px;
	padding:10px;
	text-decoration: none;
}

.popclick a:hover, .popclick_popd a:hover
{
	margin:0px;
	text-decoration: underline;
}

/*
sidebar rating button
*/

.sentry-rating_vote
{
	width:40px;
	height:27px;
	color:white;
	font-size:12px;
	text-align:center;
	line-height:27px;
	background-color: #006699;
}


.sentry-rating 
{
	width:40px;
	height:27px;
	color:white;
	position:absolute;
	top:0;
	right:0;
	font-size:12px;
	text-align:center;
	line-height:27px;
	background-color: #006699;
}

.sentry-rating a 
{
	color:#FFFFFF;
	line-height:27px;
	text-align:center;
}

.spopbutton
{
	margin:0px;
	padding:0px;
	background-color: #000066;
}

.spopbutton a
{
	margin:0px;
	padding:0px;
	color:white;
	text-decoration:none;
}


.spopbutton a:hover
{
	text-decoration: underline;
}

.spopclick, .spopclick_popd
{
	margin:0px;
	padding:10px;
	font-size:12px;
}

.spopclick a, .spopclick_popd a
{
	margin:0px;
	padding:10px;
	text-decoration: none;
}

.spopclick a:hover, .spopclick_popd a:hover
{
	margin:0px;
	text-decoration: underline;
}

/* 
Main Menu City Dropdown. Submit your Photo button in left column 
*/

div.submitYourPhoto 
{
	width:206px;
	height:27px;
	margin:10px auto;
	padding:0;
}

a.btnSubmitYourPhoto 
{
	display:block;
	width:206px;
	height:27px;
	text-indent:-9999px;
	text-decoration:none;
	background-image: url(file:///C|/xampp/htdocs/areyoupop/images/upload_button.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}

a.btnSubmitYourPhoto:hover 
{
	background:url(file:///C|/xampp/htdocs/areyoupop/images/upload_button.png) no-repeat 0 -27px;
}

/* ----------------------------------------------------------
/* Page Elements
/* ---------------------------------------------------------- */

#page-title{
	/* 
	position:relative; 
	background:#069 url(https://www.linkedin.com/img/sprite/sprite_sectionheader_v2.png) repeat-x 0 100%;
	*/
	float:right;
	width:79.5%;
	padding:10px 15px 0;
	margin-bottom:-1px;
	display:block;
	/*
	height:1%;	background-color: #069;
	*/
}

/* ----------------------------------------------------------
/* Login
/* ----------------------------------------------------------*/

#topsection h1
{
	margin: 0;
	padding-top: 15px;
}

#rightcolumn{
	float: left;
	width: 200px; /*Width of right column in pixels*/
	margin-left: -200px; /*Set left margin to -(RightColumnWidth) */
	background: #FDE95E;
}

#footer{
	background:#DDDDDD;
	height: 80px;
	color: #CCCCCC;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	clear : both;
	text-align : center;
	vertical-align:bottom;
}

#footer a{
	color: #FFFF80;
}


* { 
margin:0; padding:0; 
}


#header 
{
	padding: 0 0px;  
	/* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the 	#header instead of text, you may want to remove the padding. */
	background-color: #045476;
	height:60px;
} 

#header .logo
{
	font-size:30px;
	color:white;
	height:60px;
	margin-left:30px;
	padding-top:10px;
	float:left;
}

#header .logo a
{
	color:white;
}

#header  h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}


#header_links a{
	color: #CCCCCC;
	font-size: small;
}

#header_links a:hover{
	color: #FFFFFF;
	font-size: small;
	text-decoration: underline;
}

.header_login
{
	color:white;
	font-size:16px;
	font-weight:bold;
	margin-right:20px;
	margin-left:20px;
}

/* --------------------------------------------------------- */
/* Main Menu 
/* --------------------------------------------------------- */

#navbar
{
	position:relative;
	background:#003366;
	height:30px;
}

#navbar .menu_left
{
	position:absolute;
	/*overflow: hidden;*/
	/*border-bottom: 1px solid black; bottom horizontal line that runs beneath tabs*/
	 height:30px;
	 float:left;
}

#navbar .menu_right
{
	position:absolute;
	right:0px;
	float:right;
}

#navbar ul
{
	margin: 0;
	padding: 0;
	padding-left: 0px; /*offset of tabs relative to browser left edge*/
	font: 12px Verdana;
	list-style-type: none;
	height:30px;
	text-align:center;
}

#navbar li
{
	display: inline;
	margin: 0;
}

#navbar li a
{
	float: left;

	display: block;
	text-decoration: none;
	margin: 0;
	padding: 8px 8px; /*padding inside each tab*/
	/*border-right: 1px solid white; right divider between tabs*/
	color: white;
	background: #003366; /*background of tabs (default state)*/
}

#navbar li a:visited
{
	color: white;
}

#navbar li a:hover, #navbar  li.selected a
{
	background: #4792E6; /*background of tabs for hover state, plus tab with "selected" class assigned to its LI */
	/*
	height:30px;
	*/
}

/* ----------------------------------------------------- */
/* GENERAL  */
/* ----------------------------------------------------- */

#container .full
{
	width:95%;
	/* 600px; */
	margin-left:auto;
	margin-right:auto;
}

#container
{
	float: left;
	position: relative;
	float: left;
	margin-left: 20px;
	/*
	width:70%;
	*/
}

#container h1
{
	margin:0 15px;
	font-size:18px;
}

/* ------------------------------------------------------
BANNER SECTION
--------------------------------------------------------- */

.msgbanner
{
	background:yellow;
	padding:20px;
	display: block;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	width:90%;
}

.standard h1
{
	font-size: 12px;
}

/* ----------------------------------------------------------
/* Sidebar Section */
/* ---------------------------------------------------------- */

/*
.banner_area
{
	padding:3px;
}
*/

.banner_area img
{
	border:10px;
	background:black;
	padding:1px;
}

.sidebar_entry
{
	margin-top:5px;
	background-color: #E8E8E8;
}

#sidebar_right .sidebar_title
{
	margin-top:5px;
	margin-bottom:5px;
	padding:5px;
	color:#27b;
	font-weight:bold;
	border-bottom-width: thin;
	border-bottom-color: #CCCCCC;
	border-bottom-style: solid;
}

#groupies_updatelist
{
	/*
	width:50%;
	*/
}

.sentry 
{
	overflow: hidden;
	position:relative;
}

.sidebar_userpic
{
	/*
	with:30px;
	*/
	float:left;
}

.sidebar_userpic img
{	
	border: solid 1px #dfdfca;
	margin: 1px;
	background: #fff;
	width: 48px;
}

.sentry_main
{
	margin-left:62px;
	margin-right:40px;
	text-align:left;
}

.sentry-title 
{
	color: #000033;
	margin: 4px 0 4px 0px;
	font-size: 12px;
	line-height: 1;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	text-decoration: none;
	width:200px;
	text-align:left;
	/*
	background:red;
	*/
}

.sentry-title a 
{
	font-weight: bold;
}

.sentry-title a:hover
{
	font-weight: bold;
	text-decoration: underline;
}

.sentry-link 
{
	color: #000033;
	margin: 4px 0 4px 70px;
	font-size: 12px;
	line-height: 1;
}

.sentry-link a 
{
	font-style: normal;
	text-decoration: none;
}

.sentry-link a:hover
{
	text-decoration: underline;
}

.sentry-tags
{
	font-size:small;
	margin: 4px 0 4px 70px;
}

.sentry-meta 
{
	font-size:10px;
	text-align:left;
}

/* Submit your Photo button in left column */
div.submitYourPhoto 
{
	width:206px;
	height:27px;
	margin:10px auto;
	padding:0;
}

a.btnSubmitYourPhoto 
{
	display:block;
	width:206px;
	height:27px;
	text-indent:-9999px;
	text-decoration:none;
	background-image: url(file:///C|/xampp/htdocs/areyoupop/images/upload_button.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}

a.btnSubmitYourPhoto:hover 
{
	background:url(file:///C|/xampp/htdocs/areyoupop/images/upload_button.png) no-repeat 0 -27px;
}

/* 
--------------------------------------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------------------------------------
  MAIN
--------------------------------------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------------------------------------
*/  

#main
{
	margin-right:300px;
	margin-left:200px;
	width:430px;
	/*
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;	
	background-color: blue;
	#FFFFFF;
	*/
}

#main_vote
{
	margin-right:350px;
	margin-left:200px;
	margin-top:30px;
	width:510px;
	
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;	
/*	
background-color: blue;
	#FFFFFF;
	*/
}	

#main_full
{
	width:100%;
	background:#FFFFFF;
}

/* ----------------------------------------------------------
/* Page Elements
/* ---------------------------------------------------------- */

#page-title{
	/* 
	position:relative; 
	background:#069 url(https://www.linkedin.com/img/sprite/sprite_sectionheader_v2.png) repeat-x 0 100%;
	*/
	float:right;
	width:79.5%;
	padding:10px 15px 0;
	margin-bottom:-1px;
	display:block;
	/*
	height:1%;	background-color: #069;
	*/
}

/* ----------------------------------------------------------
/* Login
/* ----------------------------------------------------------*/

.login_form
{
	padding:50px;
	border: thin solid #CCCCCC;
}

.login_label
{
	/*display:block;
	
	background:yellow;
	*/
	width:200px;
	line-height:1.5;
	
}


.login_button
{
	background:#39c url(https://www.linkedin.com/img/bg/bg_btn_500x52.png) no-repeat;
	text-decoration:none;
}

/*
.login h1{font-size:160%;}
.login .loginform h3{font-size:180%;margin-bottom:10px;color:#666;}
.login .loginform h4{font-size:130%;margin-bottom:15px;}
.login .loginform p{margin-bottom:6px;font-size:120%;}
.login .loginform p.action{padding-left:94px;_padding-left:98px;}
.login .form-guest .loginform{width:310px;margin:35px 30px 0 0;background:#EEE;float:right;-moz-border-radius:5px;-webkit-border-radius:5px;padding:15px 10px 10px;*padding-top:20px;_margin-right:15px;}
.login .form-guest .forgotpwd{font-size:110%;text-align:right;}
.login .guest-msg{width:350px;float:left;}
.login .guest-msg h2{color:#C60;font-weight:bold;font-size:240%;margin-bottom:15px;}

.login li
{
	margin:0 0 10px 20px;
	padding:2px 0 5px 0;
	list-style-type: none;
}
.login .guest-msg .copy{font-size:130%;margin:0 0 15px 15px;}
.login .form-member{margin:45px 0;padding-left:230px;width:325px;}
.login .form-member .forgotpwd{width:325px;font-size:110%;text-align:right;}
.login .not-registered{clear:both;font-size:130%;text-align:center;padding-top:30px;*padding-top:10px;}
*/




/* -------------------------------------- */


select{  font-family: Verdana, arial, helvetica, sans-serif;	font-size: 8pt; 	color: #000000; 	height: 25px;     }

/*
textarea { font-family: Verdana, arial, helvetica, sans-serif; 	   font-size: 8pt; 	   color: #000000; 	   background-color: #fafafa; 	   border: 1px solid #cccccc;	 }
*/

#border2 {border: 0px #DCDCDC solid;}

#a_border1 {border-left: 2px #ffffff solid;}

#border_blue {border: 1px #E2E8ED solid;}


#border_dblue {border: 1px #B9CBD9 solid;}

#header_top{
	height: 30px;
}

.input2{  font-family: Verdana, arial, helvetica, sans-serif; 	font-size: 8pt; 	color: #8AA5B6; 	background-color: #E9EFF4; 	border: 1px solid #BACEDA; 	height: 18px;	font-weight: bold;     }

.login_menu{
	
	font-family: verdana, arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: none;
	padding-left: 15px;
	color: #FFFFFF;
}

#menu_login
{
	background: red;
	height:100px;
	margin-left:auto;
	margin-right:auto;
}

.menu_login_register
{
	float:left;
}

.menu_login_logo
{
	float: left;
}

.menu_login_form
{
	float: right;
	padding:5px;
	margin-top:2px;
	width:350px;
}

.menu_login_form img
{
	margin-right:30px;
}

.log_text
{
	width:100px;
	float:right;
	margin-top:15px;
}

.log_text a
{
	color:white;
	font-weight:bold;
	text-decoration: none;
	
}

.log_text a:hover
{
	text-decoration: underline;	
}

.login_menu a:hover{
	text-decoration: underline;
}

.login_ok{
	font-family: Verdana, arial, helvetica, sans-serif;
	font-size: 8pt;
	color: #FFFFFF;
	background-color: #5555DD;
	border: 1px solid #ffffff;
	font-weight: bold;
	width: 68px;
	height: 17px;
}

.login_menu2{
	font-family: verdana, arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: none;
	padding-left: 15px;
	background-image: url(file:///C|/xampp/htdocs/areyoupop/pic/t_meny.jpg);
	background-repeat: repeat-x;
}

.left_menu 
{
	width: 200px;
	background-color: #999999;
	border: 1px #ffffff solid;
}

.menu_link 
{
	background-image: url(file:///C|/xampp/htdocs/areyoupop/pic/l_button.gif);
	font-family: verdana, arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0A5B97;
	font-weight: bold;
	line-height: 25px;
	padding-left: 17px;
}

.menu_bg { background-repeat: no-repeat; width: 102px; height: 8px;}

/* 
-------------------------------------------------------------
 Sub Navigation 
-------------------------------------------------------------
*/
#menusub
{
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	clear: both;
	background: #4792E6;;
	float: left;
	position:relative;
	min-height:30px;
	margin: 0;
	padding: 0;
}

.menusub_list ul
{
	margin: 0;
	padding: 0;
}

.menusub_list li
{
	display: inline;
	list-style:none;
}

.menusub_list li a
{
	float: left;
	color: #FFFFFF;
	padding: 5px 11px;
	text-decoration: none;
}

.menusub_list li a:visited
{
	color: #FFFFFF;
}

.menusub_list li a:hover, .menusub_list li .selected
{
	color: #E5E5E5 !important;
	padding-top: 5px;
	padding-bottom: 5px;
	background: #888888;
}

/*
------------------------------------------------
FOOTER SECTION					*
------------------------------------------------
*/

.footer
{
	height:200px;
	background:#999999;
}

.footer ul
{

}

.footer li
{
	clear:both;
}

#footerbg 
{
	background: #1A4E88;
}

.footerleft 
{
	width: 700px;
	float: left;
	margin: 0px;
	padding: 8px 0px 8px 0px;
}

.footerright 
{
	width: 250px;
	float: right;
	margin: 0px;
	padding: 8px 0px 8px 0px;
	text-align: right;
}

.col
{ 
	float:left;
	width:180px;
	padding-right:30px;
	margin-right:30px;
}	

	
/* Comments Form
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.comments-form { background: #e1f4fc; padding: 20px; margin: 10px 0px;}
.comments-form h3 { color:#272d36; font: normal 28px/28px "Arial"; letter-spacing: -1px; padding-bottom: 5px; margin-bottom: 5px; border-bottom: solid 1px #c5e1ed; }
.comments-form p { padding: 7px 0px; color:#808080;}
.comments-form .required { font-weight: normal; color:#ff0000;}
.comments-form input { padding: 5px; width: 210px; margin-right: 7px; }
.comments-form input.formid { border: 1px solid #a8d3e4; background: #fff url(file:///C|/xampp/htdocs/areyoupop/styles/images/form-name-bkg.png) no-repeat left; padding: 5px 5px 5px 40px;}
.comments-form input.formemail { border: 1px solid #a8d3e4; background: #fff url(file:///C|/xampp/htdocs/areyoupop/styles/images/form-email-bkg.png) no-repeat left; padding: 5px 5px 5px 40px;}
.comments-form input.formuri { border: 1px solid #a8d3e4; background: #fff url(file:///C|/xampp/htdocs/areyoupop/styles/images/form-uri-bkg.png) no-repeat left; padding: 5px 5px 5px 40px;}

/*
.comments-form textarea { border: 1px solid #a8d3e4; background: #fff; padding: 4px; width: 97%;}
*/
.comments-form .button { border: 1px solid #a8d3e4; background: url(file:///C|/xampp/htdocs/areyoupop/styles/images/button-post-comment.png) no-repeat left; color:#fff; width: auto; font-size: 11px; font-weight: bold; padding: 4px 6px 4px 38px;}


.sisu_paigutus  { background-color:#ffffff; 		  width:700px; float:left;		}

.sisu_paigutus2  { padding-left: 15px;		   padding-top: 10px;		}

.top_hinne { background-color: #EBF1F6;	     border: 0px #B9CBD9 solid;	     height: 14px;	     font-family: verdana, arial, Helvetica, sans-serif; 	     font-size: 11px; 	     color: #0074C1; 	     font-weight: bold;	     text-align: center;	   }

.top_user { font-family: verdana, arial, Helvetica, sans-serif; 	    font-size: 11px; 	    color: #0074C1; 	    font-weight: bold;	    text-align: center;	  }

p { font-family: verdana, arial, Helvetica, sans-serif;      font-size: 12px;      color: #404040;     font-weight: none;     padding-left: 10px;     padding-top: 10px;   }

.text_tavaline  { font-family: verdana, arial, Helvetica, sans-serif; 	  	  font-size: 12px; 	  	  color: #404040;	    	  line-height: 16px;		}

/*
.tavaline_text_bold  { font-family: verdana, arial, Helvetica, sans-serif; 	  	  font-size: 12px; 	  	  color: #707070;	    	  line-height: 16px;		  font-weight: bold;		}
*/

/*
.text_suur { font-family: verdana, arial, Helvetica, sans-serif; 	     font-size: 16px; 	     color: #295DDE;	     font-weight: bold;	     line-height: 24px;	   }
*/

.text_profiil { font-family: verdana, arial, Helvetica, sans-serif; 	        font-size: 12px; 	        color: #404040;	        line-height: 26px;		width: 150px;		padding-left: 15px;	      }

.text_profiil2 { font-family: verdana, arial, Helvetica, sans-serif; 	        font-size: 12px; 	        color: #404040;	        line-height: 26px;		padding-left: 15px;	      }

/*
.text_sinine { font-family: verdana, arial, Helvetica, sans-serif; 	        font-size: 12px; 	        color: #7F9DB3;		font-weight: bold;	        line-height: 20px;		padding-left: 10px;	      }
*/

/*
.avaleht_text_p { font-family: verdana, arial, Helvetica, sans-serif; 	     	  font-size: 14px; 	     	  color: #505050;	     	  font-weight: bold;	     	  padding-left: 35px; background-image: url(file:///C|/xampp/htdocs/areyoupop/pic/top_bg_y.bmp); background-repeat: no-repeat;}
*/

/*
.avaleht_text_p2 { font-family: verdana, arial, Helvetica, sans-serif; 	     	  font-size: 14px; 	     	  color: #505050;	     	  font-weight: bold;	     	  padding-left: 0px;		}
*/

/*
.avaleht_text_b { font-family: verdana, arial, Helvetica, sans-serif; 	     	  font-size: 12px; 	     	  color: #505050;	     	  font-weight: bold;	     	  padding-left: 50px;		}
*/

/*
.sms_kommentaar { font-family: verdana, arial, Helvetica, sans-serif; 	     	  font-size: 11px; 		  color: #719378;	     	  font-weight: bold;	     	  padding-left: 10px;		}
*/

/*
.kysitlus_text  { font-family: verdana, arial, Helvetica, sans-serif; 	     	  font-size: 11px; 	     	  color: #0A5B97;	     	  font-weight: bold;		}

.text_online_p  { font-family: verdana, arial, Helvetica, sans-serif; 	     	  font-size: 12px; 		  color: #6692B2;	     	  font-weight: bold;		}

.text_online { font-family: verdana, arial, Helvetica, sans-serif; 	       font-size: 11px; 	       color: #606060;	       font-weight: bold;	     }

*/

.login_menu A        { color:ffffff; text-decoration: none; }

.login_menu A:link   { color:ffffff; text-decoration: none;}

.login_menu A:visited{ color:ffffff; text-decoration: none;}

.login_menu A:hover  { color:000000; text-decoration: none;}



.login_menu2 A        { color:ffffff; text-decoration: none; }

.login_menu2 A:link   { color:ffffff; text-decoration: none;}

.login_menu2 A:visited{ color:ffffff; text-decoration: none;}

.login_menu2 A:hover  { color:000000; text-decoration: none;}



.menu_link  A        { color:ffffff; text-decoration: none; }

.menu_link  A:link   { color:000000; text-decoration: none;}

.menu_link A:visited{ color:000000; text-decoration: none;}

.menu_link A:hover  { color:ffffff; text-decoration: none;}



#logo {background-image: url(file:///C|/xampp/htdocs/areyoupop/pic/logo.jpg); background-repeat: no-repeat;}





#reg_dot {background-image: url(file:///C|/xampp/htdocs/areyoupop/pic/punkt.png); background-repeat: no-repeat; height: 6px; width: 6px; position:relative; float: left; top: 5px;}

#div_float_left {
	float: left;
}

#div_float_center {float: center;}







#bgcolor_white {background-color: #ffffff;  }

#a_bg_blue {background-color: #E2EAF0;}

#a_bg_dblue {background-color: #CBDAE3;}

#a_bg_green {background-color: #C6DDCB;}

#bg_dblue {background-color:E2E8ED;}

#bg_blue {background-color:F6F8FA;}

#bg_grey {background-color:fafafa;}

#bg_blue2 {background-color:EEF2F5;}



#a_top_bg_a {background-image: url(file:///C|/xampp/htdocs/areyoupop/pic/top_bg_a.gif); background-repeat: no-repeat;}



#a_poll_icon {background-image: url(file:///C|/xampp/htdocs/areyoupop/pic/h22letus.gif); background-repeat: no-repeat; height: 21px; width: 21px;}

#a_poll_v {background-image: url(file:///C|/xampp/htdocs/areyoupop/pic/h22letus_v.png); background-image: no-repeat; width: 3px; height: 14px;}

#a_poll_k {background-image: url(file:///C|/xampp/htdocs/areyoupop/pic/h22letus_k.png); background-repeat: repeat-x;}

#a_poll_p {background-image: url(file:///C|/xampp/htdocs/areyoupop/pic/h22letus_p.png); background-repeat: no-repeat; width: 3px; height: 14px;}

#a_poll_bg_a {background-image: url(file:///C|/xampp/htdocs/areyoupop/pic/h22letus_bg_a.gif); background-repeat: no-repeat;}



#a_lpic_top {background-color: #D1DDE5; border-bottom: 1px #ffffff solid;}

#a_lpic_icon {background-image: url(file:///C|/xampp/htdocs/areyoupop/pic/viimatil_icon.gif); background-repeat: no-repeat; height: 21px; width: 22px;}

#a_lpic_bg_a {background-image: url(file:///C|/xampp/htdocs/areyoupop/pic/viimatil_bg_a.gif); background-repeat: no-repeat;}



#a_sms_top {background-color: #C6DDCB; border-bottom: 1px #ffffff solid;}

#a_sms_icon {background-image: url(file:///C|/xampp/htdocs/areyoupop/pic/sms_icon.png); background-repeat: no-repeat; height: 27px; width: 15px;}

#a_sms10_icon_g {background-image: url(file:///C|/xampp/htdocs/areyoupop/pic/sms_10.gif); background-repeat: no-repeat; width: 49px; height: 25px;}

#a_sms10_icon_b {background-image: url(file:///C|/xampp/htdocs/areyoupop/pic/sms_10_s.gif); background-repeat: no-repeat; width: 48px; height: 25px;}

#a_sms_bg_a {background-image: url(file:///C|/xampp/htdocs/areyoupop/pic/sms_bg_a.gif); background-repeat: no-repeat;}



#user_icon {background-image: url(file:///C|/xampp/htdocs/areyoupop/pic/user.gif); background-repeat: no-repeat; width: 16px; height: 16px; float: left;}

#user_icon_c {background-image: url(file:///C|/xampp/htdocs/areyoupop/pic/user.gif); background-repeat: no-repeat; width: 16px; height: 16px; float: center;}

#user_icon2 {background-image: url(file:///C|/xampp/htdocs/areyoupop/pic/user.gif); background-repeat: no-repeat; width: 16px; height: 16px; padding-left: 25px; padding-bottom: 6px; font-family: verdana, arial, Helvetica, sans-serif;font-size: 16px; 	     color: #0B5A95;	     font-weight: bold;}

#user_icon3 {background-image: url(file:///C|/xampp/htdocs/areyoupop/pic/user_o.gif); background-repeat: no-repeat; width: 16px; height: 16px; padding-left: 25px; padding-bottom: 6px; font-family: verdana, arial, Helvetica, sans-serif;font-size: 16px; 	     color: #295DDE;	     font-weight: bold;}

#user_icon4 {background-image: url(file:///C|/xampp/htdocs/areyoupop/pic/user.gif); background-repeat: no-repeat; height: 16px; padding-left: 18px;}



#no_pic {background-image: url(file:///C|/xampp/htdocs/areyoupop/pic/puudub.png); background-repeat: no-repeat; width: 120px; height: 120px;}

#no_pic2 {background-image: url(file:///C|/xampp/htdocs/areyoupop/pic/puudub2.png); background-repeat: no-repeat; width: 120px; height: 120px;}



#kiri_icon {background-image: url(file:///C|/xampp/htdocs/areyoupop/pic/kiri.png); background-repeat: no-repeat; width: 120px; height: 14px; padding-left: 25px; padding-bottom: 6px; font-family: verdana, arial, Helvetica, sans-serif;font-size: 16px; 	     color: #295DDE;	     font-weight: bold;	  }



#pic_del {background-image: url(file:///C|/xampp/htdocs/areyoupop/pic/delete.gif); background-repeat: no-repeat; height: 16px; width: 16px; float: left;}

#pic_add {background-image: url(file:///C|/xampp/htdocs/areyoupop/pic/add.gif); background-repeat: no-repeat; height: 16px; width: 16px; float: left;}

#pic_love {background-image: url(file:///C|/xampp/htdocs/areyoupop/pic/love2.gif); background-repeat: no-repeat; height: 21px; width: 350px; padding-left: 24px;}

#pic_love2 {background-image: url(file:///C|/xampp/htdocs/areyoupop/pic/love3.gif); background-repeat: no-repeat; height: 21px; padding-left: 18px;}

#pic_friend_y {background-image: url(file:///C|/xampp/htdocs/areyoupop/pic/friend_yes.png); background-repeat: no-repeat; height: 15px; width: 350px; padding-left: 24px;}

#pic_friend {background-image: url(file:///C|/xampp/htdocs/areyoupop/pic/friend.gif); background-repeat: no-repeat; height: 18px; width: 350px; padding-left: 24px;}

#pic_to {background-image: url(file:///C|/xampp/htdocs/areyoupop/pic/to.gif); background-repeat: no-repeat; height: 21px; width: 260px; padding-left: 24px; padding-top: 3px;}

#pic_from {background-image: url(file:///C|/xampp/htdocs/areyoupop/pic/from.gif); background-repeat: no-repeat; height: 21px; width: 260px; padding-left: 24px; padding-top: 3px;}

#rated24 {background-image: url(file:///C|/xampp/htdocs/areyoupop/pic/rated24.gif); background-repeat: no-repeat; height: 16px; width: 360px; padding-left: 20px; padding-top: 3px;}

#watch1 {background-image: url(file:///C|/xampp/htdocs/areyoupop/pic/watch2.gif); background-repeat: no-repeat; height: 16px; width: 360px; padding-left: 22px; padding-bottom: 5px;}

#watch2 {background-image: url(file:///C|/xampp/htdocs/areyoupop/pic/watch1.gif); background-repeat: no-repeat; height: 16px; width: 360px; padding-left: 22px;}

#friends1 {background-image: url(file:///C|/xampp/htdocs/areyoupop/pic/friends1.gif); background-repeat: no-repeat; height: 16px; width: 360px; padding-left: 28px;}

#friends2 {background-image: url(file:///C|/xampp/htdocs/areyoupop/pic/friends2.gif); background-repeat: no-repeat; height: 16px; width: 360px; padding-left: 28px; padding-bottom: 5px;}

#community {background-image: url(file:///C|/xampp/htdocs/areyoupop/pic/community.gif); background-repeat: no-repeat; height: 18px; width: 360px; padding-left: 21px;}

#vip {background-image: url(file:///C|/xampp/htdocs/areyoupop/pic/vip.gif); background-repeat: no-repeat; height: 18px; padding-left: 18px;}

#vip_text {font-family: verdana, arial, Helvetica, sans-serif; 	        font-size: 12px; 	        color: #404040; line-height: 18px; padding-left: 15px; width: 350px;}

#lastonline {background-image: url(file:///C|/xampp/htdocs/areyoupop/pic/lastonline.gif); background-repeat: no-repeat; height: 16px; padding-left: 18px; font-family: verdana, arial, Helvetica, sans-serif; 	        font-size: 12px; 	        color: #404040;}

#rega {background-image: url(file:///C|/xampp/htdocs/areyoupop/pic/rega.gif); background-repeat: no-repeat; height: 16px; padding-left: 18px; font-family: verdana, arial, Helvetica, sans-serif; 	        font-size: 12px; 	        color: #404040;}



#sod_1 {background-image: url(file:///C|/xampp/htdocs/areyoupop/pic/h1.gif); background-repeat: no-repeat; height: 16px; width: 16px; float: left; padding-right: 2px;}

#sod_2 {background-image: url(file:///C|/xampp/htdocs/areyoupop/pic/h2.gif); background-repeat: no-repeat; height: 16px; width: 16px; float: left; padding-right: 2px;}

#sod_3 {background-image: url(file:///C|/xampp/htdocs/areyoupop/pic/h3.gif); background-repeat: no-repeat; height: 16px; width: 16px; float: left; padding-right: 2px;}

#sod_4 {background-image: url(file:///C|/xampp/htdocs/areyoupop/pic/h4.gif); background-repeat: no-repeat; height: 16px; width: 16px; float: left; padding-right: 2px;}

#sod_5 {background-image: url(file:///C|/xampp/htdocs/areyoupop/pic/h5.gif); background-repeat: no-repeat; height: 16px; width: 16px; float: left; padding-right: 2px;}

#sod_6 {background-image: url(file:///C|/xampp/htdocs/areyoupop/pic/h6.gif); background-repeat: no-repeat; height: 16px; width: 16px; float: left; padding-right: 2px;}

#sod_7 {background-image: url(file:///C|/xampp/htdocs/areyoupop/pic/h7.gif); background-repeat: no-repeat; height: 16px; width: 16px; float: left; padding-right: 2px;}

#sod_8 {background-image: url(file:///C|/xampp/htdocs/areyoupop/pic/h8.gif); background-repeat: no-repeat; height: 16px; width: 16px; float: left; padding-right: 2px;}

#sod_9 {background-image: url(file:///C|/xampp/htdocs/areyoupop/pic/h9.gif); background-repeat: no-repeat; height: 16px; width: 16px; float: left; padding-right: 2px;}

#sod_10 {background-image: url(file:///C|/xampp/htdocs/areyoupop/pic/h10.gif); background-repeat: no-repeat; height: 16px; width: 16px; float: left; padding-right: 2px;}

#sod_11 {background-image: url(file:///C|/xampp/htdocs/areyoupop/pic/h11.gif); background-repeat: no-repeat; height: 16px; width: 16px; float: left; padding-right: 2px;}

#sod_12 {background-image: url(file:///C|/xampp/htdocs/areyoupop/pic/h12.gif); background-repeat: no-repeat; height: 16px; width: 16px; float: left; padding-right: 2px;}



#friend_y {background-image: url(file:///C|/xampp/htdocs/areyoupop/pic/friend_yes.png); background-repeat: no-repeat; height: 15px; padding-left: 17px; }

#friend_n {background-image: url(file:///C|/xampp/htdocs/areyoupop/pic/friend_no.png); background-repeat: no-repeat; height: 15px; padding-left: 17px; }

#friend_0 {background-image: url(file:///C|/xampp/htdocs/areyoupop/pic/friend_0.png); background-repeat: no-repeat; height: 16px; padding-left: 18px; }



#tabel1 {background-color:#FBFCFD; border: 1px #E2E8ED solid; vertical-align:middle}

#tabel2 {background-color:#EEF2F5; border: 1px #B9CBD9 solid;}

#tabel3 {background-color:#fafafa; border: 1px #cccccc solid;}

#tabel4 {background-color:#FBFCFD; border: 1px #cccccc solid;}



#text {font-family: verdana, arial, Helvetica, sans-serif; 	        font-size: 12px; 	        color: #404040;}



#box_color {background-color: #F6F7FA;}

#box_bg1 {background-image: url(file:///C|/xampp/htdocs/areyoupop/pic/box_bg1.png); background-repeat: no-repeat; height: 5px; width: 5px;}

#box_bg2 {background-image: url(file:///C|/xampp/htdocs/areyoupop/pic/box_bg2.png); background-repeat: no-repeat; height: 5px; width: 5px;}

#box_bg3 {background-image: url(file:///C|/xampp/htdocs/areyoupop/pic/box_bg3.png); background-repeat: no-repeat; height: 5px; width: 5px;}

#box_bg4 {background-image: url(file:///C|/xampp/htdocs/areyoupop/pic/box_bg4.png); background-repeat: no-repeat; height: 5px; width: 5px;}



#a_searchbar_bg {background-image: url(file:///C|/xampp/htdocs/areyoupop/pic/a_search_bg.jpg); background-repeat: no-repeat; height: 22px; width: 15px;}

#a_searchbar_bgcolor {background-image: url(file:///C|/xampp/htdocs/areyoupop/pic/a_search_bg2.jpg); background-repeat: repeat-x; font-family: verdana, arial, Helvetica, sans-serif; 	  	  font-size: 12px; 	  	  color: #404040;}


/* 
-------------------------------------------------------------------------
-------------------------------------------------------------------------
 Navigation 
-------------------------------------------------------------------------
-------------------------------------------------------------------------
*/

ul.paging
{
	margin:0px;
	padding:0px;
	list-style:none;
}
ul.paging li
{
	margin:0px;
	padding:0px;
	float:left;
}
ul.paging li a
{
	float:left;
	padding:5px;
	margin-right:5px;
	border:solid 1px #000099;
	text-decoration:none;
	background:#FFFFFF;
	color:#000099;
}
ul.paging li.paging-active a, ul.paging li a:hover
{
	background:#000099;
	color:#FFFFFF;
}
ul.paging li.paging-disabled a, ul.paging li.paging-disabled a:hover
{
	cursor:default;
	background:#FFFFFF;
	border:solid 1px #BBBBBB;
	color:#BBBBBB;
}
ul.paging li.paging-current
{
	padding:5px;
	margin-right:5px;
	border:solid 1px #000099;
	background:#FFFFFF;
	color:#000099;
}

/*

ul.paging
{
	margin:0px;
	padding:0px;
	list-style:none;
}
ul.paging li
{
	margin:0px;
	padding:0px;
	float:left;
}
ul.paging li a
{
	float:left;
	padding:5px;
	margin-right:5px;
	border:solid 1px #000099;
	text-decoration:none;
	background:#FFFFFF;
	color:#000099;
}
ul.paging li.paging-active a, ul.paging li a:hover
{
	background:#000099;
	color:#FFFFFF;
}
ul.paging li.paging-disabled a, ul.paging li.paging-disabled a:hover
{
	cursor:default;
	background:#FFFFFF;
	border:solid 1px #BBBBBB;
	color:#BBBBBB;
}
ul.paging li.paging-current
{
	padding:5px;
	margin-right:5px;
	border:solid 1px #000099;
	background:#FFFFFF;
	color:#000099;
}

*/

/************************************************

*	Footer  									*

************************************************/

#footer {
	background:#DDDDDD;
	height: 30px;
	color: #CCCCCC;
	padding: 0px;
	/* background-color: #333333; */
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	clear : both;
	text-align : center;
	vertical-align:bottom;
} 

#footer  p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}


#footer li{

	float: left;

}

#footer ul {

	margin: 0px;

	padding: 0px;

	list-style: none;

	}

#footer a {

	color: #FFFFFF;

	display: block;

	font-size: 11px;

    font-weight: bold;

    text-transform: uppercase;

    margin: 0px 15px 0px 0px;

	padding: 8px 10px 8px 10px;

	text-decoration: none;

	}

	
#footer a:hover {

	background: #4A7EB8;

	color: #FFFFFF;

	display: block;

	text-decoration: none;

    margin: 0px 15px 0px 0px;

	padding: 8px 10px 8px 10px;

	}



#footer li {

	float: left;

	margin: 0px;

	padding: 0px;

	list-style-image: url(file:///C|/xampp/htdocs/areyoupop/pic/(URL) );

	}

	

#footer li li a, #nav li li a:link, #nav li li a:active, #nav li li a:visited 
{
	background: #4A7EB8;
	color: #FFFFFF;
	width: 140px;
	font-size: 10px;
	float: none;
	margin: 0px;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	text-decoration: none;
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 8px;
	padding-left: 10px;
	}

#footer a {

	color: #FFFFFF;

	text-decoration: none;

	}

	

#footer a img {

	border: none;

	margin: 0px;

	padding: 0px;

	}




#footer a:hover {

	color: #FFFFFF;

	text-decoration: underline;

	}
	
/* 
----------------------------------------------------------------
Vote
----------------------------------------------------------------
*/

.rank-inset-title
{
	list-style-type: none;
	font-weight: bold;
}

.rank-inset-meta li
{
	list-style-type: none;
	font-size:12px;
}

.rank-inset-meta li a
{
	text-decoration: none;
}

.rank-inset-meta li a:hover
{
	text-decoration: underline;
}

.overlay
{
	-moz-border-radius: 12px 12px 12px 12px;
	padding:10px;
	background-color: silver;
}

#signup-btn a
{
	color: #990000;
	text-align:center;
	text-decoration:none;
	/*
	text-shadow:0 1px 0 #FFEE66;
		font-family: Arial, San-serif;
	*/
	font-size: 18px;
	font-weight: bold;
}

#signup-btn a:hover, #signup-btn a:focus 
{
	/*

		background-position:0 -5px;
	*/
	color:#C40000;
}

#signup-btn a:active 
{
	background-image:none;
}

.vote_title
{
	margin-top:5px;
	margin-bottom:5px;
	padding:5px;
	color:#27b;
	font-weight:bold;
	border-bottom-width: thin;
	border-bottom-color: #CCCCCC;
	border-bottom-style: solid;
}

/* 
--------------------------------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------------------------------
 Stage
--------------------------------------------------------------------------------------------------------------	
--------------------------------------------------------------------------------------------------------------
*/

#stagebox
{
	width:450px;
	height:50px;
	float:left;
	border:#03F 1px solid;
}
.stageclr
{
	clear:both;
}

#stagecontain
{
/*
	border:#999 1px solid;
	width:433px;
	height:auto;
*/
}

#stagebh
{
	
	width:432px;
	height:30px;
	float:left;
	margin-top:5px;
}
#stageih
{
	width:110px;
	float:left;
	margin-top:10px;
	height:auto;
}
#stagebox2
{
	float:left;
	height:auto;
	margin-left:18px;
	margin-top:10px;
	width:304px;
}

#stageund
{
	width:420px;
	margin-left:10px;
	float:left;
	border-bottom:#999 1px solid;
	height:30px;
}

#stageimg1
{
	padding:5px;
	border:#999 1px solid;
}
.stage h1
{
	font-size:14px;
	color:#333;
	font-weight:bold;
	margin:0;
}
.stage img
{
	margin-left:5px;
	margin-bottom:5px;
	margin-top:15px;
}
#stagebox2 p
{
	padding:10px;
	color:#333;
	text-align:justify;
	font-size:12px;
	margin:0;
	font-family:Verdana, Geneva, sans-serif;
	
}

.stageforminput
{
    overflow: hidden;
    width: 300px;
    margin-bottom: 15px;
    margin-left: 50px;
}

.stageforminput input.radio
{
    float: left;
    width: 10px;
}

.stageforminput img
{
    float: right;
}

#stage_submit
{
    background-color:#6178AA;
    color:white;
    /*font-family:Arial,Helvetica,sans-serif;*/
    font-size: 16px;
    font-weight:bolder;
    float:right;
    width:70px;
    height:30px;
}	

.stageform
{
	clear:both;
}

.button 
{
    background-color: orange;
    color: white;
    font-size: 11px;
    line-height: 25px;
    padding-bottom: 4px;
    padding-left: 0;
    padding-right: 0;
    padding-top: 3px;
    
}

.btnsize_medium
{
	width: 65px;
}

.stage_submiturl
{

	border: thin solid #CCCCCC;
}	

.stage_upload
{
	border: thin solid #CCCCCC;
}

/*
----------------------------------------------------------
 Stage Preview
----------------------------------------------------------
*/

.stagepreview_box2
{
	text-align: center;
}

#stagepreview_link
{
	font-size: small;
}

/*
----------------------------------------------------------
 Stage New
----------------------------------------------------------
*/

#stagenew_form
{
	margin-top:5px;
	border: thin solid #CCCCCC;	
	width:100%;
}

.stagenew_url
{
	position:relative;
	height:40px;	
	margin:5px;
}

#button_attach
{
	position:absolute;
	right:1px;
	color:black;
	font-weight: bold;
	height:25px;
	border: 2px;
	border-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #999999;
	border-left-color: #CCCCCC;
}

#button_submit_url_form
{
	position:absolute;
	right:1px;
	bottom:1px;
	color:black;
	font-weight: bold;
	height:25px;
	border:2px;
	border-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #999999;
	border-left-color: #CCCCCC;
}

.stagenew_meta
{
	margin-left:150px;
}

.stagenew_images
{
	/*
	height: 1%;
	*/
	
}

.stagenew_fetch
{
	/* 
	overflow:hidden forces the parent div of the image to 
	calculate the content of the image div and stretch the parent div to fit the image height
	*/
	overflow:hidden;
	position:relative;
}
.col_title
{
	font-size: small;
	font-weight: bold;
}
/*
-------------------------------------------

-------------------------------------------
*/

/*
.main_title
{
	margin-top:5px;
	margin-bottom:5px;
	padding:5px;
	color:#9A0E0E;
	font-weight:bold;
	border-bottom-width: thin;
	border-bottom-color: #CCCCCC;
	border-bottom-style: solid;
}
*/

.entry 
{
	overflow: hidden;
	position:relative;
	min-height:100px;
}

.entry-title 
{
	margin-left:0px;
	color: #000033;
	font-size: 14px;
	line-height: 1;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	text-decoration: none;
}

.entry-title a 
{
	font-weight: bold;
}

.entry-title a:hover
{
	font-weight: bold;
	text-decoration: underline;
}

.entry_main
{
	margin-left:220px;
	margin-right:60px;
}

.entry_main_med
{
	margin-left:170px;
	margin-right:60px;
}

.entry_mainresources
{
	margin-left:220px;
	margin-right:60px;
}

.entry_sidebar
{

}

.entry-link 
{
	color: #000033;
	margin: 4px 0 4px 0px;
	font-size: 12px;
	line-height: 1;
}

.entry-link a 
{
	font-style: normal;
	text-decoration: none;
}

.entry-link a:hover
{
	text-decoration: underline;
}

.entry-tags
{
	font-size:small;
	margin: 4px 0 4px 0px;
}

.entry-meta 
{
	font-size: 12px;
	color: #333333;
	margin: 4px 0 4px 0px;
}

.entry-meta a 
{
	font-size: 15px;
	font-family: Helvetica, Arial, sans-serif;
	font-style: normal;
}

.entry-meta a:hover
{
	text-decoration: underline;
}

.entry-body 
{
	margin-left: 0px;
	font-size:14px;
}

.btn_delete
{
	cursor:pointer;
}

.delete_button
{
	position: absolute;
	bottom:1px;
	right:1px;
}

.delete_button input
{
	height:25px;
	width:80px;
	background:#ECECEC;
	-moz-border-radius: 8px 8px 8px 8px;
	border-radius: 8px 8px 8px 8px;
	margin:5px;
}

.save_button
{
	/*
	position: absolute;
	bottom:1px;
	right:1px;
	*/
}

.save_button input
{
	height:25px;
	width:80px;
	background:#ECECEC;
	-moz-border-radius: 8px 8px 8px 8px;
	border-radius: 8px 8px 8px 8px;
	
}

.button_clearcity
{
	/*
	position: absolute;
	bottom:1px;
	right:1px;
	*/
	
	float:right;
}

.button_clearcity input
{
	height:25px;
	width:60px;
	background:#ECECEC;
	-moz-border-radius: 8px 8px 8px 8px;
	border-radius: 8px 8px 8px 8px;
	margin-left:5px;
	cursor: pointer;
}

.button_register
{
	/*
	position: absolute;
	bottom:1px;
	right:1px;
	*/
}

.button_register input
{
	height:25px;
	width:80px;
	background:#ECECEC;
	-moz-border-radius: 8px 8px 8px 8px;
	border-radius: 8px 8px 8px 8px;
	
}

/* --------------------------	
/* Intro
/* -------------------------- */

#intro 
{
	/*overflow: hidden;*/
	height:230px;
	margin:10px;
}

.intro_sub_left 
{
	float: left;
	width:450px;
	height:230px;
}

.intro_block {
/*
font: 12px/1 Georgia, "Times New Roman", serif;
*/
color: #aeae9c;
margin: 5px 0 5px 460px;
}

.intro_block li
{
list-style-type: none;
}

.intro_block img
{
float:left;
}

.intro_block h2
{
font-size:16px;
margin-left:60px;
}
.intro_body {
margin-left: 60px;
}

/* - PROFILE page --------------------------- */

.email-notice
{
	background-color:#ffd;
	color:#777;
	text-align:left;
	font-size:11px;
	padding:5px 7px 3px;
}

.profile_textbox
{
	padding:3px;
	/*
	font-size:18px;
	*/
	border:3px #CCC solid;
	
}

.textbox_small
{
	height:20px;
}

.textbox_large
{
	height:30px;
}


#profile_username
{
	padding:3px;
	/*
	font-size:18px;
	*/
	border:3px #CCC solid;
}

#tick, #tickemail
{
	display:none
}

#cross, #crossemail
{
	display:none
}

/* 
-------------------------------------------
 Facebook Styling
-------------------------------------------
*/

#heading
{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:56px;
	color:#CC0000;				
}

.stagenew_wrap{  margin-top:20px; height:500px;}

.stagenew_box{
	padding-top: 5px;
	padding-right: 1px;
	padding-bottom: 5px;
	padding-left: 1px;
}

.stagenew_head{
	padding-left:20px;
	color:#666666;
	font-weight:bold;
	font-size:11px;
	height:17px;
	padding-top:2px;
	width:250px;
	float:left;
	background-image: url(file:///C|/xampp/htdocs/areyoupop/images/link.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
.stagenew_close{ float:left; width:230px;  height:21px;}

.stagenew_closes:hover{
	height:21px;
	background-image: url(file:///C|/xampp/htdocs/areyoupop/images/closeh.png);
	background-repeat: no-repeat;
	background-position: right center;
}

.stagenew_closes{
	width:24px;
	height:21px;
	cursor:pointer;
	background-image: url(file:///C|/xampp/htdocs/areyoupop/images/close.png);
	background-repeat: no-repeat;
	background-position: right top;
}

/*
cursor:pointer;
font-size:13px;
font-weight:bold;
*/

#url{
	font-size:13px;
	/*
	border:solid #339999 1px;
	*/
	height:20px;
	margin-left:7px;
	margin-right:0px;	
	overflow:hidden;
}

#attach{
	font-size:13px;
	font-weight:bold;
	border:solid #339999 1px;
	height:24px;
	margin-left:0px;
	overflow:hidden;
	cursor:pointer;
	padding-bottom:2px;
}
.stagenew_images{width:100px; height:100px; float:left; margin-right:8px;}

.stagenew_info{ width:360px; height:200px; float:left;}
#loader{ margin:16px 7px 7px 7px;}

.title{ font-size:11px; font-weight:bold; cursor:pointer; }

.url{ font-size:11px; padding:3px;}
.fetch_desc{ font-size:12px; margin-top:5px; cursor:pointer; }

.title:hover{ background-color:#FFFF99}

.desc:hover{ background-color:#FFFF99}

#prev{cursor:pointer;}
#next{cursor:pointer;}

.totalimg{ font-size:10px; color:#333333;float:left; margin:5px;}g{width:350px;float:left;}
.login .guest-msg h2{color:#C60;font-weight:bold;font-size:240%;margin-bottom:15px;}

.login li
{
	margin:0 0 10px 20px;
	padding:2px 0 5px 0;
	list-style-type: none;
}
.login .guest-msg .copy{font-size:130%;margin:0 0 15px 15px;}
.login .form-member{margin:45px 0;padding-left:230px;width:325px;}
.login .form-member .forgotpwd{width:325px;font-size:110%;text-align:right;}
.login .not-registered{clear:both;font-size:130%;text-align:center;padding-top:30px;*padding-top:10px;}
*/

/* -------------------------------------- */

select{  font-family: Verdana, arial, helvetica, sans-serif;	font-size: 8pt; 	color: #000000; 	height: 25px;     }

/*
textarea { font-family: Verdana, arial, helvetica, sans-serif; 	   font-size: 8pt; 	   color: #000000; 	   background-color: #fafafa; 	   border: 1px solid #cccccc;	 }
*/

#border2 {border: 0px #DCDCDC solid;}
#a_border1 {border-left: 2px #ffffff solid;}
#border_blue {border: 1px #E2E8ED solid;}
#border_dblue {border: 1px #B9CBD9 solid;}

#header_top
{
	height: 30px;
}

.input2{  font-family: Verdana, arial, helvetica, sans-serif; 	font-size: 8pt; 	color: #8AA5B6; 	background-color: #E9EFF4; 	border: 1px solid #BACEDA; 	height: 18px;	font-weight: bold;     }

.login_menu{
	
	font-family: verdana, arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: none;
	padding-left: 15px;
	color: #FFFFFF;
}

#menu_login
{
	background: red;
	height:100px;
	margin-left:auto;
	margin-right:auto;
}

.menu_login_logo
{
	float: left;
}

.login_menu a:hover{
	text-decoration: underline;
}

.login_ok{
	font-family: Verdana, arial, helvetica, sans-serif;
	font-size: 8pt;
	color: #FFFFFF;
	background-color: #5555DD;
	border: 1px solid #ffffff;
	font-weight: bold;
	width: 68px;
	height: 17px;
}

.login_menu2{
	font-family: verdana, arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: none;
	padding-left: 15px;
	background-image: url(file:///C|/xampp/htdocs/areyoupop/pic/t_meny.jpg);
	background-repeat: repeat-x;
}

.left_menu 
{
	width: 200px;
	background-color: #999999;
	border: 1px #ffffff solid;
}

.menu_link 
{
	background-image: url(file:///C|/xampp/htdocs/areyoupop/pic/l_button.gif);
	font-family: verdana, arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0A5B97;
	font-weight: bold;
	line-height: 25px;
	padding-left: 17px;
}

.menu_bg { background-repeat: no-repeat; width: 102px; height: 8px;}

/* CSS Document */
.menu_sub
{
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	height:30px;
}

.menu_sub ul{
	margin: 0;
	padding: 0;
	float: left;
	width: 100%;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #003366;
}

.menu_sub ul li{
	display: inline;
}

.menu_sub ul li a{
	float: left;
	text-decoration: none;
	padding-top: 5px;
	padding-right: 11px;
	padding-bottom: 5px;
	padding-left: 11px;
	color: #FFFFFF;
}

.menu_sub ul li a:visited{
color: #FFFFFF;
}

.menu_sub ul li a:hover, .h_mnu_01 ul li .selected{
	color: #FFFFFF !important;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #00468C;
}

.preload1 {background: url(file:///C|/xampp/htdocs/areyoupop/styles/drop3/blank_over.gif);}

.preload2 {background: url(file:///C|/xampp/htdocs/areyoupop/styles/drop3/blank_overa.gif);}



.menu2 {padding:0 0 0 32px; margin:0; list-style:none; height:36px; background:#fff; position:relative; z-index:500; font-family:arial, verdana, sans-serif;}

.menu2 li.top {display:block; float:left;}

.menu2 li a.top_link {display:block; float:left; height:36px; line-height:27px; color:#ccc; text-decoration:none; font-size:11px; font-weight:bold; padding:0 0 0 12px; cursor:pointer;background: url(file:///C|/xampp/htdocs/areyoupop/styles/drop3/blank.gif);}

.menu2 li a.top_link span {float:left; display:block; padding:0 24px 0 12px; height:36px;background:url(file:///C|/xampp/htdocs/areyoupop/styles/drop3/blank.gif) right top;}

.menu2 li a.top_link span.down {float:left; display:block; padding:0 24px 0 12px; height:36px; background:url(file:///C|/xampp/htdocs/areyoupop/styles/drop3/blanka.gif) no-repeat right top;}

.menu2 li a.top_link:hover {color:#fff; background: url(file:///C|/xampp/htdocs/areyoupop/styles/drop3/blank_over.gif) no-repeat;}

.menu2 li a.top_link:hover span {background:url(file:///C|/xampp/htdocs/areyoupop/styles/drop3/blank_over.gif) no-repeat right top;}

.menu2 li a.top_link:hover span.down {background:url(file:///C|/xampp/htdocs/areyoupop/styles/drop3/blank_overa.gif) no-repeat right top;}



.menu2 li:hover > a.top_link {color:#fff; background: url(file:///C|/xampp/htdocs/areyoupop/styles/drop3/blank_over.gif) no-repeat;}

.menu2 li:hover > a.top_link span {background:url(file:///C|/xampp/htdocs/areyoupop/styles/drop3/blank_over.gif) no-repeat right top;}

.menu2 li:hover > a.top_link span.down 
{
	background-image: url(file:///C|/xampp/htdocs/areyoupop/styles/drop3/blank_overa.gif);
	background-repeat: no-repeat;
	background-position: right top;
}





.menu2 table {border-collapse:collapse; width:0; height:0; position:absolute; top:0; left:0;}



/* Default link styling */



/* Style the list OR link hover. Depends on which browser is used */



.menu2 a:hover {visibility:visible; position:relative; z-index:200;}

.menu2 li:hover {position:relative; z-index:200;}



/* keep the 'next' level invisible by placing it off screen. */

.menu2 ul, 

.menu2 :hover ul ul, 

.menu2 :hover ul :hover ul ul,

.menu2 :hover ul :hover ul :hover ul ul,

.menu2 :hover ul :hover ul :hover ul :hover ul ul {position:absolute; left:-9999px; top:-9999px; width:0; height:0; margin:0; padding:0; list-style:none;}



.menu2 :hover ul.sub {left:0; top:31px; background: #fff; padding:3px; border:1px solid #3a93d2; white-space:nowrap; width:90px; height:auto; z-index:300;}

.menu2 :hover ul.sub li {display:block; height:20px; position:relative; float:left; width:90px; font-weight:normal;}

.menu2 :hover ul.sub li a {display:block; font-size:11px; height:20px; width:90px; line-height:20px; text-indent:5px; color:#000; text-decoration:none;}

.menu2 :hover ul.sub li a.fly {background:#fff url(file:///C|/xampp/htdocs/areyoupop/styles/drop3/arrow.gif) 80px 7px no-repeat;}

.menu2 :hover ul.sub li a:hover {background:#3a93d2; color:#fff;}

.menu2 :hover ul.sub li a.fly:hover {background:#3a93d2 url(file:///C|/xampp/htdocs/areyoupop/styles/drop3/arrow_over.gif) 80px 7px no-repeat; color:#fff;}

.menu2 :hover ul li:hover > a.fly {background:#3a93d2 url(file:///C|/xampp/htdocs/areyoupop/styles/drop3/arrow_over.gif) 80px 7px no-repeat; color:#fff;} 



.menu2 :hover ul :hover ul,

.menu2 :hover ul :hover ul :hover ul,

.menu2 :hover ul :hover ul :hover ul :hover ul,

.menu2 :hover ul :hover ul :hover ul :hover ul :hover ul

{left:90px; top:-4px; background: #fff; padding:3px; border:1px solid #3a93d2; white-space:nowrap; width:90px; z-index:400; height:auto;}


/************************************************

*	Footer Background							*

************************************************/

#footerbg {

	background: #1A4E88;

	}



	

.footerleft {

	width: 700px;

	float: left;

	margin: 0px;

	padding: 8px 0px 8px 0px;

	}

	

.footerright {

	width: 250px;

	float: right;

	margin: 0px;

	padding: 8px 0px 8px 0px;

	text-align: right;

	}

	
/* Comments Form
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.comments-form { background: #e1f4fc; padding: 20px; margin: 10px 0px;}
.comments-form h3 { color:#272d36; font: normal 28px/28px "Arial"; letter-spacing: -1px; padding-bottom: 5px; margin-bottom: 5px; border-bottom: solid 1px #c5e1ed; }
.comments-form p { padding: 7px 0px; color:#808080;}
.comments-form .required { font-weight: normal; color:#ff0000;}
.comments-form input { padding: 5px; width: 210px; margin-right: 7px; }
.comments-form input.formid { border: 1px solid #a8d3e4; background: #fff url(file:///C|/xampp/htdocs/areyoupop/styles/images/form-name-bkg.png) no-repeat left; padding: 5px 5px 5px 40px;}
.comments-form input.formemail { border: 1px solid #a8d3e4; background: #fff url(file:///C|/xampp/htdocs/areyoupop/styles/images/form-email-bkg.png) no-repeat left; padding: 5px 5px 5px 40px;}
.comments-form input.formuri { border: 1px solid #a8d3e4; background: #fff url(file:///C|/xampp/htdocs/areyoupop/styles/images/form-uri-bkg.png) no-repeat left; padding: 5px 5px 5px 40px;}

/*
.comments-form textarea { border: 1px solid #a8d3e4; background: #fff; padding: 4px; width: 97%;}
*/
.comments-form .button { border: 1px solid #a8d3e4; background: url(file:///C|/xampp/htdocs/areyoupop/styles/images/button-post-comment.png) no-repeat left; color:#fff; width: auto; font-size: 11px; font-weight: bold; padding: 4px 6px 4px 38px;}


.sisu_paigutus  { background-color:#ffffff; 		  width:700px; float:left;		}

.sisu_paigutus2  { padding-left: 15px;		   padding-top: 10px;		}

.top_hinne { background-color: #EBF1F6;	     border: 0px #B9CBD9 solid;	     height: 14px;	     font-family: verdana, arial, Helvetica, sans-serif; 	     font-size: 11px; 	     color: #0074C1; 	     font-weight: bold;	     text-align: center;	   }

.top_user { font-family: verdana, arial, Helvetica, sans-serif; 	    font-size: 11px; 	    color: #0074C1; 	    font-weight: bold;	    text-align: center;	  }

p { font-family: verdana, arial, Helvetica, sans-serif;      font-size: 12px;      color: #404040;     font-weight: none;     padding-left: 10px;     padding-top: 10px;   }

.text_tavaline  { font-family: verdana, arial, Helvetica, sans-serif; 	  	  font-size: 12px; 	  	  color: #404040;	    	  line-height: 16px;		}

/*
.tavaline_text_bold  { font-family: verdana, arial, Helvetica, sans-serif; 	  	  font-size: 12px; 	  	  color: #707070;	    	  line-height: 16px;		  font-weight: bold;		}

.text_suur { font-family: verdana, arial, Helvetica, sans-serif; 	     font-size: 16px; 	     color: #295DDE;	     font-weight: bold;	     line-height: 24px;	   }
*/

.text_profiil { font-family: verdana, arial, Helvetica, sans-serif; 	        font-size: 12px; 	        color: #404040;	        line-height: 26px;		width: 150px;		padding-left: 15px;	      }

.text_profiil2 { font-family: verdana, arial, Helvetica, sans-serif; 	        font-size: 12px; 	        color: #404040;	        line-height: 26px;		padding-left: 15px;	      }

/*
.text_sinine { font-family: verdana, arial, Helvetica, sans-serif; 	        font-size: 12px; 	        color: #7F9DB3;		font-weight: bold;	        line-height: 20px;		padding-left: 10px;	      }

.avaleht_text_p { font-family: verdana, arial, Helvetica, sans-serif; 	     	  font-size: 14px; 	     	  color: #505050;	     	  font-weight: bold;	     	  padding-left: 35px; background-image: url(file:///C|/xampp/htdocs/areyoupop/pic/top_bg_y.bmp); background-repeat: no-repeat;}

.avaleht_text_p2 { font-family: verdana, arial, Helvetica, sans-serif; 	     	  font-size: 14px; 	     	  color: #505050;	     	  font-weight: bold;	     	  padding-left: 0px;		}

.avaleht_text_b { font-family: verdana, arial, Helvetica, sans-serif; 	     	  font-size: 12px; 	     	  color: #505050;	     	  font-weight: bold;	     	  padding-left: 50px;		}

.sms_kommentaar { font-family: verdana, arial, Helvetica, sans-serif; 	     	  font-size: 11px; 		  color: #719378;	     	  font-weight: bold;	     	  padding-left: 10px;		}

.kysitlus_text  { font-family: verdana, arial, Helvetica, sans-serif; 	     	  font-size: 11px; 	     	  color: #0A5B97;	     	  font-weight: bold;		}

.text_online_p  { font-family: verdana, arial, Helvetica, sans-serif; 	     	  font-size: 12px; 		  color: #6692B2;	     	  font-weight: bold;		}

.text_online { font-family: verdana, arial, Helvetica, sans-serif; 	       font-size: 11px; 	       color: #606060;	       font-weight: bold;	     }
*/


.login_menu A        { color:ffffff; text-decoration: none; }

.login_menu A:link   { color:ffffff; text-decoration: none;}

.login_menu A:visited{ color:ffffff; text-decoration: none;}

.login_menu A:hover  { color:000000; text-decoration: none;}



.login_menu2 A        { color:ffffff; text-decoration: none; }

.login_menu2 A:link   { color:ffffff; text-decoration: none;}

.login_menu2 A:visited{ color:ffffff; text-decoration: none;}

.login_menu2 A:hover  { color:000000; text-decoration: none;}



.menu_link  A        { color:ffffff; text-decoration: none; }

.menu_link  A:link   { color:000000; text-decoration: none;}

.menu_link A:visited{ color:000000; text-decoration: none;}

.menu_link A:hover  { color:ffffff; text-decoration: none;}



#logo {background-image: url(file:///C|/xampp/htdocs/areyoupop/pic/logo.jpg); background-repeat: no-repeat;}





#reg_dot {background-image: url(file:///C|/xampp/htdocs/areyoupop/pic/punkt.png); background-repeat: no-repeat; height: 6px; width: 6px; position:relative; float: left; top: 5px;}

#div_float_left {
	float: left;
}

#div_float_center {float: center;}







#bgcolor_white {background-color: #ffffff;  }

#a_bg_blue {background-color: #E2EAF0;}

#a_bg_dblue {background-color: #CBDAE3;}

#a_bg_green {background-color: #C6DDCB;}

#bg_dblue {background-color:E2E8ED;}

#bg_blue {background-color:F6F8FA;}

#bg_grey {background-color:fafafa;}

#bg_blue2 {background-color:EEF2F5;}



#a_top_bg_a {background-image: url(file:///C|/xampp/htdocs/areyoupop/pic/top_bg_a.gif); background-repeat: no-repeat;}



#a_poll_icon {background-image: url(file:///C|/xampp/htdocs/areyoupop/pic/h22letus.gif); background-repeat: no-repeat; height: 21px; width: 21px;}

#a_poll_v {background-image: url(file:///C|/xampp/htdocs/areyoupop/pic/h22letus_v.png); background-image: no-repeat; width: 3px; height: 14px;}

#a_poll_k {background-image: url(file:///C|/xampp/htdocs/areyoupop/pic/h22letus_k.png); background-repeat: repeat-x;}

#a_poll_p {background-image: url(file:///C|/xampp/htdocs/areyoupop/pic/h22letus_p.png); background-repeat: no-repeat; width: 3px; height: 14px;}

#a_poll_bg_a {background-image: url(file:///C|/xampp/htdocs/areyoupop/pic/h22letus_bg_a.gif); background-repeat: no-repeat;}



#a_lpic_top {background-color: #D1DDE5; border-bottom: 1px #ffffff solid;}

#a_lpic_icon {background-image: url(file:///C|/xampp/htdocs/areyoupop/pic/viimatil_icon.gif); background-repeat: no-repeat; height: 21px; width: 22px;}

#a_lpic_bg_a {background-image: url(file:///C|/xampp/htdocs/areyoupop/pic/viimatil_bg_a.gif); background-repeat: no-repeat;}



#a_sms_top {background-color: #C6DDCB; border-bottom: 1px #ffffff solid;}

#a_sms_icon {background-image: url(file:///C|/xampp/htdocs/areyoupop/pic/sms_icon.png); background-repeat: no-repeat; height: 27px; width: 15px;}

#a_sms10_icon_g {background-image: url(file:///C|/xampp/htdocs/areyoupop/pic/sms_10.gif); background-repeat: no-repeat; width: 49px; height: 25px;}

#a_sms10_icon_b {background-image: url(file:///C|/xampp/htdocs/areyoupop/pic/sms_10_s.gif); background-repeat: no-repeat; width: 48px; height: 25px;}

#a_sms_bg_a {background-image: url(file:///C|/xampp/htdocs/areyoupop/pic/sms_bg_a.gif); background-repeat: no-repeat;}



#user_icon {background-image: url(file:///C|/xampp/htdocs/areyoupop/pic/user.gif); background-repeat: no-repeat; width: 16px; height: 16px; float: left;}

#user_icon_c {background-image: url(file:///C|/xampp/htdocs/areyoupop/pic/user.gif); background-repeat: no-repeat; width: 16px; height: 16px; float: center;}

#user_icon2 {background-image: url(file:///C|/xampp/htdocs/areyoupop/pic/user.gif); background-repeat: no-repeat; width: 16px; height: 16px; padding-left: 25px; padding-bottom: 6px; font-family: verdana, arial, Helvetica, sans-serif;font-size: 16px; 	     color: #0B5A95;	     font-weight: bold;}

#user_icon3 {background-image: url(file:///C|/xampp/htdocs/areyoupop/pic/user_o.gif); background-repeat: no-repeat; width: 16px; height: 16px; padding-left: 25px; padding-bottom: 6px; font-family: verdana, arial, Helvetica, sans-serif;font-size: 16px; 	     color: #295DDE;	     font-weight: bold;}

#user_icon4 {background-image: url(file:///C|/xampp/htdocs/areyoupop/pic/user.gif); background-repeat: no-repeat; height: 16px; padding-left: 18px;}



#no_pic {background-image: url(file:///C|/xampp/htdocs/areyoupop/pic/puudub.png); background-repeat: no-repeat; width: 120px; height: 120px;}

#no_pic2 {background-image: url(file:///C|/xampp/htdocs/areyoupop/pic/puudub2.png); background-repeat: no-repeat; width: 120px; height: 120px;}



#kiri_icon {background-image: url(file:///C|/xampp/htdocs/areyoupop/pic/kiri.png); background-repeat: no-repeat; width: 120px; height: 14px; padding-left: 25px; padding-bottom: 6px; font-family: verdana, arial, Helvetica, sans-serif;font-size: 16px; 	     color: #295DDE;	     font-weight: bold;	  }



#pic_del {background-image: url(file:///C|/xampp/htdocs/areyoupop/pic/delete.gif); background-repeat: no-repeat; height: 16px; width: 16px; float: left;}

#pic_add {background-image: url(file:///C|/xampp/htdocs/areyoupop/pic/add.gif); background-repeat: no-repeat; height: 16px; width: 16px; float: left;}

#pic_love {background-image: url(file:///C|/xampp/htdocs/areyoupop/pic/love2.gif); background-repeat: no-repeat; height: 21px; width: 350px; padding-left: 24px;}

#pic_love2 {background-image: url(file:///C|/xampp/htdocs/areyoupop/pic/love3.gif); background-repeat: no-repeat; height: 21px; padding-left: 18px;}

#pic_friend_y {background-image: url(file:///C|/xampp/htdocs/areyoupop/pic/friend_yes.png); background-repeat: no-repeat; height: 15px; width: 350px; padding-left: 24px;}

#pic_friend {background-image: url(file:///C|/xampp/htdocs/areyoupop/pic/friend.gif); background-repeat: no-repeat; height: 18px; width: 350px; padding-left: 24px;}

#pic_to {background-image: url(file:///C|/xampp/htdocs/areyoupop/pic/to.gif); background-repeat: no-repeat; height: 21px; width: 260px; padding-left: 24px; padding-top: 3px;}

#pic_from {background-image: url(file:///C|/xampp/htdocs/areyoupop/pic/from.gif); background-repeat: no-repeat; height: 21px; width: 260px; padding-left: 24px; padding-top: 3px;}

#rated24 {background-image: url(file:///C|/xampp/htdocs/areyoupop/pic/rated24.gif); background-repeat: no-repeat; height: 16px; width: 360px; padding-left: 20px; padding-top: 3px;}

#watch1 {background-image: url(file:///C|/xampp/htdocs/areyoupop/pic/watch2.gif); background-repeat: no-repeat; height: 16px; width: 360px; padding-left: 22px; padding-bottom: 5px;}

#watch2 {background-image: url(file:///C|/xampp/htdocs/areyoupop/pic/watch1.gif); background-repeat: no-repeat; height: 16px; width: 360px; padding-left: 22px;}

#friends1 {background-image: url(file:///C|/xampp/htdocs/areyoupop/pic/friends1.gif); background-repeat: no-repeat; height: 16px; width: 360px; padding-left: 28px;}

#friends2 {background-image: url(file:///C|/xampp/htdocs/areyoupop/pic/friends2.gif); background-repeat: no-repeat; height: 16px; width: 360px; padding-left: 28px; padding-bottom: 5px;}

#community {background-image: url(file:///C|/xampp/htdocs/areyoupop/pic/community.gif); background-repeat: no-repeat; height: 18px; width: 360px; padding-left: 21px;}

#vip {background-image: url(file:///C|/xampp/htdocs/areyoupop/pic/vip.gif); background-repeat: no-repeat; height: 18px; padding-left: 18px;}

#vip_text {font-family: verdana, arial, Helvetica, sans-serif; 	        font-size: 12px; 	        color: #404040; line-height: 18px; padding-left: 15px; width: 350px;}

#lastonline {background-image: url(file:///C|/xampp/htdocs/areyoupop/pic/lastonline.gif); background-repeat: no-repeat; height: 16px; padding-left: 18px; font-family: verdana, arial, Helvetica, sans-serif; 	        font-size: 12px; 	        color: #404040;}

#rega {background-image: url(file:///C|/xampp/htdocs/areyoupop/pic/rega.gif); background-repeat: no-repeat; height: 16px; padding-left: 18px; font-family: verdana, arial, Helvetica, sans-serif; 	        font-size: 12px; 	        color: #404040;}



#sod_1 {background-image: url(file:///C|/xampp/htdocs/areyoupop/pic/h1.gif); background-repeat: no-repeat; height: 16px; width: 16px; float: left; padding-right: 2px;}

#sod_2 {background-image: url(file:///C|/xampp/htdocs/areyoupop/pic/h2.gif); background-repeat: no-repeat; height: 16px; width: 16px; float: left; padding-right: 2px;}

#sod_3 {background-image: url(file:///C|/xampp/htdocs/areyoupop/pic/h3.gif); background-repeat: no-repeat; height: 16px; width: 16px; float: left; padding-right: 2px;}

#sod_4 {background-image: url(file:///C|/xampp/htdocs/areyoupop/pic/h4.gif); background-repeat: no-repeat; height: 16px; width: 16px; float: left; padding-right: 2px;}

#sod_5 {background-image: url(file:///C|/xampp/htdocs/areyoupop/pic/h5.gif); background-repeat: no-repeat; height: 16px; width: 16px; float: left; padding-right: 2px;}

#sod_6 {background-image: url(file:///C|/xampp/htdocs/areyoupop/pic/h6.gif); background-repeat: no-repeat; height: 16px; width: 16px; float: left; padding-right: 2px;}

#sod_7 {background-image: url(file:///C|/xampp/htdocs/areyoupop/pic/h7.gif); background-repeat: no-repeat; height: 16px; width: 16px; float: left; padding-right: 2px;}

#sod_8 {background-image: url(file:///C|/xampp/htdocs/areyoupop/pic/h8.gif); background-repeat: no-repeat; height: 16px; width: 16px; float: left; padding-right: 2px;}

#sod_9 {background-image: url(file:///C|/xampp/htdocs/areyoupop/pic/h9.gif); background-repeat: no-repeat; height: 16px; width: 16px; float: left; padding-right: 2px;}

#sod_10 {background-image: url(file:///C|/xampp/htdocs/areyoupop/pic/h10.gif); background-repeat: no-repeat; height: 16px; width: 16px; float: left; padding-right: 2px;}

#sod_11 {background-image: url(file:///C|/xampp/htdocs/areyoupop/pic/h11.gif); background-repeat: no-repeat; height: 16px; width: 16px; float: left; padding-right: 2px;}

#sod_12 {background-image: url(file:///C|/xampp/htdocs/areyoupop/pic/h12.gif); background-repeat: no-repeat; height: 16px; width: 16px; float: left; padding-right: 2px;}



#friend_y {background-image: url(file:///C|/xampp/htdocs/areyoupop/pic/friend_yes.png); background-repeat: no-repeat; height: 15px; padding-left: 17px; }

#friend_n {background-image: url(file:///C|/xampp/htdocs/areyoupop/pic/friend_no.png); background-repeat: no-repeat; height: 15px; padding-left: 17px; }

#friend_0 {background-image: url(file:///C|/xampp/htdocs/areyoupop/pic/friend_0.png); background-repeat: no-repeat; height: 16px; padding-left: 18px; }



#tabel1 {background-color:#FBFCFD; border: 1px #E2E8ED solid; vertical-align:middle}

#tabel2 {background-color:#EEF2F5; border: 1px #B9CBD9 solid;}

#tabel3 {background-color:#fafafa; border: 1px #cccccc solid;}

#tabel4 {background-color:#FBFCFD; border: 1px #cccccc solid;}



#text {font-family: verdana, arial, Helvetica, sans-serif; 	        font-size: 12px; 	        color: #404040;}



#box_color {background-color: #F6F7FA;}

#box_bg1 {background-image: url(file:///C|/xampp/htdocs/areyoupop/pic/box_bg1.png); background-repeat: no-repeat; height: 5px; width: 5px;}

#box_bg2 {background-image: url(file:///C|/xampp/htdocs/areyoupop/pic/box_bg2.png); background-repeat: no-repeat; height: 5px; width: 5px;}

#box_bg3 {background-image: url(file:///C|/xampp/htdocs/areyoupop/pic/box_bg3.png); background-repeat: no-repeat; height: 5px; width: 5px;}

#box_bg4 {background-image: url(file:///C|/xampp/htdocs/areyoupop/pic/box_bg4.png); background-repeat: no-repeat; height: 5px; width: 5px;}



#a_searchbar_bg {background-image: url(file:///C|/xampp/htdocs/areyoupop/pic/a_search_bg.jpg); background-repeat: no-repeat; height: 22px; width: 15px;}

#a_searchbar_bgcolor {background-image: url(file:///C|/xampp/htdocs/areyoupop/pic/a_search_bg2.jpg); background-repeat: repeat-x; font-family: verdana, arial, Helvetica, sans-serif; 	  	  font-size: 12px; 	  	  color: #404040;}


/* 
-------------------------------------------------------------------------
-------------------------------------------------------------------------
 Navigation 
-------------------------------------------------------------------------
-------------------------------------------------------------------------
*/

ul.paging
{
	margin:0px;
	padding:0px;
	list-style:none;
}
ul.paging li
{
	margin:0px;
	padding:0px;
	float:left;
}
ul.paging li a
{
	float:left;
	padding:5px;
	margin-right:5px;
	border:solid 1px #000099;
	text-decoration:none;
	background:#FFFFFF;
	color:#000099;
}
ul.paging li.paging-active a, ul.paging li a:hover
{
	background:#000099;
	color:#FFFFFF;
}
ul.paging li.paging-disabled a, ul.paging li.paging-disabled a:hover
{
	cursor:default;
	background:#FFFFFF;
	border:solid 1px #BBBBBB;
	color:#BBBBBB;
}
ul.paging li.paging-current
{
	padding:5px;
	margin-right:5px;
	border:solid 1px #000099;
	background:#FFFFFF;
	color:#000099;
}

/*

ul.paging
{
	margin:0px;
	padding:0px;
	list-style:none;
}
ul.paging li
{
	margin:0px;
	padding:0px;
	float:left;
}
ul.paging li a
{
	float:left;
	padding:5px;
	margin-right:5px;
	border:solid 1px #000099;
	text-decoration:none;
	background:#FFFFFF;
	color:#000099;
}
ul.paging li.paging-active a, ul.paging li a:hover
{
	background:#000099;
	color:#FFFFFF;
}
ul.paging li.paging-disabled a, ul.paging li.paging-disabled a:hover
{
	cursor:default;
	background:#FFFFFF;
	border:solid 1px #BBBBBB;
	color:#BBBBBB;
}
ul.paging li.paging-current
{
	padding:5px;
	margin-right:5px;
	border:solid 1px #000099;
	background:#FFFFFF;
	color:#000099;
}

*/

/************************************************

*	Footer  									*

************************************************/

#footer {
	background:#DDDDDD;
	height: 30px;
	color: #CCCCCC;
	padding: 0px;
	/* background-color: #333333; */
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	clear : both;
	text-align : center;
	vertical-align:bottom;
} 

#footer  p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}


#footer li{

	float: left;

}

#footer ul {

	margin: 0px;

	padding: 0px;

	list-style: none;

	}

#footer a {

	color: #FFFFFF;

	display: block;

	font-size: 11px;

    font-weight: bold;

    text-transform: uppercase;

    margin: 0px 15px 0px 0px;

	padding: 8px 10px 8px 10px;

	text-decoration: none;

	}

	
#footer a:hover {

	background: #4A7EB8;

	color: #FFFFFF;

	display: block;

	text-decoration: none;

    margin: 0px 15px 0px 0px;

	padding: 8px 10px 8px 10px;

	}



#footer li {

	float: left;

	margin: 0px;

	padding: 0px;

	list-style-image: url(file:///C|/xampp/htdocs/areyoupop/pic/(URL) );

	}

	

#footer li li a, #nav li li a:link, #nav li li a:active, #nav li li a:visited 
{
	background: #4A7EB8;
	color: #FFFFFF;
	width: 140px;
	font-size: 10px;
	float: none;
	margin: 0px;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	text-decoration: none;
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 8px;
	padding-left: 10px;
	}

#footer a {

	color: #FFFFFF;

	text-decoration: none;

	}

	

#footer a img {

	border: none;

	margin: 0px;

	padding: 0px;

	}



#footer a:hover {

	color: #FFFFFF;

	text-decoration: underline;

	}
	
/* 
----------------------------------------------------------------
Rank
----------------------------------------------------------------
*/

.rank 
{
	overflow: hidden;
	position:relative;
}

.rank-header
{
	text-align:center;
	font-size:18px;
	margin-bottom:10px;
	position:relative;
	height:90px;
}

.rank-userpic
{
	float: left;
}

.rank-userpic img
{	
	border: solid 1px #dfdfca;
	padding: 5px;
	background: #fff;
	width: 100px;
}

.rank-usercontent 
{
	color: #000033;
	margin: 4px 0 4px 125px;
	font-size: 14px;
	line-height: 1;
	font-family: Helvetica, Arial, sans-serif;
	text-decoration: none;
}

.rank-title 
{
	font-weight: bold;
	text-decoration: none;
	
}

.rank-title a 
{
	font-weight: bold;
}

.rank-title a:hover
{
	font-weight: bold;
	text-decoration: underline;
}

.rank-body
{

}

.rank_category
{
	color: #990000;
}

.rank-image
{
	position:relative;
	text-align: center;	
	width:480px;
	margin-left:auto;
	margin-right:auto;
	margin-top:20px;
}

.rank-zoom 
{
	width:60px;
	height:44px;
	color:white;
	position:absolute;
	top:0;
	right:0;
}

.rank-rating a 
{
	background-color:#000000;
	color:#FFFFFF;
	font-size:24px;
	height:44px;
	line-height:44px;
	text-align:center;
}

.rank-link 
{
	color: #000033;
	margin: 4px 0 4px 70px;
	font-size: 12px;
	line-height: 1;
	text-decoration: underline;
}
.rank-link a 
{
	font-style: normal;
}

.twitter_hover
{

	font-size:small;
}

#rank-updatelist
{
	margin-top:20px;	
	width:490px;
}

#rank-updatelist li 
{
	border: solid 1px #dcdcca;
	margin-bottom: 18px;
	background: #eeefe1;
	padding: 12px;
	list-style-type: none;
}

.overlay
{
	-moz-border-radius: 12px 12px 12px 12px;
	padding:10px;
	background-color: silver;
}

#signup-btn a
{
	color: #990000;
	text-align:center;
	text-decoration:none;
	/*
	text-shadow:0 1px 0 #FFEE66;
		font-family: Arial, San-serif;
	*/
	font-size: 18px;
	font-weight: bold;
}

#signup-btn a:hover, #signup-btn a:focus 
{
	/*
		background-position:0 -5px;
	*/
	color:#C40000;
}

#signup-btn a:active 
{
	background-image:none;
}

/* 
--------------------------------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------------------------------
 Stage
--------------------------------------------------------------------------------------------------------------	
--------------------------------------------------------------------------------------------------------------
*/

#stagebox
{
	width:450px;
	height:50px;
	float:left;
	border:#03F 1px solid;
}
.stageclr
{
	clear:both;
}

#stagecontain
{
/*
	border:#999 1px solid;
	width:433px;
	height:auto;
*/
}

#stagebh
{
	
	width:432px;
	height:30px;
	float:left;
	margin-top:5px;
}
#stageih
{
	width:110px;
	float:left;
	margin-top:10px;
	height:auto;
}
#stagebox2
{
	float:left;
	height:auto;
	margin-left:18px;
	margin-top:10px;
	width:304px;
}

#stageund
{
	width:420px;
	margin-left:10px;
	float:left;
	border-bottom:#999 1px solid;
	height:30px;
}

#stageimg1
{
	padding:5px;
	border:#999 1px solid;
}
.stage h1
{
	font-size:14px;
	color:#333;
	font-weight:bold;
	margin:0;
}
.stage img
{
	margin-left:5px;
	margin-bottom:5px;
	margin-top:15px;
}
#stagebox2 p
{
	padding:10px;
	color:#333;
	text-align:justify;
	font-size:12px;
	margin:0;
	font-family:Verdana, Geneva, sans-serif;
	
}

.stageforminput
{
    overflow: hidden;
    width: 300px;
    margin-bottom: 15px;
    margin-left: 50px;
}

.stageforminput input.radio
{
    float: left;
    width: 10px;
}
.stageforminput img
{
    float: right;
}
#stage_submit
{
    background-color:#6178AA;
    color:white;
    /*font-family:Arial,Helvetica,sans-serif;*/
    font-size: 16px;
    font-weight:bolder;
    float:right;
    width:70px;
    height:30px;
}	

.stage_submiturl
{

	border: thin solid #CCCCCC;
}	

.stage_upload
{
	border: thin solid #CCCCCC;
}

/*
----------------------------------------------------------
 Stage Preview
----------------------------------------------------------
*/

.stagepreview_box2
{
	text-align: center;
}

#stagepreview_link
{
	font-size: small;
}

/*
----------------------------------------------------------
 Stage View
----------------------------------------------------------
*/

.stageview_main
{
	width:600px;
	color: #000033;
	/*margin: 4px 0 4px 70px;*/
	
	margin-left:10px;
	color: #000033;
	
	font-size: 14px;
	line-height: 1;
	font-family: Helvetica, Arial, sans-serif;
	/*
	font-weight: bold;
	*/
	text-decoration: none;
}

.stageview_image
{
	text-align: center;
	background: #CCCCCC;

	clear:both;
}

.stageview_content
{
	margin-left:70px;
}

.stageview_title
{
	text-align: left;
	font-weight: bold;
	text-decoration: none;
}

.stageview_title a
{
	font-weight: bold;
}

.stageview_title a:hover
{
	font-weight: bold;
	text-decoration: underline;
}

.stageview_userpic
{
	float: left;
}

.stageview_meta 
{
	font: 12px/1 Georgia, "Times New Roman", serif;
	color: #aeae9c;
	font-style: italic;
}

.stageview_socialmedia
{
	padding-top:10px;
}
	
/*
----------------------------------------------------------
 Stage New
----------------------------------------------------------
*/

#stagenew_form
{
	margin-top:5px;
	border: thin solid #CCCCCC;	
	width:100%;
}

.stagenew_url
{
	position:relative;
	height:40px;	
	margin:5px;
}

#button_attach
{
	position:absolute;
	right:1px;
	color:black;
	font-weight: bold;
	height:25px;
	border: 2px;
	border-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #999999;
	border-left-color: #CCCCCC;
}

#button_submit_url_form
{
	position:absolute;
	right:1px;
	bottom:1px;
	color:black;
	font-weight: bold;
	height:25px;
	border:2px;
	border-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #999999;
	border-left-color: #CCCCCC;
}

.stagenew_meta
{
	margin-left:150px;
}

.stagenew_images
{
	/*
	height: 1%;
	*/
	
}

.stagenew_fetch
{
	/* 
	overflow:hidden forces the parent div of the image to 
	calculate the content of the image div and stretch the parent div to fit the image height
	*/
	overflow:hidden;
	position:relative;
}
.col_title
{
	font-size: small;
	font-weight: bold;
}
/*
-------------------------------------------

-------------------------------------------
*/

.entry 
{
	overflow: hidden;
	/*
	position:relative;
	*/
}

/* --------------------------	
/* Intro
/* -------------------------- */

#intro 
{
	/*overflow: hidden;*/
	height:230px;
	margin:10px;
}

.intro_sub_left 
{
	float: left;
	width:450px;
	height:230px;
}

.intro_block {
/*
font: 12px/1 Georgia, "Times New Roman", serif;
*/
color: #aeae9c;
margin: 5px 0 5px 460px;
}

.intro_block li
{
list-style-type: none;
}

.intro_block img
{
float:left;
}

.intro_block h2
{
font-size:16px;
margin-left:60px;
}
.intro_body {
margin-left: 60px;
}

/* ----------------------------------------------------------------------- */
/* TWISTER
/* ----------------------------------------------------------------------- */

#updatelist
{
	clear:both;
}

#updatelist li 
{
	border: solid 1px #dcdcca;
	margin-bottom: 5px;
	background: white;
	padding: 6px;
}

.userpic 
{
	float: left;
}
.userpic img 
{
	border: solid 1px #dfdfca;
	padding: 5px;
	background: #fff;
	/*
	width:100px;
	*/
}

.tweet 
{
	overflow: hidden;
}

.tweet-meta 
{
	font: 12px/1 Georgia, "Times New Roman", serif;
	color: #aeae9c;
	margin: 4px 0 4px 70px;
	font-style: italic;
}

a.permalink 
{
	font-size: 12px;
}

.tweet-body 
{
	margin-left: 70px;
}

/* - PROFILE page --------------------------- */

.email-notice
{
	background-color:#ffd;
	color:#777;
	text-align:left;
	font-size:11px;
	padding:5px 7px 3px;
}

#profile_username
{
	padding:3px;
	/*
	font-size:18px;
	*/
	border:3px #CCC solid;
}

#tick{display:none}
#cross{display:none}

/* 
-------------------------------------------
 SETTINGS
-------------------------------------------
*/

.settings_tips li
{
	margin-left:30px;
}

/* 
-------------------------------------------
 Facebook Styling
-------------------------------------------
*/

#heading
{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:56px;
	color:#CC0000;				
}

.stagenew_wrap{  margin-top:20px; height:500px;}

.stagenew_box
{
	padding-top: 5px;
	padding-right: 1px;
	padding-bottom: 5px;
	padding-left: 1px;
}

.stagenew_head{
	padding-left:20px;
	color:#666666;
	font-weight:bold;
	font-size:11px;
	height:17px;
	padding-top:2px;
	width:250px;
	float:left;
	background-image: url(file:///C|/xampp/htdocs/areyoupop/images/link.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
.stagenew_close{ float:left; width:230px;  height:21px;}

.stagenew_closes:hover{
	height:21px;
	background-image: url(file:///C|/xampp/htdocs/areyoupop/images/closeh.png);
	background-repeat: no-repeat;
	background-position: right center;
}

.stagenew_closes{
	width:24px;
	height:21px;
	cursor:pointer;
	background-image: url(file:///C|/xampp/htdocs/areyoupop/images/close.png);
	background-repeat: no-repeat;
	background-position: right top;
}

#url
{
	font-size:13px;
	/*
	border:solid #339999 1px;
	*/
	height:20px;
	margin-left:7px;
	margin-right:0px;	
	overflow:hidden;
}

#attach
{
	font-size:13px;
	font-weight:bold;
	border:solid #339999 1px;
	height:24px;
	margin-left:0px;
	overflow:hidden;
	cursor:pointer;
	padding-bottom:2px;
}

.stagenew_images{width:100px; height:100px; float:left; margin-right:8px;}

.stagenew_info
{ 
	width:360px; height:200px; float:left;
}
#loader
{ 
	margin:16px 7px 7px 7px;
}

.title{ font-size:11px; font-weight:bold; cursor:pointer; }

.url{ font-size:11px; padding:3px;}
.fetch_desc{ font-size:12px; margin-top:5px; cursor:pointer; }

.title:hover{ background-color:#FFFF99}

.desc:hover{ background-color:#FFFF99}

#prev{cursor:pointer;}
#next{cursor:pointer;}

.totalimg{ font-size:10px; color:#333333;float:left; margin:5px;}

/*
-------------------------------------------
 comments
------------------------------------------
*/
.comments
{
	margin-top:25px;
	text-size:16px;
}

.comments a
{
	text-decoration:none;
	color:#000066;
}

.comments a:hover
{
	text-decoration: underline;
}

/*
--------------------------------------------------

 NoFound SECTION

--------------------------------------------------
*/

.nofound_main
{
	margin-left:120px;
	margin-right:10px;
}

.nofound-title 
{
	/*
	margin-left:70px;
	*/
	color: #000033;
	font-size: 14px;
	line-height: 1;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	text-decoration: none;
}

#tabbed_box 
{  
	margin: 0px auto 0px auto;  
   	width:300px;  
}  

.tabbed_box h4 
{  
	font-family:Arial, Helvetica, sans-serif;  
   	font-size:23px;  
   	color:#ffffff;  
   	letter-spacing:-1px;  
   	margin-bottom:10px;  
}  

.tabbed_box h4 small 
{  
	color:#e3e9ec;  
  	font-weight:normal;  
  	font-size:9px;  
  	font-family:Verdana, Arial, Helvetica, sans-serif;  
  	text-transform:uppercase;  
  	position:relative;  
  	top:-4px;  
  	left:6px;  
  	letter-spacing:0px;  
}

# tabbed_area 
{  
	border:1px solid #494e52;  
	background-color:#636d76;  
	padding:8px;  
} 

/*
ul.tabs 
{  
	margin:0px; padding:0px;  
}  

ul.tabs li 
{  
	list-style:none;  
   	display:inline;  
}

ul.tabs li a 
{  
	background-color:#464c54;  
	color:#ffebb5;  
	padding:8px 14px 8px 14px;  
	text-decoration:none;  
	font-size:9px;  
	font-family:Verdana, Arial, Helvetica, sans-serif;  
	font-weight:bold;  
	text-transform:uppercase;  
	border:1px solid #464c54;  
}  

ul.tabs li a:hover 
{  
	background-color:#2f343a;  
	border-color:#2f343a;  
}  

ul.tabs li a.active 
{  
	background-color:#ffffff;  
	color:#282e32;  
	border:1px solid #464c54;  
	border-bottom: 1px solid #ffffff;  
} 
*/

.content 
{  
	background-color:#ffffff;  
	padding:10px;  
	border:1px solid #464c54;  
}  

#content_2, #content_3 { display:none; }  

ul.tabs 
{  
	margin:0px; padding:0px;  
	margin-top:5px;  
	margin-bottom:6px;  
}  

.content ul 
{  
	margin:0px;  
	padding:0px 20px 0px 20px;  
}  

.content ul li 
{  
	list-style:none;  
	border-bottom:1px solid #d6dde0;  
	padding-top:15px;  
	padding-bottom:15px;  
	font-size:13px;  
}  

.content ul li a 
{  
	text-decoration:none;  
	color:#3e4346;  
}  

.content ul li a small 
{  
	color:#8b959c;  
	font-size:9px;  
	text-transform:uppercase;  
	font-family:Verdana, Arial, Helvetica, sans-serif;  
	position:relative;  
	left:4px;  
	top:0px;  
}  

.content ul li:last-child 
{  
	border-bottom:none;  
} 

/* Stage Submit Picture */

.submit .submit_description {
    -moz-font-feature-settings: normal;
    -moz-font-language-override: normal;
    -x-system-font: none;
    border-bottom-color: #CCCCCC;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    color: #666666;
    font-family: arial;
    font-size: 12px;
    font-size-adjust: none;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: bold;
    line-height: normal;
    margin-bottom: 20px;
    margin-left: 0;
    margin-right: 0;
    margin-top: 20px;
    padding-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
}



input.text, textarea.text 
{
    -moz-border-bottom-colors: none;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-bottom-color: #CCCCCC;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-left-color-ltr-source: physical;
    border-left-color-rtl-source: physical;
    border-left-color-value: #CCCCCC;
    border-left-style-ltr-source: physical;
    border-left-style-rtl-source: physical;
    border-left-style-value: solid;
    border-left-width-ltr-source: physical;
    border-left-width-rtl-source: physical;
    border-left-width-value: 1px;
    border-right-color-ltr-source: physical;
    border-right-color-rtl-source: physical;
    border-right-color-value: #CCCCCC;
    border-right-style-ltr-source: physical;
    border-right-style-rtl-source: physical;
    border-right-style-value: solid;
    border-right-width-ltr-source: physical;
    border-right-width-rtl-source: physical;
    border-right-width-value: 1px;
    border-top-color: #CCCCCC;
    border-top-style: solid;
    border-top-width: 1px;
    padding-bottom: 2px;
    padding-left: 2px;
    padding-right: 2px;
    padding-top: 2px;
}


.bg_facebook{
	width:90px;
	height:25px;
	background-image: url(http://dev.areyoupop.com/images/bg_facebook.png);
	background-repeat: no-repeat;
}

