/* Global styles */

body {
	margin: 0 0 0 0;
    background: #474747 url("../images/bg.gif") left top repeat;
    font-family: Verdana, Arial, serif;
    font-size: 14px;
}

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: #1D62D4; */
    background: none;
}

a.hl {
/*    background: url("../images/bg_link_hl.gif") left bottom repeat-x; */
/*    color: #bc005d; */
    font-weight: bold;
}

a.hl:hover {
    background: none;
/*    color: #ff007e; */
}

form {
    display: inline;
}

input, textarea, select {
    font-family: Verdana, Arial, serif;
    font-size: 12px;
}

.g_clear {
    clear: both;
}

.g_hidden {
    display: none;
}

.g_hint {
    font-size: 11px;
}

.block_header {
    padding: 5px 3px;
/*    margin: 2px; */
	margin: 0;
    display: block;
    background: #417eb9;
    color: #fff;
    font-size: 15px;
  -moz-border-radius-topleft:4px;
  -moz-border-radius-topright:4px;
}

.block_sub_header {
    margin: 2px;
    padding: 1px 5px 3px 5px;
    color: #ddd;
}

.block_sub_header .links {
    padding-left: 10px; 
}

.block_content {
	margin:0;
    padding: 5px 5px 10px 5px;
    color: #555;
	font-size: 90%;
}

.text_content {
    padding: 5px 10px 10px 10px;
    color: #555;
}

.block_content p, .text_content p {
    margin-bottom: 8px;
    margin-top: 16px;
}

.block_content p.topmost, .text_content p.topmost {
    margin-top: 0;
}

.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;
}

.field_error {
    padding: 1px;
    color: #fb6549;
    font-size: 11px;
}

.field_error2 {
	height: 13px;
	line-height: 14px;
    color: #fb6549;
    font-size: 12px;
}

.block_content .message_error {
	margin-top: 39px;
    margin-bottom: 10px;
    padding: 5px;
    border: 1px solid #fff;
    font-size: 13px;
    background: #fff;
    color: #a12a2a;
	font-weight: bold;
}

.block_content .message_info {
	width: 400px;
	margin:0px 30px 15px 50px;
    padding: 5px 5px 5px 15px;
    background: #de7500;
    border: 0px;
	color: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}

.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: #90a6d5;
    border: 1px solid #627db6;
    color: #fff;
}

.form1 .button input {
	text-align: center;
    vertical-align: middle;
}

#data {
    background: #e9eef3;
    width: 990px;
    margin: 0px auto;
	padding-top: 10px;
/*    background: url("../images/bg_data_area.gif") left bottom no-repeat; */
}

#full_col {
    width: 990px;
	height: 320px;
    float: left;	
    background: #fff;
/*    border: 1px solid #222; */
    border-bottom: none;
    margin-bottom: 10px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}

#wide_col {
	float: left;
    width: 688px;
    background: #fff;
    border: 1px solid #bfc6cc; 
	margin: 0px 0px 10px 0px;
	padding: 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}

#wide_col #video_info_col {
    width: 100%;
    float: left;
}

#wide_col #related_videos_col {
    width: 196px;
    float: left;
}

#wide_all {
	padding:0;
	margin:0;
    width: 688px;
    float: left;
}

#side_col {
    width: 285px;
	float: left;
	overflow: hidden;
    background: #fff;
    border: 1px solid #bfc6cc; 
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
	margin: 0px 0px 10px 10px;
	padding: 0;
}

#footer {
    width: 990px;
	height: 125px;
    background: #fff;
    -webkit-border-radius: 0px 0px 4px 4px;
    -moz-border-radius: 0px 0px 4px 4px;
	padding-top: 10px;
    margin: 0px auto 0px auto;
	font-size: 13px;
}

#footer .links {
    color: #bbb;
	font-size: 13px;
	letter-spacing: -0.02em;
    text-align: center;
    margin: 10px 0;
}

#footer .info {
    color: #999;
    font-size: 12px;
    text-align: center;
    margin: 10px 0;
}

#footer .empty {
	padding-left: 5px;
}

#footer .text_content {
	display: block;
	margin: 0 auto;
	text-align: center;
	padding: 4px 30px;
	font-size: 9px;
	letter-spacing: -0.02em;
}

/* List videos block styles */

.list_videos .item {
	/*position: relative;*/
	float: left;
    width: 206px;
    padding: 4px 10px;
    font-size: 11px;
}
	
.list_videos .item_small {
    float: left;
    width: 106px;
    padding: 2px;
    font-size: 11px;
	margin-bottom: 10px;
}

.list_videos .small_videos {
	overflow: hidden;
	width: 271px;
	height: 95px;
	font-size: 11px;
	background: url('/images/tab-line.gif') left 90px repeat-x;
}

.list_videos .image {
    background: #fff;
	padding: 2px;
    border: 1px solid #a5c2e3;
}

.list_videos .private, .list_videos .premium {
    background-color: #000;
}

.list_videos .image a {
    display: block;
    background: none;
    color: #105ccf;
}

.list_videos .image img {
    display: block;
    border: 0;
}

.list_videos .info {
    padding: 2px;
    line-height: 17px;
	z-index: 2;
}

.list_videos .info h2 {
    display: block;
	z-index: 1;
    float: left;
    width: 200px;
	height: 33px;
    font-size: 11px;
	line-height: 14px;
/*    white-space: nowrap; */
}

