/*
 * Created by: Robert Moineau
 * Created on: November 7, 2008
 * Subversion Id: $Id$
 * Copyright (c) 2008, Simple Star, Inc.
 */
/* Basic Global Formatting*/


div.complete h1 {
	font-size: 154%;
}

div.fade {
	color: #bbb;
}

div.popup h1 {
	font-family: trebuchet ms, helvetica, arial, sans-serif;
	color: #384359;
	margin:10px 10px 5px 10px;
}

div.popup p {
	margin: 10px;
}

h3 {
	font-size: 108%;
	font-weight: bold;
}

a.premium {
	text-decoration:underline;
}


#page_container{
	text-align:left;	
}

a.contentLink:link, a.contentLink:visited, a.contentLink:active {
	text-decoration:underline;
}



/* Error messaging.*/

.fieldWarning {
	/*display:none;*/
	border: 2px solid #272e41;
	background: #dfe0e3;
	padding: .72em;
	margin-bottom: .36em;
	font-size: 100%;
	font-weight:bold;
	line-height: 1.54em;
	color: #272e41;
	margin-right: 0;
}

div.fieldWarning a,
div.fieldWarning a:link,
div.fieldWarning a:visited,
div.fieldWarning a:active,
div.fieldWarning a:hover {
	color: #272e41;
	text-decoration: underline;
}

.fieldError,
.podError {
	display:none;
	border: 2px solid #aa0000;
	background: #ffe7e7;
	padding: .72em;
	margin-bottom: .36em;
	font-size: 100%;
	font-weight:bold;
	line-height: 1.54em;
	color: #aa0000;
	margin-right: .5em;
}

div.fieldError a,
div.fieldError a:link,
div.fieldError a:visited,
div.fieldError a:active,
div.fieldError a:hover {
	color: #aa0000;
	text-decoration: underline;
}

.podNotice {
	display:none;
	border: 1px solid #50aa00;
	background: #ecffe7;
	padding: .36em;
	margin-bottom: .36em;
	margin-top: .36em;
	font-size: 100%;
	line-height: 1.54em;
	color: #50aa00;
	margin-right: .5em;

}

img.closeMessage {
	float: right;
	position: relative;
	top: -5px;
	left: 5px;
	margin-right:5px;
	cursor:pointer;
	cursor: hand;
}
/* Highlight */
.highlight {
	background-color:#ffff00;
}



/* maker progress bar */

div.makerProgressBar {
	margin-top: -1em;
	margin-bottom: 1em;
	background:#d1d5e1;
}

div.makerProgressBar div.container {
	margin:auto;
	width:73.074em;
	*width:71.313em;
}

div.makerProgressBar ul {
	float:left;
}

div.makerProgressBar ul li {
	float:left;
	color: #798093;
	font-family: arial, sans-serif;
	font-size: 138.5%;
	text-decoration: none;
	padding: .23em 2em .38em 2em;
}

div.makerProgressBar ul li img {
	position: relative;
	top: .38em;
}

/*div.makerProgressBar ul li:hover,
div.makerProgressBar ul li.step1.selected,
div.makerProgressBar ul li.step2.selected,
div.makerProgressBar ul li.step3.selected {
	color: #fff;
	cursor: pointer;
	cursor: hand;
}*/

div.makerProgressBar ul li.step1.selected,
div.makerProgressBar ul li.step2.selected,
div.makerProgressBar ul li.step3.selected {
	color: #212b46;
}

div.makerProgressBar ul li.selected:hover {
	cursor:default;
}

div.makerProgressBar ul li.disabled:hover {
	color: #abc698;
	cursor:default;
}


div.purchase {
	margin-left: 110px;
	width:760px;
}

div.premium_feature {
	z-index:2;
}

/* sign in sign up bar */

div.loginProgressBar {
	margin-top: -1em;
	margin-bottom: 1em;
	background:#d1d5e1;
}

div.loginProgressBar div.container {
	margin:auto;
	width:73.074em;
	*width:71.313em;
}

div.loginProgressBar ul {
	float:left;
}

div.loginProgressBar ul li {
	float:left;
	color: #2d3650;
	font-family: arial, sans-serif;
	font-size: 138.5%;
	text-decoration: none;
	padding:.23em 1em .46em .62em;
}

div.c21 {
	border: 2px solid #ebb40f;
	background-color: #f5d888;
	color: #333;
}

div.c21 div.logo {
	background-color: #fff;
	padding: 14px 20px 14px 20px;
}
div.c21 p {
	padding: 10px 20px 10px 20px;
	color: #333;
}

div.c21 h1 {
	font-size: 115%;
	font-weight: bold;
	padding: 20px 20px 0 20px;
}



/*Buttons*/

a.button,
a.button:visited,
.button,
div.button,
input.button {
	font-family: arial, sans-serif;
	font-weight:bold;
	margin-top:.62em;
	color: #fff;
	font-size: 92%;
	border: 1px solid #415479;
	background-color:#384359;
	background:url(/_assets/images20/but_back_primary_small.gif);
	padding: .16em .5em .16em .5em;
	cursor:pointer;
	cursor:hand;
}

.button.large,
div.button.large,
input.button.large {
	background-color:#384359;
	background:url(/_assets/images20/but_back_primary.gif);
	font-size: 115%;
	font-weight: bold;
	cursor:pointer;
	cursor:hand;
}

.button.primary,
div.button.primary,
input.button.primary {
	background:url(/_assets/images20/but_back_primary_green.gif);
}

input.button,
input.button.large,
input.button.secondary {
	cursor:pointer;
	cursor:hand;
}

a.button:hover,
.button:hover,
div.button:hover,
input.button:hover {
	color: #fff;
	background-color:#384359;
	background:url(/_assets/images20/but_back_primary_small_over.gif);
	border: 1px solid #415479;
	cursor:pointer;
	cursor:hand;
}

.button.large:hover,
div.button.large:hover,
input.button.large:hover {
	background-color:#384359;
	background:url(/_assets/images20/but_back_primary_over.gif);
	font-size: 115%;
	font-weight: bold;
	cursor:pointer;
	cursor:hand;
}

.button.primary:hover,
div.button.primary:hover,
input.button.primary:hover {
	background:url(/_assets/images20/but_back_primary_green_over.gif);
}

a.button.secondary,
.button.secondary,
div.button.secondary,
input.button.secondary {
	color: #415479;
	font-weight: normal;
	border: 1px solid #415479;
	background:url(/_assets/images20/but_back_secondary_small.gif);
}

.button.secondary:hover,
div.button.secondary:hover,
input.button.secondary:hover {
	font-weight: normal;
	background:none;
	background-color: #d1d5e1;
	cursor:pointer;
	cursor:hand;
}

input.button.disable,
input.button.disable:hover,
div.button.disable,
div.button.disable:hover
{
	background:#999999;
	color: #cccccc;
	cursor:default;
	text-decoration: none;
}

div.login input.button.disable,
div.login input.button.disable:hover,
div.register input.button.disable,
div.register input.button.disable:hover
{


}
input.button.fade,
input.button.fade:hover
{
	background:#acb4c6;
	border-color:#9ca6b8;
	color: #fbfbfb;
	cursor:default;
	text-decoration: none;
}

/*IE6 sucks. Does not understand sibling selectors.*/

div.rightColumn > div {
	padding: 8px 0 8px 0;
	/*border-bottom: 1px solid #ddd;*/
}

div.rightColumn > div.editPhotoshow,
div.rightColumn > div.deleteShow {
	border-bottom: none;
}

div.rightColumn div.feedbackPod,


div.rightColumn div.showTitle,
div.rightColumn div.privacyPod,
div.rightColumn div.showProperties,
div.rightColumn div.editPhotoshow,
div.rightColumn div.deleteShow,
div.rightColumn div.otherFormats,
div.rightColumn div.marketingPod,
div.rightColumn div.pageLink,
div.rightColumn div.addToChannel {
		padding: 8px 0 8px 0;
}

