@charset "utf-8";
/* CSS Document */
/* Global styles */

body {
	margin: 10px 0 0 0;
	background: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
p, h1, h2, h3, h4 {
	margin: 0;
	padding: 0;
}
a {
	/*    background: url("../images/bg_link.gif") left bottom repeat-x; */
    color: #000;
	text-decoration: none;
}
a:hover {
	color: #000000;
	background: none;
}
a.hl {
	background: url("../images/bg_link_hl.gif") left bottom repeat-x;
	color: #ffa441;
	font-weight: bold;
}
a.hl:hover {
	background: none;
	color: #ff9018;
}
form {
	display: inline;
}
input, textarea, select {
	font-family: Verdana, Arial, serif;
	font-size: 14px;
}
.g_clear {
	clear: both;
}
.g_hidden {
	display: none;
}
.g_hint {
	font-size: 18px;
}
.block_header {
	padding: 5px 3px;
	margin: 2px;
	display: block;
	border-bottom: 1px solid #222;
	background: #333;
	color: #ddd;
	font-size: 15px;
}
.block_sub_header {
	margin: 2px;
	padding: 1px 5px 3px 5px;
	border-bottom: 1px solid #222;
	color: #000;
	font-size: 11px;
}
.block_sub_header .links {
	padding-left: 10px
}
.block_content {
	padding: 5px 5px 10px 5px;
	color: #000;
}
.block_content2 {
	padding: 5px 5px 10px 5px;
	color: #ddd;
}
.text_content {
	padding: 5px 10px 10px 10px;
}
.block_content p, .text_content p {
	margin-bottom: 8px;
	margin-top: 16px;
}
.block_content p.topmost, .text_content p.topmost {
	font-size: 13px;
	margin-top: 0;
}
.block_content .label {
	margin-bottom: 3px;
}
.block_content .control {
	margin-bottom: 10px;
}
.block_content .control_group {
	margin-bottom: 10px;
}
.block_content .control_group .item {
	float: left;
	margin-bottom: 5px;
}
.block_content .button {
	padding-top: 3px;
}
.block_content .button .ajax_wait {
	padding-left: 5px;
}
.block_content .field_error {
	padding: 1px;
	color: #fb6549;
	font-size: 11px;
}
.block_content .message_error {
	margin-bottom: 10px;
	padding: 5px;
	border: 1px solid #333;
	font-size: 13px;
	background: #393939;
	color: #fb6549;
}
.block_content .message_info {
	margin-bottom: 10px;
	padding: 5px;
	border: 1px solid #333;
	font-size: 13px;
	background: #393939;
	color: #ddd;
}
.block_content .expand_link {
	padding-right: 15px;
	background: url("../images/bg_link_expand.gif") right bottom no-repeat;
}
.block_content .expand_link:hover {
	background: url("../images/bg_link_expand_hover.gif") right bottom no-repeat;
}
.block_content .collapse_link {
	padding-right: 15px;
	background: url("../images/bg_link_collapse.gif") right bottom no-repeat;
}
.block_content .collapse_link:hover {
	background: url("../images/bg_link_collapse_hover.gif") right bottom no-repeat;
}
/* Form 1 styles */

.form1 .control input, .form1 .control textarea, .form1 .control select {
	padding: 1px;
	background: #FFF;
	border: 1px solid #bbb;
	color: #333;
}
.form1 .button input {
	vertical-align: middle;
}
/* Form support styles */



.form_s .control input, .form_s .control textarea, .form_s .control select {
	padding: 1px;
	background: #FFF;
	border: 1px solid #bbb;
	color: #333;
	width: 50%;
}
.form_s .control textarea{width: 100%; margin-bottom: 10px;}
.form_s .button input {
	vertical-align: middle;
}
.form_s .submit_button{width: 112px; height: 21px; background: transparent url(/images/send.gif) top left no-repeat; border: none; cursor: pointer;}
/* Layout styles */

#top_menu {
	display:none;
	width: 910px;
	height: 62px;
	padding: 0 10px;
	margin: 0 auto;
	color: #fff;
	font-size: 11px;
	text-align: center;
}
#top_menu a.hl {
	color: #fff;
	font-size: 12px;
}
#top_menu span.hl {
	font-size: 12px;
	font-weight: bold;
}
#header {
	width: 991px;
    height: 130px;
	margin: 0 auto;
	border: 1px solid #000;
	background: url("../images/logo.jpg") left top no-repeat;
	position: relative;
}
#header h1 {
	margin: 0;
	padding: 0;
}
#header h1 span {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 325px;
	height: 62px;
	text-indent: -9000px;
	overflow: hidden;
	cursor: pointer;
}
.header_banner {
	position: absolute;
	top: 10px;
	left: 345px;
}
.bookmark {
	width: 991px;
	height: 93px;
	text-align: right;
}
.bookmark a {
	display: block;
	width: 286px;
	height: 64px;
	background: url("../images/bookmark.jpg") left top no-repeat;
	text-indent: -9000px;
	float: right;
	text-align: left;
}
.login {
	width: 200px;
	margin: 0 auto;
	font: 12px Arial, Helvetica, sans-serif;
}
.login p {
	text-align: center;
}
.login br {
	display: none;
}
.login input {
	vertical-align: middle;
}
.login input.inp {
	width: 111px;
	height: 18px;
	margin: 0 10px 5px 10px;
}
.login label {
	display: block;
	width: 180px;
	margin: 0 auto;
	padding-bottom: 5px;
}
.login p a {
	color: #0399d1;
	font: 12px Arial, Helvetica, sans-serif;
	text-decoration: underline;
}
.login p a:hover {
	text-decoration: none;
}
.header-bottom {
	width: 987px;
	height: 29px;
	border: 2px solid #FFF;
	background: url("../images/bottom-bg.jpg") repeat-x;
}
.search {
	width: 385px;
	height: 26px;
	padding: 3px 0 0 3px;
	float: left;
	text-align: left;
}
.search input {
	vertical-align: middle;
}
.search input.inp1 {
	width: 202px;
}
.close {
	overflow: hidden;
	height: 0px;
	clear: both
}
#main_menu {
	width: 574px;
	float: right;
	height: 29px;
	margin: 0;
	padding: 0;
}
#main_menu li {
	height: 21px;
	list-style: none;
	padding: 7px 0 0 0;
	float: left;
	background:  url("../images/li-left.jpg") top left no-repeat;
	text-align: center;
}
#main_menu li#live_shemales {
	width: 130px;
}
#main_menu li#home {
	width: 59px;
}
#main_menu li#downloads {
	width: 121px;
}
#main_menu li#categories {
	width: 85px;
}
#main_menu li#rated {
	width: 84px;
}
#main_menu li#upload_video {
	width: 100px;
}
#main_menu li#sign {
	width: 64px;
}
#main_menu li#live_girls {
	width: 78px;
}
#main_menu li#new_forum {
	width: 62px;
}
#main_menu li a {
	color: #eaeaea;
}
#main_menu li a:hover {
	color: #00aded;
}
#main_menu a#home {
	width: 74px;
}
#main_menu a#home:hover {
/*background: url("../images/bg_menu_hover.jpg") -10px top no-repeat;*/
}
#main_menu a#latest {
	width: 145px;
}
#main_menu a#latest:hover {
/*background: url("../images/bg_menu_hover.jpg") -84px top no-repeat;*/
}
#main_menu a#tr {
	width: 100px;
}
#main_menu a#tr:hover {
/*background: url("../images/bg_menu_hover.jpg") -229px top no-repeat;*/
}
#main_menu a#popular {
	width: 132px;
}
#main_menu a#popular:hover {
	background: url("../images/bg_menu_hover.jpg") -329px top no-repeat;
}
#main_menu a#categories {
	width: 113px;
}
#main_menu a#categories:hover {
	background: url("../images/bg_menu_hover.jpg") -461px top no-repeat;
}
#main_menu a#community {
	width: 118px;
}
#main_menu a#community:hover {
	background: url("../images/bg_menu_hover.jpg") -575px top no-repeat;
}
.main {
	width: 991px;
	margin: 0 auto;
	background: #FFF url("../images/main-bg.gif") left top repeat-y;
}
.sidebar {
	width: 213px;
	border-right: 3px solid #000;
	float: left;
	padding-top: 2px;
}
.sidebar2 {
	width: 213px;
	border-left: 3px solid #000;
	float: right;
}
.registr-info {
	width: 209px;
	margin: 0 auto;
	padding: 0 0 10px 0;
	background: #000;
	color: #FFF;
}
.registr-info h3 {
	background: #333333;
	padding: 5px 0 5px 5px;
	font-size: 16px;
	color: #dddddd;
	margin-bottom: 10px;
}
.registr-info h5 {
	font-size: 14px;
	margin: 0 0 7px 10px;
}
.registr-info ul {
	margin: 0 0 0 10px;
	padding: 0;
}
.registr-info li {
	list-style: none;
	text-align: left;
	line-height: 1.4;
}
.registr-info li a, .registr-info li a:hover {
	color: #FFF;
}
.registr-info p {
	text-align: center;
	padding-top: 5px;
}
.registr-info p a {
	color: #0399d1;
	font-size: 14px;
	text-decoration: underline;
}
.registr-info p a:hover {
	text-decoration: none;
}
.banner {
	width: 213px;
	border-top: 3px solid #000;
	height: 477px;
	background: #00C;
}
#data {
	width: 775px;
	/*    width: 910px; */
	float: left;/* background: url("../images/bg_data_area.gif") left bottom no-repeat;*/
}
#wide_col {
	width: 775px;
	float: left;
	background: #ffffff;
	/*border: 1px solid #222;
    border-bottom: none;*/
    margin-bottom: 1px;
}
#wide_col #video_info_col {
	
}
#related_videos_col {
	background: #FFF;
}
#side_col {
	display:none;
	width: 198px;
	float: left;
	margin-left: 10px;
	background: #444;
	border: 1px solid #222;
}
#footer {
	color: #fff;
	/*    width: 940px; */

	width: 700px;
	margin: 0 auto;
	padding: 5px 10px;
}
#footer .links {
	color: #fff;
	text-align: center;
	margin: 10px 0;
}
#footer .links a {
	color: #FFF;
}
#footer .info {
	color: #999;
	font-size: 11px;
	text-align: center;
	margin: 10px 0;
}
/* List videos block styles */

