﻿/*  Major Site-Wide Styles  */

/*  Hyperlinks  */
a:link
{
    text-decoration: none;
    text-align: left;
    margin-bottom: 0px;
}
a:visited {
text-decoration: none;
}
a:hover
{
    text-decoration: underline;
}
a:active {

}

.radRotatorAlbumNewReleases
{
       height: 180px;   
}


.lblExtraSongInformation
{
    font-size: x-small;
    color: #808080;
}

.tblInformationTextSpacer
{
    padding: 5px;
}

.multiLineTextBox
{
    padding: 5px;
}

.dropDownWhiteBackground
{
    border-color: #B3B4B6;
    border-style: solid;
    border-width: 1px;
    background-color: #FFFFFF;
    font-family: arial, Helvetica, sans-serif;
}

.dropDownSpacing
{
    padding: 2px;
    vertical-align: middle;
}

.masterPageHyperLinks
{
    color: #FFFFFF;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    margin-bottom: 0px;
}


/*  Old styles, go through these, some may be obsolete  */
.boldWhiteText
{
    font-weight: 700;
    color: #FFFFFF;
}


.profileLeftPanel
{
    border-collapse: collapse;
    border: 1px solid #C0C0C0;
    padding: 3px 3px 6px 3px;
    float: left;
    font-family: Arial, Helvetica, sans-serif;
    font-size: small;
}

.BigBoldRedLabel
{
    font-size: x-large;
    font-weight: bold;
    color: #FF0000;
    background-color: #FFFFCC;
}

.ampm
{
    text-transform: lowercase;
    font-size: x-small;
    color: #C0C0C0;
}

.datetime
{
    font-size: x-small;
    color: #C0C0C0;
}

.greendatetime
{
    font-size: x-small;
color: #008000;
}

.lowercase
{
    text-transform: lowercase;
}

.sitewideFont
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: small;
    text-align: left;
    vertical-align: top;
}

.tblEmployeeNavigation
{
    vertical-align: top;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    font-size: small;    
}

.cellRadComboBoxCreditCardPicture
{
padding: 3px;
text-align: center;
width: 42px;
}


.cellRadComboBoxCreditCardName
{
padding: 3px;
text-align: left;
}

.smallThumbnail
{
    border: 2px solid #808080;
    width: 50px;
    height: 50px;
}

table.black
{
    font-family: Arial, Helvetica, sans-serif;
    background-color: #666666;
    border: 4px solid #000000;
    padding: 10px;
    margin: 10px;
    color: #FFFFFF;
    border-collapse: collapse;
    width: 550px;
    left: auto;
    right: auto;
}

table.whiteDataEntry
{
    padding: 3px;
    font-family: Arial, Helvetica, sans-serif;
    background-color: #FFFFFF;
    border: 1px solid #E5E5E5;
    margin: 5px;
    color: #000000;
    font-size: small;
    vertical-align: top;
    text-align: left;
    width: 478px;
}

table.ProjectToDoList
{
    padding: 16px;
    font-family: Arial, Helvetica, sans-serif;
    background-color: #FFFFFF;
    border: 3px solid #0000FF;
    margin: 4px;
    color: #000000;
    border-collapse: collapse;
    font-size: small;
    vertical-align: top;
    text-align: left;
    width: 260px;
}

table.ProjectToDoListBig
{
    padding: 5px;
    font-family: Arial, Helvetica, sans-serif;
    background-color: #FFFFFF;
    border: 3px solid #0000FF;
    margin: 5px;
    color: #000000;
    border-collapse: collapse;
    font-size: small;
    vertical-align: top;
    text-align: left;
    width: 500px;
}

table.LegacyProjectContainer
{
    padding: 5px;
    font-family: Arial, Helvetica, sans-serif;
    background-color: #FFFFFF;
    border: 1px solid #C0C0C0;
    margin: 5px;
    color: #000000;
    border-collapse: collapse;
    font-size: small;
    vertical-align: top;
    text-align: left;
    width: 200px;
    height: 11px;
}

table.PaleYellowContainer
{
    padding: 20px;
    border: 2px solid #CCCCCC;
    background-color: #FFFFF2;
}

