
/* CSS only for layout, but both for exported and local musivine profile stuff. */

/* ------------------- Common Stuff - Start ------------------- */

div.container {
    width: 100%;
    text-align: center;
}

div.content {
    margin: 0 auto;
}

div.layout {
    width: 940px;
    text-align: center;
    margin: 0 auto;
    padding-bottom: 12px;
}

.center {
    text-align: center;
}

.left {
    float: left;
}

.right {
    float: right;
}

h1 {
    text-align: center;
    font-size: 13pt;
}

.currentStep {
    font-weight: bold;
}

.step {
    text-decoration: underline;
}

.step, .currentStep, .prevLink, .nextLink {
    padding-left: 4px;
    padding-right: 4px;
}

textarea {
    font-size: 9pt;
    font-family: Verdana, Arial, sans-serif;
}

a.userLink,
a.userLink:visited,
a.userLink:hover {
    font-weight: normal;
}

div.message {
    font-size: 10pt;
    font-weight: bold;
    padding: 4px;
}

/* ------------------- Common Stuff - Finish ------------------- */


/* ------------------- Main profile - Start ------------------- */

img.profilePortrait {
    width: 240px;
    height: 312px;
}

img.profileLandscape {
    width: 312px;
    height: 240px;
}

span.displayName {
    text-align: center;
}

div#profileHeader span.displayName {
    font-size: 13pt;
    font-weight: bold;
    position: relative;
    top: -10px;
}

div#profileHeader  {
    width: 400px;
    margin: 20px auto;
}

table.socialiteDetails,
table.artistDetails {
    width:428px;
    table-layout:fixed;
    overflow: hidden;
    word-wrap: break-word;
}

table.socialiteDetails td.label,
table.artistDetails td.label {
    width: 20%;
    text-align: left;
}

table.socialiteDetails td.content,
table.artistDetails td.content {
    text-align: left;
}

div#artistDetails,
div#socialiteDetails {
    float: right;
    margin-right: 8px;
    padding: 2px;
    width:428px;
}

div.artistProfileRight,
div.socialiteProfileRight {
    float: right;
    width: 47%;
    padding: 10px;
}

div.artistProfileLeft,
div.socialiteProfileLeft  {
    float: left;
    width: 48%;
    text-align: center;
}

div.profileImg {
    text-align: center;
}

div.mySpacePlayer {
    width: 450px;
    height: 345px;
    margin: 0px auto 20px auto;
    float: left;
}

span.displayName {
    width: 100%;
    margin: 0px auto;
    padding-bottom: 2px;
}

div.profileLinks {
    float: left;
    margin: 0 10px 6px 3px;
}

div.chartSection {
    float: right;
    width: 90px;
    height: 50px;
    overflow: hidden;
}

div.chartDiv {
    font-weight: bold;
    width: 100%;
    text-align: left;
}

div.ratingSelect {
    padding: 1px;
    overflow: hidden;
}

* html .rateSelect {
    margin-top: -33px;
}

div.ratingDetails {
    position: relative;
    top: -14px;
}

* html div.ratingDetails {
    position: relative;
    top: -30px;
}

div.middleSection {
    float: right;
    width: 181px;
    text-align: left;
}

div.profileViews {
    font-weight: bold;
    text-align: left;
}

div.profileMailingList,
div.caption,
div.brieflyAbout,
div.currentStatus,
div.customUrl {
    clear: both;
    margin: 8px auto;
    padding: 6px;
}

div.brieflyAbout {
    text-align: left;
    clear: both;
    position: relative;
    top: 0px;
}

div.emailMessage {
    font-weight: bold;
    padding: 4px;
}

div.required {
    float: right;
    margin-top: 7px;
}

div.subscribeButton {
    float: right;
    margin-top: 4px;
}

input.mailingEmail,
input.mailingName,
input.mailingLocation {
    width: 186px;
}

div#socialiteDetails td.label {
    width: 130px;
}

div.selectTheme {
    margin: 0px auto 20px auto;
    padding: 10px;
    text-align: left;
    width: 420px;
    border: solid #777 2px;
}

/* ------------------- Main profile - Finish ------------------- */



/* ------------------- Profile Blog List - Start ------------------- */

div.profileBlogs {
    clear: both;
}

div.profileBlogs td.heading {
    text-align: center;
}

div.profileBlogs td.title,
div.profileBlogs td.intro {
    text-align: left;
}

div.profileBlogs td {
    padding: 3px;
}

div.profileBlogs table {
    width: 434px;
}

/* ------ When the blogs are listed on a separate page ------ */

div.blogListContainer {
    width: 100%;
    text-align: center;
}

div.blogListContent {
    margin: 10px auto;
    width: 434px;
}

/* ------------------- Profile Blog List - Finish ------------------- */



/* ------------------- Profile Event List - Start ------------------- */

div.artistProfileRight table.eventList {
    width: 434px;
}

table.eventList {
    border-spacing: 2px;
    width: 434px;
    table-layout: fixed;
}

table.eventList td {
    padding: 2px;
	height:36px;
    overflow:hidden;
}

table.eventList td.heading {
    font-weight: bold;
    text-align: center;
	height: 22px;	
}

th#eventDate {
    width: 17%;
    height: 0px;
}

th#eventTitle {
    width: 30%;
}

th#eventVenue{
    width: 33%;
}

th#eventCity {
    width: 20%;
}

/* ------ When the events are listed on a separate page ------ */

div.eventListContainer {
    width: 100%;
    text-align: center;
}

div.eventListContent {
    margin: 10px auto;
    width: 434px;
}

/* ------------------- Profile Event List - Finish ------------------- */



/* ------------------- Comments - Start ------------------- */

div.commentsContainer {
    width: 100%;
    text-align: center;
    clear: both;
}