div.rightColumn div.channelSubscribe,
div.rightColumn div.channelProperties,
div.rightColumn div.pageLink,
div.rightColumn div.channelList,
div.rightColumn div.newChannel {
		padding: 2px 0 2px 0;
}

/*END IE6 sucks. Does not understand sibling selectors.*/

a.editLink {
    display: block;
}

div.rightColumn div.downloadPhotos {
	padding-top: 0;
}



span.new {
    color: #ff0000;
    font-weight:bold;
}

div.account h3 {
	padding-top: 8px;
}

div#edit_account_info_pod h3,
div.account h3.changePassword,
div.account h3.emailAdresses,
div.userLink h3{
    border-bottom: 1px solid #697CA6;
    padding-bottom: .31em;
    width: 280px;
}

div.userLink h3{

    margin-bottom: .83em;

}

/* show title */

div.channelBanner div.content {
	margin: 0;
	padding: 0;
}

div.channelBanner div.content h1 {
	background: url(/_assets/images20/premium-upg-header.jpg);
	background-repeat: no-repeat;
	height: 43px;
	text-indent: -3000px;
	padding: 0;
	margin: 0 0 0 10px;
}

div.channelBanner div.content ul {
	color: #666;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	margin: 0;
	padding-left: 40px;
	padding-top: 7px;
	padding-bottom: 0;
	list-style:disc;
	float: left;
}

div.channelBanner div.content ul li{
	list-style:disc;
}

div.channelBanner div.content div.purchase{
	width: 121px;
	float: left;
	margin-left: 60px;
	padding-top: 10px;
	margin-bottom: 0px;
	padding-bottom: 5px;
}

div.channelBanner div.content div.textLink {
	padding: 0;
	margin: 0;
	padding-top: 5px;
	text-align: center;
}
div.channelBanner div.content div.line {
	margin-left:10px;
	height: 1px;
	width: 604px;
	background-color: #666;
	clear: both;
}

div.channelTitle {
	margin-left:5px;
    background:none;
}

div.privacyPod label,
div.account label,
div.nero label,
div.account em {
	font-weight:bold;
	margin-top:1em;
}

div.account label{
	display:block;
}

div.userLink div.content,
h3.changePassword {
	margin-top:2em;
}

div.channelTitle h1,
div.showTitle h1,
div.showTitle input.editableText,
div.channelTitle input.editableText,
div.recoverPassword input.textInput,
div.resetPassword input.textInput,
div.login input.textInput,
div.register input.textInput,
div.complete input.textInput,
div.complete div.noEdit,
div.account input.textInput,
div.account select.primaryEmail,
div.purchaseIdField input.textInput, 
div.postalCodeField input.textInput
 {
	font-family: trebuchet ms, helvetica, arial, sans-serif;
	font-size: 154%;
	border: 1px solid #fff;
	padding: .23em .23em .23em .25em;
	color: #384359;
	margin-right: 0;
}

div.recoverPassword input.textInput,
div.resetPassword input.textInput,
div.login input.textInput,
div.register input.textInput,
div.complete input.textInput {
	font-family: arial, sans-serif;
}

span.subtle,
div.showTitle h1 em {
	font-family: arial;
	font-size: 85%;
	color: #999;
	font-style: italic;
}

div.showTitle input.editableText,
div.channelTitle input.editableText,
div.login input.textInput,
div.recoverPassword input.textInput,
div.resetPassword input.textInput,
div.register input.textInput,
div.complete input.textInput,
div.account input.textInput,
div.account select.primaryEmail,
div.purchaseIdField input.textInput, 
div.postalCodeField input.textInput {
	width: 13.6em;
	background-color: #f5f9fb;
	border: 1px solid #ccc;
}

div.nero h3{
    color: #384359;
    font-size: 154%;
    margin-bottom:0.5em;
}
div.account select.primaryEmail {
	font-family: arial;
	font-size:100%;
	width:22em;}

div.recoverPassword,
div.resetPassword,
div.login,
div.register,
div.nero,
div.complete {
	margin-left:.86em;
}

div.login input.textInput,
div.register input.textInput,
div.nero input.textInput,
div.complete input.textInput,
div.purchaseIdField input.textInput, 
div.postalCodeField input.textInput {
	margin-bottom: 1em;
}

div.recoverPassword label,
div.resetPassword label,
div.login label,
div.register label,
div.complete label,
div.purchaseIdField label ,
div.postalCodeField label {
	margin-bottom: .153em;
	font-weight: bold;
}

div.showTitle h1:hover {
	border: 1px solid #fff;
}

div.channelTitle h1.editable:hover,
div.showTitle h1.editable:hover,
div.showTitle input.editableText:hover,
div.channelTitle input.editableText:hover {
	background-color: #f5f9fb;
	border: 1px solid #f0efde;
}


/* show player */

div.showPlayerWrapper {
	border-top: 1px solid #000;
}

div.showPlayer {
	width:640px;
	margin-bottom: .77em;
}
div.photoViewer {
    width: 640px;

}
div.photoArea {
    height: 506px;
    min-height: 506px;
}

span.photoViewerImage {
}
img.imageBlocker{
    position: relative;
    top: -482px;
    margin-bottom: -482px;
    display: block;
}

div.photoViewerBar {
    width:100%;
    height:44px;
    background: #000000;
    /*background: url(/_assets/images20/photo_download_back.gif);*/
}

img.restartPhotoShow {
    float:left;
    cursor: pointer;
	cursor: hand;
}

img.restartPhotoShow:hover {
    cursor: pointer;
	cursor: hand;
}

img.restartPhotoShow {
    cursor: pointer;
	cursor: hand;
}

div.photoViewerBar img.viewerButton:hover {
    cursor: pointer;
	cursor: hand;
}

div.photoViewerBar img.viewerButton:hover {
    cursor: pointer;
	cursor: hand;
}


/* share menu */

div.shareMenu {
	margin-left:.86em;
	margin-bottom: 0em;
}

div.shareMenu h2 {
	font-family: arial, sans-serif;
	font-size: 123%;
	color: #384359;
	margin-bottom: .38em;
}

div.shareMenu ul li {
	float:left;
	color: #697ca6;
	padding: 3.5em 2em .62em 2em;
	cursor: pointer;
	cursor: hand;
}

div.shareMenu ul li:hover {
	text-decoration: underline;
	cursor: pointer;
	cursor: hand;
}

div.shareMenu ul li.selected {
	cursor: default;
	text-decoration: none;
}

div.shareMenu ul li.disabled,
div.shareMenu ul li.disabled_tv,
div.shareMenu ul li.disabled_dvd {
	color:#ccc;
}

div.shareMenu ul li.disabled:hover,
div.shareMenu ul li.disabled_tv:hover,
div.shareMenu ul li.disabled_dvd:hover {
	text-decoration: none;
	cursor: default;
	color:#ccc;
}




div.shareMenu ul li.share {
	background: url(/_assets/images20/back-share-email-off.jpg) no-repeat center top;
}

div.shareMenu ul li.selected.share {
	background: url(/_assets/images20/back-share-email-on.jpg) no-repeat center top;
}

div.shareMenu ul li.post {
	background: url(/_assets/images20/back-share-post-off.jpg) no-repeat center top;
}

div.shareMenu ul li.selected.post {
	background: url(/_assets/images20/back-share-post-on.jpg) no-repeat center top;
}


div.shareMenu ul li.post2fb{
	background: url(/_assets/images20/btn_facebook.jpg) no-repeat center top;
	position:relative;		
}

div.shareMenu ul li.selected.post2fb {
	background:#f0f0f0 url(/_assets/images20/btn_facebook-on.jpg) no-repeat center  top;
	position:relative;
}


div.shareMenu ul li.post2fb #fb_login{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:73px;
	display:block;

	opacity:.0;
	filter:alpha(opacity=0);
	
}