table.LegacyProjectContainerNoBorder
{
    padding: 5px;
    font-family: Arial, Helvetica, sans-serif;
    background-color: #FFFFFF;
    margin: 5px;
    color: #000000;
    border-collapse: collapse;
    font-size: small;
    vertical-align: top;
    text-align: left;
    width: 200px;
    height: 11px;
}


table.BasicWhiteContainer
{
    padding: 5px;
    font-family: Arial, Helvetica, sans-serif;
    background-color: #FFFFFF;
    border: 1px solid #C0C0C0;
    margin: 5px;
    color: #000000;
    border-collapse: collapse;
    font-size: small;
    vertical-align: top;
    text-align: left;
    width: 500px;
}

table.ProjectToDoListEditing
{
    padding: 5px;
    font-family: Arial, Helvetica, sans-serif;
    background-color: #FFFFFF;
    border: 3px solid #FF0000;
    margin: 5px;
    color: #000000;
    border-collapse: collapse;
    font-size: small;
    vertical-align: top;
    text-align: left;
}

.smallwhitetext
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: small;
    color: #FFFFFF;
}


h1.black
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: x-large;
    font-weight: bold;
    text-align: left;
}

h2
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: medium;
    font-weight: bold;
    font-style: normal;
    font-variant: normal;
    text-transform: none;
    color: #008000;
}

table.AddAContactTable
{
    font-family: Arial, Helvetica, sans-serif;
    border-width: 2px;
    border-color: #000000;
    padding: 10px;
    margin: 10px;
    border-collapse: collapse;
    width: 400px;
    left: auto;
    right: auto;
    height: 307px;
    background-color: #FFFFFF;
    vertical-align: top;
}

.stepsTable
{
    font-family: Arial, Helvetica, sans-serif;
    border-width: 2px;
    border-color: #000000;
    padding: 10px;
    margin: 10px;
    border-collapse: collapse;
    width: 470px;
    left: auto;
    right: auto;
    background-color: #FFFFFF;
    vertical-align: middle;
    text-align: center;
    font-size: small;
}


.blueHyperlink
{
    color: #0000FF;
    text-decoration: none;
}

.blueHyperlinkExtraSmall
{
    color: #0000FF;
    text-decoration: none;
    font-size: x-small;
}

.purpleHyperlink
{
    color: #800080;
    text-decoration: none;
    font-weight: bold;
}

.HyperlinkWhatsThis
{
    color: #0000FF;
    text-decoration: none;
    font-size: x-small;
}

.LabelPageDescriptionMeasured
{
width:400px;
}

.blueHyperlinkHighlighted
{
    color: #336600;
    background-color: #FFFFCC;
    font-weight: bold;
    text-decoration: none;
}

.rrClipRegion
{
    border: 0px !important;
}

.IconDropShadow
{
/*background-image: url('/Images/Protected/LegacyImages/Special/IconDropShadow.gif');
width: 53px;
height: 53px;
vertical-align: top;
text-align: left;*/
}

.ThumbnailDropShadow
{
background-image: url('/Images/Protected/LegacyImages/Special/ThumbnailDropShadow.jpg');
width: 137px;
height: 137px;
vertical-align: top;
text-align: left;
}

.SmallDropShadow
{
background-image: url('/Images/Protected/LegacyImages/Special/SmallDropShadow.jpg');
width: 207px;
height: 207px;
vertical-align: top;
text-align: left;
}

.DropShadow240
{
    background-image: url('../Images/Protected/LegacyImages/Drop Shadows/228-240 Drop Shadow.png');
    width: 240px;
    height: 240px;
    vertical-align: top;
    text-align: left;
}

.imageSelectedThumbnail
{
    border: 20px solid #000000;
}

.greenHyperlink
{
    color: #15272B;
    text-decoration: none;
    font-weight: bold;
}

.whiteHyperlink
{
    color: #FFFFFF;
    font-weight: 700;
}

.whiteHyperlinkBig
{
    color: #FFFFFF;
    font-weight: 700;
    font-size:medium;
    font-family: Arial, Helvetica, Sans-Serif;
}

