/************  Login box *******************/
.popups-holder {
	float: right;
	width: 200px;
	z-index: 9999;
}	

#login_div {
	display:none;
	position:absolute;
	padding: 0;
	color:#FFFFFF;
	width:220px;
	top: 80px;
	z-index: 9999;
}
form#login-form {
	background-color:#de4885;
}
#login_div div em.l,
#login_div div em.r {
	display:block;
	float:right;
	height:15px;
	width:15px;
	font-size:1px;
	background: url(../img/sprite-y.gif) no-repeat -155px -539px;
}
#login_div div em.l {
	display:block;
	float:left;
	background-position: -140px -539px;
}

#login_div a{
	color:#fff;
}

input.openid_login {
	background:#FFFFFF url(../img/login-bg.gif) no-repeat scroll 0 50%;
	color:#000000;
	margin-right:3px;
	padding-left:18px;
	width:174px;
}

/* Notepad styles (NP - Notepad)*/
#NP_div {
	display:none;	position:absolute;
	color:#FFFFFF;	width:200px; top: 80px;	z-index:4;
}
#NP_div em.l,
#NP_div em.r {
	display:block;
	float:right;
	height:15px;
	width:15px;
	font-size:1px;
	background: url(../img/sprite-y.gif) no-repeat -155px -539px;
}
#NP_div em.l {
	display:block;
	float:left;
	background-position: -140px -539px;
}
#NP-panel {	overflow: auto;	max-height: 600px; padding:10px 10px 0 10px; background-color:#de4885;}
@-moz-document url-prefix() {
	#NP-panel td {padding: 3px 0 0 0}
}
#NP-panel td img {
	margin: 0 3px 0 3px
}
#NP-panel a {	background: none;	display: inline;	margin-left: 5px;
				margin-right: 5px;	color: white;  display:block; text-decoration:none;}
#NP-panel a:hover {text-decoration:underline;}

#NP-panel a.del { color: #fff; }

#NP-panel tr.selected {background-color: #de719d; }
#NP-panel tr.selected a {color: #fff;}

div.NP_add_button { width: 14px; height: 14px; position: absolute;
				    margin-top: -15px; margin-left: 1px; color: red;
				    background: transparent url("/img/plus.gif");
				    cursor: pointer;z-index:1000; }
				   
div.NP_del_button { width: 60px; height: 14px; position: absolute;
				    margin-top: -15px; margin-left: 1px; color: #FFFFFF;
				    background-color: #b20007; 
				    cursor: pointer;z-index:1000;}
				   
#np_small_list { width: 200px; border: 1px solid green; float: left;
				 height: 150px; overflow: auto;}
#np_small_list table {width: 100%;}
#np_small_list a {font-weight: bold; color: gray; text-decoration: none;}
#np_small_list tr.selected {background-color: yellow;}
#np_small_list td {padding-left: 5px;}

/* end NP styles */


/* the overlayed element */ 
div.overlay { 
     
    /* growing background image */ 
    background-image:url(../img/white.png); 
     
    /* dimensions after the growing animation finishes  */ 
    width:470px; 
    height:470px;         
     
    /* initially overlay is hidden */ 
    display:none; 
     
    /* some padding to layout nested elements nicely  */ 
    padding:55px; 
} 
 
/* default close button positioned on upper right corner */ 
div.overlay div.close { 
    background-image:url(../img/close.png); 
    position:absolute; 
    right:5px; 
    top:5px; 
    cursor:pointer; 
    height:35px; 
    width:35px; 
} 
 
 
/* black */ 
div.overlay.black { 
    background:url(../img/transparent.png) no-repeat !important; 
    color:#fff; 
} 
 
/* petrol */ 
div.overlay.petrol { 
    background:url(../img/petrol.png) no-repeat !important; 
    color:#fff; 
} 
/* the overlayed element  end */ 


/* gifts list styles */
#giftslist {width: 600px; height: 300px; margin-right: auto; margin-left: auto;
			overflow: auto; border: 1px solid #de4986;}
#giftslist div {float: left; cursor: pointer; text-align: center;}
#sendgift_outer {width: 500px; height: 450px; margin-left: auto; margin-right: auto;}
#selected_gift {text-align: center; height: 100px; line-height: 100px;}
#sendgift_form {text-align: center;}
#sendgift_form table td {text-align: left; font-size: 11px; vertical-align: top;}
#sendgift_form textarea {}
.gifts_message {text-align: center; color: red; font-weight: bold; font-size: 14px;}
.gifts_links   {text-align: center;}
/* gifts list styles end */ 

#swf-uploader-container input {}

