﻿#main-content {
    margin-top: 0 !important;
}

.mModule {
    font-family: 'GraublauWebBold';
    font-size: 16px;
    font-weight: bold;
    padding: 12px 0 8px;
    border-bottom: 2px solid #963;
    text-align: left;
    text-transform: uppercase;
    margin-bottom: 10px;
}

#userPhoto {
    float: left;
    margin: 5px 20px 0 10px;
    text-align: center;
    padding-bottom: 8px;
}

#userPhoto img {
    -webkit-box-shadow: 3px 3px 5px #3C0000;
    -moz-box-shadow: 3px 3px 5px #3C0000;
    box-shadow: 3px 3px 5px #3C0000;
    width: 75px;
    height: 75px;
}

#changePhotoLink {
    margin-top: 5px;
    padding-top: 5px;
    font-size: 10px;
    line-height: 1.4em;
    clear: both;
}

#profileInfo {
    float: left;
    width: 428px;
    margin: 7px 0 20px 0;
    font-size: 13px;
}

#profileInfo p {
	margin-top: 2px;
}

.profileEmphasis {
    font-family: 'GraublauWebBold';
    text-transform:uppercase;
    margin-right: 0.1em;
}

#userAlerts {
    clear: left;
    width: 400px;
    margin-bottom: 20px;
    text-align: center;
    padding: 0 14px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    background-color: #6A1B1C;
    background-image: -moz-linear-gradient(0% 100% 90deg,#530000,#6a1b1c);
    background-image: -webkit-gradient(linear,0% 0,0% 100%,from(#6a1b1c),to(#530000));
}

#userAlerts img {
    padding: 10px 5px 5px 5px;
}

#userAlerts legend {    
    background: url(/images/bell.gif) 8px 0px no-repeat; 
    margin: 0 5px;
    padding: 6px 13px 9px 50px;
}

#userAlerts ul {
    margin: 0;
    padding: 0;
}

#userAlerts ul li {
    list-style-type: none;
    background: url(/images/exclamation.gif) top left no-repeat;
    font-size: 12px;
    font-weight: bold;
    margin: 3px 0 0 0;
    padding: 5px 0 11px 34px;
    text-align: left;
}

#userAlerts ul li a {
    color: #FFE373;
    display: block;
    font-size: 0.8em;
    font-weight: normal;
    margin-bottom: -3px;
}

.delete-button {
    float: right;
    margin: -22px 0 0 0;
    padding: 0 !important;
}

.modalBackground {
        background-color:#000000;
        filter:alpha(opacity=70);
        opacity:0.7;
    }
    
.modalPopup {
        color:#dfdac4;
        border:3px solid #ffffff;
        width: 700px;
        padding:30px;
        background-color:#000000;
        text-align: center;
    }  
    
.friendSearchBox {
	background: #FFFADB;
	border: 1px solid #CBB945;
	color: #776B1B;
	padding: 2px;
	width: 305px;
    margin-bottom: 4px;
    margin-right: 5px;
}

.friendSearchButton {
    margin-bottom: -7px; 
    margin-left: 6px;
    margin: 0 -3px -7px 6px;
}  

#userCustomLists {
    width: 420px;
}

#userCustomLists legend {
    margin: 5px 5px 5px 0;
    padding: 2px 9px 3px 37px;
    background: url("/images/scroll.png") no-repeat 7px 0;
} 
 
#FC-comments {
	width: 391px;
}

#FC-comments #commentTextArea {
	width: 351px;
}

.commentTextAreaActive {
	width: 318px !important;
}

.replyBar, .likedBar {
	width: 393px;
}

.replyBarReply {
	width: 305px;
}