.list_videos .info .hl {
    color: #105ccf;
}

.list_videos .info .length {
    color: #aaa;
    font-weight: bold;
    text-align: right;
}

.length_icon {
	padding-left: 13px;
	background: url(/images/tape_icon.jpg) 0 2px no-repeat;
}

.list_videos .info .added {
    float: left;
	color: #777777;
	font-size: 9px;
}

.list_videos .desc {
	line-height: 12px;
	font-size: 11px;
}

.list_videos .info .added span {
    color: #a12a2a;
    font-weight: bold;
}

.list_videos .info .rating {
    text-align: right;
}

.list_videos .options {
    padding-top: 2px;
    padding-bottom: 10px;
}

.list_videos .options span {
    color: #000;
    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: 206px;
    padding: 4px 10px;
    font-size: 11px;
}

.list_albums .private {
    background-color: #000;
}

.list_albums .image {
    background: #fff;
	padding: 2px;
    border: 1px solid #a5c2e3;
}

.list_albums .image a {
    display: block;
    background: none;
    color: #105ccf;
}

.list_albums .image img {
    border: 0;
}

.list_albums .info {
    padding: 2px;
    line-height: 17px;
	z-index: 2;
}

.list_albums .info .hl {
    color: #105ccf;
}

.list_albums .info h2 {
    display: block;
	z-index: 1;
    float: left;
    width: 200px;
	height: 33px;
    font-size: 11px;
	line-height: 14px;
/*    white-space: nowrap; */
}

.list_albums .info .images {
    float: left;
	font-weight: bold;
}

.list_albums .info .rating {
    text-align: right;
}

.list_albums .info .added {
    float: left;
	color: #555;
	font-size: 9px;
}

.list_albums .info .added span {
    color: #a12a2a;
    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: 106px;
	height: 160px;
    padding: 7px;
    font-size: 11px;
}

.list_categories .item h2 {
    padding-bottom: 4px;
    font-size: 13px;
    text-align: center;
}

.list_categories a {
	color: #105cb6;
}

.list_categories .item .image {
    background: #fff;
	padding: 2px;
    border: 1px solid #a5c2e3;
}

.list_categories .item .image a {
    display: block;
}

.list_categories .item .image img {
    display: block;
    border: 0;
}

.list_categories .item .info {
    padding: 2px;
	color: #555;
    line-height: 18px;
    text-align: center;
}

/* List members block styles */

.list_members .item {
    float: left;
    padding: 5px 14px;
    width: 106px;
    font-size: 11px;
	height: 145px;
}

.list_members .item h2 {
    display: block;
    overflow: hidden;
    padding-bottom: 4px;
    font-size: 14px;
    text-align: center;
    white-space: nowrap;
}

.list_members .item .image {
    background: #fff;
	padding: 2px;
    border: 1px solid #a5c2e3;
}

.list_members .item .image a {
    display: block;
    color: #777;
}

.list_members .item .image img {
    display: block;
    border: 0;
}

.list_members .info {
	display: block;
    padding: 2px;
    color: #555555;
	font-size: 9px;
	vertical-align: middle;
    line-height: 13px;
	letter-spacing:-1px;
	overflow: hidden;
}

.list_members .info span {
    font-weight: bold;
	letter-spacing: normal;
}

.list_members .country {
	display: block;
	padding-left: 18px;
}

/* 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 {
	margin-left: 20px;
    width: 79px;
    float: left;
}

.list_messages .message .avatar a {
    background: none;
}

.list_messages .message .avatar img {
    border: 1px solid #a5c2e3;
	padding: 2px;
}

.list_messages .message .text {
    margin-left: 160px;
	margin-right: 20px;
	padding: 20px;
	background: #fffade;
	border: 1px solid #fff8cf;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}

.list_messages .message h2 {
    margin-bottom: 5px;
    font-size: 11px;
    font-weight: bold;
    color: #a12a54;
}

.list_messages .message .content {
    margin-top: 16px;
    margin-bottom: 8px;
	padding-left: 15px;
}

.list_messages .message_separator {
    height: 1px;
    background: #333;
    font-size: 0;
    line-height: 1px;
}

.list_messages .actions {
    padding-left: 10px;
    padding-top: 10px;
}


/* List message small main page */

.list_messages_small .message {
	display: block;
	float: left;
    padding: 0px 0px 20px 0px;
}

.list_messages_small .message .avatar {
	display: block;
	float: left;
	text-align: center;
	margin-left: -12px;
    width: 79px;
}

.list_messages_small .message .avatar a {
	font-size: 9px;
    background: none;
}

.list_messages_small .message .avatar img {
    border: 1px solid #a5c2e3;
	padding: 2px;
}

.list_messages_small .message .text {
	display: block;
	float: left;
	margin-left: 10px;
	padding: 5px;
}

.list_messages_small .message h2 {
    font-size: 9px;
	font-weight: normal;
    color: #a12a54;
}

.list_messages_small .message .content {
	font-size:11px;
	overflow: hidden;
	width: 140px;
	padding: 10px 0px 15px 5px;
}

.list_messages_small .reply {
	background: #e88c23;
    border: 1px solid #da831f;
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	padding: 2px 5px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}

