::-webkit-input-placeholder {
   color: #999999;
}

:-moz-placeholder { /* Firefox 18- */
   color: #999999;  
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #999999;  
}

:-ms-input-placeholder {  
   color: #999999;  
}

/*My sportal start*/

/*My sportal menu*/
.my_sportal_menu {
	height: 91px;
	background: url('../images/user_menu_bg.gif') repeat-x;
}

.my_sportal_menu .nav_link, .my_sportal_menu .nav_link:hover {
	float: left;
	width: 64px;
	height: 21px;
	background-repeat: no-repeat;
	text-align: center;
	text-decoration: none;
	padding: 70px 2px 0 0;
}

.nav_link.news {
	background-image: url('../images/user_news.jpg');
}

.nav_link.news:hover, #user_selected_news {
	background-image: url('../images/user_news_active.jpg');
}

.nav_link.video {
	background-image: url('../images/user_video.jpg');
}

.nav_link.video:hover, #user_selected_video {
	background-image: url('../images/user_video_active.jpg');
}

.nav_link.gallery {
	background-image: url('../images/user_gallery.jpg');
}

.nav_link.gallery:hover, #user_selected_gallery {
	background-image: url('../images/user_gallery_active.jpg');
}

.my_sportal_menu table {
	float: right;
	margin: 20px 7px 0 0;
	display: inline;
	text-align: right;
	background-position: right center;
	background-repeat: no-repeat;
	border-spacing: 0 !important;
}

.my_sportal_menu .user_stat {
	line-height: 22px;
}

.my_sportal_menu table .dark_text {
	padding: 0 35px 0 10px;
}

.my_sportal_menu table.user_gallery {
	background-image: url('../images/user_add_gallery.gif');
}

.my_sportal_menu table.user_news {
	background-image: url('../images/user_add_news.gif');
}

.my_sportal_menu table.user_video {
	background-image: url('../images/user_add_video.gif');
}

.more_user_action {
	position: absolute;
	bottom: 4px;
	right: 5px;
	height: 19px;
	line-height: 17px;
	text-indent: 29px;
	width: 158px;
	background-image: url('../images/my_sportal_add_news.gif');
}

.more_user_action.add_video {
	background-image: url('../images/my_sportal_add_video.gif');
}

.more_user_action.add_gallery {
	background-image: url('../images/my_sportal_add_gallery.gif');
}
/*end my sportal menu*/

/*user add form*/
.user_add_form {
	width: 380px;
	table-layout: fixed;
	margin-left	: 50px;
}

.user_add_form td {
	width: 185px;
	vertical-align: top;
	line-height: 20px;
}

.user_add_form td.right_td {
	width: 200px;
}

.user_add_form h4 {
	text-transform: none;
	padding: 0 0 10px 0;
}

.user_add_midle_input {
	width: 168px;
	background: url('../images/user_add_middle_input.gif');
}

.user_add_form input.title {
	width: 356px;
	background: url('../images/user_form_title.gif') no-repeat right;
}

.user_add_form textarea {
	width: 359px;
	height: 170px;
	background-image: url('../images/user_add_text.gif');
	border: 0;
	vertical-align: top;
	overflow: auto;
	padding: 2px 2px 2px 5px;
	line-height: 13px;
}

.user_add_form .combo_box {
	width: 178px;
	background-image: url('../images/user_add_combo_box.gif');
}

.user_add_form .big_select_box_user_add .combo_box {
	width: 366px;
	background-image: url('../images/user_add_big_combo_box.gif');
	float: left;
	margin-right: 5px;
	_margin-right: 2px;
}
 
.user_add_form input, .user_add_form textarea, .user_add_form .input_file {
	margin: 0 5px 7px 0;
}

.user_add_form .input_file  {
	_margin-right: 1px;
}

.user_add_form .combo_box {
	margin-bottom: 10px;
}

.user_add_form input.submit, .user_list_img input.submit  {
	background-image: url('../images/user_add_submit.gif');
	width: 94px;
	height: 19px;
	margin: 12px 0 20px 0;
	padding: 0 0 2px 0;
	cursor: pointer;
}
/*end user add form*/

/*news list not aproved*/
.not_aproved .orange_link {
	color: #513921;
}

.user_video_list .not_aproved .orange_link {
	color: #515151;
}

.not_aproved .dark_text {
	color: #404040;
}

.not_aproved td {
	color: #515151;
}

.not_aproved  img.white_border {
	filter: alpha(opacity=20);
	-moz-opacity: 0.2;
	opacity: 0.2;
	border: 1px solid #5C5C5C;
}

.not_aproved  .news_inner {
	max-height: 62px;
	height: expression(this.offsetHeight >= 62 ? '62px' : 'auto');
	overflow: hidden;
}

.user_video_list .orange_link {
	color: white;
}

.user_video_list .right_video_content {
	background: url('../images/video_list_right_d.gif') repeat-y 361px 5px;
	padding-right: 25px;
}

.user_video_list td.pic_content {
	width: 87px;
	height: 68px!important;
	text-align: center;
	vertical-align: top !important;	
	background-color: #4D4D4D !important;
	border-right: 1px solid #1A1A1A;
}

.user_video_list td.pic_content img {
	margin-top: 5px;
	width: 75px;
	height: 56px;
}

.user_video_list .img_spacer {
	display: block;
	width: 75px;
	height: 56px;
	background-color: black;
	border: 1px solid white;
	margin: 5px 0 0 5px;
}

.user_video_list .video_inner {
	max-height: 38px;
	height: expression(this.offsetHeight >= 38 ? '38px' : 'auto');
	overflow: hidden;
}