.list_videos .item {
	float: left;
	width: 162px;
	padding: 4px 10px 4px 16px;
	font-size: 11px;
}
.list_videos .item_small {
	float: left;
	width: 180px;
	padding: 2px;
	font-size: 11px;
}
.list_videos .image {
	background: #ffffff;
	border: 1px solid #ffffff;
}
.list_videos .private {
	background-color: #000;
}
.list_videos .image a {
	display: block;
	background: none;
	color: #777;
}
.list_videos .image img {
	display: block;
	border: 0;
}
.list_videos .info {
	padding: 2px;
	line-height: 18px;
}
.list_videos .info h2 {
	display: block;
	overflow: hidden;
	font-size: 11px;
	white-space: nowrap;
}
.list_videos .info .hl {
	color: #000000;
	background: none;
}
.list_videos .info .length {
	color: #000;
	font-weight: bold;
	text-align: left;
}
.list_videos .info .added {
	color: #000000;
	clear: both;
}
.list_videos .info .added span {
	color: #5a5a5a;
}
.list_videos .info .rating {
    float:right;
}
.list_videos .options {
	padding-top: 2px;
	padding-bottom: 10px;
}
.list_videos .options span {
	color: #fff;
	font-weight: bold;
}
.list_videos .options input {
	vertical-align: middle;
}
.list_videos .options a {
	font-weight: bold;
}
.list_videos .actions {
	padding-left: 10px;
	padding-top: 10px;
}