/* 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 {
	margin-left: 20px;
    width: 104px;
    float: left;
}

.list_members_blog .entry .avatar a {
    background: none;
}

.list_members_blog .entry .avatar img {
    border: 1px solid #a5c2e3;
	padding: 2px;
}

.list_members_blog .entry .text {
    margin-left: 170px;
	margin-right: 20px;
	padding: 20px;
	background: #fffade;
	border: 1px solid #fff8cf;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
	
}

.list_members_blog .entry h2 {
    margin-bottom: 5px;
    font-size: 12px;
    font-weight: bold;
    color: #a12a54;
}

.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 {
	width: 80%;
	margin-left: 65px;
	margin-top: 20px;
    margin-bottom: 15px;
    padding: 15px;
	padding-left:30px;
    background: #fff;
    border: 1px solid #e5ecf3;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}

.list_members_blog .control textarea {
    width: 99%;
	background: #90a6d5;
	border: 1px solid #627db6;
	color: #fff;
}

/* List members events block styles */

.list_members_events .event {
    padding: 5px 5px;
	color: #555555;
}

.list_members_events .event .link {
    font-size: 10px;
	font-weight: bold;
	color: #105cb6;
}

.list_members_events .event span {
    color: #a12a2a;
    font-weight: bold;
}

.list_members_events .event_separator {
    height: 1px;
    background: #e5ecf3;
    font-size: 0;
    line-height: 1px;
}

/* Pagination block styles */

.pagination {
	display: block;
    text-align: center;
    padding: 0px;
	font-size: 13px;
}

.pagination span {
	width: 20px;
    padding: 0.2em 0.5em;
    /*border: 1px solid #fff; */
    background: #fff;
	font-size: 13px;
}

.pagination a:hover {
    background: #fff;
	color: #000;
}

.pagination span.current {
    /*border: 1px solid #2E6AB1; */
	background:transparent url(/images/pag_bg.png) no-repeat 0 0;
	padding: 2px 5px 11px 5px;
	font-size: 12px;
	color: #fff;
	font-family: verdana, arial, sans-serif;
}

.pagination a {
	color: #105cb6;
    /* border: 1px solid #9AAFE5; */
    text-decoration: none;
    padding: 0.2em 0.5em;
	font-size: 13px;
}

.pagination a:hover {
    /* border-color: #2E6AB1; */
}

.pagination a.nextprev {
    font-weight: bold;
}

.pagination span.nextprev {
    color: #666;
}

.pagination span.nextprev {
    /* border: 1px solid #ddd; */
    color: #999;
}

.pagination .nextprev-next {
    float: right;
}


/* Tags cloud block styles */

.tags_cloud a {
    line-height: 18px;
}

/* Search block styles */

.search {
	position: absolute;
	margin-top: 4px;
	margin-left: 780px;
}

.search .control input {
    width: 150px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
	padding: 3px 5px;
	padding-right: 44px;
	background: #fff;
	color: #555;
}

.search .button input {
	position: absolute;
	width: 36px;
    margin-top: -19px;
	margin-left: 162px;
}

/* 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-top: 10px; */
	margin-left: 20px;
    margin-bottom: 12px;
    padding: 0px;
    font-size: 18px;
    text-align: center;
	width: 440px;
	height: 353px;
	background: #e6e6e6 url('/images/player_bar.gif') 0px 330px no-repeat;
}

.video_view .preview {
	z-index: 2;
	width: 440px;
	height: 353px;
}

.video_view .player .player_info {
	padding: 10px 5px;
	z-index: 3;
	width: 380px;
	margin: -240px auto 0 auto;
	background: #ffffff;
	opacity: 0.7;
	filter:alpha(opacity=70);
	border-radius: 4px;
	-moz-border-radius: 4px;
}

.video_view .player .player_info span {
	z-index: 4;
	padding: 0;
	margin: 0;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: -1px;
	color: #000;
	background: #ffffff;
	opacity: 1.0;
	filter:alpha(opacity=100);
}

.video_view .player .player_info span a {
	color: #f00;
	text-decoration: underline;
	opacity: 1.0;
	filter:alpha(opacity=100);
}

.video_view .duration {
	z-index: 1;
	margin-top: 159px;
	margin-left: 287px;
	font-size: 10px;
	color: #333333;
	font-weight: normal;
	font-family: serif, arial;
}

.video_view .player_right {
	display: block;
	position: absolute;
	width: 180px;
	height: 240px;
	margin-left: 468px;
	margin-top: 0px;
}

.video_view .player_right .points {
	background: url("/images/coin_icon.png") 49px 10px no-repeat;
	margin-left: 0px;
	height: 120px;
	text-align: center;
}

.video_view .player_right .download {
	background: url("/images/download_icon.png") 65px 28px no-repeat;
	margin-left: 0px;
	height: 120px;
	text-align: center;
	letter-spacing: -1px;
}

.video_view .player_right .text {
	padding-top: 80px;
}

.video_view .player_right .fav {
	background: url("/images/fav_icon.png") 66px 30px no-repeat;
	margin-left: 0px;
	height: 120px;
	text-align: center;
	letter-spacing: -1px;
}

.video_view .player_right .timer {
	background: url("/images/timer_icon.png") 49px 0px no-repeat;
	margin-left: 0px;
	height: 120px;
	text-align: center;
	letter-spacing: -1px;
}

#screenshots {
	display: none;
	margin-left: 35px;
}

.video_view .video_all {

	width: 620px;
}

