* { margin: 0; padding: 0; }
#body_container	{
	background: #FFFFFF url(../img/base/main_bg.gif) top center repeat-x;
}


#center_container	{
	position: relative;
	/*background-color:#FF9900; /* for testing */
	width: 780px;
	margin: 0 auto;
	/*border: 1px solid #CCCCCC; /* for testing */
}
#center_content {
	position: relative; 
	/*border: #CCC solid 1px;  /*for testing */
	padding: 7px;
	margin: 15px 5px;
	font: Verdana, Arial, Helvetica, sans-serif 10px;
	font-size: 12px;
	text-align: center;
	width: auto;
	height: 300px;
}
#center_content img {
	border: none;
}
#main_container	{
	position: relative;
	width: 730px;
	height: 600px;
	/*dapat ang minimum height ng page na ito ay at least 530 hindi 
	tested na sa IE5, mozilla firefox 3*/
	/*min-height: 400px;
	/*overflow: visible;*/
	/*padding: 50px;*/
	margin: 35px 35px;
	border: #00AEF0 solid 8px;
	background: #FFF url(../img/base/content_bg.gif) top repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#main_container	div.main_content 	{
	position: relative;
	/*border: #CCC solid 1px;  /*for testing */
	/*padding: 7px;*/
	margin: 5px 7px;
	padding: 8px;
}

#main_container_bottom {
position: relative;
width: 745px;
height: 20px;
margin:-35px 0 0 36px;
background: #FFF url(../img/base/content_bottom.gif) no-repeat;
}

/* user_profile PROPERTIES */
div.mosaic-title {
	font-family: Verdana, Arial, Helvetica Sans-serif;
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
	text-align: left;
}

#accounts-container {
	height: 530px;
	width: auto;
	margin: 0px 0px 0px -15px;
	/*border: #000 1px solid;*/
}

#accounts-container #user-profile-container {
	float: left;
	width: 330px;
	height: 400px;
	/*border: #FFAABB 1px solid; */
	margin: 5px 0px 0px ;
}

#user-profile-container #profile-content {
	background: #666;
	width: 340px;
	height: 160px;
	color: #FFF;
	line-height: 14px;
	text-align: left;
	font-size: 12px;
}

#user-profile-container div.profile-buttons {
	float: left;
	text-align: left;
	margin: 0px 0px;
}

#accounts-container #edit-container {
	float: right;
	width: 340px;
	height: 300px;
	/*border: #000 1px solid; */
}

#edit-container div.edit-title {
	font-family: Verdana, Arial, Sans Serif;
	font-weight: bolder;
	font-size: 14px;
	text-align: left;
}

#edit-container #edit-top {
	float: left;
	background-image: url(../img/base/gray_top.gif);
	background-repeat: no-repeat;
	height: 18px;
	width: 340px;
}

#edit-container #edit-bottom {
	background-image: url(../img/base/gray_bottom.gif);
	background-repeat: no-repeat;
	height: 19px;
	width: 340px;
}
#edit-container div.edit_contents {
	width: 328px;
	height: 170px;
	background: #FFFFFF;
	overflow: hidden;
	border-left: #AAAAAA 6px solid;
	border-right: #AAAAAA 6px solid;
}


div.edit_contents #edit-contents-left{
	float: left;
	width: 100px;
	height: 150px;
	margin: 3px;
	padding: 0px 0px 0px 5px;
}

#edit-contents-left ul {
	text-align: left;
	text-decoration: none;
	list-style: none;

}
div.edit_contents #edit-contents-right{
	float: left;
	width: 200px;
	height: 150px;
	margin: 3px;
}

#edit-contents-right ul {
	text-align: left;
	text-decoration: none;
	list-style: none;
}

#profile-content div.left-profile-content{
	float: left;
	width: 90px;
	height: 80px;
	margin: 3px -10px 0px 12px;
}
#profile-content div.left-profile-content ul{
	text-align: left;
	color: #FFF;
	text-decoration: none;
	list-style: none;
	line-height: 25px;
	padding: 0px 3px;
}

#profile-content div.right-profile-content {
	float: left;
	width: 229px;
	height: 80px;
	text-align: left;
	margin: 3px 0px 0px 0px;
	line-height: 20px;
}

#profile-content div.right-profile-content ul{
	color: #FFF;
	text-decoration: none;
	list-style: none;
	line-height: 25px;
}

#edit-container div.mosaic-holder {
	float: left;
	width: 290px;
	height: 60px;
	margin: 20px;
	text-align: left;
	/*border: #000 1px solid; */
	display: block;
}
div.mosaic-holder #mosaic-image-holder {
	font-size: 12px;
	height: 60px;
	width: 60px;
	float: left;
	/*border: #000 1px solid; */
}

div.mosaic-holder #mosaic-title-holder {
	font-size: 12px;
	height: 60px;
	width: 90px;
	float: left;
	/*border: #000 1px solid; */
}

#edit-container div.edit_text {
	font-size: 10px;
	text-align: center;
	width: 310px;
	height: 100px;
	margin: 10px;
	/* border: #000 3px solid; */
}

/* end of User Profile properties */


/* Start of Change Password properties */
#change-pass-container {
	width: 500px;
	height: 200px;
	
	/*border: #000 1px solid; */
}

#change-pass-container #change-password {
	width: 500px;
	height: 140px;
	background: #666;
	/*border: #CCC 1px solid; for testing*/
	color: #FFF;
	text-align: center;
}

#change-password #password-left{
	float: left;
	margin: 10px;
	width: 200px;
	height: 120px;
}

#change-password #password-right{
	float: left;
	margin: 3px;
	width: 200px;
	height: 120px;
}


/* myaccount->gallery properties */


#gallery-container {
	float: right;
	width: 330px;
	height: 320px;
	margin: 10px 0px;

}
#gallery-container #profile-gallery-container {
	width: 380px;
	height: 400px;
	margin: 10px -25px 5px;

}


#profile-gallery-container div.box{
	float: left;
	width: 160px;
	height: 165px;
	margin: 20px 10px 18px 10px; 
	font-size: 10px;
	line-height:  20px;

}

#profile-gallery-container div.box div.caption{
	width: 130px;
}
#profile-gallery-container div.box img{
	border: 2px #000 solid;
}	

#profile-gallery-container div.box a:link, a:active {
	text-align:left;
	color: #F49AC1;	
	font-size: 10px;
	text-align: left;
	font-weight: bold;
}
.img-holder {
	width: 60px;
	height: 80px;
	/*border: black 3px solid; */
	text-align: left;
	font-weight: bolder;
}

#gallery-container div.pagination-links{
	width: 300px;
	text-align: center;
	position: relative;
	margin: 15px 5px;
	padding: 0px 5px;
	/*border: #000 1px solid; */
}

div.pagination-links a:link, a:active {
	color: #0D9BE1;
	text-decoration: none;
}
	
div.pagination-links a:hover, a:visited{
	color: #F4337D;
	text-decoration: underline;
}

div.pagination-links .current a:visited {
	color: #F4337D;
	text-decoration: underline;
} 


.pink-del-links a:active, a:link { 	
	text-decoration: underline;
	color: #F4337D;
}



/* end of myaccount properties */