.whiteHyperlinkBigHighlighted
{
    color: #006C66;
    font-weight: bold;
    font-size: medium;
    font-family: Arial, Helvetica, Sans-Serif;
}

.exampleText
{
    font-size: x-small;
    color: #808080;
}

.textEmptyTextBox
{
    color: #808080;
}


.mediumLabel
{
    font-size: 15px/1.5em;
    font-weight: bold;
    text-align: left;
}


.cellMainBannerLeft
{
    height: 300px;
    background-color: #FFFFFF;
    text-align: center;
}

.tblLoginInformation
{
    padding: 20px;
    width: 100%;
    text-align: left;
}

.cellMainBannerRight
{
    padding: 10px;
    background-color: #FFFFFF;
    width: 350px;
    vertical-align: top;
}


.colorTuneswoonTeal
{
    color: #186E6A;
}

.colorTuneswoonGray
{
    color: #B3B4B6;
}

.colorTuneswoonDarkGray
{
    color: #404042;
}

.colorTuneswoonAqua
{
    color: #00B1B0;
}

.colorTuneswoonDarkAqua
{
    color: #18A6A3;
}


.lblWallPostSaysText
{
    font-weight: lighter;
    color: #18A6A3;
    font-size: 13pt;
}

.lblWallPostText
{

}
    
.lblWallDateText
{
    font-size:  x-small;
    font-weight: lighter;
    color: #808080;
}

.lblWallCommentSaysText
{
    font-size: 10pt;
    font-weight: lighter;
    color: #18A6A3;
}

.lblWallCommentDateText
{
    font-size:  x-small;
    font-weight: lighter;
    color: #808080;
}

    
.lblWallCommentText
{
    font-size: small;
}

.linkButtonWallPostRemoveText
{
    font-size: small;
    font-weight: lighter;
    color: #01B1AF;
}

.linkButtonWallCommentRemoveText
{
    font-size: small;
    font-weight: lighter;
    color: #01B1AF;
}

.tblWallPostContent
{
    padding: 10px 10px 20px 10px;
    border: 1px solid #01B1AF;
    width: 100%;
    background-color: #FFFFFF;
    margin-bottom: 2px;
}


.TuneswoonGrayLabel
{
    font-size: 13pt;
    font-family: arial, Helvetica, sans-serif;
    font-weight: 550;
    color: #404042;
    letter-spacing: .01em;
}

.TuneswoonWhiteLabel
{
    font-size: 13pt;
    font-family: arial, Helvetica, sans-serif;
    font-weight: 550;
    color: #FFFFFF;
    letter-spacing: .01em;
}

.TuneswoonLabel
{
    font-size: 13pt;
    font-family: arial, Helvetica, sans-serif;
    font-weight: 550;
    letter-spacing: .01em;
}

.lblProjectTrackerDate
{
}

.cellProjectTrackerColumnWidth
{    
    width:20px;
}
.cellProjectTrackerAlternatingColumn
{
    background-color: #EFEFF1;
}

.BigBoldHeader
{
    font-size: x-large;
    font-weight: bold;
}


.BigBoldTealHeader
{
    font-size: x-large;
    font-weight: bold;
    color: #186E6A;
}

.BigBoldGrayHeader
{
    font-size: x-large;
    font-weight: bold;
    color: #B3B4B6;
}

.BigBoldDarkGrayHeader
{
    font-size: x-large;
    font-weight: bold;
    color: #404042;
}

.BigBoldAquaHeader
{
    font-size: x-large;
    font-weight: bold;
    color: #00B1B0;
}

.BigBoldDarkAquaHeader
{
    font-size: x-large;
    font-weight: bold;
    color: #18A6A3;
}


.mediumBoldHeader
{
    font-size: large;
    font-weight: bold;
}

.mediumBoldWhiteHeader
{
    font-size: large;
    font-weight: bold;
    color: White;
}

.mediumBoldHeader
{
    font-size: large;
    font-weight: bold;
    color: Black;
}


.mediumBoldTealHeader
{
    font-size: large;
    font-weight: bold;
    color: #186E6A;
}