/* List albums block styles */

.list_albums .item {
	float: left;
	width: 143px;
	padding: 2px;
	font-size: 10px;
}
.list_albums .private {
	background-color: #000;
}
.list_albums .image {
	width: 120px;
	border: 1px solid #000;
}
.list_albums .image a {
	background: none;
	color: #777;
}
.list_albums .image img {
	border: 0;
}
.list_albums .info {
	padding: 2px;
	line-height: 18px;
}
.list_albums .info h2 {
	display: block;
	overflow: hidden;
	font-size: 11px;
	white-space: nowrap;
}
.list_albums .info .images {
	float: left;
}
.list_albums .info .rating {
	padding-left: 10px;
	float: left;
}
.list_albums .info .added span {
	color: #fff;
	font-weight: bold;
}
.list_albums .options {
	padding-top: 2px;
	padding-bottom: 10px;
}
.list_albums .options span {
	color: #fff;
	font-weight: bold;
}
.list_albums .options input {
	vertical-align: middle;
}
.list_albums .options a {
	font-weight: bold;
}
.list_albums .actions {
	padding-left: 10px;
	padding-top: 10px;
}
/* List categories block styles */

.list_categories .item {
	float: left;
	width: 137px;
	padding: 5px;
	font-size: 11px;
}
.list_categories .item h2 {
	padding-bottom: 4px;
	font-size: 14px;
	text-align: center;
}
.list_categories .item .image {
	background: #000;
	border: 1px solid #000;
}
.list_categories .item .image a {
	display: block;
	color: #777;
}
.list_categories .item .image img {
	display: block;
	border: 0;
}
.list_categories .item .info {
	padding: 2px;
	line-height: 18px;
	text-align: center;
}
/* List members block styles */

