﻿/* sub web local styles */

.elcc-table {
				width:530px;
				margin: 10px 0 10px 0;
				
}

.elcc-table th{
				width:105px;
				height:15px;
				border-right: 1px solid #c9d1e1;
				border-bottom: 1px solid #c9d1e1;
				background:#8da3d4;
				text-align:left;
				
}

.elcc-table h3{
	padding-left:5px;
}

.elcc-table tr{
				vertical-align:top;
}

.elcc-table td{
				width:105px;
				border-right: 1px solid #8da3d4;
				border-bottom: 1px solid #8da3d4;
}


.elcc-table td li{
				margin:0 5px 0 0;
}

.alt{
background:#c9d1e1;
}

