table.whiteblack {
	border-spacing: 0px;
	border-width: 1px;
	border-style: solid;
	border-color: #333;
	border-collapse:separate;
    border-radius:6px;
    -moz-border-radius:6px;
	background-color: white;
	/*background-color:#ff7f00; */
	
	/* background-color: #faf9fa9; */
}

table.whiteblack th {
	border-left:solid 1px;
	border-top:solid 1px;
	border-bottom:solid 1px;
	padding: 10px;
	border-color: #333;
	text-align: left;
	font-weight: bold;
	/* background-color: #faf9fa9; */
}

table.whiteblack td {
	border-left:solid 1px;
	border-top:solid 1px;
	padding: 10px;
	border-color: #333;
	/* background-color: #faf9fa9; */
}

table.whiteblack td:first-child {
     border-left: none;
}

table.whiteblack th:first-child {
     border-left: none;
}

table.whiteblack tr:first-child th { border-top: none; }

table.whiteblack tr:last-child th:first-child { -moz-border-radius: 0 0 0 6px; }
table.whiteblack tr:last-child td:last-child { -moz-border-radius: 0 0 6px 0 ; }

table.whiteblack tr:first-child th:first-child { -moz-border-radius: 6px 0 0 0; }
table.whiteblack tr:first-child td:last-child { -moz-border-radius: 0 6px 0 0; }

table.whiteblack  tr:last-child td:last-child { 
-moz-border-radius-bottomright:6x; 
-webkit-border-bottom-right-radius:6px; 
-khtml-border-radius-bottomright:6px; 
}

table.whiteblacknotitle {
	border-spacing: 0px;
	border-width: 1px;
	border-style: solid;
	border-color: #333;
	border-collapse:separate;
    border-radius:6px;
    -moz-border-radius:6px;
	background-color: white;
	/*background-color:#ff7f00; */
	
	/* background-color: #faf9fa9; */
}

table.whiteblacknotitle td {
	border-left:solid 1px;
	border-top:solid 1px;
	padding: 10px;
	border-color: #333;
	/* background-color: #faf9fa9; */
}

table.whiteblacknotitle td:first-child {
     border-left: none;
}
table.whiteblacknotitle tr:first-child td { border-top: none; }

table.whiteblacknotitle tr:last-child td:first-child { -moz-border-radius: 0 0 0 6px; }
/* table.whiteblacknotitle tr:last-child td:last-child { -moz-border-radius: 0 0 6px 0 ; }*/

table.whiteblacknotitle tr:first-child th:first-child { -moz-border-radius: 6px 0 0 0; }
/* table.whiteblacknotitle tr:first-child td:last-child { -moz-border-radius: 0 6px 0 0; }*/

table.whiteblacknotitle  tr:last-child td:last-child { 
-moz-border-radius-bottomright:6x; 
-webkit-border-bottom-right-radius:6px; 
-khtml-border-radius-bottomright:6px; 
}
table.whiteblacknotitle  tr:last-child td:first-child { 
-moz-border-radius-bottomleft:6x; 
-webkit-border-bottom-left-radius:6px; 
-khtml-border-radius-bottomleft:6px; 
}

table.blueblue {
	border-spacing: 0px;
	border-width: 0px;
	border-style: solid;
	border-color: #caf0fe;
	border-collapse:separate;
    border-radius:6px;
    -moz-border-radius:6px;
	background-color:#caf0fe;
	/*background-color:#ff7f00; */
	
	/* background-color: #faf9fa9; */
}
table.blueblue td {
	border-left:solid 1px;
	border-top:solid 1px;
	padding: 14px;
	padding-bottom: 4px;
	border-color: #caf0fe;
	/* background-color: #faf9fa9; */
}

table.blueblue td:first-child {
     border-left: none;
}

table.blueblue tr:first-child td { border-top: none; }

table.blueblue tr:last-child td:first-child { -moz-border-radius: 0 0 0 6px; }
table.blueblue tr:last-child td:last-child { -moz-border-radius: 0 0 6px 0; }

table.blueblue tr:first-child td:first-child { -moz-border-radius: 6px 0 0 0; }
table.blueblue tr:first-child td:last-child { -moz-border-radius: 0 6px 0 0; }

table.pointsnotitle {
	border-spacing: 0px;
	border-width: 1px;
	border-style: solid;
	border-color: #333;
	border-collapse:separate;
    border-radius:4px;
    -moz-border-radius:4px;
	background-color: white;
	/*background-color:#ff7f00; */
	
	/* background-color: #faf9fa9; */
}

table.pointsnotitle td {
	border-left:solid 1px;
	border-top:solid 1px;
	padding: 5px;
	border-color: #333;
	/* background-color: #faf9fa9; */
}

table.pointsnotitle td:first-child {
     border-left: none;
}
table.pointsnotitle tr:first-child td { border-top: none; }

table.pointsnotitle tr:last-child td:first-child { -moz-border-radius: 0 0 0 4px; }
table.pointsnotitle tr:last-child td:last-child { -moz-border-radius: 0 0 4px 0 ; }

table.pointsnotitle tr:first-child th:first-child { -moz-border-radius: 4px 0 0 0; }
table.pointsnotitle tr:first-child td:last-child { -moz-border-radius: 0 4px 0 0; }

table.pointsnotitle  tr:last-child td:last-child { 
-moz-border-radius-bottomright:4px; 
-webkit-border-bottom-right-radius:4px; 
-khtml-border-radius-bottomright:4px; 
}

ul {
    padding-left: 24px;
    margin-top: 6px;
}

.orangeBg {
    background: #fde6dd;
}

.yellowBg {
    background: #fcf8e3;
}

.greenBg {
    background: #dff0d8;
}


table.thin-black-lines {
	border-spacing: 0px;
	border-width: 0px;
	border-style: solid;
	border-collapse: collapse;
	border-color: #333;
	background-color: white;
}

table.thin-black-lines td {
	border: solid 1px;
	padding: 6px;
	border-color: #333;
	background-color: white;
}