
* { margin: 0; padding: 0; }
#body_container	{
	background: #FFFFFF url(../img/base/main_bg.gif) top center repeat-x;
}
#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;
}


#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;
}
/* user_profile PROPERTIES */
#grey_content div.title_mosaic {
	font-family: Verdana, Arial, Helvetica Sans-serif;
	font-weight: bolder;
	font-size: 1.6em;
	text-decoration: none;
}

#accounts-container {
	height: 300px;
	width: auto;
	/*border: #000 1px solid;*/
}

#user-profile-container {
	float: left;
	width: 315px;
	height: 200px;
	/*border: #FFAABB 1px solid; */
	margin: 5px 12px 0px -13px;
}

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

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

#center_content #edit-container {
	float: right;
	width: 340px;
	height: 200px;
}


#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;
	margin-bottom: -2px;
}

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


div.edit_contents #edit-contents-left{
	float: left;
	width: 100px;
	height: 130px;
	margin: 3px;
	
	
}

#edit-contents-left ul {
	text-align: left;
	text-decoration: none;
	list-style: none;
	line-height: 20px;

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

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

#profile-content div.left-profile-content{
	float: left;
	width: 85px;
	height: 80px;
	margin: 3px 0px 0px 5px;
}
#profile-content div.left-profile-content ul{
	text-align: left;
	color: #FFF;
	text-decoration: none;
	list-style: none;
	line-height: 20px;
}

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

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

#edit-container div.mosaic-holder {
	float: left;
	width: 290px;
	height: 100px;
	margin-left: 10px;
	margin-right: 15px;
	margin-top: 15px;
	margin-bottom: 15px;
	text-align: left;


}
div.mosaic-holder #mosaic-image-holder {
	font-size: 12px;
	height: 80px;
	width: 80px;
	float: left;
	margin-right: 10px;
}
div.mosaic-holder #mosaic-image-holder  img{
	border: #CCC 3px solid;
	margin-left: 100px;
	
}

div.mosaic-holder .title-holder {
	float: left;
	width: 300px;
	margin-top: 5px;
	text-align: center;
	
}


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

#edit-container div.edit_contentsb {
	width: 326px;
	height: 110px;
	float: left;
	background: #FFFFFF;
	overflow: hidden;
	border-left: #AAAAAA 7px solid;
	border-right: #AAAAAA 7px solid;
}

/* end of User Profile properties */


/* Start of Change Password & Forget 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: 80px;
}

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

#forget-password-head {
	font-family: Arial Black, Verdana, sans-serif;
	font-size: 18px;
	font-weight: bolder;
}
/* end */



