/**
 * Standard Table 
 ********************************/
table.standard { 
    float:                  left;
}
table.standard tr td {
	padding:               3px;
	border-bottom:         dotted 1px #a0a0a0;
	padding-right:         5px;
    text-align:             left;
}

table.standard tr.header td, table.standard tr.header:hover td {
	color:                 #a0a0a0;
	padding-top:           5px;
	border-bottom:         dotted 1px #a0a0a0;
	text-transform:        uppercase;
}

table.standard tr.rollover:hover td {
	background:            #eee;
	cursor:                pointer;
}

/* Stat List Table */
table.stat_list { }

table.stat_list tr td {
	border-bottom:         solid 1px #f9f9f9;
	padding-top:           5px;
	padding-bottom:        5px;
}

table.stat_list tr td.value {
	text-align:            right;
}


/**
 * Check Box Table 
 */
table.checkbox_table { 
    margin-top:             10px; 
}

table.checkbox_table thead tr th {
    width:                  80px;
    text-align:             center;
    background:             #f9f9f9;
    border-top:             solid 1px #ccc;
    border-bottom:          solid 1px #ccc;
    padding:                5px;
} 

table.checkbox_table tr td, table.checkbox_table tbody tr th {
    padding:                4px;
    border-bottom:          solid 1px #ccc;
    padding-right:          5px;
}

table.checkbox_table tr th {
        
}

table.checkbox_table tfoot tr th {
    padding-top:            10px;
}
/*
Mailing System
*********************************/
tr.even,
tr.odd {
    height:                 75px;
}
.odd {
    background:             #f0f0f0;
}
.mailer-name {
    font-size:              13px;
    font-weight:            bold;
}
.function-bottons a {
    background:             #a0a0a0;
    padding:                3px 5px;
    color:                  #fff;
    line-height:            15px; 
    float:                  left;
    margin:                 0 8px 0 0;
}
.message {
    width:                  725px;
    float:                  right;
}
.message p {
    border-top:             dotted 1px #a0a0a0;
    border-bottom:          dotted 1px #a0a0a0;
    padding:                10px 0;
}
.member-info {
    width:                  200px;
    float:                  left;
    margin:                 40px 0 0 0;
}