.list_members .item {
	float: left;
	padding: 5px 16px;
	width: 152px;
	font-size: 11px;
}
.list_members .item h2 {
	padding-bottom: 4px;
	font-size: 14px;
	text-align: center;
}
.list_members .item .image {
	background: #000;
	border: 1px solid #000;
}
.list_members .item .image a {
	display: block;
	color: #777;
}
.list_members .item .image img {
	display: block;
	border: 0;
}
.list_members .info {
	padding: 2px;
	line-height: 18px;
}
.list_members .info span {
	color: #fff;
	font-weight: bold;
}
/* List messages block styles */

.list_messages .message {
	padding: 5px 0;
}
.list_messages .message .delete {
	width: 30px;
	height: 72px;
	padding-top: 50px;
	float: left;
}
.list_messages .message .avatar {
	width: 152px;
	height: 122px;
	float: left;
	background: #111;
}
.list_messages .message .avatar a {
	background: none;
}
.list_messages .message .avatar img {
	border: 1px solid #000;
}
.list_messages .message .text {
	padding-left: 190px;
}
.list_messages .message h2 {
	margin-bottom: 5px;
	font-size: 14px;
	font-weight: normal;
	color: #fff;
}
.list_messages .message .content {
	margin-top: 16px;
	margin-bottom: 8px;
}
.list_messages .message_separator {
	height: 1px;
	background: #333;
	font-size: 0;
	line-height: 1px;
}
.list_messages .actions {
	padding-left: 10px;
	padding-top: 10px;
}
/* List members blog block styles */

.list_members_blog .text_content {
	padding: 0 5px;
}
.list_members_blog .entry {
	padding: 5px 0;
}
.list_members_blog .entry .delete {
	width: 30px;
	height: 72px;
	padding-top: 50px;
	float: left;
}
.list_members_blog .entry .avatar {
	width: 152px;
	height: 122px;
	float: left;
	background: #111;
}
.list_members_blog .entry .avatar a {
	background: none;
}
.list_members_blog .entry .avatar img {
	border: 1px solid #000;
}
.list_members_blog .entry .text {
	padding-left: 190px;
}
.list_members_blog .entry h2 {
	margin-bottom: 5px;
	font-size: 14px;
	font-weight: normal;
	color: #fff;
}
.list_members_blog .entry .content {
	margin-top: 16px;
	margin-bottom: 8px;
}
.list_members_blog .entry_separator {
	height: 1px;
	background: #333;
	font-size: 0;
	line-height: 1px;
}
.list_members_blog .actions {
	padding-left: 10px;
	padding-top: 10px;
}
.list_members_blog .add_entry {
	margin-top: 16px;
	padding: 5px;
	border: 1px solid #333;
	background: #393939;
}
.list_members_blog .control textarea {
	width: 99%;
}
/* List members events block styles */