div.shareMenu ul li.post2fb #fb_login a{
	display:block;
	width:100%;
	height:100%;
}
div.shareMenu ul li.post2fb input{
	left:0;
	position:absolute;
}


div.shareMenu ul li.link {
	background: url(/_assets/images20/back-share-link-off.jpg) no-repeat center top;
}

div.shareMenu ul li.selected.link {
	background: url(/_assets/images20/back-share-link-on.jpg) no-repeat center top;
}

div.shareMenu ul li.edit {
	background: url(/_assets/images20/back-share-edit-off.jpg) no-repeat center top;
}

div.shareMenu ul li.selected.edit {
	background: url(/_assets/images20/back-share-edit-on.jpg) no-repeat center top;
}

div.shareMenu ul li.dvd {
	background: url(/_assets/images20/back-share-dvd-off.jpg) no-repeat center top;
}

div.shareMenu ul li.selected.dvd {
	background: url(/_assets/images20/back-share-dvd-on.jpg) no-repeat center top;
}

div.shareMenu ul li.tv {
	background: url(/_assets/images20/back-share-tv-off.jpg) no-repeat center top;
}

div.shareMenu ul li.selected.tv {
	background: url(/_assets/images20/back-share-tv-on.jpg) no-repeat center top;
}
div.shareMenu ul li.disabled_tv {
	background: url(/_assets/images20/back-share-tv-disabled.jpg) no-repeat center top;
}
div.shareMenu ul li.disabled_dvd {
	background: url(/_assets/images20/back-share-dvd-disabled.jpg) no-repeat center top;
}

textarea#ta_post{
	width:100%;
	border:1px solid #D9D9D9;
	line-height:150%;
}
a#btn_post2fb{
	display:block;
	width:200px;
	text-align:center;
	margin:20px 0 0 0;
	text-decoration:none;
}

p.post_msg_posting {
	background: url(/_assets/images20/waiting.gif) no-repeat left top;
	text-indent:2em;
}
p.post_msg_connecting {
	background: url(/_assets/images20/waiting.gif) no-repeat left top;
	text-indent:2em;
	
}
/* share content */

div.shareSplash ul li {
	float:left;
	font-size:115%;
	padding: 1em 2em 1em 2em;
	text-align:center;
	cursor:pointer;
	cursor:hand;
}


div.shareSplash ul li.post2fb{
	position:relative;	
	width:214px;
}
div.shareSplash ul li.post2fb #fb_login{
	position:absolute;
	top:0;
	left:0;
	z-index:10;
	width:100%;
	height:172px;
	opacity:0;
	filter:alpha(opacity=0);

}

div.shareSplash ul li.post2fb #fb_login a{
	display:block;
	width:100%;
	height:100%;
}
div.shareSplash ul li.post2fb img{
	left:28px;
	
	z-index:1;
}



div.shareSplash ul li.disabled {
	color:#ccc;
}

div.shareSplash ul li.disabled:hover {
	color:#ccc;
	text-decoration: none;
	cursor: default;
}


div.shareContent {
	margin-left:.86em;
	display: none;
	margin-bottom: 0em;
}

div.clearShareContentLeftMargin {
	margin-left:0em;
}

div.shareContent h2 {
	font-family: arial, sans-serif;
	font-size: 123%;
	color: #384359;
	margin-bottom: .38em;
}

div.shareContent ul li {
	float:left;
}

div.shareContent ul li a {
	display: block;
	color: #697ca6;
}

div.shareContent ul li a,
div.shareContent ul li.selected {
	padding: 3.5em .62em .62em .62em;
}

div.shareContent ul li.selected {
	color: #697ca6;
	background-color: #f0f0f0;
}

div.shareContent ul li.selected.share {
	background: url(/_assets/images20/back-share-email-on.jpg) no-repeat center top;
}

div.shareContent div.content,
div.shareContent div.message {
	background: url(/_assets/images20/share_background.gif) repeat-x center top;
	padding:.62em .62em .62em .62em;
	margin-bottom: .77em;
}

div.shareContent h3 {
	color: #666;
	margin-bottom:0.77em;
}

div.shareContent textarea {
	background-color:#f5f9fb;
	width: 150px;
}

div.shareContent div.recipientEmailField textarea {
    overflow:auto;
}

div.showLink .oneRowField,
div.pageLink .oneRowField,
div.channelProperties .oneRowField,
div.showProperties .oneRowField {
	color: #787878;
	background-color:#f0f0f0;
	border: 1px solid #ccc;
	padding:.23em .23em .23em .46em;
	width: 22.15em;

}

div.account input.oneRowField {
	width: 21em;
	padding:.23em .23em .23em .46em;
	background-color: #f5f9fb;
	border: 1px solid #ccc;
}

div.sendInfo.loggedIn {
    width:300px;
    float:right;
}

div.shareContent div.sendContainer {
    float:left;
}

div.shareContent label.header {
    display:block;
    margin-bottom: 4px;
}

div.shareContent div.addressBook {
    width:294px;
    padding-right: 10px;
    padding: 8px;
	background-color:#f7f7f7;
	border: 1px solid #485a79;
}

hr.addressBook {
    border: none;
    border-top: 1px solid #485A79;
    border-bottom: none;
    clear:both;

    }

div.shareContent div.addressBook table {
    margin-top: 20px;
}

table.addressBook {
    border: none;
    margin-top: 10px;

}

table.addressBook td {
    border: none;
    padding-bottom: 5px;
    padding-right: 5px;
}

table.addressBook td a {
    font-weight: normal;
}

table.addressBook td span,
table.addressBook td.bold {
    font-weight: bold;
}


table.addressBook td.delete {
    cursor:pointer;
	cursor: hand;
}

table.addressBook tr.header {
    background-color: #ccc;
    font-weight: bold;
}

div.manageAddresses div.addressBook {
    min-height: 130px;

}

div.manageAddresses div.addressBook22 {

    margin-bottom: 10px;

}

div.manageAddresses div.plaxoContent {
    margin-top:5px;
}

div.shareContent .oneRowField{
	color: #384359;
	font-family: arial, sans-serif;
	font-size: 108%;
	background-color:#f5f9fb;
	border: 1px solid #ccc;
	padding:.62em .62em .62em .62em;
	width: 92%;
    overflow:auto;
}

div.privacyPod .oneRowField {
	color: #384359;
	font-family: arial, sans-serif;
	background-color:#f5f9fb;
	border: 1px solid #ccc;
	margin:.31em .31em 0 0;
	padding:.31em .31em .31em .31em;
	width: 20em;
}

div.newChannel .oneRowField {
	color: #384359;
	font-family: arial, sans-serif;
	background-color:#f5f9fb;
	border: 1px solid #ccc;
	margin:.31em .31em 0 0;
	padding:.31em .31em .31em .31em;
	width: 16em;
}

div.showLink .oneRowFieldSuccess,
div.pageLink .oneRowFieldSuccess,
div.channelProperties .oneRowFieldSuccess {
	color: #f58714;
	border: 1px solid #f0efde;
	padding:.23em .23em .23em .46em;
	width: 100%;
}


 div.fieldTitle {
	margin-bottom:0.38em;
}

div.shareContent div.plaxoContent {
	margin-top:1em;

}

div.plaxoButton,
div#importFromPlaxo {
    margin-top:0.5em;
}

div.plaxoButton a:hover,
div#importFromPlaxo a:hover {
    text-decoration:none;
    color: #415479;
    background-color: #d1d5e1;
}


/* comments */

div.showComments div.content {
	border: 1px solid #ddd;
	background-color: #f7f7f7;
	padding: 0.8em;
	margin-top:1em;
}

div.showComments h2 {
	font-family: arial, sans-serif;
	font-size: 123%;
	color: #384359;
	margin-bottom: .38em;

}