.pic_content .delete_link {
	position: relative;
	float: left;
	left: 409px;
	margin-top: -12px;
}

.user_video_list .pic_content .delete_link {
	left: 397px;
	margin-top: -15px;
}

tr.user_video_list td.pic_content {
	height: 92px !important;
	width: 96px;
	background-color: #333333 !important;
	border-right: none;
}

tr.user_video_list td.pic_content img {
	width: 74px;
	height: 56px;
	margin-top: 17px;
}

tr.user_video_list .right_video_content {
	background: url('../images/video_list_right_d.gif') repeat-y 353px 5px;
}

.rounded_container.user_gallery_list {
	background-color: #262626;
}

.rounded_container.user_gallery_list .gallery_folder {
	margin: 20px 0 0 0;
}
/*end news list not aproved*/

/*listing gallery images*/
.user_list_img {
	width: 389px;
	margin: 5px 0 0 13px;
}

.user_gallery_input {
	width: 256px;
	line-height: 19px;
	margin-bottom: 4px;
}

.user_gallery_input .checkbox {
	margin: 3px 11px 0 78px;
}

.hidden_component {
	position: absolute;
	left: -1000px;
	top: -1000px;
}

.user_list_img input.submit {
	margin-bottom: 0;
	position: relative;
	left: 15px;
	_left: 8px;
}

.user_gallery_input .user_add_midle_input {
	float: right;
}

.user_list_img .rounded_img {
	width: 136px;
	height: 77px;
	background-color: #4D4D4D;
	padding: 5px;
	position: relative;
	margin-right: 15px;
}

.user_list_img .rounded_img img {
	border: 1px solid white;
}

.user_list_img.publish_list .rounded_img {
	margin-left: 20px;
}

.user_list_img td {
	padding-bottom: 10px;
}

.user_list_img .radio_cont {
	width: 20px;
}
/*end listing gallery images*/


table.user_public_table {
	margin: 10px 10px 8px 10px;
	width: 277px;
}

table.user_public_table td {
	padding-bottom: 2px;
}

table.user_public_table .right_td {
	text-align: right;
}

table.user_public_table img {
	float: left;
	margin: 2px 10px 0 0;
}


.search_authors {
	padding: 10px 5px 11px 10px;
	background-color: #1A1A1A;
	line-height: 19px;
}

.search_authors p {
	float: right;
	width: 223px;
	margin-top: -1px;
}

.user_author_name {
	width: 148px;
	background-image: url('../images/user_search_author.gif');
}

input.user_search_submit {
	background-image: url('../images/user_search_submit.gif');
	line-height: 16px;
	padding-bottom: 6px;
}

.user_listing {
	width: 100%;
	margin-bottom: 10px;
	background-color: #323232;
}

.user_listing td {
	border-bottom: 1px solid #1A1A1A;
	height: 22px;
}

.user_listing td.ord {
	width: 15px;
	padding: 0 20px 0 10px;
}

.user_listing td .orange_link {
	font-weight: normal;
}

.user_video_list, .user_news_list {
	margin-bottom: 10px;
}

.user_content_add {
	z-index: 99999999;
}

/*my sportal secondary menu*/
.my_sportal_secondary_menu {
	background-color: #333333;
	list-style-type: none;
}

.my_sportal_secondary_menu li {
	padding-left: 8px;
	line-height: 22px;
	height: 22px;
	border-bottom: 1px dotted #808080;
	margin: 0 9px 0 10px;
}

.my_sportal_secondary_menu li.no_border {
	border-bottom: 0;
}

.my_sportal_secondary_menu li a:hover, .my_sportal_secondary_menu li a.active_secondary {
	text-decoration: none;
	color: #FE850C;
}

.my_sportal_secondary_menu li.spacer {
	height: 7px;
	overflow: hidden;
	border: 0;
}

.my_sportal_head_nav {
	margin-bottom: 1px;
}

.checkbox_search_cont {
	clear: both;
	height: 14px;
	overflow: hidden;
	padding: 10px 0 0 60px;
	width: 222px;
	line-height: 14px;
	position: relative;
}

.checkbox_search_cont label {
	float: left;
	margin-right: 10px;
}

.checkbox_search_cont label.last_lab {
	margin-right: 0px;
}

/* my sportal header */

div#mysp_header {
	margin-top:35px;
	margin-bottom: 10px;
	height: 109px;
	overflow: hidden;
}

div#mysp_top {
	margin: 0;
	height: 76px;
	background: #262626;
	position: relative;
}


div#mysp_top a.b1 {
	position: absolute;
	display: block;
	width: 56px;
	height: 56px;
	left: 486px;
	top: 10px;
	background: url('../images/my_sportal_plus_all.gif') 0 0;
	text-indent: -9999px;
}

div#mysp_top a.b1:hover, div#mysp_top a.b1.active {
	background: url('../images/my_sportal_plus_all.gif') -56px 0;
}

div#mysp_top a.b2 {
	position: absolute;
	display: block;
	width: 56px;
	height: 56px;
	left: 544px;
	top: 10px;
	background: url('../images/my_sportal_plus_all.gif') -112px 0;
	text-indent: -9999px;
}

div#mysp_top a.b2:hover, div#mysp_top a.b2.active {
	background: url('../images/my_sportal_plus_all.gif') -168px 0;
}

div#mysp_top a.b3 {
	position: absolute;
	display: block;
	width: 56px;
	height: 56px;
	left: 602px;
	top: 10px;
	background: url('../images/my_sportal_plus_all.gif') -224px 0;
	text-indent: -9999px;
}

div#mysp_top a.b3:hover, div#mysp_top a.b3.active {
	background: url('../images/my_sportal_plus_all.gif') -280px 0;
}