.list_members_events .event {
	padding: 5px 0;
}
.list_members_events .event_separator {
	height: 1px;
	background: #333;
	font-size: 0;
	line-height: 1px;
}
/* Pagination block styles */

.pagination {
	padding: 8px 3px;
	text-align: center;
}
.pagination a {
	padding: 2px;
	font-size: 14px;
	color: #7a0000;
}
.pagination span {
	padding: 2px;
	font-weight: bold;
	font-size: 14px;
}
/* Tags cloud block styles */

.tags_cloud a {
	line-height: 18px;
}
/* Search block styles */

.search .control, .search .button {
	float: left;
	padding: 2px;
}
.search .control input {
	width: 150px;
}
.search .button input {
	vertical-align: middle;
}
/* Search members block styles */

.search_members .control input, .search_members .control select.full_size {
	width: 180px;
}
/* Video view block styles */

.video_view .cs {
	padding-top: 5px;
	padding-bottom: 10px;
	background: #111;
	text-transform: uppercase;
	text-align: center;
}
.video_view .cs a {
	background: none;
}
.video_view .cs a img {
	border: 0;
}
.video_view .player {
	margin-bottom: 10px;
	padding: 5px;
	background: #111;
	font-size: 18px;
	text-align: center;
}
.video_view h2 {
	margin: 0 0 8px 0;
	color: #000000;
	font-size: 16px;
}
.video_view h3 {
	margin: 0 0 8px 0;
	font-size: 12px;
	font-weight: normal;
}
.video_view .rating_container {
	cursor: pointer;
}
.video_view .info_row {
	margin-bottom: 8px;
}
.video_view .info_row span {
	color: #000;
}
.video_view .info_row img {
	vertical-align: top;
}
.video_view .info_row .col_1 {
	width: 370px;
	float: left;
}
.video_view .info_row .col_2 {
	float: left;
}
.video_view .send_to_friend, .video_view .add_to_favourites {
	margin-bottom: 8px;
	padding: 5px;
}
.video_view .control textarea, .video_view .control input {
	width: 99%;
}
.video_view textarea.embed {
    padding: 1px;
    background: #555;
    border: 1px solid #bbb;
    color: #bbb;
    margin-top: 4px;
    width: 99%;
}
/* Video comments block styles */

.video_comments {
	background: #FFF;
}

.video_comments .control textarea {
	width: 99%;
}
.video_comments .info_row {
	margin-bottom: 8px;
}
.video_comments .info_row span {
	color: #000;
}
.video_comments .add_comment {
	margin-bottom: 8px;
	padding: 5px;
	clear: both;
}
.video_comments .comments_list {
	margin-bottom: 8px;
}
.video_comments .comment_row {
	padding: 5px;
}
.video_comments .comment_row .avatar {
	width: 152px;
	height: 122px;
	float: left;
	background: #111;
	display: none;
}
.video_comments .comment_row .avatar a {
	background: none;
}
.video_comments .comment_row .avatar img {
	border: 1px solid #000;
}
.video_comments .comment_row h2 {
	display: block;
	margin-bottom: 5px;
	font-size: 14px;
	font-weight: normal;
}

.video_comments .comment_row p {
	display: block;
	margin: 0;
}
.video_comments .comment_separator {
	height: 1px;
	margin: 0 15px;
	background: #333;
	font-size: 0;
	line-height: 1px;
}
/* Video edit block styles */

.video_edit .block_content {
	width: 500px;
	margin: 20px 0;
}
.video_edit .control input, .video_edit .control textarea {
	width: 99%;
}
.video_edit .control_group .item {
	width: 160px;
}
.video_edit .control_upload {
	margin-bottom: 10px;
}
.video_edit .control_upload input {
	vertical-align: middle;
}
.video_edit .uploader_popup {
	border: 2px solid #222;
	background: #333;
}
.video_edit .uploader_progress {
	overflow: hidden;
	border: 2px solid #999;
	background: #eee;
}
.video_edit .uploader_progress .progress_bar {
	height: 17px;
	margin: 2px;
	background: #999;
	font-size: 11px;
	color: #222;
	white-space: nowrap;
	line-height: 17px;
	text-indent: 5px;
}
/* Album view block styles */