.video_view .video_block {
	width: 500px;
}

.video_view .infovideo {
	width: 50px;
}

.video_view h2 {
	padding-left: 20px;
    margin: 0 0 8px 0;
    color: #105cb6;
    font-size: 16px;
}

.video_view h3 {
	padding-left: 40px;
	padding-right: 30px;
	padding-bottom: 0px;
    margin: 0 0 8px 0;
    font-size: 13px;
    font-weight: normal;
}

.video_view .rating_container {
    cursor: pointer;
}

.video_view .info_row {
	margin-left: 40px;
    margin-bottom: 8px;
}

.video_view .info_row span {
    color: #555;
}

.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;
}

.send_to_friend, .add_to_favourites {
	width: 80%;
	margin-left: 65px;
    margin-bottom: 15px;
    padding: 15px;
	padding-left:30px;
    background: #fff;
    border: 1px solid #e5ecf3;	
	font-size: 11px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}

.control textarea, .control input {
    width: 99%;
}

/* Video comments block styles */

.video_comments .control textarea, .video_comments .control input {
    width: 90%;
}

.video_comments .info_row {
    margin-bottom: 8px;
}

.video_comments .info_row span {
    color: #555;
}

.video_comments .add_comment {
	width: 80%;
	margin-left: 65px;
    margin-bottom: 15px;
    padding: 15px;
	padding-left:30px;
    background: #fff;
    border: 1px solid #e5ecf3;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}

.video_comments .comments_list {
	width: 90%;
	margin-left: 30px;
	padding-left: 10px;
    margin-bottom: 6px;
    background: #fffade;
    border: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}

.video_comments .comment_row {
    padding: 5px;
}

.video_comments .comment_row .avatar {
    width: 50px;
    height: 50px;
    float: left;
    background: #fffade;
}

.video_comments .comment_row .avatar a {
    background: none;
}

.video_comments .comment_row .avatar img {
    border: 1px solid #a5c2e3;
}

.video_comments .comment_row h2 {
    display: block;
    padding-left: 70px;
	margin-left: 5px;
    margin-bottom: 5px;
    font-size: 11px;
    font-weight: normal;
    color: #000;
}

.video_comments .comment_row .anonymous_user {
    color: #105cb6;
}

.video_comments .comment_row p {
    display: block;
    padding-left: 30px;
}

.video_comments .comment_separator {
    height: 1px;
    margin: 0 10px;
    background: #000;
    font-size: 0;
    line-height: 1px;
}


.list_comments .comment_row {
	font-size: 11px;
	color: #555;
    padding: 5px 0px;
	border-bottom: 1px solid #e5ecf3;
}

.list_comments .video_link {
	color: #105cb6;
	font-weight: bold;
}

.list_comments .user_link {
	color: #555;
	font-weight: bold;
}

.list_comments .comment {
	padding-top: 5px;
}

/* Video edit block styles */

.video_edit .block_content {
    width: 500px;
    margin: 20px auto 0 auto;
}

.video_edit .control input, .video_edit .control textarea, .video_edit .control select.full_size {
    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: none;
    font-size: 18px;
    text-align: center;
}

.album_view .main_photo img {
	padding: 2px;
	border: 1px solid #a5c2e3;
}

.album_view h2 {
    margin: 0 0 8px 0;
	margin-left: 15px;
    color: #105ce0;
    font-size: 16px;
}

.album_view h3 {
    margin: 0 0 8px 0;
	margin-left: 25px;
    font-size: 12px;
    font-weight: normal;
}

.album_view .rating_container {
    cursor: pointer;
}

.album_view .info_row {
	margin-left: 25px;
	margin-top: 10px;
    margin-bottom: 8px;
}

.album_view .info_row span {
    color: #555;
}

.album_view .info_row img {
    vertical-align: top;
}

.album_view .info_row .col_1 {
	margin-top: 5px;
	margin-left: 50px;
    width: 370px;
    float: left;
}

.album_view .info_row .col_2 {
	margin-top: 5px;
    float: left;
}

.album_view .send_to_friend, .album_view .add_to_favourites {
	width: 80%;
	margin-left: 65px;
    margin-bottom: 15px;
    padding: 15px;
	padding-left:30px;
    background: #fff;
    border: 1px solid #8abcff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}

.album_view .control textarea, .album_view .control input {
    width: 99%;
}

/* Album images block styles */

.album_images .block_content {
	margin-left: 20px;
    background: #fff;
}

.album_images .item {
    float: left;
    padding: 4px;
}

.album_images .item .image a {
    color: #555;
    background: none;
}

.album_images .item .image img {
	padding: 2px;
	border: 1px solid #a5c2e3;
}

/* Video comments block styles */

.album_comments .control textarea, .album_comments .control input {
    width: 90%;
}

.album_comments .info_row {
    margin-bottom: 8px;
}

.album_comments .info_row span {
    color: #555;
}

.album_comments .add_comment {
	width: 80%;
	margin-left: 65px;
    margin-bottom: 15px;
    padding: 15px;
	padding-left:30px;
    background: #fff;
    border: 1px solid #e5ecf3;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}

.album_comments .comments_list {
	width: 90%;
	margin-left: 30px;
	padding: 10px;
    margin-bottom: 8px;
    background: #fffade;
    border: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}

.album_comments .comment_row {
    padding: 5px;
}

.album_comments .comment_row .avatar {
    width: 75px;
    height: 75px;
    float: left;
    background: #111;
}

.album_comments .comment_row .avatar a {
    background: none;
}

.album_comments .comment_row .avatar img {
    border: 1px solid #a5c2e3;
}

.album_comments .comment_row h2 {
    display: block;
    padding-left: 90px;
	margin-left: 5px;
    margin-bottom: 5px;
    font-size: 11px;
    font-weight: normal;
    color: #000;
}

.album_comments .comment_row .anonymous_user {
    color: #105cb6;
}

.album_comments .comment_row p {
    display: block;
    padding-left: 110px;
}

.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: 250px;
    margin: 20px auto 0 auto;
}

.logon .control input {
    width: 99%;
}

/* Signup block styles */

.signup .block_content {
    width: 250px;
    margin: 20px auto 0 auto;
}

.signup .control input {
    width: 99%;
}

.reason {
	width: 200px;
	background: #1b5790;
	margin: 0 auto;
	padding: 10px 20px;
	border: 1px solid #074077;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
	font-size: 14px;
	text-align: center;
	color: #fff;
	margin-bottom: 15px;
}

.fill_form {
	text-align: center;
	font-size: 21px;
	font-family: Trebuchet MS;
	letter-spacing: -0.05em;
	
}

.signup .reason .alternative {
	padding-top:5px;
	font-size: 10px;
	color: #ddd;
}

.signup  .alternative {
	text-align: center;
	padding: 10px 0px;
	font-size: 11px;
	color: #555;
}

/* Invite block styles */

.invite_friend .block_content {
    width: 500px;
    margin: 20px auto 0 auto;
}

.invite_friend .control input, .invite_friend .control textarea {
    width: 99%;
}

/* Helper menu block styles */

#categories { width:253px; padding:10px}
#categories ul, li{ padding:0; margin:0; list-style-type:none}
#categories a{  width:234px; height:20px; border:1px solid #dcdcdc; display: block;  background-color:#e5ecf3 ;  margin-bottom:1px; padding-left:20px; font-size:14px; color:#333638; text-decoration:none; padding-top:3px; background-image:url(/images/bullet_cat-n.gif); background-repeat:no-repeat; background-position: 10px 8px}
#categories a:hover{  width:234px; height:20px; border:1px solid #dcdcdc; display: block;  background-color:#ed8f2c ;  margin-bottom:1px; padding-left:20px; font-size:14px; color:#ffffff; text-decoration:none; padding-top:3px; background-image:url(/images/bullet_cat-r.gif); background-repeat:no-repeat; background-position: 10px 8px}
#categories a.current {  width:234px; height:20px; border:1px solid #dcdcdc; display: block;  background-color:#ed8f2c ;  margin-bottom:1px; padding-left:20px; font-size:14px; color:#ffffff; text-decoration:none; padding-top:3px; background-image:url(/images/bullet_cat-r.gif); background-repeat:no-repeat; background-position: 10px 8px}


/* Member profile view block styles */

.member_profile_view .avatar {
	position: absolute;
    display: block;
	margin-top: -25px;
	margin-left: 470px;
	background: #fff;
	border: #a5c2e3 1px solid;
}

.member_profile_view .avatar img {
	padding: 2px;
}

.member_profile_view .block_content {
    width: 600px;
    margin: 20px auto 0 auto;
}

.member_profile_view .add_to_friends, .member_profile_view .send_message {
	margin-right: 150px; 
	margin-bottom: 30px;
	padding: 20px;
	background: #e5ecf3;
	border: 1px solid #c7dcf1;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}

.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 {
	font-weight: normal;
    margin-bottom: 8px;
}

.member_profile_view .info_row span {
    color: #555;
	font-weight: bold;
}

.member_profile_view .info_row .col_1 {
    width: 250px;
    float: left;
}

.member_profile_view .info_row .col_2 {
    width: 200px;
    float: left;
}

.member_profile_view .form_delete {
	position: absolute;
	margin-left: 430px;
	margin-top: -20px;
}

/* 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: 5px;
    font-size: 11px;
    font-weight: bold;
    color: #a12a54;
}

.message_details .message .avatar {
	margin-left: 60px;
    width: 104px;
    float: left;
}

.message_details .message .avatar a {
    background: none;
}

.message_details .message .avatar img {
    border: 1px solid #a5c2e3;
	padding: 2px;
}

.message_details .message .text {
    margin-left: 160px;
	margin-right: 20px;
	padding: 20px;
	background: #fffade;
	border: 1px solid #fff8cf;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}

.message_details .send_message {
	width: 80%;
	margin-left: 65px;
	margin-top: 20px;
    margin-bottom: 15px;
    padding: 15px;
	padding-left:30px;
    background: #fff;
    border: 1px solid #e5ecf3;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}

.message_details .control textarea {
	border: 1px solid #627db6;
	background: #90a6d5;
    width: 97%;
	color: #fff;
}


/* Title Selector block */

.selector {
    background: url(/images/tab-line.gif) 0 50% repeat-x;
	padding: 10px 0px;
	margin: 4px;
    width: 98%;
    float: left;
}

.selector h2 {
    background: #fff;
	color: #555;
    float: left;
	font-weight: normal;
    font-size: 25px;
    font-family: arial, helvetica, sans-serif;
	letter-spacing: -2px;
    padding: 0px 5px 0px 10px;
}

.selector .tool, .selector .tool:visited {
    float: right;
    text-decoration: none;
    color: #e37400;
    padding: 2px 1px;
    border: 4px solid #fff;
    background: #fff;
    margin-top: 3px;
    font-weight: bold;
	font-size: 10px;
    height: 15px;
    word-spacing: -0.1em;
}

.selector span.tool {
    padding: 0;
    height: auto;
} /*ie6*/

.selector span.tool strong {
    display: block;
    color: #fff;
	background: #e37400;
    padding: 3px 6px;
    height: auto;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}

.selector a.tool:hover {
	background: #fff;
    text-decoration: underline;
}


/* Video of the day block */

#video_day .player {
    background: #fff;
    font-size: 18px;
    text-align: center;
	width: 384px;
	height: 288px;
}

#video_day .player_info {
	padding: 10px 5px;
	z-index: 3;
	width: 330px;
	margin: -170px auto 0 auto;
	background: #ffffff;
	text-align:center;
	opacity: 0.7;
	filter:alpha(opacity=70);
	border-radius: 4px;
	-moz-border-radius: 4px;
}

#video_day .player_info span {
	z-index: 4;
	padding: 0;
	margin: 0;
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	letter-spacing: -1px;
	color: #000;
	background: #ffffff;
	opacity: 1.0;
	filter:alpha(opacity=100);
}