div.showComments div.message {
	background-color: #f0f0f0;
	padding:1em 1em 1.5em 1em;
	margin-bottom: .77em;
	word-wrap:break-word;
	overflow:hidden;

}

div.showComments div.allowComments {
	margin-bottom: .77em;
}

div.showComments div.allowComments span{
	margin-right: 1em;
	display: block;
	float:left;
}

div.showComments ul.commentList li {
	margin-top: 0.5em;
	color: #666;
	font-size: 85%;
}

div.showComments ul.commentList li a {
	color: #697ca6;
}

div.showComments ul.commentList li div.message {
	color: #666;
	font-size: 109%;
	margin-top: .38em;

}

div.showComments .commentBox {
	background-color: #f5f9fb;
	border: 1px solid #d9d9d9;
	width: 97%;
	padding:.62em .62em .62em .62em;
	word-wrap:break-word;
}

div.showComments div.deleteCommentLink {
	float:right;
	cursor:pointer;
	cursor:hand;
}

div.showComments .button {
	cursor:pointer;
	cursor:hand;
}

div.deleteCommentLink {
	color:#697ca6;
	position: relative;
	top: -2.2em;
	right: 0.2em;
}

div.deleteCommentLink:hover {
	text-decoration:underline;
	cursor:pointer;
	cursor:hand;
}

div.showComments div.addComment {
	margin-top: 1em;
}


/*show info*/

div.showProperties {
	margin-bottom: .46em;
}

div.showProperties p {
	margin-bottom:0.38em;
}
/*public/privacy content*/

div.privacyPod h1 {
	color:#666;
	margin-top: 0.5em;
	margin-bottom: -1.5em;
}

span.PublicPrivateText {
	font-weight : bold;
	margin-bottom: .5em;
}

span.PublicPrivateText a {
	font-size: 92%;
	font-weight: normal;
}

/*marketing content*/

div.marketingPod {
	position:relative;
}
/*link to this photoshow content*/


/*edit show content*/

div.showThumbnail img {
	border: 3px solid #e5e5e5;
}

div.showThumbnail a:hover {
	text-decoration:none;
}

div.showThumbnail p:hover {
	text-decoration:none;
}

/*show assets content*/

div.showAssets,
div.addToChannel {
	margin-bottom: 1em;
}

div.showAssets div.imageListLabel,
div.addToChannel div.userChannelsLabel {
	padding-left: 1.2em;
	color:#697ca6;
	font-weight:bold;
	cursor: pointer;
	cursor: hand;
}

div.showAssets div.imageListLabel:hover,
div.addToChannel div.userChannelsLabel:hover {
	text-decoration: underline;
	cursor: pointer;
	cursor: hand;
}

div.showAssets ol {
	display: none;
}

div.showAssets ol li,
div.addToChannel ol li {
	margin-top: .23em;
	padding-left: 1.8em;
}

div.showAssets div.imageListLabel.up,
div.addToChannel div.userChannelsLabel.up {
	background: url(/_assets/images20/icon_arrow_up.gif) no-repeat;
}

div.showAssets div.imageListLabel.down {
	background: url(/_assets/images20/icon_arrow_down.gif) no-repeat;
}

div.addToChannel div.userChannelsLabel.add {
	padding-left: 0;
	margin-bottom: .23em;
}



/*share content*/

div.shareContent div.wildfireWidget {
	float: left;
	margin-right: 1em;

}

div.shareContent div.embedOptions {
	width: 18em;
	float:right;
	border:1px solid #ccc;
	padding:.62em .62em .62em .62em;
}

div.shareContent div.wildfireWidgetData {
	display:none;
}

ul.software,
ul.dvdpromo,
ul.upgrade {
	margin-left: 2em;
	margin-bottom: 1em;
}
ul.software li,
ul.upgrade li,
ul.dvdpromo li.dvdpromo {
	float:none;
	list-style: disc;
}

div.inputsTvSubpane .pulldown {
	float:left;
	position: relative;
	top:  1em;
}

div.inputsTvSubpane .button {
	margin-left: .5em;

}

/*channel page content*/


div.channelContent ul {
	margin-left:.86em;
}

div.channelContent .privacyIcon {
	position:absolute;
	left: 162px;
	top: 115px;
}


div.channelContent ul li.channelItem {
	float:left;
	margin-right: 1.38em;
	margin-bottom: .38em;
	width: 190px;
}


div.channelContent ul li.channelItem div.showInfo {
	width: 172px;
	height: 125px;
	padding: 8px 4px 8px 8px;
	position:absolute;
	top:0;
}

div.channelContent ul li.channelItem div.showInfo a {
	font-weight: normal;
	color:#14A5EB;
}

div.channelContent ul li.channelItem div.showInfo a:hover {
	text-decoration:underline;
}

div.channelContent ul li.channelItem div.showInfoBack {
	background-color: #000;
	width: 184px;
	height: 141px;
	filter:alpha(opacity=60);
	-moz-opacity:.60;
	opacity:.60;
}

div.channelContent ul li.channelItem div.showInfo h3{
	margin-top: 0;
	text-decoration: none;
	font-size: 100%;
	color: #fff;
	margin-bottom: .62em;
}

div.channelContent ul li.channelItem div.showInfo p{
	text-decoration: none;
	font-size: 92%;
	color: #ccc;
	margin-bottom: .38em;

}


div.channelContent ul li.channelItem div.showInfo p:hover,
div.channelContent ul li.channelItem div.showInfo a:hover{
	text-decoration: none;
}

div.channelContent ul li.channelItem div.showInfo p.links{
	color: #666;
	margin-bottom: 0;
	margin-top: .62em;
	font-size: 92%;
}

div.channelContent div.showThumb {
	height: 141px;
	width: 184px;
	border: 3px solid #e5e5e5;
	position:relative;
}


div.channelProperties h3 {
	margin-bottom:.38em;
}


div.channelProperties .oneRowField {
	margin-left: -.54em;
	margin-top: .15em;
	width:22em;
}


div.channelContent div.showTitle {
	height: 3.54em;
}

div.channelContent div.showTitle a:link,
div.channelContent div.showTitle a:visited {
	font-size: 100%;
	text-decoration: none;
}

div.channelContent div.showTitle a:hover {
	text-decoration: underline;
	cursor: pointer;
	cursor: hand;
	color:#697ca6;
}

div.channelTitle h1 {
	float:left;
}

div.channelDescription div.description {
	font-family: arial, sans-serif;
	width: 500px;
	color: #787878;
	font-size: 108%;
	border: 1px solid #fff;
	margin-bottom: .86em;
	margin-right: .23em;
	padding: .23em .23em .23em .36em;
}

.autoGrowTextArea {
	font-family: arial, helvetica, sans-serif;
	width: 500px;
	color: #787878;
	font-size: 108%;
	background-color: #f5f9fb;
	border: 1px solid #f0efde;
	margin-bottom: .86em;
	margin-right: .23em;
	padding: .23em .23em .23em .23em;
}

div.channelDescription div.description button {
	font-size: 83%;
	margin: 0 .23em 0 0;
	padding: .08em .25em .08em .25em;

}

ul.userChannels li,
ul.groupChannels li {
	margin-top: .46em;
}

div.channelSubscribe ul li {
	margin-top: 0;
}

div.channelSubscribe ul ul {
	margin-left: 1.38em;
}

li.showHideLink {
	margin-top: .46em;
}


div.emailChannelUpdatesInput p {
	margin-top:.38em;
	margin-bottom:.38em;
}

/*public/privacy content*/


div.newChannel .spacer {
	height:50px;
}

div.newChannel label {
    color:#666;
}

div.newChannel h1 {
	display: block;
	color:#697ca6;
	font-weight:bold;
	margin-bottom: .38em;
	margin-top: 0;
	cursor:pointer;
	cursor:hand;
}

div.addToChannel div.userChannelsLabel.add img,
div.newChannel h1 img,
div.channelSubscribe a img {
	position: relative;
	top: .153em;
}

