/* NULL */

.right_info table, .right_info caption, .right_info tbody, .right_info tfoot, .right_info thead, .right_info tr, .right_info th, .right_info td {
margin:0;
padding:0;
border:0;
outline:0;
vertical-align:baseline;
background:transparent;
}


.course-info table, .course-info caption, .course-info tbody, .course-info tfoot, .course-info thead, .course-info tr, .course-info th, .course-info td
{
	margin:0;
padding:0;
border:0;
outline:0;
vertical-align:baseline;
background:transparent;
}



/*Do not forget to describe the styles for:focus!*/
:focus {
outline:0;
}

ol, ul {
list-style:disc;
}
/*For tables still need to write 'cellspacing="0"' in code*/
table {
border-collapse:collapse;
border-spacing:0;
}
caption, th, td {
text-align:left;
}
blockquote:before, blockquote:after,
q:before, q:after {
content:"";
}
blockquote, q {
quotes:"" "";
}
/*End NULL*/



.simple-little-table {
 
}

.simple-little-table th {
 
}
.simple-little-table th:first-child{
	text-align: left;
	padding-left:20px;
}
.simple-little-table tr:first-child th:first-child{
	-moz-border-radius-topleft:3px;
	-webkit-border-top-left-radius:3px;
	border-top-left-radius:3px;
}
.simple-little-table tr:first-child th:last-child{
	-moz-border-radius-topright:3px;
	-webkit-border-top-right-radius:3px;
	border-top-right-radius:3px;
}
.simple-little-table tr{
	text-align: center;
	padding-left:20px;
}
.simple-little-table tr td:first-child{
 
}
.simple-little-table tr td {
 
}
.simple-little-table tr:nth-child(even) td{
 
}
.simple-little-table tr:last-child td{
	border-bottom:0;
}
.simple-little-table tr:last-child td:first-child{
	-moz-border-radius-bottomleft:3px;
	-webkit-border-bottom-left-radius:3px;
	border-bottom-left-radius:3px;
}
.simple-little-table tr:last-child td:last-child{
	-moz-border-radius-bottomright:3px;
	-webkit-border-bottom-right-radius:3px;
	border-bottom-right-radius:3px;
}
.simple-little-table tr:hover td{
	background: #f2f2f2;
	background: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#f0f0f0));
	background: -moz-linear-gradient(top,  #f2f2f2,  #f0f0f0);	
}

.simple-little-table .link_table a:link {color: #333;}
.simple-little-table .green a:link {color: green} 