#video_day .player_info span a {
	color: #f00;
	text-decoration: underline;
	opacity: 1.0;
	filter:alpha(opacity=100);
}


#video_day h2 {
	font-size: 13px;
	color: #3b5998;
}

#video_day h3 {
	padding-top: 5px;
	font-weight: normal;
	font-size: 11px;
	color: #555555;
}

#video_day .length {
    color: #555555;
	font-size: 10px;
    font-weight: bold;
    text-align: right;
	padding-top: 10px;
}

#video_day .added {
	padding-top: 5px;
	font-size: 9px;
	color: #555555;
	float: right;
}

#video_day .rating {
    text-align: right;
}

#video_day .user_info {
	padding-left: 5px;
	font-size: 9px;
	color: #555555;
	float: left;
}

#video_day .adding {
	display: block;
	overflow: hidden;
	margin-top: 10px;
	margin-left: 50px;
	width: 150px;
	font-weight: bold;
	color: #fff;
}

#video_day .adding a {
	display: block;
	font-size: 10px;
	letter-spacing: -1px;
	color: #fff;
	padding: 2px 6px;
	text-align: center;
    background: #e37400;
	margin-top: 10px;
}

#video_day .user_block {
	display: block;
	padding: 10px 20px 20px 20px;
	width: 210px;
	height: 50px;
}

