    #user-profile .vcard .fn {
        font-weight: bold;
        margin-top: 4px;
    }
    #user-profile .vcard .box {
        margin-top: 10px;
        padding-top: 10px;
        border-top: dotted 1px #555555; 
    }
    #user-profile .vcard .left div {
        margin-bottom: 2px; 
    }
    #user-profile .heading {
        width: 500px;
        height: 85px;
        background-image: url(http://www.milesplit.us/images/backgrounds/user-gradient.png);
    }
    #user-profile .heading .name {
        padding-top: 10px;
        padding-left: 15px;
    }
    #user-profile .heading h1 {
        padding: 0px;   
    }
    #user-profile .heading .links {
        border-left: solid 1px #cdcdcd;
        padding: 10px;
        width: 135px;
    }
    #user-profile .heading .links div {
        margin-bottom: 7px;
    }
    #user-profile h2 {
        border-bottom: dotted 2px #aaaaaa;
        margin-bottom: 8px;
        margin-top: 10px;   
    }
    
    #user-profile a {
        text-decoration:none;
        
    }
    #user-profile .subCat {
        border-bottom: dotted 1px #aaaaaa;
        width: 85%;
        padding-bottom: 5px;
        margin-top: 5px;
    }
    
    #user-profile .section {
	 	background-image: none;   
	 	margin-top: 15px;
	 	margin-bottom: 15px;
	 	clear: both;
    }
    
    #user-profile .onlinestatus {
	 	font: 10px Arial;   
    }
    
    
#user-profile div.pagination {
	margin-top: 20px;	
}

#user-profile div.pagination div.page {
	float: left;
	padding: 2px;
	margin-left: 3px;
	margin-right: 3px;
}

#user-profile div.pagination div.page a {
	color: #777777;
	border: solid 1px #cdcdcd;
	background: #efefef;
	text-decoration: none;
	padding-left: 5px;
	padding-right: 5px;
}


#user-profile .messages tr.colheader {
	background-color: #000000;
}

#user-profile .messages tr.colheader th {
	color: #ffffff;
	font-weight: bold;	
}

#user-profile .messages td {
	padding: 3px;
}

#user-profile .messages tr.unread {
	background-color: #ffffdd;	
}

#user-profile .messages tr.read {
	
}

#user-profile .messages .buttons {
	margin-top: 20px;	
	margin-bottom: 20px;	
}

#user-profile .messages .buttons input {
	font: 15px Arial;	
}



#user-profile input.formatting {
	width: 18px; 
	height: 18px;
	border: solid 1px #000000;
	margin: 0px;
	display: inline;
}

input.bold { background-image: url(/images/icons/buttons/bold.png); }
input.italic { background-image: url(/images/icons/buttons/italic.png); }
input.underline { background-image: url(/images/icons/buttons/underline.png); }
input.strike { background-image: url(/images/icons/buttons/strike.png); }
input.size { background-image: url(/images/icons/buttons/size.png); }
input.fore { background-image: url(/images/icons/buttons/fore.png); }
input.center { background-image: url(/images/icons/buttons/center.png); }
input.right { background-image: url(/images/icons/buttons/right.png); }
input.left { background-image: url(/images/icons/buttons/left.png); }
input.img { background-image: url(/images/icons/buttons/img.png); }
input.link { background-image: url(/images/icons/buttons/link.png); }
input.emoticon { background-image: url(/images/icons/buttons/emoticon.png); }

#message div.body .attachment {
	border: dashed 1px #000000; 
	background-color: #ffffff;
	background-image: url(/images/icons/paperclip.gif);
	background-repeat: no-repeat;
	padding-left: 25px;
	padding-top: 3px;
	margin: 5px;
	height: 22px;
	
}

#message div.body blockquote {
	border: solid 1px #000000; 
	background-color: #ffeedd;
	padding: 5px;
	margin: 15px;
}

#message div.body blockquote .author {
	font-weight: bold;
}

#message div.buttons {
	margin: 0px;
	padding: 10px;
	border-top: solid 1px #cdcdcd;	
}