.album_view .main_photo {
	margin-bottom: 10px;
	padding: 5px;
	background: #111;
	font-size: 18px;
	text-align: center;
}
.album_view h2 {
	margin: 0 0 8px 0;
	color: #ddd;
	font-size: 16px;
}
.album_view h3 {
	margin: 0 0 8px 0;
	font-size: 12px;
	font-weight: normal;
}
.album_view .rating_container {
	cursor: pointer;
}
.album_view .info_row {
	margin-bottom: 8px;
}
.album_view .info_row span {
	color: #ddd;
}
.album_view .info_row img {
	vertical-align: top;
}
.album_view .info_row .col_1 {
	width: 370px;
	float: left;
}
.album_view .info_row .col_2 {
	float: left;
}
.album_view .send_to_friend, .album_view .add_to_favourites {
	margin-bottom: 8px;
	padding: 5px;
	border: 1px solid #333;
	background: #393939;
}
.album_view .control textarea, .album_view .control input {
	width: 99%;
}
/* Album images block styles */

.album_images .block_content {
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
	background: #393939;
}
.album_images .item {
	float: left;
	padding: 10px 12px;
}
.album_images .item .image a {
	color: #777;
	background: none;
}
.album_images .item .image img {
	border: 1px solid #000;
}
/* Album comments block styles */

.album_comments .control textarea, .album_comments .control input {
	width: 99%;
}
.album_comments .info_row {
	margin-bottom: 8px;
}
.album_comments .info_row span {
	color: #ddd;
}
.album_comments .add_comment {
	margin-bottom: 8px;
	padding: 5px;
	background: #393939;
	border: 1px solid #333;
}
.album_comments .comments_list {
	margin-bottom: 8px;
	background: #393939;
	border: 1px solid #333;
}
.album_comments .comment_row {
	padding: 5px;
}
.album_comments .comment_row .avatar {
	width: 152px;
	height: 122px;
	float: left;
	background: #111;
}
.album_comments .comment_row .avatar a {
 	background: none;
}
.album_comments .comment_row .avatar img {
	border: 1px solid #000;
}
.album_comments .comment_row h2 {
	display: block;
	padding-left: 160px;
	margin-bottom: 5px;
	font-size: 14px;
	font-weight: normal;
	color: #fff;
}
.album_comments .comment_row .anonymous_user {
	color: #bbb;
}
.album_comments .comment_row p {
	display: block;
	padding-left: 160px;
}
.album_comments .comment_separator {
	height: 1px;
	margin: 0 15px;
	background: #333;
	font-size: 0;
	line-height: 1px;
}
/* Album edit block styles */

.album_edit .main_photo {
	margin-bottom: 10px;
	padding: 5px;
	background: #111;
	font-size: 18px;
	text-align: center;
}
.album_edit .block_content {
	margin-left: 10px;
	margin-right: 10px;
}
.album_edit .info_row {
	margin-bottom: 8px;
}
.album_edit .info_row span {
	color: #ddd;
}
.album_edit .info_row img {
	vertical-align: top;
}
.album_edit .info_row .col_1 {
	width: 370px;
	float: left;
}
.album_edit .info_row .col_2 {
	float: left;
}
.album_edit .image_item .image {
	float: left;
	padding: 5px 12px 10px 0;
}
.album_edit .image_item .comment {
	padding: 5px 0 0 150px;
}
.album_edit .image_item .options {
	padding: 2px 0 10px 150px;
}
.album_edit .image_item img {
	border: 1px solid #000;
}
.album_edit .control input, .album_edit .control textarea, .album_edit .images textarea {
	width: 99%;
}
/* Logon block styles */

.logon .block_content {
	width: 500px;
	margin: 20px 0;
}
.logon .control input {
	width: 99%;
}
/* Signup block styles */