div#mysp_top h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 16px;
	position: absolute;
	top: 23px;
	left: 93px;
	width: 380px;
	overflow: hidden;
	height: 16px;
}

div#mysp_top h3 {
	font-size: 10px;
	line-height: 13px;
	position: absolute;
	top: 40px;
	left: 93px;
	font-weight: normal;
/*
	width: 380px;
	height: 26px;
	overflow: hidden;
*/
}

div#mysp_top img {
	width: 50px;
	height: 50px;
	border: 3px solid #585858;
	margin-top: 10px;
	margin-left: 20px;
}

div#mysp_top p {
	position: absolute;
	width: 211px;
	height: 49px;
	padding-left: 49px;
	padding-top: 6px;
	top: 10px;
	right: 20px;
	background: url('../images/my_sportal_important_bullet.gif') 0 7px no-repeat;
	overflow: hidden;
	font-size: 10px;
	line-height: 13px;
}

div#mysp_bot {
	margin: 0;
	margin-top: 1px;
	height: 32px;
	position: relative;
	background: #1a1a1a;
	border-radius: 0 0 4px 4px; 
	-moz-border-radius: 0 0 4px 4px; 
	-webkit-border-radius: 0 0 4px 4px; 
	overflow: hidden;
}

div#mysp_bot ul {
	margin: 0;
	padding: 9px 0 0 13px;
}

div#mysp_bot ul li {
	margin: 0;
	float: left;
	list-style: none;
	border-right: 1px solid #a6a6a6;
	padding: 0 6px 1px 6px;
	line-height: 10px;
}

div#mysp_bot ul li.last {
	border: 0;
}

div#mysp_bot ul li a.active {
	color: white;
}

div#mysp_bot a {
	color: #a6a6a6;
	line-height: 10px;
}

div#mysp_bot a:hover {
	color: #ffffff;
	text-decoration: none;
}

div#mysp_bot div.icons {
	position: absolute;
	top: 9px;
	right: 19px;
}

div#mysp_bot div.icons a {
	float: right;
}

div#mysp_bot a.b1 {
	padding-left: 13px;
	background: url('../images/user_news_icon.gif') 0 1px no-repeat;
}

div#mysp_bot a.b2 {
	padding-left: 17px;
	margin-left: 4px;
	background: url('../images/user_video_icon.gif') 0 1px no-repeat;
}

div#mysp_bot a.b3 {
	padding-left: 13px;
	margin-left: 4px;
	background: url('../images/user_gallery_icon.gif') 0 1px no-repeat;
}

.my_share {
	border-top: 1px solid #333;
	padding: 10px 0 0;
	margin: 10px 0 5px;
}

/* end my sportal header */

span.choose_icon {
	background: url('../images/mysportal_down_arrow.gif') 14px 17px no-repeat;
	display: block;
	padding: 15px 10px 15px 33px;
}

/* my sportal search */

.user_search {
	background-color: #1a1a1a;
	position: relative;
	margin-bottom: 1px;
	padding: 0;
	position: relative;
}

.user_search .hed {
	background-color: #262626;
	padding: 10px 20px 10px 20px;
}

.user_search .hed img {
	width: 50px;
	height: 50px;
	border: 3px solid #585858;
}

.user_search .left {
	display: block;
	position: absolute;
	left: 86px;
	top: 17px;
	line-height: 13px;
	_margin-left: -20px; /* ie6 fix */
}

.user_search div.icons {
	position: absolute;
	text-align: right;
	right: 20px;
	top: 45px;
	line-height: 10px;
}

.user_search div.icons a {
	float: right;
	color: #A6A6A6;
}

.user_search a.b1 {
	padding-left: 13px;
	background: url('../images/user_news_icon.gif') 0 1px no-repeat;
}

.user_search a.b2 {
	padding-left: 17px;
	margin-left: 4px;
	background: url('../images/user_video_icon.gif') 0 1px no-repeat;
}

.user_search a.b3 {
	padding-left: 13px;
	margin-left: 4px;
	background: url('../images/user_gallery_icon.gif') 0 1px no-repeat;
}

.rounded_container div.end {
	height: 9px;
	overflow: hidden;
	background: #1a1a1a;
}

.rounded_container table.register_form {
	margin-top: 18px;
}

.rounded_container td.search_td {
	padding: 18px 0 8px 0;
	margin: 0;
	text-align: left;
}

.rounded_container td.search_td input#registry_submit {
	margin: 0;
}

/* here */

.search_user_info_box {
	background: #323232;
	overflow: hidden;
}

.search_user_info_box div.box {
	float: left;
	width: 139px;
	padding-left: 10px;
	padding-right: 0px;
	height: 77px;
	border-top: 1px solid #232323;
	margin-top: -1px;
	*background: #323232; /* ie6,7 fix */
}

.search_user_info_box div.box.second {
	width: 144px;
	padding-left: 5px;
}

.search_user_info_box div.box img {
	float: left;
	margin: 10px 10px 0 0;
	border: 3px solid #585858;
}

.search_user_info_box div.box span {
	display: block;
	padding-top: 25px;
}

.search_user_info_box div.box span a {
	display: block;
	height: 12px;
	width: 72px;
	white-space: nowrap;
	_white-space: normal;
	overflow: hidden;
}

.search_user_info_box div.clear {
	margin: 0;
	clear: both;
	height: 10px;
	background: #262626;
	overflow: hidden;
}

/* menu */

.user_info_menu {
	height: 22px;
	position: relative;
	z-index: 995;
	background-color: transparent;
	border: 0;
	padding-top: 5px;
}

.user_info_menu ul { 
	width: 300px;
	position: relative;
}