div.newChannel h1:hover {
	text-decoration:underline;
	cursor:pointer;
	cursor:hand;
}

div.addToChannel div.userChannelsLabel.add img:hover,
div.newChannel h1 img:hover {
	text-decoration:none;
}

div.accountInfoBlock,
form.CreateNewChannel,
div.privacySettings,
form.addToChannelForm,
div.emailChannelUpdatesInput,
div.videoRnderStatus{
	width: 21em;
	padding: .77em;
	background-color:#f7f7f7;
	border: 1px solid #485a79;
}

div.videoRnderStatus h4{
    color:#666666;
    font-weight:bold;
    font-size: 110%;
    padding-top: 0.2em;
    padding-bottom: 0.2em;
}

div.videoRnderStatus h4 span{
    font-weight:normal;
    color:green;
    font-size: 91%;
}

div.videoRnderStatus div{
    margin-top: -0.25em; 
}

div.videoRnderStatus div a.videoUrl{
    background: url("/_assets/images/icon_mp4.png") repeat scroll 0 0 transparent;
    display: block;
    float:  left;
    height: 46px;
    width:  36px;
    margin: 5px; 
    margin-right: 15px;    
}

div.videoRnderStatus div p{

    margin-bottom: 0;
    font-size: 13px;
}

div.videoRnderStatus div p a{
    display: block;
    font-size: 103%;
    font-weight: bold;
    margin-bottom: 7px;
}

div.channelTheme div.photoThumbs,
form.CreateNewChannel {
    opacity:0.9;
    filter:alpha(opacity=90);
}

div.themeThumbs,
div.photoThumbs{
    margin-top: .5em;
	padding: 3px;
	background-color:#f7f7f7;
	border: 1px solid #485a79;
    width: 288px;
    height: 360px;
    overflow: scroll;
    position:relative;
}

div.rssLinks,
div.videoRssLinks{
    margin-top: .5em;
	padding: 3px;
	background-color:#f7f7f7;
	border: 1px solid #485a79;
    width: 288px;
    height: 360px;
    overflow: scroll;
    position:relative;
    height: 115px;
    overflow: visible;
    color: #666;
    opacity:0.9;
    filter:alpha(opacity=90);
}

div.rssLinks a, div.rssLinks a:link, div.rssLinks a:visited, div.rssLinks a:active, div.rssLinks span {
	color:#697ca6;
	font-weight:bold;
	text-decoration:none;
	cursor:pointer;
	cursor:hand;
}
div.rssLinks a:hover {
	text-decoration:underline;
	color: #384359;
	cursor: pointer;
	cursor:hand;
}

div.videoRssLinks a, div.videoRssLinks a:link, div.videoRssLinks a:visited, div.videoRssLinks a:active, div.videoRssLinks span {
	color:#697ca6;
	font-weight:bold;
	text-decoration:none;
	cursor:pointer;
	cursor:hand;
}
div.videoRssLinks a:hover {
	text-decoration:underline;
	color: #384359;
	cursor: pointer;
	cursor:hand;
}

div.accountInfoBlock {
	width: auto;
}

div.themeThumbs,
div.photoThumbs {
    margin-top: .5em;
	padding: 3px;
	background-color:#f7f7f7;
	border: 1px solid #485a79;
    width: 288px;
    height: 360px;
    overflow: scroll;
    position:relative;
    /*
    display: -webkit-box;
	-webkit-box-align: end;
	-webkit-box-pack: end;
	-webkit-transform: translateX(100%);
	-webkit-box-align: end;
	-webkit-box-pack: end;
	-webkit-box-sizing: border-box;
*/
}

div.channelTheme div.photoThumbs {
    height: 424px;
    overflow: visible;
}

div.channelTheme div.apply {
   color: #666;
   padding: 6px 0 6px 7px;
}

div.channelTheme div.apply div.button {
    width: 4.5em;
    text-align: center;
    margin-left: 94px;
}

div.photoThumbs div.thumb {
    margin: 2px 1px 1px 1px;
    float: left;
    width:88px;
    height:67px;
    /*overflow:hidden;*/
}

div.channelTheme div.photoThumbs div.thumb {
    margin: 4px 1px 1px 5px;
    float: left;
    width:88px;
    height:67px;
    /*overflow:hidden;*/
}

div.photoThumbs div.thumb img.photo {
    border: 2px solid #ccc;
    position:relative;
	cursor:pointer;
	cursor:hand;
}


div.photoThumbs div.thumb img.overlay {
    border: none;
    position: relative;
    top: -64px;
    left: 3px;
	cursor:pointer;
	cursor:hand;
}

div.photoThumbs div.thumb img.overlay:hover {
    cursor:pointer;
	cursor:hand;
}

img.videoPreviewOverlay {
    position:relative;
    top: -502px;
    left:4px;
	cursor:auto;
}

img.videoPreviewOverlay:hover {
    cursor:auto;
}

span.fullSizedImage {
    line-height:1px;

}

span.videoMessage {
    position:relative;
    top: -75px;
    line-height:normal;
	border: 1px solid #ddd;
	background-color: #f7f7f7;
    color: #384359;
    font-size: 123%;
	padding: 0.8em 0.8em 0.8em 0.4em;
    display:block;
}

div.photoThumbs div.thumb img.photo:hover {
    border: 2px solid #fff;
    cursor:pointer;
	cursor:hand;
}

div.photoThumbs div.thumb img.overlay:hover {
    border: none;
    cursor:pointer;
	cursor:hand;
}

div.photoThumbs div.thumb img.selected {
	border: 2px solid #F58714;
}

div.photoThumbs div.thumb img.selected:hover {
	border: 2px solid #F58714;
}

div.accountInfoBlock {
	color: #333;
	margin-bottom: 1em;
	line-height: 150%;
    padding-bottom: .38em;
}

div.accountStatus {
	float:left;
	margin-right:.77em;

}


div.account {
 margin-left: 10px;
 width: 315px;
}

div.account_top {
 margin-left: 10px;
 width: 640px;
}

div.accountInfoBlock p {
	line-height: 135%;
}

div.accountInfoBlock h3 {
	padding-top:2px;
}

div#edit_account_info_pod {
	width:280px;

}

div.personalData {
    height:146px;
    width: 297px;
}

div.emailChannelUpdatesInput {
	margin-top: .38em;
	padding-top: .38em;
}

div.privacySettings {
	margin-top: .23em;
}

div.videoRnderStatus {
	margin-top: .23em;
}

div.privacyPod ul.acl {
	width: 19em;
	margin: 0 0 .77em .77em;
	position: relative;
	top: 1em;
}

div.privacyPod ul.acl li {
	margin-bottom: .31em;
}

div.privacyPod ul.acl li a {
	font-weight: normal;
}

div.privacyPod div.buttonHolder {

}


div.privacyPod .email {
	margin-top: .46em;
}

input.emailChannelSubscribe,
input.newChannelName {
	margin-right: 0.5em;
	color:#384359;
	font-size: 123%;
	padding: .25em;
	border: 1px solid #d9d9d9;
	width: 15.5em;
	margin-left:0;
}

input.addAddress {
	margin-right: 0.5em;
	color:#384359;
	font-size: 100%;
    width: 230px;
	padding: 4px;
	padding-left:8px;
	border: 1px solid #d9d9d9;
	margin-left:0;
    margin-bottom: .25em;
}


textarea.newChannelDescription {
	margin-right: 0.5em;
	color:#787878;
	padding: .25em;
	border: 1px solid #d9d9d9;
	width: 19em;
	height: 7.6em;
}
div.privacyPod table td,
div.newChannel table td,
div.shareContent table td {
	padding: .153em;
}


div.shareContent option,
div.shareContent select {
	font-size: 92%;
	color: #787878;
	margin-right: 1em;
}