div.commentsContent {
    margin: 44px auto;
    text-align: center;
    width: 80%;
}

table.commentsTable {
    margin: 0 auto;
}

td.commentMsg {
    vertical-align: middle;
}

div.addComment {
    padding: 10px;
}

div.deleteComment {
    float:right;
}

div.commentDate {
	float: right;
	margin-bottom: 7px;
	font-size: 7pt;
}

div.commentMsgDiv {
	clear: right;
}

/* ------------------- Comments - Finish ------------------- */



/* ------------------- Friends - Start ------------------- */

div.friends {
    clear: both;
    padding-top: 0;
    margin: 0px auto;
    /*margin: 20px auto;*/
}

div.friendHeader {
    padding-bottom: 10px;
    text-align: center;
}

div.friends div.friendRow {
    clear: both;
    height: 164px;
}

div.friendHeader {
    height: 40px;
    margin: 0px auto;
}

/* ------------------- Friends - Finish ------------------- */



/* ------------------- Avatars - Start ------------------- */

img#portrait {
    width: 100px;
    height: 130px;
}

img#landscape {
    width: 130px;
    height: 100px;
}

div.avatarOnly {
    margin: 2px auto;
    width: 130px;
    height: 146px;
}

div.avatar {
    height: 164px;
    width: 147px;
    text-align: center;
    margin: 0 auto;
    overflow: hidden;
}

div.friends div.avatar,
div.commentsContent div.avatar {
    float: left;
}

div.eventReplyDiv div.onlinebelow,
div.blogAvatar div.onlinebelow,
div.commentsContent div.onlinebelow,
div.friends div.onlinebelow {
    position: relative;
    top: -1px;
}

div.eventReplyDiv div.onlineoverlap,
div.blogAvatar div.onlineoverlap,
div.commentsContent div.onlineoverlap,
div.friends div.onlineoverlap {
    position: relative;
    top: -18px;
}

/* ------------------- Avatars - Finish ------------------- */




/* ------------------- Gallery - Start ------------------- */

table.albumTable {
    margin: 0 auto;
}

td.thumbTd {
    width: 140px;
    height: 140px;
    vertical-align: middle;
    padding: 0;
}

div.thumb {
    width: 140px;
    height: 140px;
    vertical-align: middle;
}

.thumbImgPortrait {
    position: relative;
    top: 5px;
}

.thumbImgLandscape {
    position: relative;
    top: 20px;
}

div.nextPrevious {
    width: 200px;
    margin: 0 auto;
}

div.pictureHeader,
div.imgCaption {
    padding: 6px;
    width: 400px;
    margin: 10px auto;
    text-align: center;
    font-style: italic;
}

div.pictureHeader {
    font-size: 13pt;
}

div.fullSizeImg {
    padding: 10px;
}

/* ------------------- Gallery - Finish ------------------- */



/* ------------------- Blog - Start ------------------- */

div.blogContent {
    width: 600px;
    margin: 10px auto;
    padding: 12px;
    text-align: center;
}

div.blogNavLinks {
    width: 400px;
    margin: 20px auto;
    padding-bottom: 5px;
}

div.blogAvatar {
    float: left;
    margin: 6px 3px 6px 3px;
}

div.blogPost {
    margin: 6px 0px;
    padding: 4px;
    text-align: left;
}

div.newBlogPost {
    clear: both;
}

div.blogIntro {
    min-height: 220px;
    width: 600px;
}

div.userBlogPost,
div.ownerBlogPost {
    min-height: 195px;
    width: 600px;
}

div.ownerBlogPostReply {
    min-height: 195px;
    width: 590px;
    margin-left: 10px;
}

div.blogEditLinks {
    clear: both;
    padding: 4px;
    width: 100%;
    height: 20px;
}

div.blogEditLink {
    float: right;
    margin-right: 20px;
}

div.blogDate {
    width: 99%;
    height: 40px;
    text-align: right;
}

div.textAreaHeader {
    width: 96%;
    height: 16px;
    padding-top: 6px;
}

div.addMsg {
    float: left;
}

div.smilies {
    float: right;
}

div.blogContent div.newPost {
    margin: 10px auto;
    font-weight: bold;
    padding: 6px;
    text-align: center;
}

* html div.blogTitle {
    width: 600px;
}

div.blogTitle {
    font-size: 12pt;
    font-weight: bold;
    padding: 6px;
}

/* ------------------- Blog - Finish ------------------- */



/* ------------------- Event - Start ------------------- */

table.showEvent {
    border: 0px;
    margin: 6 auto;
    border-spacing: 2px;
    width: 700px;
}

table.showEvent td {
    padding: 4px;
}

table.showEvent td.name {
    font-weight: bold;
    width: 90px;
}

td.eventCancelled,
div.cancelled {
    font-weight: bold;
    font-size: 14pt;
    text-align: center;
    margin: 6px auto;
}

div.eventReplyHeader {
    font-weight: bold;
    width: 260px;
    padding: 6px;
    margin: 6px auto;
}

table.eventReplies {
    margin: 0 auto;    
}

div.eventReplyDiv {
    width: 360px;
    margin: 0 auto;
    padding: 4px;
}

td.eventShowAvatar {
    width: 160px;
}

div.inviteResponseMsg {
    padding: 6px;
    height: 152px;
    width: 180px;
}

div.eventReplyFormDiv {
    width: 420px;
    margin: 6px auto;
    padding: 2px;
}

div.inviteResponse {
    width: 200px;
    padding: 4px;
    font-weight: bold;
    margin: 0 auto;
}

div.eventReplyFormDiv,
div.eventReplyHeader,
div.eventGoingNav {
    text-align: center;
}

div.eventLike {
	margin-top: 4px;
}

/* ------------------- Event - Finish ------------------- */

