.teamsnap_message {
	padding: 8px 12px 12px 12px;
	font-weight: normal;
	color: #333;
	background-color: #e8ffcc;
	border: 2px #7FBF30 solid;
	margin-bottom: 10px;
	text-align: left;
	}
	
.teamsnap_message_red {
	padding: 8px 12px 12px 12px;
	font-weight: normal;
	color: #333;
	background-color: #e8ffcc;
	border: 2px #FF0000 solid;
	margin-bottom: 10px;
	text-align: left;
	}
#table_title {
	font-family: Verdana, Arial, sans-serif;
	font-size: 16px;
	color:#336699;
	font-weight: bold;
}

#list_tag {
	font-weight: bold;
}

#member_link {
font-family: Verdana, Arial, sans-serif; 
font-size: 12px; 
color:#336699;
text-decoration: underline;
font-weight: bold;
}

#member_link:hover {
font-family: Verdana, Arial, sans-serif; 
font-size: 12px; 
color:#336699;
text-decoration: none;
font-weight: bold;
}





/*display tag values*/
div.exportlinks {
	background-color: #eee;
	border: 1px dotted #999;
	padding: 2px 4px 2px 4px;
	margin: 10px 0 10px 0;
	width: 600px;
}

span.export {
	padding: 0 4px 1px 20px;
	display: inline;
	display: inline-block;
	cursor: pointer;
}

span.excel {
	/*background-image: url(/botMembers/images/ico_file_excel.png);*/
}

span.csv {
	/*background-image: url(/botMembers/images/ico_file_csv.png);*/
}

span.xml {
	/*background-image: url(/botMembers/images/ico_file_xml.png);*/
}

span.pdf {
	/*background-image: url(/botMembers/images/ico_file_pdf.png);*/
}

span.rtf {
	/*background-image: url(/botMembers/images/ico_file_rtf.png);*/
}

span.pagebanner {
	background-color: #eee;
	border: 1px dotted #999;
	padding: 5px 4px 2px 4px;
	width: 870px;
	display: block;
	border-bottom: none;
}

span.pagelinks {
	background-color: #eee;
	border: 1px dotted #999;
	padding: 2px 4px 5px 4px;
	width: 870px;
	display: block;
	border-top: none;
	margin-bottom: 10px;
}



.group-1 {
    font-weight:bold;
    padding-bottom:10px;
    border-top:1px solid black;
}
.group-2 {
    font-style:italic;
    border-top: 1px solid black;

}
.subtotal-sum, .grandtotal-sum {
    font-weight:bold;
    text-align:right;
}
.subtotal-header {
    padding-bottom: 0px;
    border-top: 1px solid white;
}
.subtotal-label, .grandtotal-label {
    border-top: 1px solid white;
    font-weight: bold;
}

/* review table style*/
table.review_table {
	border: 1px solid #666;
	width: 80%;
	margin: 20px 0 20px 0 !important;
	font-size:12px;
}
table.review_table th,table.review_table td {
	padding: 2px 4px 2px 4px !important;
	text-align: left;
	vertical-align: top;
}

thead.review_table tr {
	background-color: #fc0;
}

table.review_table thead tr {
	background-color: #69c;
}

table.review_table tr.even {
	background-color: #def;
}
.idcol {
	width:50px;
}
.datecol {
	width:100px;
}
.sentcol {
	width:300px;
}
.subcol {
	width:50px;
}
.optcol {
	width:120px;
}
/* review table style*/

table.memberList {
	width: 100%;
}

table.reviewList {
	width: 100%;
}

table.reviewList tr.even {
	background-color: #cad6e9;
}

table.reviewList tr.odd {
	background-color: #ffffff;
}

.grouped-table tr.even {
    background-color: #fff;
}
.grouped-table tr.odd {
    background-color: #fff;
}
.grandtotal-row {
    border-top: 2px solid black;
}

	
