﻿.avatar {
    border: 1px solid #b5b5b5;
    width: 100px;
    height: 90px;
}

.normalTable TD {
    text-align: left;
    vertical-align: top;
}

.ptLabel {
    font-size: 14px;
    text-transform: uppercase;
}

.bigName {
    font-weight: bold;
	color: #285290;	
	font-size: 28px;
}

.homeTown {
    font-family: Georgia, serif;
    color: rgb(56,56,56);	
    font-size: 15px;
}

.userText {
    font-family: Georgia, serif;
    font-size: 12px;
    font-style: italic;
    font-weight: normal;
    letter-spacing: normal;
    color: rgb(51, 51, 51);
    padding: 4px 0px 2px 0px;
}

.blogEntry {
    background-color: #FFF;
    padding: 4px 2px 12px 2px;
}

.blogEntryAlt {
    /*
    background: url(/images/bluegradient.jpg); 
    background-repeat: repeat-x; 
    border: 1px solid #b5b5b5;
    padding-bottom: 8px;

    */
    padding: 4px 2px 12px 2px;
}

.pad4 {
    padding: 4px 0px 0px 0px;
}

.tab {
   border-left: 1px solid #b5b5b5; 
    border-right: 1px solid #b5b5b5; 
    border-top: 1px solid #b5b5b5; 
    background-color: #e7e7e7; 
    padding-left: 8px;
    font-weight: bold; 
    font-size: 19px;    
    color: #000; 
    
}

.activeTab {
    background-color: #e7e7e7; 
}

.inactiveTab {
    background-color: #FFF;
}

.title19 {
    color: #434A56;
    font-size: 19px;
    font-weight: bold;
    padding-bottom: 8px;
}

.listViewTable {
    /* border:1px solid #b5b5b5; */
}

.listViewTable TD {
    font-size: 13px;
    height: 24px;
    border-bottom: 1px solid #b5b5b5;
    padding: 3px 5px 3px 5px;
    vertical-align: middle;
}

.listViewTable TH {
    color: #285290;	
    font-size: 13px;
    text-align:left;
    vertical-align: bottom;
    font-weight: bold;
    padding: 3px 6px 3px 6px;
    border-bottom: 1px solid #b5b5b5;
}

.right {
    text-align: right;
}

A.sortable:link {
    color: #285290;	
}

A.sortable:visited {
    color: #285290;	
}

A.sortable:hover {
    color: #285290;	
    text-decoration: underline;
}

A.sortable:active {
    color: #285290;	
    text-decoration: underline;
}

.tabActive {
    color: #000;
}

.blogTitle {
    font-family: Georgia;
    font-size: 14px;
    font-weight: bold;
    color: rgb(56,56,56);
}