div.channelPagination {

	padding-right: 1.46em;
	position: relative;
	top: -.5em;
	margin-top: 1em;
}

div.channelPagination a {
	display: block;
	float:left;
	font-weight: bold;
	font-size: 154%;
	color: #fff;
	border: 1px solid #384359;
	background-color: #384359;
	padding: .25em .5em .25em .5em;
	margin-left: .5em;
    margin-bottom: .5em;
}

div.channelPagination a:hover {
	color: #fff;
	text-decoration:underline;
}

div.channelPagination span.currentPage {
	display: block;
	float:left;
	font-weight: bold;
	font-size: 154%;
	color: #384359;
	border: 1px solid #384359;

	padding: .25em .5em .25em .5em;
	margin-left: .5em;
    margin-bottom: .5em;

}

/* DVD Service maketips */
div.dvdMakerTips {
	margin-left: 30px;
}

div.dvdMakerTips h1 {
	color:#333;
	font-size: 131%;
	font-weight: bold;
	margin-top: 1em;
	margin-bottom: .5em;
}

div.dvdMakerTips h1 em{
	color:#666;
	font-size: 76%;
	font-weight: normal;
}
div.dvdMakerTips h2 {
	color:#333;
	font-size: 113%;
	font-weight: bold;
	padding-left: 2.23em;
	background: url(/_assets/images20/icon_question.gif) no-repeat;
	background-position: left bottom;
	margin-bottom: .38em;
	margin-top: 0;
	padding-top:.53em;
	padding-bottom: .23em;
}
ol.top10 li,
div.dvdMakerTips ol li {
	margin-top: .38em;
	margin-left: 2em;
	list-style-type: decimal;
}

div.dvdMakerTips ol li em {
	font-weight: bold;
	color:#333;
}

/* END DVD Service maketips*/

div.makerTips h1 {
	color:#333;
	font-size: 131%;
	font-weight: bold;
	margin-top: 1em;
	margin-bottom: .5em;
}

div.makerTips h1 em{
	color:#666;
	font-size: 76%;
	font-weight: normal;
}
div.makerTips h2 {
	color:#333;
	font-size: 113%;
	font-weight: bold;
	padding-left: 2.23em;
	background: url(/_assets/images20/icon_question.gif) no-repeat;
	background-position: left bottom;
	margin-bottom: .38em;
	margin-top: 0;
	padding-top:.53em;
	padding-bottom: .23em;
}

div.footnote {
	font-size: 85%;
	padding-top: 1em;
}

div.uploader {
	width:640px;
}

div.uploaderInfo {
	width:640px;
	margin-top: 3em;
}

div.loginTips {
	margin-bottom: 4em;
}

ul.channels li.moreLink,
ul.channels li.moreLink {
	padding-top: .23em;
}

div.shareSplash h1 {
	font-family: arial, sans-serif;
	font-size: 154%;
	margin-left: .23em;
}

div.shareSplash p {
	font-size: 108%;
	margin-left: .36em;
}


div.shareSplash ul li:hover {
	color:#697ca6;
	cursor:pointer;
	cursor:hand;
}

div.pageNotFound  {
	margin-left:.86em;
	}

div.pageNotFound h2 {
	color: #384359;
	font-size: 154%;
	font-family: arial, sans-serif;
	font-weight: bold;
}
div.nero h2 {
	border: 1px solid #ddd;
	background-color: #f7f7f7;
    color: #384359;
    font-size: 123%;
	padding: 0.8em 0.8em 0.8em 0.4em;
	margin-bottom:1em;
}

div.nero h2 span {
    font-weight: bold;
    }
div.pageNotFound p {
	margin-bottom:0.77em;
	color:#666;
}

div.pageNotFound p.finePrint {
	color: #999;
	font-size: 10px;
	margin-top: 10px;
}

div.makerTips ol li {
	margin-top: .38em;
	margin-left: 2em;
	list-style-type: decimal;
}

div.makerTips ol li em {
	font-weight: bold;
	color:#333;
}

div.softwareDownload,
form.resetPasswordForm,
form.recoverPasswordForm,
div.withdraw form,
div.podConfirmation,
div.installFlashMessage,
div.noPermission div.content {
	font-size: 123%;
	width: 614px;
	padding: .77em;
	background-color:#f0f0f0;
	border: 1px solid #ccc;
	margin-bottom: 2em;
	position:relative;
	top:2.5em;
	z-index:1;
}

div.desktopShowWarning div.content {
	font-size: 123%;
	width: 560px;
	padding: .77em;
	background-color:#f0f0f0;
	border: 1px solid #ccc;
	margin: 1em 0 1em 0;

}

div.desktopShowWarning div.button a:hover {
    text-decoration:none;
    color: #415479;
    background-color: #d1d5e1;
    }

div.expiredShow div.content {
	background-color:#fff;
	margin-left: .86em;
}

div.message_for_owner img.thumb,
div.message_for_normal img.thumb,
div.expiredShow div.content div.showInfo
 {
	margin-right:2em;
	float:left;
}
div.message_for_owner p,
div.message_for_normal p,
div.expiredShow div.content div.message
 {
	font-size: 115%;
}
div.expiredShow div.content div.message em
 {
	font-weight:bold;
}

div.message_for_owner h1,
div.message_for_normal h1,
div.expiredShow h1 {
	font-family: trebuchet ms, helvetica, arial, sans-serif;
	font-size: 154%;
	color: #384359;
	margin-bottom: .54em;

}

div.expiredShow div.content h3{

}

div.installFlashMessage {
	border-width:50px;
	border-style:solid;
	border-color:#ffffff
}

div.uploaderTipsPod {
	z-index:10;
}

span.premiumFeature,
span.uploaderTips,span.uploaderVideoFileTypesTips {
	color:#697ca6;
	font-weight:bold;
	cursor: pointer;
	cursor:hand;
	line-height:15px;
}

span.premiumFeature:hover,
span.uploaderTips:hover,span.uploaderVideoFileTypesTips:hover {
	text-decoration:underline;
	cursor: pointer;
	cursor:hand;
}

a.premium:link, a.premium:visited, a.premium:active {
	color: #fff;
	font-weight:normal;
	text-decoration:underline;
}

ul.emailList {
	margin-top:.5em;
}

/*INFO POD STYLES*/
	div.purchaseInfoPodContent{
		/*width:760px;*/
		padding:0 0 10px 0;
		background: url(/_assets/images20/infoPod_btm.gif) bottom left no-repeat;
	}

	div.purchaseInfoPodContent .podTop{
		padding:8px 16px 6px 10px;
		background: #1072b7 url(/_assets/images20/infoPod_top.gif) top left no-repeat;
		color:#fff;
	}
	div.purchaseInfoPodContent.medium{
		background: url(/_assets/images20/infoPod_btm_med.gif) bottom left no-repeat;
	}

	div.purchaseInfoPodContent.medium .podTop{
		background: #1072b7 url(/_assets/images20/infoPod_top_med.gif) top left no-repeat;
	}

div.newFeatures {
	padding-bottom: 1em;
	}

	div.newFeatures p {
	margin-bottom: 0;
	padding-bottom: 0;
	}

div.newFeatures img:hover {
	cursor:pointer;
	cursor:hand;
	}

    div.purchaseInfoPodContent.long{
        width: 950px;
		background: url(/_assets/images20/infoPod_btm_long.gif) bottom left no-repeat;
	}

	div.purchaseInfoPodContent.long .podTop{
		background: #1072b7 url(/_assets/images20/infoPod_top_long.gif) top left no-repeat;
	}
	div.purchaseInfoPodContent .podContent a:link, .podContent a:visited{
		color:#fff100 !important;
		text-decoration:underline;
	}
	div.purchaseInfoPodContent .podContent a:hover{
		text-decoration:underline;
	}
	div.purchaseInfoPodContent .podContent h3{
		font-size:120%;
		padding-bottom:4px;

		font-weight: bold;
	}
	div.purchaseInfoPodContent .podContent p{
		color: #fff;
		font-size:100%;
		margin-bottom:0;
		font-weight: bold;

	}
	div.purchaseInfoPodContent .infoIcon{
		padding-left:36px;
		background: url(/_assets/images20/infoIcon.png) 4px 4px no-repeat ;
	}
    div.purchaseInfoPodContent.long .infoIcon{
		padding-left:24px;
		background: url(/_assets/images20/infoIcon.gif) no-repeat ;
	}
	div.purchaseInfoPodContent .starIcon{
		padding-left:36px;
		background: url(/_assets/images20/starIcon.png) 4px 4px no-repeat ;

	}