.mediumBoldGrayHeader
{
    font-size: large;
    font-weight: bold;
    color: #B3B4B6;
}

.mediumBoldDarkGrayHeader
{
    font-size: large;
    font-weight: bold;
    color: #404042;
}

.mediumBoldAquaHeader
{
    font-size: large;
    font-weight: bold;
    color: #00B1B0;
}

.mediumBoldDarkAquaHeader
{
    font-size: large;
    font-weight: bold;
    color: #18A6A3;
}

.mediumBoldBlueHeader
{
    font-size: large;
    font-weight: bold;
    color: #0000FF;
}

.labelAlbumTitle
{
    font-size: large;
    font-weight: bold;
    font-style: italic;
}

.hyperlinkAlbumTitle
{
    font-size: large;
    font-weight: bold;
    color: #0000FF;
    font-style: italic;
}

.cellReviewOrder
{
    width: 180px;
    text-align: left;
    white-space: normal;
    padding-top: 15px;
    padding-right: 15px;
    padding-left: 15px;
}

.bigBoldBlueHeader
{
    font-size: x-large;
    font-weight: bold;
    color: #0000FF;
}

.bigBoldBlueHeader
{
    font-size: x-large;
    font-weight: bold;
    color: #0000FF;
}

.BigBoldGreenHeader
{
    font-size: x-large;
    font-weight: bold;
    color: #008000;
}

.dataEntryBoldItalicHeader
{
    font-size: small;
    font-weight: 700;
    color: #000000;
}

.TrackLabel
{
    font-size: small;
    color: #000000;
}

.errorText
{
    color: #FF0000;
}

.validationText
{
    color: #FF0000;
    font-size: x-small;
}

.formatLikeThisText
{
    color: #999999;
    font-size: x-small;
}

.successText
{
    color: #008000;
    font-weight: bold;
}

.fontLiveText
{
    color: #008000;
    font-weight: bold;
}

.fontPausedText
{
    color: #FF6600;
    font-weight: 700;
}

.fontNotValidatedText
{
    color: #FF0000;
}

.PasswordSpaced
{
    color: #336600;
    font-weight: bold;
    letter-spacing: 2px;
}

#ctl00_ContentPlaceHolder1_PanelSubmitSongs 
{
     display:block;
     clear:both;
 }
 #ctl00_ContentPlaceHolder1_PanelSubmitSongs table {
 display:block;
 }
 
 table
{
    clear: both;
    margin-right: 2px;
    margin-bottom: 0px;
    margin-top: 4px;
}
 
 panel
 {
 margin-right: auto;
 margin-left: auto;
 }
 
 
d
 
div
{
    margin-right: auto;
    margin-left: 0px;
    top: 0px;
    left: 4px;
    margin-bottom: 0px;
    margin-top: 0px;
}

uiredDataEntry
{
    font-weight: bold;
}
 
.style28 label {
margin-left:5px;
float:left;
}

.style28 input {
float:right;
}

/*  Object homepage tables and cells  */

/* Main content panel for major content */


.tblMainVariableWidth
{
    margin: 10px;
    border: 1px solid #C0C0C0;
    background-color: #FFFFFF;
    padding: 10px;
    vertical-align: top;
}

.tblMain
{
    margin: 10px;
    border: 1px solid #C0C0C0;
    background-color: #FFFFFF;
    padding: 10px;
    vertical-align: top;
    width: 100%;
}

.PanelMainMeasured
{
     width: 700px;
     border-style:none;
}

.tblMainPanel
{
    margin: 10px;
    background-color: #FFFFF2;
    border: 1px solid #CCCCCC;
    padding: 10px;
    vertical-align: top;
    text-align: center;
}

.panelMainMeasuredDataEntry
{
    border-style: none;
    margin: 0 auto;
    text-align: center;
}

.tblProductionProcessSteps
{
    border: 1px solid #C0C0C0;
    padding: 10px;
    margin: 10px;
    width: 100%;
    background-color: #FFFFFF;
}

.tblMainStepsVariableWidth
{
    border: 1px solid #C0C0C0;
    padding: 10px;
    margin: 5px;
    background-color: #FFFFFF;
}

