/* general */

.videos_tr_td_smallcaps {
	font-weight: bold;
	text-decoration: underline;
	text-transform: uppercase;
	font-size: 11px;
	text-align: center;
}
.videos_tr_td_smallcaps span {
	font-size: 14px;
}

.smallcaps {
	font-family: Tahoma, Arial;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 11px;
}
.smallcaps span {
	font-size: 14px;
}

h3 {
	margin: 15px 0px;
	font-size: 16px;
}

.trselected {
	background-color: #eeeeee;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

a {
	color: #0033cc;
}

a img {
	border: 0;
}

/* top tabs */
.toptabs .toptab {
	font-weight: bold;
	background-color: #FCFF00;
}

.toptabs a { 
	color:#000;
	text-decoration:none;
	font-size: 12px;
}

.toptabs .toptab div {
	background-image: url(../images/toptab-unsel-left.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

.toptabs .toptab div div {
	background-image: url(../images/toptab-unsel-right.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding: 4px;
	text-align: center;
	height: 42px;
}

.toptabs .toptab div div span {
	height: 10px;
	overflow: hidden;
	display: block;
}

.toptabs .selected {
	background-color: #BCCCEE;
}

.toptabs .selected div {
	background-image: url(../images/toptab-sel-left.gif);
}

.toptabs .selected div div {
	background-image: url(../images/toptab-sel-right.gif);
}

.toptabs .topsubtab {
	background-color: #BCCCEE;
	height: 31px;
	text-align: center;
}

.toptabs .topsubtab a {
	color:#0033CC;
}

.toptabs .topsubtab .selected {
	font-weight: bold;
}

.toptabs .topsubtab .nolinks {
	background-image: url(../images/toptab-subtab-nolinks.gif);
	background-repeat: repeat-x;
	height: 31px;
}

/* index featured */

.indexfeatured {
	background-color: #cccccc;
}

.indexfeatured div {
	background-image: url(../images/ccc-left-top.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

.indexfeatured div div {
	background-image: url(../images/ccc-right-top.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

.indexfeatured .title {
	font-size: 14px;
	font-weight: bold;
	padding-left: 4px;
}

.indexfeatured .link {
	font-weight: bold;
	padding-right: 4px;
}

.indexfeaturedlist {
	border: 1px solid #cccccc;
	padding: 5px;
	background-color: #eeeeee;
}

hr {
	border-top: 1px dashed #999999;
	border-bottom: 0px;
	height: 1px;
}

.indexfeaturedbottom {
	background-color: #cccccc;
	font-weight: bold;
}

/* small right video tabs */
.right_video_tabs div {
	cursor: pointer;
	text-align: center;
}

.right_video_tabs div.selected {
	background-image: url(../images/moretabs-repeat.gif);
	background-repeat: repeat-x;
	background-position: left top;
}

.right_video_tabs div.selected div {
	background-image: url(../images/moretabs-left.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

.right_video_tabs div.selected div div {
	background-image: url(../images/moretabs-right.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

.right_video_tabs div div div {
	padding-left: 10px;
	padding-right: 10px;
	font-weight: bold;
	color: blue;
	height: 38px;
}

.right_video_tabs div.selected div div span {
	text-decoration: none;
}

.right_video_tabs div div div span {
	text-decoration: underline;
}

.right_video_tabs div.selected div div {
	text-decoration: none;
	color: #333333;
}

/* newsletter form */
.newsletter-form {
	padding: 6px;
	text-align:center;
}

.newsletter-title {
	background-image: url(../images/vow-top.gif);
	background-repeat: no-repeat;
	background-position: center center;
	height: 19px;
}

.newsletter-form form {
	margin: 0;
}

.newsletter-form td {
	font-weight: bold;
}

.newsletter-input {
	border: 1px solid #666666;
	width: 140px;
}

.newsletter-submit {
	background-image: url(../images/vow-submit.gif);
	background-repeat: no-repeat;
	background-position: center center;
	width: 54px;
	height: 17px;
	border: 0;
}

.newsletter-bottom {
	background-image: url(../images/vow-bottom.gif);
	background-repeat: no-repeat;
	background-position: center center;
	height: 11px;
}

.nl-round-topleft {
	background-image: url(../images/nl-round-topleft.gif);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #dddddd;
}

.nl-round-topright {
	background-image: url(../images/nl-round-topright.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

.nl-round-bottomright {
	background-image: url(../images/nl-round-bottomright.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}

.nl-round-bottomleft {
	background-image: url(../images/nl-round-bottomleft.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}

/* upload photos */

#div_photos_upload div {
	border: 1px solid #dddddd;
	margin: 5px;
	padding: 5px;
}

#div_photos_upload span {
	font-size: 10px;
}

.upload_progress_bar {
	width: 100px;
	display: block;
	float: left;
	font-size: 10px;
	height: 4px;
	margin-top: 5px;
	margin-right: 5px;
}


/* form validation */
.validation-advice, .warning {
	color: red;
}

input.validation-failed, textarea.validation-failed, select.validation-failed {
	background-color: #FF9999;
	/*
	border: 1px solid #FF3300;
	color : #FF3300;
	*/
}

/* slideshow editor */

#div_slideshow_margin_left {
	background: url(../images/filmstrip-left.gif) top left no-repeat;
	padding-left: 73px;
}

#div_slideshow_margin_right {
	background: url(../images/filmstrip-right.gif) bottom right no-repeat;
	padding-right: 27px;
}

#sshold {
	background-image: url(../images/filmstrip.gif);
	background-color: #333333;
	min-height: 157px;
	height: auto;
	_height: 157px;
}

#sshold img {
	margin: 36px 0px 36px 10px;
}

.hover#sshold {
	background-color: #667788 !important;
}

#slideshow_trash {
	background: url(../images/trashcan-empty.gif) top left no-repeat;
	width: 128px;
	height: 128px;
}

.hover#slideshow_trash {
	background-image: url(../images/trashcan-full.gif) !important;
}

.div_slideshow_source_image {
	margin: 5px;
}

#slideshow_controls {
	background-color: #d8d8d8;
	padding: 5px;
	position: absolute;
	width: 100px;
}

#div_sshold_info_text {
	color: #ffffff;
	text-align: center;
	padding-top: 70px;
}

/* slideshow player */

#div_slideshow_controls_holder {
	padding: 10px;
	color: #bbbbbb;
}

#div_slideshow_controls_holder a {
	color: #ffb125;
	font-weight: bold;
	text-decoration: none;
}

#div_slideshow_controls_holder a.disabled {
	color: #ff5d00;
}
/* colorpicker dummies */

.div_slideshow_controls_text_fore {}
.div_slideshow_controls_text_back {}

/* slideshow embed logo */
.logo_for_embed_slideshow {
	z-index: 1234;
	position: absolute;
	padding-top: 290px;
	padding-left: 149px;
}

.logo_for_embed_slideshow_inside {
	width: 276px;
	height: 40px;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/mypetvideos_watermark.png', sizingMethod='scale');
}

.logo_for_embed_slideshow_inside[class] {
	background: url(../images/mypetvideos_watermark.png);
}


/* friends */

.friends_sort_item {
	float: left;
	width: 120px;
	height: 120px;
	border: 1px solid #777777;
	padding: 5px;
	margin: 5px;
	text-align: center;
	cursor: pointer;
	background-color: white;
}


/* text video selection */
.text_video_selection {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 9px;
	width: 200px;
}

.text_video_selection .title1 {
	font-size: 11px;
	font-weight: bold;
}

.text_video_selection .title2 {
	font-weight: bold;
	margin-top: 12px;
}

.text_video_selection a{
    display: block;
}

.text_video_selection .selected {
	background: transparent url(../images/selected_red_square.gif) no-repeat scroll right center;
	padding-right: 10px;
	font-size: 11px;
}
div.chardescr {
	display:none;
	width:200px;
	border:1px solid #029D48;
	background-color:#CFFEF9;
	padding:5px;
	padding-bottom:15px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	z-index:999;		
}



.font_shadow { font: bold 26px Tahoma; color:#F00000; position:relative; left:-2px; top:-32px;  }
.font_main { font: bold 26px Tahoma; color:#999999; }