/*END INFO POD STYLES*/


div.siteMaintenance {
	border: 1px solid #042a5b;
	padding: .25em .5em .25em .5em;
	margin-bottom: .5em;
}


div.feedbackPodContent a {
	text-decoration:underline;
}

img.premStar {
	position:relative;
	top: 4px;
}

div.premLink {
	display: block;
	padding-left: 28px;
}

div.addPhotosButtonPanel {
	margin-top:1em;
	width:100%;
}
 div.importButtonPanel,
 div.nextButtonPanel {
 	margin-top:0;
	margin-right:2em;
}

div.learnMultipleFiles
{
	margin: 0;
	margin-right: 1.5em;
}

div.learnMultipleFiles span {
	display:block;
	float:left;
	text-decoration: underline;
	margin-left: 20px;
	display:inline;
}

div.videoFileTypes_basic
{
	margin: 0;
	margin-right: 1.5em;
	margin-top: 5px;
}

div.videoFileTypes_basic span {
	display:block;
	float:left;
	text-decoration: underline;
}

div.ImportBtn {
	margin-top:5px;
	padding-left: 23px;
	padding-right: 23px;
}

div.uploaderBottom {
	margin-bottom:4em;
}

/*These classes are used to override. Must keep at bottom of CSS*/


.showInline {
	display:inline;
}

.showBlock {
	display:block;
}

.hide {
	display:none;
}

.mask {
	visibility:hidden;
}

.left {
	float:left;
}

.right {
	float:right;
}

.padTop {
	display:block;
	padding-top: .25em;
}

.padBot {
	display:block;
	padding-bottom: .25em;
}

.margBot {
	display:block;
	margin-bottom: .25em;
}

.margTop {
	display:block;
	margin-top: .25em;
}

.margLeft {
	display:block;
	margin-left: .25em;
}

div.rightColumn {
	position:relative;
	left: 1.32em;
}

.defaultText {
	width: 300px;
}

form.addToACL div.aclEmailAddressField input.defaultTextActive,
div.addressBook22 input.defaultTextActive{
	color: #999;
	font-style: italic;
}


/* css for basic uploader. 2008-11-15 */

div.basicUploaderHead
{
	background: url(/_assets/images20/asset_hdrbg.png) no-repeat;
	width:620px;
	height:64px;
	color:#ffffff;
	position:relative;
}
div.basicUploaderHead h3
{
	font-weight:bold;
	font-size:20px;
	position:absolute;
	left:20px;
	top:15px;
}
div.basicUploaderHead h4
{
	font-size:11px;
	position:absolute;
	right:10px;
	bottom:2px;
}
#basicUploaderInfo
{
	font-size:11px;
	font-family:Arial;
	color:#333333;
	padding:5px;
}

#basicUploaderErrorInfo
{
	font-size:11px;
	font-family:Arial;
	color:#ff0000;
	padding:5px;
}

table.uploadList
{
	width:620px;
	margin:0;
	padding:0;
}
table.uploadList tr
{
	width:100%;
	padding: 3px 0;
}
table.uploadList thead {
    height: 30px;
    color:#666666;
    font-size: 12px;
    font-family:Arial;
    font-weight: bold;
    line-height:30px;
    text-align:center;

}

table.uploadList thead td.uploadStatus
{
	background: url(/_assets/images20/uploadinfo_bg.png) no-repeat right top;
	text-align:left;
	text-indent:20px;
	width: 22%;
}

table.uploadList thead td.uploadFiles
{
	width:63%;
	text-align:left;
	text-indent:10px;
	background: url(/_assets/images20/uploadinfo_bg.png) no-repeat right top;
}
table.uploadList thead td.progress
{
	width:15%;
	text-align:left;
	text-indent:10px;
	background: url(/_assets/images20/uploadinfo_bg.png) no-repeat left top;
}
table.uploadList tbody tr td
{
	padding:5px 0;
	border-bottom: 1px solid #cccccc;
}
table.uploadList tbody tr td.uploadStatus
{
	font-size: 100%;
    padding:5px;
    text-indent:5px;
    text-align:left;
}
table.uploadList tbody tr td.uploadFiles
{
    padding:5px 10px;
    font-size: 100%;
    text-indent:0;
}
table.uploadList tbody tr td.uploadFiles form
{
	padding:0;
	margin:0;
}
table.uploadList tbody tr td.uploadFiles input
{
    /* direction:rtl; */
    margin: 0;
    padding:0;
    text-align:right;
}
table.uploadList tbody tr td.uploadFiles div.errorInfo
{
    width:380px;
    height:auto;
    overflow:hidden;
    word-wrap:break-word;
}
table.uploadList tbody tr td.uploadFiles div.errorType
{
    width:380px;
    height:auto;
    overflow:hidden;
    word-wrap:break-word;
}


table.uploadList tbody tr td.uploadThumbnail
{
	text-align:center;
    padding:2px;
}
table.uploadList tbody td.uploadThumbnail div
{
	width:75px;
	height:75px;
	overflow:hidden;
}

/* uploading */
table.uploadList tbody tr.uploading td.uploadStatus span
{
	background: url(/_assets/images20/icon_uploading.png) no-repeat left center;
	padding-left:18px;
}
table.uploadList tbody tr.uploading td.uploadThumbnail
{
	padding:2px;
}
table.uploadList tbody tr.uploading td.uploadThumbnail div
{
	border:none;
	background: url(/_assets/images20/uploading.gif) no-repeat center center;
}

/* success */
table.uploadList tbody tr.success td.uploadStatus span
{
	background: url(/_assets/images20/icon_success.png) no-repeat left center;
	padding-left:18px;
}
table.uploadList tbody tr.success td.uploadThumbnail
{
	padding:4px;
}
table.uploadList tbody tr.success td.uploadThumbnail div
{
	border:none;
}

/* upload error */
table.uploadList tbody tr.uploadError td.uploadStatus span
{
	background: url(/_assets/images20/icon_error.gif) no-repeat left center;
	padding-left:18px;
}
table.uploadList tbody tr.uploadError td.uploadThumbnail
{
	padding:4px;
}
table.uploadList tbody tr.uploadError td.uploadThumbnail div
{
	border:none;
}

/* rights limit */
table.uploadList tbody tr.rightsLimit td.uploadStatus span
{
	padding-left:18px;
}
table.uploadList tbody tr.rightsLimit td.uploadThumbnail
{
	padding:4px;
}
table.uploadList tbody tr.rightsLimit td.uploadThumbnail div
{
	border:none;
}

/* pending */
table.uploadList tbody tr.pending td.uploadStatus span
{
	background: url(/_assets/images20/icon_pending.png) no-repeat left center;
	padding-left:20px;
}
table.uploadList tbody tr.pending td.uploadThumbnail
{
	padding:4px;
}
table.uploadList tbody tr.pending td.uploadThumbnail div
{
	border:2px solid #7583A1;
	background: url(/_assets/images20/pending.gif) no-repeat left center;
}


table.uploadList tbody td a
{
	padding:0;
}
table.uploadList tbody tr td input.singleFileSelecter
{
	width:350px;
	border: 1px solid #cccccc;
}

table tbody tr.uploadError
{
	color:#880c02;
	background:#ffe7e7;
	font-weight:bold;
}