.tblMainSteps100PercentWidth
{
    border: 1px solid #C0C0C0;
    padding: 10px;
    margin: 5px;
    background-color: #FFFFFF;
    width: 100%;
}

.tblMainStepsMeasured
{
    border: 1px solid #C0C0C0;
    padding: 10px;
    margin: 5px;
    width: 700px;
    background-color: #FFFFFF;
}


.cellMainStepsThreeColumns
{
    text-align: center;
}

.cellMainStepsFourColumns
{
width: 25%;
    text-align: center;
}

.cellMainStepsFiveColumns
{
    width: 20%;
    text-align: center;
}

.cellMainStepsNineColumns
{
    text-align: center;
    width: 10%;
}

.textBoxMainDataEntry
{
    width: 200px;
}

.textBoxLogin
{
    width: 180px;
}

.textBoxLogin
{
    width: 180px;
}

.buttonStandard
{
    width: 120px;
}

.tblGridviewContainerVariableWidth
{
    border: 1px solid #C0C0C0;
    background-color: #FFFFFF;
    padding: 10px;
    vertical-align: top;
}

.tblGridviewContainerMediumSetWidth
{
    border: 1px solid #C0C0C0;
    background-color: #FFFFFF;
    padding: 10px;
    vertical-align: top;
    width: 300px;
    font-size: x-small;
}

.tblGridviewContainerSmallSetWidth
{
    border: 1px solid #C0C0C0;
    background-color: #FFFFFF;
    padding: 10px;
    vertical-align: top;
    width: 200px;
    font-size: x-small;
}

.tblSongInformationForGridview
{
    border: 1px solid #C0C0C0;
    background-color: #FFFFFF;
    padding: 10px;
    vertical-align: top;
    width: 200px;
    font-size: x-small;
}

.tblMainDataEntryVariableWidth
{
    margin: 10px;
    border: 1px solid #C0C0C0;
    background-color: #FFFFFF;
    padding: 20px;
    vertical-align: top;
}

.tblMainDataEntrySetWidth
{
    margin: 10px;
    border: 1px solid #C0C0C0;
    background-color: #FFFFFF;
    padding: 10px;
    width: 500px;
    vertical-align: top;
}
.tblMainDataEntry100PercentWidth
{
    margin: 10px;
    border: 1px solid #C0C0C0;
    background-color: #FFFFFF;
    padding: 10px;
    vertical-align: top;
    width: 100%;
}

.tblMainDataEntry
{
    margin: 10px;
    border: 1px solid #C0C0C0;
    background-color: #F0F3E2;
    padding: 10px;
    vertical-align: top;
    width: 600px;
    text-align: center;
}

.cellMainDataEntry
{
    padding: 4px;
    vertical-align: top;
    text-align: left;
}

.cellMainDataEntryThick
{
    padding: 4px;
    vertical-align: top;
    text-align: left;
}


.cellMainLargeRightSideOptions
{
    margin: 5px;
    border: 2px solid #006600;
    background-color: #F7F7DE;
    width: 160px;
    text-align: center;
}


.cellMainLargeRightSideOptions
{
    margin: 5px;
    border: 2px solid #006600;
    background-color: #F7F7DE;
    width: 160px;
    text-align: center;
}

.cellMainPanelHeader
{
    padding: 8px;
    background-color: #335C65;
    color: #FFFFFF;
    font-weight: bold;
    text-align: left;
    font-size: medium;
}

.tblMAINPagePadding
{
    background-color: transparent;
    padding: 10px;
    vertical-align: top;
    text-align: center;
    width: 100%;
}

.tblImagePanel
{
    margin: 10px;
    background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
    padding: 10px;
    vertical-align: top;
    text-align: center;
}

.tblPhotoAlbumWrap
{
    padding: 20px;
    background-color: #404042;
    border: 1px solid #C0C0C0;
    vertical-align: middle;
    text-align: center;
}

.tblImageWrapFull
{
    padding: 10px;
    background-color: #404042;
    border: 1px solid #C0C0C0;
    vertical-align: middle;
    text-align: center;
    height: 1220px;
}

