﻿body, table
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a
{
	text-decoration: none;
	color: #2A55AB;
}
a:hover
{
	text-decoration: none;
	color: #5098FF;
}
a:visited
{
	color: #2044AA;
}
h1,.title
{
	font-size: 20pt;
	font-family: 'Times New Roman' , Times, serif;
	color: #336699;
}
.subtitle
{
	font-size: 14pt;
	font-style: italic;
	font-family: 'Times New Roman' , Times, serif;
	padding-bottom: 10px
}
h2,.header
{
	font-size: 12pt;
	font-weight: bold;
	color: #336699;
}
p
{
	margin-bottom: 2px;
	margin-top: 4px;
}
table
{
	border-style: none;
}
td.default, tr.default, th.default
{
	padding-right: 15px;
}
td.timetable
{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	border-collapse: collapse;
	border-spacing: 0px;
}
td.compulsory
{
	padding: 0px 0px 0px 0px;
	border: 1px solid black;
	background-color: #AAE3FF;
	width: 170px;
	text-align: center;
}
td.elective
{
	padding: 0px 0px 0px 0px;
	border: 1px solid black;
	background-color: #E5E5E5;
	width: 170px;
	text-align: center;
}
td.warning
{
	padding: 0px 0px 0px 0px;
	border: 1px solid black;
	background-color: #FFB197;
	width: 170px;
	text-align: center;
}
span.popup
{
	padding: 2px;
	visibility: hidden;
	border: 1px solid black;
	background-color: #EAF4FF;
	position: absolute;
	top: 0px;
	left: 0px;
}
.noprint
{
}

#menu {
	border-bottom : 1px solid #ccc;
	margin : 0;
	padding-bottom : 19px;
	padding-left : 10px;
}

#menu ul, #menu li	{
	display : inline;
	list-style-type : none;
	margin : 0;
	padding : 0;
}
 
	
#menu a:link, #menu a:visited	{
	background : #E8EBF0;
	border : 1px solid #ccc;
	
	float : left;
	font-size : small;
	font-weight : normal;
	line-height : 14px;
	margin-right : 8px;
	padding : 2px 10px 2px 10px;
	text-decoration : none;
}

#menu a:hover
{
	color: #3366FF;
}
 
#menu #navact a {
	background : #fff;
	border-bottom : 1px solid #fff;
}
 
#contents {
	background : #fff;
	border : 1px solid #ccc;
	border-top : none;
	clear : both;
	margin : 0px;
	padding : 15px;
}
.clickcell
{
    padding: 4px 4px 4px 4px;
    text-align: right;
    border: 1px solid #CCCCCC;
    cursor: pointer;
    display: table-cell;
    background-color: white;
    width: 20px;
    text-align: center;
}
.subscript
{
	font-size: 80%;
	position: relative;
	bottom: -0.3em;
}
.superscript
{
	font-size: 80%;
	position: relative;
	bottom: 0.5em;
	font-style: normal;
}
.choice
{
	border: solid 1px #AAAADD;
	padding: 5px 5px 5px 5px;
	border-left: none;
}
.choiceact
{
	border: solid 1px #AAAADD;
	padding: 5px 5px 5px 5px;
	background: #DDDDEE;
	border-left: none;
}
.code
{
	font-family: 'Courier New', Courier, monospace;
	white-space: pre;
}
span.tag
{
	color: #4444DD;
}
span.attrib
{
	color: #BB4444;
}
code 
{
    white-space: pre;
    display: block;
    margin-bottom: 15px;
}
.hidden 
{
    display: none;
}