.user_info_menu li {
	position: absolute;
	top: 5px;
	height: 21px;
	width: 100px;
	font: bold 10px verdana, sans-serif;
	text-transform: uppercase;
	background-color: black;
	border: 1px solid #737373;
	border-left: 0;
	border-right: 0;
	line-height: 21px;
	list-style: none;
}

.user_info_menu li a, .user_info_menu li a:hover {
	padding: 0 10px;
	display: block;
	text-decoration: none;
	cursor: default;
}

.user_info_menu li b {
	padding: 0 10px;
	display: block;
	cursor: default;
}

.user_info_menu li.left_tab {
	text-align: left;
	left: 0;
	padding-right: 1px;
	border-left: 1px solid #737373;
}

.user_info_menu li.center_tab {
	text-align: center;
	left: 100px;
	width: 98px;
	padding-right: 1px;
	padding-left: 1px;
}

.user_info_menu li.right_tab {
	text-align: right;
	left: 198px;
	padding-left: 1px;
	border-right: 1px solid #737373;
}

#active_tab_20 {
	top: 0;
	padding-left: 0px;
	padding-right: 0px;
	height: 27px;
	line-height: 27px;
	z-index: 999;
	border-bottom: 0 !important;
	background-image: url('../images/heading_box_img.gif');
	border-left: 1px solid #737373;
	border-right: 1px solid #737373;
}

span.tl_ui_news {
	position: absolute;
	width: 4px;
	height: 5px;
	overflow: hidden;
	left: -1px;
	top: -1px;
	background: url('../images/s_tl.png');
}

span.tr_ui_news {
	position: absolute;
	width: 4px;
	height: 5px;
	overflow: hidden;
	right: -1px;
	top: -1px;
	background: url('../images/s_tr.png');
}

.user_info_menu li.left_tab span.tr_ui_news, .user_info_menu li.center_tab span.tl_ui_news, .user_info_menu li.center_tab span.tr_ui_news, .user_info_menu li.right_tab span.tl_ui_news {
	background: none;
}

#active_tab_20 span.tl_ui_news {
	background: url('../images/s_tl.png');
}

#active_tab_20 span.tr_ui_news {
	background: url('../images/s_tr.png');
}

/* a */

.search_user_info_box div.box span a.b1 {
	color: #a6a6a6;
	width: auto;
	padding-left: 13px;
	background: url('../images/user_news_icon.gif') 0 2px no-repeat;
}

.search_user_info_box div.box span a.b2 {
	color: #a6a6a6;
	width: auto;
	padding-left: 17px;
	background: url('../images/user_video_icon.gif') 0 2px no-repeat;
}

.search_user_info_box div.box span a.b3 {
	color: #a6a6a6;
	width: auto;
	padding-left: 13px;
	background: url('../images/user_gallery_icon.gif') 0 2px no-repeat;
}

/* end my sportal search */

/* some fixes */

div.gallery_folder div.menu_row img {
	width: 130px;
	height: 73px;
	margin: 0;
	border: 1px solid #262626;
}

div.gallery_folder div.menu_row a {
	width: 132px;
	margin: 0 8px 20px;
	background-position: 56px 0;
	overflow: hidden;
	height: 162px;
}
div.gallery_folder div.menu_row span.title_folder {
	display: block;
	width: 118px;
	padding-left: 14px;
}

div.gallery_folder {
	height: 375px;
}

/* end some fixes */


/* new MySportal dana */

