/* GENERAL CSS */

body
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: smaller;
}

/* TABLE CSS */

table
{
	border-collapse: collapse;
}

th.left, td.left
{
	text-align: left;
}

th.center, td.center
{
	text-align: center;
}

th.right, td.right
{
	text-align: right;
}

td
{
	vertical-align: top;
}

/* MAINMENU */
#mainmenu a
{
	display: block;
}

/* CUSTOM ELEMENTS */
.smallfont
{
	font-size: smaller;
}

table.grid
{
	border: #000 2px solid;
}

table.grid th, table.grid td
{
	border: #CCC 1px dotted;
}

table.grid th
{
	border-bottom: #CCC 1px solid;
}



#mainmenutd
{
	width: 100px;
}

.content table
{
	/*width: 96%; */
	display: block;
	clear: both;
}

#contenttd
{
	width: 640px;
}

#contenttd th, #contenttd  td
{
	padding: 1px 4px;
}

.courselist
{
	font-size: 0.9em;
}

table.studentlist .name
{
	font-weight: bold;
}
table.studentlist .email
{
	font-size: smaller;
}

.red
{
	color: #FF0000;
	font-weight: bold;
}