#video_day .avatar {
	float: left;
	width: 45px;
	height: 45px;
	border: #a5c2e3 1px solid;
	font-size: 9px;
	color: #555555;
	padding: 2px;
}

.features {
	background: #fff url('/images/wtf.png') 0 5px no-repeat;
	height: 290px;
}

.features .title {
	padding-left: 60px;
	padding-bottom: 15px;
	color: #555;
	font-weight: bold;
}

.features ul {
	margin: 0 auto;
	padding-left: 9px;
	font-size: 13px;
}

.features ul li {
	display: block;
	background: #fff url('/images/check.gif') no-repeat 0 5px;
	padding-left: 22px;
	line-height: 20px;
	padding-bottom: 3px;
	letter-spacing: -0.04em;
}

.features ul li a {
	color: #1b5790;
}

#space_line {
	background: #e5ecf3;
	height: 20px;
}

/* Members Benefits */

.members_ben span {
	font-size: 18px;
	padding-left: 16px;
	font-weight: bold;
	letter-spacing: -1px;
}

.members_ben ul {
	margin: 10px 10px 10px 20px;
	padding: 0px;
}

.members_ben ul li {
	display: block;
	background: #fff url('/images/check.gif') 0 7px no-repeat;
	padding-left: 20px;
	line-height: 25px;
}

.members_ben ul li a {
	color: #1b5790;
}

/* Win Money */

.win_money {
	display: block;
	float: left;
	height: 360px;
}

.win_money span {
	font-size: 18px;
	padding-left: 16px;
	letter-spacing: -2px;
}

.win_money .pp {
	background: url('/images/paypal_logo.jpg') 0px 2px no-repeat;
	padding-left: 70px;
	line-height: 20px;
}

.win_money ul {
	margin-left:  25px;
	margin-right: 20px;
}

.win_money ul li {
	display: block;
	background: #fff url('/images/check.gif') 0 5px no-repeat;
	padding-left: 20px;
	line-height: 20px;
}

.win_money ul li a {
	color: #1b5790;
}

.win_money .place_gold {
	display: block;
	position: absolute;
	background: #fff url('/images/place_gold.jpg') 0 0 no-repeat;
	width: 210px;
	height: 70px;
	margin-top: 12px;
	margin-left: 20px;
}
.win_money .place_silver {
	display: block;
	position: absolute;
	background: #fff url('/images/place_silver.jpg') 0 0 no-repeat;
	width: 210px;
	height: 70px;
	margin-top: 12px;
	margin-left: 240px;
}
.win_money .place_bronze {
	display: block;
	position: absolute;
	background: #fff url('/images/place_bronze.jpg') 0 0 no-repeat;
	width: 210px;
	height: 70px;
	margin-top: 12px;
	margin-left: 460px;
}