/*div#mysp_header {
	margin-bottom: 10px;
	overflow: hidden;
}
div#mysp_top {
	margin: 0;
	background: none;
	position: relative;
}

div#mysp_top h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 16px;
	overflow: hidden;
	height: 16px;
	float: left;
}

div#mysp_top h3 {
	font-size: 10px;
	line-height: 13px;
	top: 40px;
	left: 93px;
	font-weight: normal;
}

div#mysp_top img {
	width: 50px;
	height: 50px;
	border: 1px solid #333333;
	float: left;
	margin: 0 10px 10px 0;
} 
div#mysp_top .my_register {
	background: url('../images/my_sportal_important_bullet.gif') no-repeat left bottom;
	display: block;
	color: #ff8400;
	font-weight: bold;
	border-top: 1px solid #333333;
	padding: 10px 0 0 50px;
	overflow: hidden;
	clear: both;
	height: 40px;
	line-height: 35px;
}
div#mysp_top p {
	padding-top: 6px;
	overflow: hidden;
	font-size: 10px;
	line-height: 13px;
}
#mysp_top .followers {
	display: block;
	clear: both;
	margin-bottom: 10px;
}
#mysp_top .followers b {
	display: inline-block;
	margin-right: 5px;
}

div#mysp_bot {
	margin: 0;
	margin-top: 1px;
	position: relative;
}
div#mysp_bot p {
	margin-top: 10px;
	font-size: 11px;
}

.mysportal_head {
	background: #1a1a1a;
	border-radius: 0 0 5px 5px;
	clear: both;
	margin-bottom: 10px;
}
.mysportal_head img {
	width: 99.8%;
	border: 1px solid #333333;
	min-height: 200px;
	display: block; 
}
.mysportal_head .more_info {
	position: relative;
	color: #999999;
	font-weight: bold;
	float: left;
	margin: 15px 20px;
	height: 24px;
	line-height: 24px;
	background: url("../images/info_icon.png") no-repeat center left;
	padding-left: 35px;
}
.mysportal_head .more_info:hover {
	background: url("../images/info_icon_active.png") no-repeat center left;
	color: #ff8400;
	text-decoration: none;
}
.mysportal_head .buttons {
	float: left;
	margin: 15px 0 0 20px;
}
.mysportal_head .buttons a {
	float: left;
	text-align: right;
	color: #999;
	height: 26px;
	line-height: 26px;
	font-size: 12px;
	font-weight: bold;
	margin-right: 20px;
}
.mysportal_head .buttons a:hover, 
.mysportal_head .buttons a.active {
	color: #ff8400;
	text-decoration: none;
}
.mysportal_head .buttons a.register {
	background: url("../images/mysportal/register_icon.png") no-repeat left center;
	padding-left: 35px;
}
.mysportal_head .buttons a.register:hover, 
.mysportal_head .buttons a.register.active {
	background: url("../images/mysportal/register_icon_active.png") no-repeat left center;
}
.mysportal_head .buttons a.photo {
	background: url("../images/mysportal/bigphoto_icon.png") no-repeat left center;
	padding-left: 40px;
}
.mysportal_head .buttons a.photo:hover, 
.mysportal_head .buttons a.photo.active {
	background: url("../images/mysportal/bigphoto_icon_active.png") no-repeat left center;
}
.mysportal_head .buttons a.video {
	background: url("../images/mysportal/play_icon.png") no-repeat left center;
	padding-left: 35px;
}
.mysportal_head .buttons a.video:hover, 
.mysportal_head .buttons a.video.active {
	background: url("../images/mysportal/play_icon_active.png") no-repeat left center;
}
.mysearch_btn {
	background: url("../images/search_icon.png") no-repeat center left; 
	padding-left: 35px;
	color: #999999;
	font-weight: bold;
	float: right;
	margin: 15px 20px;
	height: 24px;
	line-height: 24px;
}
.mysearch_btn:hover {
	color: #ff8400;
	text-decoration: none;
	background: url("../images/search_icon_active.png") no-repeat center left; 
}
form.mysearch {
	display: none;
	position: absolute;
	top: 40px;
	right: 0;
}
#mysearch_submit  {
	width: 80px;
	height: 26px;
	padding: 0px;
	cursor: pointer;
	font-family: tahoma, sans-serif;
	float: left;
	margin-left: 20px;
	text-align: center;
	color: #000;
	text-transform: uppercase;
	border: 1px solid #c1c1c1;
	border-bottom-color: #9a9a9a;
	background: rgb(254,254,254);
	background: -moz-linear-gradient(top,  rgba(254,254,254,1) 0%, rgba(222,222,222,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(254,254,254,1)), color-stop(100%,rgba(222,222,222,1)));
	background: -webkit-linear-gradient(top,  rgba(254,254,254,1) 0%,rgba(222,222,222,1) 100%);
	background: -o-linear-gradient(top,  rgba(254,254,254,1) 0%,rgba(222,222,222,1) 100%);
	background: -ms-linear-gradient(top,  rgba(254,254,254,1) 0%,rgba(222,222,222,1) 100%);
	background: linear-gradient(to bottom,  rgba(254,254,254,1) 0%,rgba(222,222,222,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#dedede',GradientType=0 );
	transition: all 0.1s ease-in-out 0s;
	-moz-transition: all 0.1s ease-in-out 0s;
	-webkit-transition: all 0.1s ease-in-out 0s;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	font-size: 10px;
	font-weight: bold;
}
#mysearch_submit:hover {
	background: #ff8400;
	border-color: #ff8400;
	color: #fff;
}
form.mysearch input[type=text]:focus + input[type=submit] {
	background: url('../images/search_btn_hover.png') !important;
}
.posts {
	border-top: 1px solid #333;
	padding: 10px 0 0;
	margin-bottom: 10px;
	overflow: hidden;
}
.posts p.orange {
	color: #ff8400;
	padding: 0 0 0 10px;
	font-weight: bold;
	margin-bottom: 10px;
}
.my_post {
	padding: 10px 0 0; 
	width: 598px;
}
.my_post .post_head, 
.activity_box .post_head {
	position: relative;
	padding: 0 10px;
}
.my_post .post_head img, 
.activity_box .post_head img {
	float: left;
	border: 1px solid #333;
	margin: 0 10px 10px 0;
	-webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.activity_box .post_head a:hover img {
	border-color: #fe850c;
}
.my_post .post_head span {
	display: inline-block;
	width: 80%;
}
.my_post .post_head span.my_name, 
.activity_box .post_head span.my_name {
	font-weight: bold;
	color: #ff8400;
	text-transform: uppercase;
	margin: 15px 0 3px 0;
	font-size: 12px;
}
.my_post .post_head span.date, 
.activity_box .post_head span.date {
	color: #999999;
	font-size: 11px;
}
.activity_box .post_head span {
	display: inline-block;
	width: 50%;
}
.activity_box .post_text {
	color: #cccccc;
	text-decoration: none;
	clear: both;
	display: block;
	margin-bottom: 10px;
	font-size: 12px;
	font-weight: bold;
	padding: 0 10px;
	-webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.activity_box .post_text:hover {
	color: #fe850c;
}
.settings {
	display: inline-block;
}
.settings .icon {
	display: block;
	position: absolute;
	width: 20px !important;
	height: 20px !important;
	background: url("../images/mysportal/settings_icon.png") no-repeat 0 0;
	top: 0;
	right: 10px;
}
.settings .icon:hover {
	text-decoration: none;
	background: url("../images/mysportal/settings_icon_active.png") no-repeat 0 0;
}
.settings .bubble { 
	display: block;
  position: absolute;
  top: 33px;
  right: 0px;
  width: 160px;
  height: auto;
  background: #fff;
  z-index: 10000;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  padding: 5px 0;
}
.settings .bubble:after {
   	bottom: 100%;
		right: 10%;
		border: solid transparent;
		content: " ";
		height: 0;
		width: 0;
		position: absolute;
		pointer-events: none;
		border-color: rgba(255, 255, 255, 0);
		border-bottom-color: #fff;
		border-width: 5px;
		margin-left: -5px;
  }
.settings .bubble a {
  color: #000;
  line-height: 22px;
  text-align: left;
  padding-left: 20px;
  display: block;
  font-size: 11px;
}
.post_text {
	clear: both;
	margin-bottom: 10px;
	font-size: 12px;
	font-weight: bold;
	padding: 0 10px;
}
.post_wrap {
	background: #262626;
	margin: 0 10px 10px;
}
.post_wrap img {
	border: 1px solid #333;
	text-align: center;
	margin: 0 auto;
	display: block;
	width: 99.85%;
}
.post_wrap h3 {
	font-size: 16px;
	color: #cccccc;
	padding: 10px;
	border-left: 1px solid #333;
	border-right: 1px solid #333;
}
.post_wrap a:hover {
	text-decoration: none;
	color: #ff8400;
}
.post_wrap .text {
	font-size: 12px;
	padding: 0 10px 10px;
	border-left: 1px solid #333;
	border-right: 1px solid #333;
}
.post_wrap .signature {
	text-transform: uppercase;
	color: #cccccc;
	padding: 0 0 10px 10px;
	display: block;
	font-size: 12px;
	border-left: 1px solid #333;
	border-right: 1px solid #333;
	border-bottom: 1px solid #333;
}
.post_footer {
	color: #ccc;
	line-height: 18px;
	clear: both;
	overflow: hidden;
	margin: 0 10px 10px;
}
.post_footer a { 
	color: #ccc;
	display: inline-block;
	margin: 0 5px;
	font-size: 11px;
}
.post_footer a:hover {
	text-decoration: none;
	color: #ff8400;
}
.post_footer .count {
	float: right;
}
.post_footer .likes_count {
	background: url("../images/like_icon.png") no-repeat left center;
	padding-left: 20px;
	line-height: 18px;
	color: #fff;
	font-size: 11px;
	float: left;
	margin-right: 15px;
}
.post_footer .comm_count {
	background: url("../images/comm_icon_grey.png") no-repeat left center;
	padding-left: 32px;
	line-height: 18px;
	color: #fff;
	float: left;
	font-size: 11px;
}
.my_gallery {
	padding: 10px;
	width: 578px;
}
.my_gallery .gallery_wrap {
	background: none;
	margin-bottom: 10px;
	overflow: hidden;
}
.my_gallery .gallery_wrap a.main img {
	margin: 0 auto 10px;
	border: 1px solid #333;
}
.my_gallery .gallery_wrap a.thumb {
	width: 283px;
	float: left;
}
.my_gallery .gallery_wrap a.thumb img {
	width: 100%;
	border: 1px solid #333;
}
.my_gallery .gallery_wrap a.thumb:last-child {
	margin-left: 10px;
}

.editing_post {
	background: #1a1a1a;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	overflow: hidden;
	margin-bottom: 10px;
	width: 600px;
}
.editing_post .btn {
	background: #262626;
}
.editing_post .btn a {
	display: block;
	text-align: center;
	float: left;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	height: 24px;
	line-height: 24px;
	color: #999;
	position: relative;
}
.editing_post .btn a .arrow {
	background: url("../images/mysportal/arrow_top.png") no-repeat 0 0;
	width: 9px;
	height: 5px;
	position: absolute;
	display: none
}
.editing_post .btn a.edit.active .arrow, 
.editing_post .btn a.add.active .arrow {
	display: block;
	top: 50px;
	left: 145px;
}
.editing_post .btn a.edit {
	background: url("../images/mysportal/renew_icon.png") no-repeat 74px center;
	width: 244px;
	padding: 10px 0 10px 55px;
	border-right: 1px solid #1a1a1a;
}
.editing_post .btn a.edit:hover, 
.editing_post .btn a.edit.active {
	background: url("../images/mysportal/renew_icon_active.png") no-repeat 74px center;
	color: #ff8400;
}
.editing_post .btn a.add {
	background: url("../images/mysportal/add_icon.png") no-repeat 50px center;
	width: 230px;
	padding: 10px 0 10px 70px;
}
.editing_post .btn a.add.active, 
.editing_post .btn a.add:hover {
	background: url("../images/mysportal/add_icon_active.png") no-repeat 50px center;
	color: #ff8400;
}
.editing_post form textarea {
	border: 1px solid #333333;
	background: #1a1a1a;
	width: 577px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin: 20px 0 10px;
	min-height: 52px;
	padding: 5px 10px;
	font-size: 12px;
	font-weight: normal;
	color: #999;
}
.editing_post form input[type="submit"] {
	display: block;
	width: 122px;
	padding: 3px 0 5px;
	height: 28px;
	line-height: 20px;
	margin: 0 15px 15px 0;
	background: rgb(51,51,51);
	background: -moz-linear-gradient(top,  rgba(51,51,51,1) 0%, rgba(34,34,34,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(51,51,51,1)), color-stop(100%,rgba(34,34,34,1)));
	background: -webkit-linear-gradient(top,  rgba(51,51,51,1) 0%,rgba(34,34,34,1) 100%);
	background: -o-linear-gradient(top,  rgba(51,51,51,1) 0%,rgba(34,34,34,1) 100%);
	background: -ms-linear-gradient(top,  rgba(51,51,51,1) 0%,rgba(34,34,34,1) 100%);
	background: linear-gradient(to bottom,  rgba(51,51,51,1) 0%,rgba(34,34,34,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#222222',GradientType=0 );
	border: 1px solid #333;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	cursor: pointer;
	font-family: tahoma;
	text-align: center;
	overflow: hidden;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	float: right;
}
.editing_post form input[type="submit"]:hover {
	background: #ff8400;
	border-color: #ff8400;
}
.embed_info {
	padding: 10px 0;
}
.embed_info .embed_img {
	max-width: 580px;
	float: left;
	margin: 0 10px 10px 10px;
	position: relative;
}
.embed_info .embed_img img  {
	width: 100%;
}
.embed_info .embed_text {
	max-width: 580px;
	margin: 0 0 10px 10px;
}
.embed_info .embed_text h3 {
	font-size: 14px;
	margin-bottom: 5px;
	width: 96%;
	padding-right: 20px;
}
.embed_info .embed_text p {
	font-size: 12px;
	width: 100%;
	position: relative;
}
.embed_info .signature {
	text-transform: uppercase;
	color: #cccccc;
	display: block;
	font-size: 12px;
	margin: 10px 0 0 0;
}
.embed_info a.delete {
	display: none;
	width: 11px;
	height: 11px;
	position: absolute;
	background: url("../images/mysportal/delete_icon.png") no-repeat center center;
	padding: 5px;
	top: 5px;
	right: 5px;
	z-index: 30;
}
.embed_info p a.delete {
	top: -25px;
}
.embed_info a.delete:hover {
	background: url("../images/mysportal/delete_icon_active.png") no-repeat center center;
}
.embed_info .embed_img:hover > .delete {
	display: block;
}
.embed_info .embed_text:hover p > .delete {
	display: block;
}*/