.tblImageWrapLarge
{
    padding: 10px;
    background-color: #404042;
    border: 1px solid #C0C0C0;
    vertical-align: middle;
    text-align: center;
    height: 820px;
}

.tblImageWrapMedium
{
    padding: 20px;
    background-color: #404042;
    border: 1px solid #C0C0C0;
    vertical-align: middle;
    text-align: center;
    height: 440px;
}

.tblImageWrapSmall
{
    padding: 20px;
    background-color: #404042;
    border: 1px solid #C0C0C0;
    vertical-align: middle;
    text-align: center;
    height: 440px;
}

.tblObjectIdentityPanel
{
    width: 100%;
    text-align: left;
    padding-left: 5px;
    padding-bottom: 10px;
    background-color: #FFFFFF;
}

.tblActionsContainer {

width:100%;
padding: 5px;
text-align:left;

}

.tblProfilePicContainer {

width:100%;
text-align:center;

}

tleContainer {

width:100%;
text-align:left;

}

.tblSideInfoPanel
{
    border-color: #C0C0C0;
    width: 100%;
    border-width: 2px;
    text-align: left;
    margin-bottom: 6px;
    border-right-style: solid;
    border-bottom-style: solid;
    background-color: #FFFFFF;
    border-collapse: collapse;
}

.cellSideInfoPanelHeader
{
    padding: 10px;
    color: #FFFFFF;
    text-align: left;
    width: 100%;
    background-image: url('../Images/Protected/LegacyImages/MasterPages/Tuneswoon home/Bottom teal bar.png');
    background-repeat: repeat-x;
    font-weight: normal;
}


.cellSideInfoPanelContent
{
    padding: 10px;
    background-color: #FFFFFF;
    text-align: left;
    width: 100%;
}

.tblSideSmallPerson{
width: 100%;
}

.tblSideSmallAlbum{
width: 100%;
padding: 5px;
text-align: left;
}

/*Login Page */
.tblLoginPanel
{
    margin: 10px;
    border: 1px solid #C0C0C0;
    padding: 10px;
    width: 350px;
    text-align: center;
    vertical-align: middle;
    background-color: #FFFFFF;
}

/*  Talk comments  */

.tblTalkPost
{
    width: 100%;
    text-align: left;
    margin-bottom: 15px;
}

.cellToolTip
{
    padding: 10px;
    width: 347px;
    text-align: left;
    background-color: #FFFFFF;
    color: #000000;
}

.cellWhiteVariableWidth
{
    padding: 10px;
    text-align: left;
    background-color: #FFFFFF;
}


.cellPeopleName
{
    padding: 10px;
    text-align: left;
    vertical-align: top;

}


.cellPeoplePhoto
{
    padding: 10px;
    text-align: center;
    vertical-align: top;
    width: 80px;
    background-color: #FFFFFF;
}

.cellPeopleInfo
{
    padding: 10px;
    text-align: left;
    vertical-align: middle;
    background-color: #FFFFFF;
    width: 260px;
    }

.tblSongWarningNoticeRed
{
    border: 2px solid #FF0000;
    padding: 10px;
    text-align: left;
    background-color: #FFFFFF;
    width: 100%;
    margin-top: 5px;
    margin-bottom: 5px;
}

.tblSongWarningNoticeGreen
{
    border: 2px solid #336600;
    padding: 10px;
    text-align: left;
    background-color: #FFFFFF;
    width: 100%;
    margin-top: 5px;
    margin-bottom: 5px;
}

.tblCheckoutHolderForESLProject
{
    border-style: solid;
    border-width: 2px;
    border-color: #FFFFFF #333333 #333333 #FFFFFF;
    padding: 0px 20px 10px 20px;
    text-align: center;
    background-color: #FFFFFF;
    margin-top: 5px;
    margin-bottom: 5px;
}

.tblAddESLProject
{
    margin: 5px auto 5px auto;
    border-style: solid;
    border-width: 2px;
    border-color: #FFFFFF #666666 #666666 #FFFFFF;
    padding: 0px 20px 10px 20px;
    text-align: center;
    background-color: #FFFFFF;
    width: 650px;
}