.win_money .place_desc {
	display: block;
	position: absolute;
	width: 600px;
	height: 90px;
	margin-left: 30px;
	margin-top: 100px;
	letter-spacing: -1px;
}

.win_money .win {
	display: block;
	font-size: 16px;
	padding-left: 76px;
	padding-top: 10px;
	text-align: center;
}

.win_money .win b {
	font-size: 18px;
	letter-spacing: -1px;
	font-weight: bold;
}

.win_money .step {
	display: block;
	font-size: 16px;
}

.win_money .link_upload {
	text-align: center; 
	padding-top:25px; 
}

.win_money .link_upload a {
	color: #e37400;
	font-size: 20px; 
	font-weight: bold;
}

.win_money .link_upload span {
	padding:0;
	margin:0;
	color: #555;
}

/* Win Money Side */

.win_mon span {
	font-size: 15px;
	padding-left: 16px;
	letter-spacing: -2px;
}

.win_mon .place_gold {
	display: block;
	position: relative;
	background: #fff url('/images/place_gold_small.jpg') 0 0 no-repeat;
	width: 210px;
	height: 38px;
	margin-left: 35px;
	margin-top: 12px;
}
.win_mon .place_silver {
	display: block;
	position: relative;
	background: #fff url('/images/place_silver_small.jpg') 0 0 no-repeat;
	width: 210px;
	height: 38px;
	margin-left: 35px;
}
.win_mon .place_bronze {
	display: block;
	position: relative;
	background: #fff url('/images/place_bronze_small.jpg') 0 0 no-repeat;
	width: 210px;
	height: 38px;
	margin-left: 35px;
	padding-bottom: 10px;
}

.win_mon .desc {
	padding-top: 7px;
	padding-right: 20px;
	padding-left: 16px;
}

.win_mon .desc h3 {
	font-size: 10px;
	font-weight: normal;
	letter-spacing: 0px;
}

.win_mon .desc h3 a {
	color: #e37400;
}

.win_mon .win {
	display: block;
	font-size: 15px;
	padding-left: 42px;
	padding-top: 10px;
	text-align: left;
}

.win_mon .win b {
	font-size: 16px;
	letter-spacing: -1px;
	font-weight: bold;
}


.video_warning {
	display: block;
	margin: 0px 30px;
	padding: 5px 20px;
	background: #e8ffea;
	color: #555;
	font-size: 14px;
	font-weight: normal;
	letter-spacing: -0.01em;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
	border: 1px solid #7eff87;
	line-height: 18px;
	text-align:center;
}

.video_warning a {
	color: #444;
	font-weight: bold;
	text-decoration: underline;
}

.video_warning .close {
	position: absolute;
	padding-left: 62px;
	padding-right: 5px;
	margin: 0;
}

.video_warning .head_warning {
	color: #444;
	font-weight: bold;
	padding-bottom: 8px;
	background: url('/images/tab-line.gif') left 23px repeat-x;
}

/* Header of Profile Menu */

#member_mmenu {
    width: 285px;
    float: left;
	font-size: 13px;
    margin-left: 10px;
}

#member_mmenu ul, li {border:0; margin:0; padding:0; list-style:none;}

#member_mmenu li{
    float:left;
    margin-right:-1px;
	margin-bottom: -2px;
}
#member_mmenu .tab a {
    display:block;
    float:left;
    height:31px;
    background:url(/images/tab_round.png) no-repeat right -30px;
    color:#999;
    font-weight:bold;
    text-decoration:none;
    padding-right:14px;
}
#member_mmenu .tab a span {
    display:block;
    float:left;
    height:30px;
    color:#999;
    background:url(/images/tab_round.png) no-repeat left -30px;
    padding-left:14px;
    line-height:30px;
    cursor:pointer
}

#member_mmenu .tab a:hover {
    background:url(/images/tab_round.png) no-repeat right -60px;
	color: #000;
	display:block;
}
#member_mmenu .tab a:hover span {
	color: #000;
    background:url(/images/tab_round.png) no-repeat left -60px;
	display:block;
}

#member_mmenu .idTabs a.selected {
    background:url(/images/tab_round.png) no-repeat right 0;
    color:#555;
}
#member_mmenu .idTabs a.selected span {
    background:url(/images/tab_round.png) no-repeat left 0;
    color:#555;
}

#member_mmenu .idTabs a.selected a {
    background:url(/images/tab_round.png) no-repeat right 0;
    color:#555;
}

#member_mmenu .idTabs a.selected span {
    background:url(/images/tab_round.png) no-repeat left 0;
    color:#555;
}

.member_tabs {
	padding: 10px 10px 10px 15px;
	font-size: 13px;
	letter-spacing: -0.02em;
}

.member_tabs .points_inc {
	background: url('/images/points_inc.png') left bottom no-repeat;
	line-height: 20px;
	height: 20px;
	font-size: 10px;
	padding-left: 15px;
	margin-left: 7px;
}

.member_tabs .learn_more {
	background: url('/images/faq_icon.png') left bottom no-repeat;
	line-height: 20px;
	font-size: 10px;
	padding-left: 15px;
	margin-left: 7px;
}

.member_tabs .upgrade {
	display: block;
	padding-top: 10px;
	text-align: center;
}