/* comments under post */
/*.mypost_comments .likes {
	background: #262626;
	border-top: 1px solid #333;
	padding: 10px;
	margin-bottom: 10px;
	font-size: 12px;
	line-height: 20px;
	height: 20px;
}
.mypost_comments .likes .count {
	background: url("../images/mysportal/like_icon_active.png") no-repeat left center;
	padding-left: 20px;
	color: #fe850c;
	font-size: 13px;
	font-weight: bold;
	line-height: 20px;
	height: 20px;
	display: inline-block;
	margin-right: 5px;
}
.mypost_comments .my_comment {
	margin: 0 10px 10px;
}
.mypost_comments .my_comment img {
	border: 1px solid #333;
	float: left;
	margin-right: 10px;
}
.mypost_comments .my_comment textarea {
	float: left;
	border: 1px solid #333;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin-right: 10px;
}
.mypost_comments .user_comments {
	border: none !important;
}
.mypost_comments .user_comments .hed {
	padding: 10px; 
	overflow: hidden;
}
.mypost_comments .user_comments .hed img {
	float: left;
	margin-right: 10px;
}
.mypost_comments .user_comments .orange_link {
	font-size: 13px;
	margin: 10px 0 5px;
	display: inline-block;
}
.mypost_comments .user_comments .dark_text {
	font-size: 11px;
	margin: 0 !important;
}
.mypost_comments .user_comments .comm_btn {
	overflow: hidden;
	margin: 8px 0 5px 10px;
}
.mypost_comments .user_comments .comm_btn a {
	color: #999999;
	display: inline-block;
	margin-right: 5px;
	font-size: 11px;
	vertical-align: middle;
}
.mypost_comments .user_comments .comm_btn a.answer_btn {
	border-right: 1px solid #999;
	padding-right: 6px;
}
.mypost_comments .user_comments .comm_btn .like_btn {
	display: inline-block;
}
.mypost_comments .user_comments .comm_btn .comm_count {
	background: url("../images/like_icon.png") no-repeat left top;
	padding-left: 20px;
	text-decoration: none !important;
	display: inline-block;
	line-height: 18px;
	margin-left: 5px;
	font-size: 11px;
	vertical-align: middle;
}
.mypost_comments .fot {
	margin-left: 61px;
	border-left: 1px solid #333;
	clear: both;
	margin-bottom: 10px;
	overflow: hidden;
}
.mypost_comments .fot > .inner_user_comments .fot {
	border: none !important;
}
.mypost_comments .fot p {
	width: auto !important;
	padding: 0 10px;
}
.my_comment textarea {
    border: 1px solid #333333;
    background: #1a1a1a;
    width: 360px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    margin: 0 0 10px;
    min-height: 39px;
    padding: 5px 10px;
    font-size: 12px;
    font-weight: normal;
    color: #999;
}
.my_comment input[type="submit"], 
.answer_comment input[type="submit"] {
	display: block;
	width: 122px;
	padding: 3px 0 5px;
	height: 28px;
	line-height: 20px;
	margin: 0 0 15px 0;
	background: rgb(51,51,51);
	background: -moz-linear-gradient(top,  rgba(51,51,51,1) 0%, rgba(34,34,34,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(51,51,51,1)), color-stop(100%,rgba(34,34,34,1)));
	background: -webkit-linear-gradient(top,  rgba(51,51,51,1) 0%,rgba(34,34,34,1) 100%);
	background: -o-linear-gradient(top,  rgba(51,51,51,1) 0%,rgba(34,34,34,1) 100%);
	background: -ms-linear-gradient(top,  rgba(51,51,51,1) 0%,rgba(34,34,34,1) 100%);
	background: linear-gradient(to bottom,  rgba(51,51,51,1) 0%,rgba(34,34,34,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#222222',GradientType=0 );
	border: 1px solid #333;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	cursor: pointer;
	font-family: tahoma;
	text-align: center;
	overflow: hidden;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	float: right;
}
.my_comment input[type="submit"]:hover, 
.answer_comment input[type="submit"]:hover {
	background: #ff8400;
	border-color: #ff8400;
}
.mypost_comments .fot .answer_comment {
	margin: 10px 10px 0;
}
.mypost_comments .fot .answer_comment img {
	  border: 1px solid #333;
    float: left;
    margin-right: 10px;
}
.mypost_comments .fot .answer_comment textarea {
	  border: 1px solid #333333;
    background: #1a1a1a;
    width: 300px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    margin: 0 0 10px;
    min-height: 39px;
    padding: 5px 10px;
    font-size: 12px;
    font-weight: normal;
    color: #999;
}
.load_more_comm {
	background: #262626 url("../images/mysportal/load_more_icon.png") no-repeat 25px center;
	display: block;
	text-align: left;
	padding-left: 55px;
	height: 38px;
	line-height: 38px;
	vertical-align: middle;
	font-size: 12px;
	color: #8d8d8d;
	border-top: 1px solid #333333;
	cursor: pointer;
}
.load_more_comm:hover {
	color: #fe850c;
	background: #262626 url("../images/mysportal/load_more_icon_active.png") no-repeat 25px center;
	text-decoration: none;
}
.mygallery_box, 
.myimages_box {
	padding: 20px 0 10px 10px;
	width: 586px;
	overflow: hidden;
}
.menu_mygallery {
  list-style-type: none;
  height: 27px;
  position: relative;
  z-index: 995;
  top: 7px;
  width: 600px;
  background-color: transparent;
  border: 0;
}
.menu_mygallery li {
	position: absolute;
	top: 5px;
	height: 21px;
	width: 300px;
	font: bold 10px verdana, sans-serif;
	text-transform: uppercase;
	background-color: black;
	border: 1px solid #3a3a3a;
	border-left: 0;
	border-right: 0;
	line-height: 21px;
	list-style: none;
	text-align: center;
}
.menu_mygallery li.left_tab {
  left: 0;
  padding-right: 1px;
  border-left: 1px solid #3a3a3a;
}
.menu_mygallery li.right_tab {
	right: 0;
	border-right: 1px solid #3a3a3a;
}
.menu_mygallery li.left_tab.active_tab {
	top: 0;
	height: 27px;
	line-height: 27px;
	margin-bottom: -6px;
	z-index: 999;
	border-bottom: 0 !important;
	background: #1a1a1a;
	border-right: 1px solid #3a3a3a;
}
.menu_mygallery li.right_tab.active_tab {
	top: 0;
	height: 27px;
	line-height: 27px;
	margin-bottom: -6px;
	z-index: 999;
	border-bottom: 0 !important;
	background: #1a1a1a;
	border-left: 1px solid #3a3a3a;
}
#add_mygallery_btn,
#add_myimage_btn {
	display: block;
	float: left;
	background: #333333;
	text-align: center;
	width: 190px;
	height: 107px;
	margin: 22px 5px 20px 0;
	font-size: 90px;
	color: #1a1a1a;
	font-weight: 500;
	line-height: 95px;
	-webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
#add_myimage_btn {
	margin: 0 5px 5px 0;
}
#add_mygallery_btn:hover, 
#add_myimage_btn:hover {
	background: #ff8400;
}
.mygallery_box a, 
.myimages_box a {
  width: 190px;
  margin: 0 5px 20px 0;
  background-position: 56px 0;
  overflow: hidden;
  height: 162px;
  float: left;
  text-decoration: none;
}
.myimages_box a {
	height: 109px;
	margin: 0 5px 5px 0;
	position: relative;
}
.myimages_box a .delete_btn {
	background: url("../images/mysportal/delete_icon.png") no-repeat center center;
	position: absolute;
	width: 11px;
	height: 11px;
	top: 5px;
	right: 5px;
	z-index: 30;
	padding: 5px;
}
.myimages_box a .delete_btn:hover {
	background: url("../images/mysportal/delete_icon_active.png") no-repeat center center;
}
.mygallery_box a .total {
	padding: 1px 0 0 17px;
	margin: 0px 0 5px;
	text-align: left;
	display: block;
	height: 16px;
	line-height: 15px;
	position: static;
	background: url("../images/photo_icon.png") no-repeat 0 3px;
	color: #999999;
	font-weight: bold;
	font-size: 11px;
	-webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;

}
.mygallery_box a .total span {
	display: inline;
	padding-right: 5px;
	color: #999;
	-webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.mygallery_box a img, 
.myimages_box a img {
	width: 188px;
	border: 1px solid #333333;
	-webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.mygallery_box a .title {
	color: #cccccc;
	font-weight: bold;
	font-size: 12px;
	display: block;
	margin-top: 5px;
	-webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  height: 30px;
  overflow: hidden;
}
.mygallery_box a:hover img, 
.myimages_box a:hover img {
	border-color: #ff8400;
}
.mygallery_box a:hover span {
	color: #ff8400;
}
.mygallery_box a:hover .total {
	background: url(../images/photo_icon_hover.png) no-repeat 0 3px;
}
.last_activity {
	padding: 10px 0 0;
}
.last_activity .activity_box {
	margin-bottom: 15px;
}*/

/* iframe open image */
/*#open_img_iframe {
	width: 1100px;
	height: 560px;
	overflow: hidden;
	position: absolute;
	top: 20%;
	left: 22%
}
#open_img_iframe .left_col {
	width: 780px;
	float: left;
}
#open_img_iframe .right_col {
	width: 320px;
	float: left;
}
#open_img_iframe .left_col .likes {
	background: #262626;
	border-top: 1px solid #333;
	padding: 10px;
	margin-bottom: 10px;
	font-size: 12px;
	line-height: 20px;
	height: 20px;
}*/