/* --- component View Profile Form --- */
#prof_cont {
	padding-left: 0px;
}

.profile_view_left_col {
	float: left;
	width: 265px;
}

.profile_view_photo_cont {
	
}

.profile_view_media_href {
	margin: 10px 2px;
}

.profile_view_media_href a:link,.profile_view_media_href a:active,.profile_view_media_href a:visited
	{
	text-decoration: none;
	padding-left: 20px;
	background: url( '../../img/video.gif' ) no-repeat top left;
	padding-bottom: 10px;
}

.profile_view_right_col {
	margin: auto;
}

.profile_view_right_col .blue_cap {
	height: 20px;
	border: none;
}

.profile_view_desc_tabs_container {
	height: 19px;
	padding-left: 4px; /*background: #fff;*/
}

a.profile_view_desc_tab:link,a.profile_view_desc_tab:visited,a.profile_view_desc_tab_active:link,a.profile_view_desc_tab_active:visited
	{
	display: block;
	float: left;
	height: 15px;
	padding: 4px 3px 0px 3px;
	font-weight: bold;
	text-decoration: none;
	background: #1A9AC9;
	color: #000000;
}

a.profile_view_desc_tab:hover {
	color: #F2F2F2;
}

a.profile_view_desc_tab_active:link,a.profile_view_desc_tab_active:visited
	{
	background: #F2F2F2;
	color: #0A7499;
}

a.profile_view_desc_tab_active:hover {
	color: #1A9BC5;
}

.profile_view_desc_tab_left,.profile_view_desc_tab_right,.profile_view_desc_tab_left_active,.profile_view_desc_tab_right_active
	{
	float: left;
	width: 7px;
	height: 19px;
}

.profile_view_desc_tab_left_active {
	background: #F2F2F2;
}

.profile_view_desc_tab_right_active {
	background: #F2F2F2;
}

.profile_view_desc_fields_container {
	padding: 0px 1px 1px 1px; /*background: #F2F2F2;*/
}

.profile_view_desc_fields_container .tr_1 {
	background: #EDEFF4;
	color: #000000;
	cursor: default;
}

.profile_view_desc_fields_container .tr_2 {
	background: #FFF;
	color: #000000;
	cursor: default;
}

.profile_view_desc_fields_container .left {
	width: 100px;
}

.profile_view_desc_fields_container .right {
	width: 188px;
	color: #D00403;
}

.profile_view_res_nav {
	background: #CC99CC none repeat scroll 0 0;
	position: relative;
	float: right;
	margin-bottom: 10px;
}

.profile_view_res_nav a:link,.profile_view_res_nav a:visited {
	font-size: 12px;
	text-decoration: none;
	color: white;
	font-weight: bold;
}

.bookmark,.unbookmark,.block,.unblock,.friend,.stranger,.send_kiss,.compose_msg,.send_profile,.send_interest,.remove_interest,.icon_blog,.send_flower,.sent_friend_requests
	{
	float: none;
	padding-left: 30px;
}

.overflow_field_label {
	overflow: hidden;
	width: 120px;
	height: 15px;
}

.overflow_field_value {
	overflow: hidden;
	width: 155px;
}

.profile_view_desc_fields_container .blue_cap {
	height: 22px;
	padding: 0 0 0 15px;
	border: 2px #FFCC89 solid;
}  /*********tabmenu***************/
.glowingtabs {
	float: left;
	width: 100%;
	line-height: normal; /*Add border strip to bottom of menu*/
	margin-bottom: 2px;
	margin-top: 5px;
	margin-left: 1px;
	border-bottom: 5px solid #338abb;
}

.glowingtabs ul {
	list-style-type: none;
	margin: 0;
	margin-left: 5px; /*Left offset of entire tab menu relative to page*/
	padding: 0;
}

.glowingtabs li {
	display: inline;
	margin: 0;
	padding: 0;
}

.glowingtabs a {
	float: left;
	background: url(glowtab-left.png) no-repeat left top;
	margin: 0px;
	margin-right: 3px; /*spacing between each tab*/
	padding: 0 0 0 5px;
	text-decoration: none;
}

.glowingtabs a span {
	float: left;
	display: block;
	background: url(glowtab.png) no-repeat right top;
	/*background: url(glowtab.png) no-repeat right top;*/
	padding: 5px 5px 5px 5px;
	font-weight: bold;
	color: white;
}  /* Commented Backslash Hack hides rule from IE5-Mac \*/
.glowingtabs a span {
	float: none;
}  /* End IE5-Mac hack */
.glowingtabs a:hover span {
	color: yellow;
}

.glowingtabs a._active { /*Selected Tab style*/
	background-position: 0 -82px;
	background: url(glowtab-left_active.png) no-repeat left top;
}

.glowingtabs a._active span {
	background: url(glowtab_active.png) no-repeat right top;
	background-position: 100% -82px;
	color: white;
}

.glowingtabs a:hover { /*onMouseover style*/
	background-position: 0% -82px;
}

.glowingtabs a:hover span { /*onMouseover style*/
	background-position: 100% -82px;
}

.tabcontainer {
	clear: left;
	width: 98%; /*width of 2nd level sub menus*/
	height: 1.5em;
}

.tabcontent {
	display: none;
}
