﻿/* My Account */

#leftColumnMA, #rightColumnMA
{
    width: 50%;
    min-height: 380px;
    _height: 380px;
    float: left;   
}

#rightColumnMA
{
    width: 400px;
    padding-left: 7%;
    float: left;  
}

        .myAccountLabel, .myAccountControl
        {
            width: 50%;
            float: left;
        }

			.errorMessage
			{
	            
			}
	        
				.privacyText
				{
					font-size: 0.8em;
					width: 60%;
					float: left;   
				}
	            
					.privacyControl
					{
						float: left;
						text-align: right;
						/*width: 29.3%;*/
						width: 25.0%;
						#width: 25.6%;
						margin-top: 14px;
						margin-left: 19px;
					}
                            
/* ***** My Videos ***** */

#myVideos
{
    width: 400px;
}

    #myVideos a:link, #myVideos a:visited
    {
        color: #FFF;
        font-weight: bold;   
    }

        #myVideos a:hover
        {
            color: #FFF;
            text-decoration: underline;
        }
        
            #item1Main, #item2Main, #item3Main
            {
                width: 400px;   
            }
            
                #item2Main, #item3Main
                {
                    margin-top: 5px;   
                }
            
                .myVideosHeader
                {
                    height: 2.5em;
                    background-image:url("../Images/MyAccount/MyVideosHeader.png");
                    background-repeat: no-repeat;
                }
                
                    .myVideosHeader a
                    {
                        text-decoration: none;
                        padding-left: 5px;
                        line-height: 210%;   
                    }
                    
                        #item1, #item2, #item3
                        {
                            color: #606060;
                        }
                        
                            .myVideosMiddle
                            {
                                background-color: white;
                                padding: 5px;
                                padding-bottom: 0px;  
                            }
                            
                                .myVideosBottom
                                {
                                    height: 10px;
                                    background-image:url("../Images/MyAccount/MyVideosFooter.png");
                                    background-repeat: no-repeat;   
                                }