.signup .block_content {
	width: 500px;
	margin: 20px 0;
}
.signup .control input {
	width: 99%;
}
/* Invite block styles */

.invite_friend .block_content {
	width: 500px;
	margin: 20px 0;
}
.invite_friend .control input, .invite_friend .control textarea {
	width: 99%;
}
/* Helper menu block styles */

.helper_menu a {
	display: block;
	padding: 5px;
	margin: 1px 0;
	background: #555;
	border: 1px solid #333;
}
.helper_menu a:hover {
	background: #666;
}
.helper_menu span {
	display: block;
	padding: 6px;
	margin: 1px 0;
	font-weight: bold;
}
/* Member menu block styles */

.member_menu .avatar {
	text-align: center;
}
.member_menu .avatar img {
	border: 1px solid #000;
}
.member_menu a {
	display: block;
	padding: 5px;
	margin: 1px 0;
	background: #555;
	border: 1px solid #333;
}
.member_menu a:hover {
	background: #666;
}
.member_menu span {
	display: block;
	padding: 6px;
	margin: 1px 0;
	font-weight: bold;
}
/* Member profile view block styles */

.member_profile_view .block_content {
	margin: 20px auto 0 auto;
}
.member_profile_view .add_to_friends, .member_profile_view .send_message {
	margin-bottom: 16px;
	padding: 5px;
	border: 1px solid #333;
	background: #393939;
}
.member_profile_view .block_sub_header {
	font-size: 14px;
	line-height: 20px;
}
.member_profile_view .block_sub_header .button {
	padding-top: 10px;
	padding-bottom: 5px;
}
.member_profile_view .control textarea {
	width: 99%;
}
.member_profile_view .info_row {
	margin-bottom: 8px;
}
.member_profile_view .info_row span {
	font-weight: bold;
}
.member_profile_view .info_row .col_1 {
	width: 300px;
	float: left;
}
.member_profile_view .info_row .col_2 {
	width: 300px;
	float: left;
}
/* Member profile edit block styles */

.member_profile_edit .block_content {
	width: 500px;
	margin: 20px auto 0 auto;
}
.member_profile_edit .control input, .member_profile_edit .control textarea, .member_profile_edit .control select.full_size {
	width: 99%;
}
/* Message details block styles */

.message_details .message {
	padding: 5px 0;
}
.message_details .message h2 {
	margin-bottom: 10px;
	font-size: 14px;
	font-weight: normal;
	color: #fff;
}
.message_details .message .avatar {
	width: 152px;
	height: 122px;
	float: left;
	margin-right: 8px;
	margin-bottom: 8px;
	background: #111;
}
.message_details .message .avatar a {
	background: none;
}
.message_details .message .avatar img {
	border: 1px solid #000;
}
.message_details .send_message {
	margin-top: 16px;
	padding: 5px;
	border: 1px solid #333;
	background: #393939;
}
.message_details .control textarea {
    width: 99%;
}
.cast_list {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}
.cast_list li {
	width: 200px;
	height: 24px;
	background: #3a3a3a url(../images/cats-bg.gif) no-repeat;
	padding-top: 1px;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	margin: 5px auto;
}
.cast_list li a {
	color: #FFF;
}
.cast_list li a:hover {
	color: #fe700e;
}
#stf_link, #fav_link, .fav_link, #ac_link, .ac_link {
	font-weight: bold;
	font-style: italic;
}

/* Java popup block styles */

.screen {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-weight: bold;
	color: #FF0000;
	text-decoration: none;
	text-align: center;
}
.closeoff {
	font-family: "Courier New", Courier, monospace;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	color: #000000;
	text-align: left;
	text-indent: 5px;
}

.popup1 {
    display: none;
    width: 740px;
    high: 510px;
    background: #FFF;
}
	
/* Forum new bootom */	
	  
.newfor {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FF0000;
	text-decoration: none;
}

/* Wornings exceeded */

.exceeded_warning {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;
	font-weight: bold;
	color: #FF0000;
	text-decoration: none;
}

.red_link {
	color: #FF0000;
	text-decoration: none;
}

.thumb {border:1px solid black;}