.tblAddESLProjectNoBorder
{
    margin: 5px auto 5px auto;
    padding: 0px 20px 10px 20px;
    text-align: center;
    background-color: #FFFFFF;
    width: 650px;
}

.tblTalkComment
{
    border-width: 1px;
    border-color: #C0C0C0;
    width: 100%;
    padding: 5px;
    text-align: left;
    border-bottom-style: solid;
    background-color: #FFFFF2;
    margin-bottom: 1px;
    border-right-style: solid;
}

.cellCommentPicCell
{
    padding: 3px 9px 3px 3px;
    text-align: center;
    vertical-align: top;
    width: 30px;
}

.cellCommentDateCell
{
text-align:left;
    vertical-align: top;
}

.cellCommentPostCell
{
    text-align:left;
    vertical-align: top;
}

.cellCommentActionsCell
{
    text-align: right;
    vertical-align: top;
    padding-right: 5px;
    padding-left: 8px;
}

.cellWallPostPicCell
{
    padding: 6px 14px 6px 6px;
    width: 48px;
    text-align: center;
    vertical-align: top;
}

.cellFollowingPicCell
{
    width: 48px;
    text-align: center;
    vertical-align: top;
}

.cellFollowingContentCell
{
    padding: 2px 8px 2px 15px;
    text-align: left;
    vertical-align: middle;
}


.cellWallPostDateCell
{
    text-align:left;
    vertical-align: top;
    }

.cellWallPostTextCell
{
    text-align: left;
    vertical-align: top;
    width:99%;
}

.cellWallPostActionsCell
{
    text-align: right;
    vertical-align: top;
    padding-right: 5px;
    padding-left: 8px;
    width: 60px;
}

.NoMargin
{
    padding: 0;
    margin: 0;
    border-spacing: 0;
}

.tblAlbumsDataList
{
    margin: 5px;
    width: 110px;
}

.cellAlbumsDataList
{
    text-align: center;
    vertical-align: top;
    height: 120px;
}

.cellAlbumsDataList:hover
{
    text-align: center;
    vertical-align: top;
    background-image: url('../Images/Protected/LegacyImages/Backgrounds/Album Cell Back Small Gray Gradient.jpg');
    background-repeat: repeat-x;
}

.cellAlbumNewRelease
{
    background-image: url('../Images/Protected/LegacyImages/Backgrounds/ThinGradientBackground.jpg');
    background-repeat: repeat-x;
}

.cellAlbumsDataListToolTip
{
    padding: 10px;
    text-align: center;
    vertical-align: top;

}

.cellAlbumInfoDataList
{
    padding: 10px 10px 10px 0px;
    text-align: left;
    vertical-align: top;
}

.cellAlbumTitleDataList
{
    padding: 10px 10px 10px 10px;
    text-align: center;
    vertical-align: top;
    height: 46px;
}

.tblPhotoAlbumsDataList
{
    margin: 5px;
    border: 1px solid #C0C0C0;
    padding: 10px;
    text-align: left;
    width: 480px;
}

.cellPhotoAlbumsDataList
{
    padding: 10px;
    width: 130px;
    height: 130px;
    text-align: center;
}

.cellPhotoAlbumsDataListTitle
{
    margin: 5px;
    padding: 20px;
    text-align: left;
}

/*  Navigation panel table for users  */

.cellObjectTitle
{
    vertical-align: bottom;
}


.cellLicensingStatus
{
    padding: 10px 10px 10px 40px;
    vertical-align: top;
}


.cellObjectNavigation
{
    
}

.tblUserNavigation
{
    border-style: solid;
    border-width: 1px;
    border-color: #C0C0C0;
    background-color: #01B1AF;
    padding: 5px 20px 5px 20px;
    text-align: left;
    vertical-align: top;
    font-size: 13pt;
    font-weight: bold;
    color: #FFFFFF;
    margin-bottom: 8px;
}