table tbody tr.uploadError a
{
	color:#880c02;
	text-decoration:underline;
	font-weight:bold;
}

table tbody tr.rightsLimit
{
	color:#880c02;
	background:#fff2f2;
	font-weight:bold;
	padding:0;
}
table tbody tr.rightsLimit a
{
	color:#880c02;
	text-decoration:underline;
	font-weight:bold;
	padding:0;
}


#basicuploader_pod
{
	display:none;
	width:620px;
}
#basicuploader_pod div.busy {
	background:#ffffff url(/_assets/images20/waiting.gif) no-repeat -100px center;
	filter:alpha(opacity=60);
	-moz-opacity:.60;
	opacity:.60;
	position:absolute;
	top:0;
	left:0;
}

/* uploader_links_pod */
div.uploadWays
{
	padding-left:0px;
	margin-bottom:20px;
}
div.uploadWays h4
{
	font-size:14px;
	font-weight:bold;
	padding:10px 0;
}
div.uploadWays li
{
	width:282px;
	margin-top:0px;
	background: url(/_assets/images20/icon_uploaderways.gif) no-repeat 4px 8px;
	padding:5px 0 5px 20px;
}
div.uploadWays a
{
	padding-top:5px;
	text-decoration:underline;
}
div.uploadWays a.disabled
{
	cursor:default;
	color:#aaaaaa;
	text-decoration:none;
}

div.uploadWays li.selected
{
	color:#ffffff;
	margin-top:0px;
	background:#6A7CA6 url(/_assets/images20/upload_links_select_top.png) no-repeat;
	padding:0px;
	text-indent:20px;
}
div.uploadWays li.selected a,div.uploadWays li.selected a:visited,div.uploadWays li.selected a:link,div.uploadWays li.selected a:hover
{
	color:#ffffff;
	text-decoration:underline;
	display:block;
}
div.uploadWays li.selected div
{
	padding-bottom:5px;
	background:url(/_assets/images20/upload_links_select_bottom.png) no-repeat left bottom;
}
div.uploadWays li.selected a.disabled
{
	cursor:default;
	color:#aaaaaa;
	text-decoration:none;
}

/* account_links */

img.topAccountContent {
    position:relative;
    top: 3px;
}

img.botAccountContent {
    position:relative;
    top: -10px;
}

div.accountContent {

    margin-top:0;
    min-width: 622px;
    border-left: 4px solid #697ca6;
    border-right: 4px solid #697ca6;
    padding: 10px;

}
div.accountLinks
{
	padding-left:0px;
	margin-bottom:20px;
}
div.accountLinks h4
{
	font-size:14px;
	font-weight:bold;
	padding:10px 0;
}
div.accountLinks li
{
	margin-top:0px;
	background: url(/_assets/images20/icon_uploaderways.gif) no-repeat 4px 8px;
	padding:5px 0 5px 20px;
    width:305px;
}
div.accountLinks a
{
	padding-top:5px;
	text-decoration:underline;
}
div.accountLinks a.disabled
{
	cursor:default;
	color:#aaaaaa;
	text-decoration:none;
}

div.accountLinks li.selected
{
	color:#ffffff;
	margin-top:0px;
	background:#6A7CA6 url(/_assets/images20/account_links_select_top.png) no-repeat;
	padding:0px;
	text-indent:20px;
}
div.accountLinks li.selected a,div.accountLinks li.selected a:visited,div.accountLinks li.selected a:link,div.accountLinks li.selected a:hover
{
	color:#ffffff;
	text-decoration:underline;
	display:block;
}
div.accountLinks li.selected div
{
	padding-bottom:5px;
	background:url(/_assets/images20/account_links_select_bottom.png) no-repeat left bottom;
}
div.accountLinks li.selected a.disabled
{
	cursor:default;
	color:#aaaaaa;
	text-decoration:none;
}


/* for dvd */
#dvdTips{
		font-family: Arial, Helvetica, sans-serif;
		width:268px;
		height:469px;
		padding:5px 0 0 10px;
		background: url(/_assets/images20/dvd_tips.png) top left no-repeat;
	}
#dvdTips h1{
	font-size: 100%;
	font-weight: bold;
	color: #fff;
	padding-bottom:20px;
}

#dvdTips ul{
	height: 372px;
}

#dvdTips ul li{
	background:url(/_assets/images/12x12_double_arrow_blue.gif) 2px 2px no-repeat;
	padding:0 0 4px 16px;
	margin: 0;
	font-size:80%;
	line-height:140%;
	color: #333366;
	font-weight:bold;
}
#dvdTips ul li.first{
	padding:0 !important;
	padding:0 0 10px 4px !important;
	background:none !important;
}

#DVD_Authoring{
	width:756px;
	margin-left:auto;
	margin-right:auto;
}

a.editshowurl{
	display:block;
	float:right;
	text-decoration: underline;
	margin-right:4.25em;
}

.disc_ul{
	margin-left: 25px;
    margin-bottom: 10px;
}

.disc_ul li {
	margin-left: 25px;
	list-style:disc;
	margin-bottom: 3px;
}

.disc_ol{
	margin-left: 25px;
    margin-bottom: 10px;
}

.disc_ol li {
	margin-left: 25px;
	list-style:decimal;
	margin-bottom: 3px;
}

div.faqRow strong {
    font-weight:bold;
}

div.faqRow em {
    font-style:italic;
}

#pending_dvd_orders_table,
#dvd_order_errors_table {
	border:0;
	color:#000000;
	border-collapse:collapse;
}

#pending_dvd_orders_table th,
#dvd_order_errors_table th{
	font:bold 12px/17px Arial;
	text-align:center;
	padding:10px;
	border:2px solid #FFF;
	background:#d1d5e1;
}

#pending_dvd_orders_table td,
#dvd_order_errors_table td {
	font:normal 12px/17px Arial;
	padding:2px;
	border:2px solid #FFF;
}

#pending_dvd_orders_table tr.odd,
#dvd_order_errors_table tr.odd {
	background:#FFF3BF;
}

#pending_dvd_orders_table tr.even,
#dvd_order_errors_table tr.even {
	background:#AAE3BF;
}

#pending_dvd_orders_table tr.highlight,
#dvd_order_errors_table tr.highlight {
	background:#50DDFF;
}

#pending_dvd_orders_table tr.selected,
#dvd_order_errors_table tr.selected {
	background:#aaaaaa;color:#fff;
}
img.iconAdjust {
    position:relative;
    top: 3px;
}

div.theme {
    width:100%;
    background-color: #fff;
    padding-top: 10px;
}

div.channelContent {
    min-height: 810px;
}

div#pswa_pod {
	min-height:500px;
}

div#psda_pod {
	min-height:500px;
}

div.dvdstatus {
	font-family: arial, sans-serif;
	font-size: 120%;
	font-weight: bold;
	margin-left: .23em;
	margin-top: 2em;
	margin-bottom: 2em;
}

div.errorProcessMethod select {
	width: 180px;
}

div.share_area{
	height:60px;
	background:#f7f7f7;
	border:1px solid #cccccc;
	margin:5px 0;
}

div.facebook_share{
	height:32px;
	width:50px;
	margin:10px;
	background:url(/_assets/images20/btn_facebook.jpg) no-repeat center -32px;
	position:relative;
	text-align:center;
	cursor:pointer;
}
div.facebook_share:hover{
	background:url(/_assets/images20/btn_facebook.jpg) no-repeat center top;
	color:#52A4DA;
}
div.facebook_share a{
	display:block;
	width:50px;
	height:50px;
	opacity:0;
	filter:alpha(opacity:0);
	position:absolute;
	top:0;	
}
div.facebook_share h5{
	display:block;
	margin:0;
	padding:0;
	font-weigth:normal;
	font-size:.85em;
	position:absolute;
	top:32px;
	left:0;
	width:50px;
}