#edit_imagedata_form  input {}

#edit_imagedata_form select { padding: 0px;}

#picture_controls {text-align: right; margin-left: auto; margin-right: auto;}
.error_message {color: red; font-weight: bold;}


/* PROFILE ALBUMS  */
.album_collapse {display: block; height: 9px; line-height: 9px; background-image: url("../img/colapse_expand_sprite.gif");
				 padding-left: 16px; background-repeat: no-repeat; margin-bottom: 3px;  margin-top: 2px;}
.album_expand {display: block; height: 9px; line-height: 9px; background-image: url("../img/colapse_expand_sprite.gif"); background-position: bottom left;
			   padding-left: 16px; background-repeat: no-repeat; margin-bottom: 3px; margin-top: 2px;}
.ag {background-color: #ededed;}

.loginTable { margin:0 auto; }
.loginTable { margin-top: 0 !important; padding-top: 10px; }
.loginTable .textInput {
	width:190px;
}
.loginTable a {
	font-size: 11px !important
}
.submitInput {
	_display: block;
	height:32px;
	width:77px;
	padding: 3px 2px 4px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFF;
	font-weight: bold;
	text-transform: uppercase;
	border:none;
	background:transparent url(../img/sprite-y.jpg) no-repeat 0 -863px;
	cursor:pointer;
}
.remove_access_link {
	text-decoration: none;
	color: red;
	font-weight: bold;
	}	
.remove_cat_link {
	text-decoration: none;
	color: red;
	font-weight: bold;
	margin: 0 0 0 0;
}	



/*  SCROLLABLE STYLES FOR PICTURES MODULE TO SCROLL ALBUM PICS  */

.pictures {
	padding: 15px 0 20px;
	background: #F1F1F1;
	color: #5B96BF;
}
.pictures a {
	color: #5B96BF;
	text-decoration: underline
}
.pictures a:hover {
	color: #5B96BF;
	text-decoration: none
}

/*
.pictures img {
	margin:5px;
	border: 2px solid #FFF
}
*/
.pictures span.l {
	float: left;
	padding-left: 10px
}
.pictures span.r {
	float: right;
	padding-right: 10px
}


/* Scrollable controls styles  */
.pictures .next {
	float: none;
	background: none;
	text-decoration: none;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	position: static;
	text-indent: 0;
	display: inline;
	font-size: 12px;
	white-space: nowrap;
}

.pictures .prev {
	float: none;
	background: none;
	text-decoration: none;
	margin: 0 70px 0 0;
	padding: 0 0 0 15px;
	position: static;
	text-indent: 0;
	display: inline;
	font-size: 12px;
	white-space: nowrap;
}
a.disabled, a.disabled:hover {
	color: #C9C9C9 !important;
	cursor: default 
}

.pictures .scrollable {
	margin: 0px auto 10px;
	width: 210px;
	height:252px;
	overflow:hidden;
	position:relative;
	
}

div.scrollable div.items {
	width:20000em;
	position:absolute;
}
div.scrollable div.items div {
	width: 206px;
	height: 250px;
	float:left;
/*	border: 1px solid red; */
	margin-right: 0px;
	padding-left: 2px;
	
}
.pictures .scrollable img {
	float:left;
	width: 95px;
	height: 75px;

	-moz-border-radius:4px;
	background-color:#FFFFFF;
	border:1px solid #CCCCCC;
	
	cursor:pointer;
	
	margin: 2px 2px 0px 0px; 
	padding:2px;
}

.pictures .scrollable img.active {
	-moz-border-radius:4px;
	background-color:#FFFFFF;
	border:1px solid #AD072D;
}

.pictures .scrollable img:hover {
	-moz-border-radius:4px;
	background-color:#FFFFFF;
	border:1px solid #AD072D;
}

/* END  SCROLLABLE STYLES FOR PICTURES MODULE TO SCROLL ALBUM PICS  */

/* picture page hidden div */
#blog_insert_code {
	display: none;
	position: absolute;
	border: 1px solid #C3DAE9;
	-moz-border-radius:4px;
	-moz-border-radius:4px;
	-moz-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	z-index: 100;
}

#blog_insert_code textarea {
	width: 400px;
	height: 200px;
	border: none !important
}

/* city selection styles */
.citypicker {
		height: 300px;
		overflow: scroll;
		overflow-x: hidden;
		border: 1px solid gray;
		cursor: pointer;
}
.login_table {
	width: 600px; 
	margin: auto; 
	padding-right: 98px
}

form#remind-form td {
	height: 60px;
	vertical-align:top !important; 
	padding: 5px 0 0 0;
	overflow: hidden !important
}