.tblCollapsablePanelTitle
{
    padding: 2px 10px 2px 10px;
    text-align: left;
    vertical-align: top;
    font-size: 13pt;
    font-weight: bold;
    color: #FFFFFF;
    background-image: url('../Images/Protected/LegacyImages/By Page/Albums/CollapsablePanelBackground.jpg');
    background-position: left top;
    background-repeat: repeat-x;
    height: 26px;
}


.tblObjectTopTitleStatusNavigationHolder
{
    width: 100%;
    margin-bottom: 10px;
}

.GrayHyperlink
{
    color: #C0C0C0;
}


.textSideInfoPanelHeader
{
    color: #FFFFFF;
}

.labelSignup
{
    font-size: 11pt;
    font-weight: bold;
}

.cellSignupLabels
{
    padding: 0px 15px 15px 10px;
    vertical-align: top;
    text-align: right;
}

.cellSignupDataEntry
{
    padding: 10px;
    vertical-align: top;
    text-align: left;
}


.radTextBoxSignup
{
    background-position: left top;
    background-image: url(/Images/Protected/LegacyImages/Pages/Join/TextBoxSignup.jpg);
    width: 319px;
    background-repeat: no-repeat;
}

.panelNotificationStandard
{
    margin: 10px;
    border: 1px solid Silver;
    padding: 10px;
    text-align: center;
    font-size: medium;
    font-weight: bold;
    background-color: #FFFFFF;
}

.panelControling
{
    border: 5px solid #FF0000;
    padding: 10px;
    text-align: center;
    font-size: x-large;
    font-weight: bold;
    background-color: #FFFF00;
}

.labelNotification
{
    font-weight: bold;
    font-size: medium;
    width: 400px;
}

.cellMAJORObjectLeftSide
{
    padding: 44px 25pt 44px 65pt;
    width: 200px;
    text-align: left;
}


.cellMAJORObjectMainContent
{
    padding: 44px 75px 44px 0px;
    text-align: left;
}

.cellMAJORObjectComplete
{
    padding: 44px 75px 44px 65pt;
    text-align: left;
}

.RadTextBoxWallPost
{
    border: 1px solid #01B1AF;
    background-color: #FFFFFF;
    font-size: 13pt;
    height: 60px;
}

.tblMAJORObjectContainer
{
    border-collapse: collapse;
    border-color: #a7a6aa;
    border-width: 0;
    width: 100%;
}

.cellSidePic
{
}

.tblAddPost
{
    border: 1px solid #C0C0C0;
    padding: 5px;
    width: 100%;
    margin-bottom: 20px;
    background-color: #FFFFF2;
}

.collapsablePanelTitle
{
}

.cellProjectTrackerStepsCheck
{
    border: 1px solid #C0C0C0;
    padding: 4px;
    height: 48px;
    width: 34px;
}

.GridviewSongs tr td
{
    border-top: 1px solid red;
    border-bottom: 1px solid red;
    border-top-color: #CCCCCC;
    border-bottom-color: #CCCCCC;
}
   
   
   .cellMAINContentTuneswoon
{
    padding: 30px 30px 35px 30px;
    text-align: center;
    vertical-align: top;
}

.cellMAINContentLeftTuneswoon
{
    padding: 30px 10px 35px 30px;
    text-align: left;
    vertical-align: top;
}

.cellMAINContentTopTuneswoon
{
    padding: 30px 60px 0px 60px;
    text-align: left;
    vertical-align: top;
}

.cellMAINContentMiddleTuneswoon
{
    padding: 10px 60px 10px 60px;
    text-align: left;
    vertical-align: top;
}

.cellMAINContentBottomTuneswoon
{
    padding: 20px 60px 30px 60px;
    text-align: left;
    vertical-align: top;
}

.cellMAINContentRightTuneswoon
{
    width: 50%;
    text-align: left;
    vertical-align: top;
    padding-top: 30px;
    padding-right: 30px;
    padding-left: 10px;
}

.cellMAINContentRightTuneswoon
{
    width: 50%;
    text-align: left;
    vertical-align: top;
    padding-top: 30px;
    padding-right: 30px;
    padding-left: 10px;
}

.MAINContentDividerTuneswoon
{
    padding: 0px 20px 0px 20px;
    text-align:center;
    width: 100%;
}