.member_tabs .upgrade .small_link {
	font-size: 11px;
	font-weight: normal;
	color: #e88c23;
}

.member_tabs .upgrade .big_link {
	font-size: 16px;
	font-weight: bold;
	color: #e21415;
}

.member_tabs .username {
	font-size: 12px;
}

.vip_status_desc {
	padding-top: 50px;
	background: url('/images/vip_icon.png') 95px 0 no-repeat;
}

.vip_status_desc span {
	padding-left: 50px;
	font-size: 15px;
	font-weight: bold;
	letter-spacing: -1px;
}

.vip_status_desc ul {
	float: left;
	margin: 0;
	padding: 10px;
}

.vip_status_desc ul li {
	padding-left: 20px;
	line-height: 20px;
	background: url('/images/check.gif') 0 5px no-repeat;
}

.vip_status_desc .join a {
	padding-left: 32px;
	padding-top: 15px;
	font-size: 17px;
	font-weight: bold;
	color: #e21415;
}

.vip_small {
	padding-left: 19px;
	background: url('/images/vip_icon_small.png') left top no-repeat;
}

.vip {
	padding-left: 47px;
	background: url('/images/vip_icon.png') left bottom no-repeat;
}

.points_small {
	padding-left: 25px;
	background: url('/images/coin_icon_small.png') left bottom no-repeat;
}

#join_menu {
    width: 300px;
    float: left;
	font-size: 13px;
}

#join_menu ul, li {border:0; margin:0; padding:0; list-style:none;}

#join_menu li{
    float:left;
    margin-right:-1px;
	margin-bottom: -2px;
}
#join_menu .tab a:link, .tab a:visited {
    display:block;
    float:left;
    height:31px;
    background:url(/images/tab_round.png) no-repeat right -30px;
    color:#999;
    font-weight:bold;
    text-decoration:none;
    padding-right:14px;
}
#join_menu .tab a span {
    display:block;
    float:left;
    height:30px;
    color:#999;
    background:url(/images/tab_round.png) no-repeat left -30px;
    padding-left:14px;
    line-height:30px;
    cursor:pointer
}

#join_menu .tab a:hover {
    background:url(/images/tab_round.png) no-repeat right -60px;
	color: #000;
	display:block;
}
#join_menu .tab a:hover span {
	color: #000;
    background:url(/images/tab_round.png) no-repeat left -60px;
	display:block;
}

#join_menu .active a:hover {
    background:url(/images/tab_round.png) no-repeat right 0;
    color:#555;
}
#join_menu .active a:hover span {
    background:url(/images/tab_round.png) no-repeat left 0;
    color:#555;
}

#join_menu .active a {
    background:url(/images/tab_round.png) no-repeat right 0;
    color:#555;
}

#join_menu .active a span {
    background:url(/images/tab_round.png) no-repeat left 0;
    color:#555;
}

.join_thumb {
	width: 79px;
	height: 59px;
	padding: 0.06em;
	border: 0;
}

.watchMovie, .watchMovie a{ margin: 0 20px 15px 20px; display:block; height:50px; background:url(/images/Button-watchMovie.gif) no-repeat top center; text-indent:-9999px}
.watchMovie:hover, .watchMovie a:hover{background:url(/images/Button-watchMovie.gif) no-repeat top center; background-position: center -50px}


#pollContainer { margin:0; text-align:center; display: block; width: 260px;	padding: 13px; background: none; font-family: verdana, serif, arial; }
#pollContainer form { text-align:left; margin:0 0 0 30px; }	

#pollContainer h2 { 

	background: #e37400;
	font-size: 12px;
	letter-spacing: -0.1em;
	color: #fff;
	padding: 10px;
	margin-bottom: 6px;
	border: 1px solid #ddd;
	-moz-border-radius:4px;
	-moz-border-radius:4px; 

 }

#pollContainer p {

	font-size: 12px;
	color: #555;
	padding: 5px 10px;
	border: 1px solid #ddd;
	-moz-border-radius:4px;
	-moz-border-radius:4px; 
}

#pollContainer .error { color: #ffffff; font-weight: bold; margin:5px auto 0; background: #e37400 url('/images/warn.gif') no-repeat 0 0; padding-left:10px; width:182px; }
#pollContainer input.checked { border: 1px solid #000; }

#pollContainer label {

	font-size: 12px;
	color: #555;
	margin-bottom: 2px;
	margin-left: 8px;
}

.row { 
	border: 1px solid #ddd;
	-moz-border-radius:4px;
	-moz-border-radius:4px; 
	margin-bottom: 3px;
	font-size: 12px;
	color: #555;
	padding: 5px 0 5px 10px;
	overflow:hidden;
	text-align: left; 
}

#pollContainer button { margin-top: 5px; text-align: center; width: 260px; }

#results {
	text-align:left; 
	margin:0px;
	font-size: 11px;
	color: #555; 
}
#results label { width: 260px; font-family:Verdana; font-size:12px; float:left; clear:both; margin-bottom: 2px; }
.result { background-color:#e37400; width:0; float:left; height:4px; margin:6px 2px 2px 5px; }
.percent { display: inline; float: right; font-size: 10px; padding-right: 5px; }
#pollContainer #thanks { background: #e37400; color: #ffffff; font-weight: bold; margin:0; position:relative; text-align:center; clear:both; top:4px; }
