/* base */
.clr { clear:both; }
.right { text-align:right !important }
.left { text-align:left !important }
.center { text-align:center !important }
.top { vertical-align:top !important}
.nowrap { white-space:nowrap }
.hidden { display:none }
.debug { /* border:thin solid red; */ }

strong, b { font-weight: bold; }
em, i { font-style:italic; }

/* basics */
body { margin:0; padding:0; font-family:"Lucida Grande", Verdana, Arial, sans-serif; font-size:13px; line-height:18px; color:#333; }

a { color:#336699; }
a:visited { color:#334466; }
a:hover { color:#4c555a; text-decoration:underline; }
h1, h2, h3, h4, h5, h6 { font-family:arial, helvetica, sans-serif; font-size:24px; line-height:110%; margin:0; padding:0 0 .0em 0; color:#121212; }
h1 { font-size:2em }
h1.title { margin:10px 0; font-size:2.4em; font-weight:bold; color: #678271; }
h2 { color: #2d4994; font-size:1.8em; margin-bottom:5px; }
h2 .subtext { font-size:0.8em; margin-left:10px }
h3 { color: #2d4994; font-size:1.5em; }
p.small { font-size: .85em; }
p.big { font-size: 1.3em; }

/* structure */
.header, .footer { border-width: 2px; }
.header { border-bottom-color: #121212; border-bottom-style: solid; }
.footer { border-top-color: #121212; border-top-style: solid; margin-top: 15px; padding-top: 15px;}

.studentList { font-size: 1.3em; }
.studentList br { line-height: 1.3em; }
 
/* navigation */
#nav { line-height: 1em; }
#nav:before {
	line-height: 0.1;
	font-size: 1px;
	background: transparent url("./img/menu_tr.gif") no-repeat top right;
	margin: 0;
	height: 9px;
	display: block;
	border-bottom: 1px solid #ddd;
	content: url("./img/key-point_tl.gif"); }
#nav { background: #E0E9E9 url("./img/menu_back.gif") right repeat-y; }
#nav:after {
	display: block;
	padding-top: 0;
	line-height: 0.1;
	font-size: 1px;
	content:  url("./img/key-point_bl.gif");
	margin: 0 0 0 0;
	height: 8px;
	background: transparent url("./img/menu_br.gif") scroll no-repeat bottom right ;
	border-top: 1px solid #fff; }
#nav, #nav ul {margin: 0; padding: 0; list-style: none; }
#nav { margin-bottom: 1em; }	
#nav li { display: inline; padding: 0; margin: 0; }
#nav li span { /* used for un-linked menu items */ 
    display: block;
	padding: 6px 10px;
	font-weight: bold;
	color: #666; }
#nav li span#configParent, #nav li span #configuration {
	display: inline;
	font-weight: normal;
	padding: 0; }
#nav li a {
	display: block;
	padding: 8px 10px;
	text-decoration: none;
	background: #EDF2F2;
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #fff;
	border-right: 1px solid #ddd; }
#nav li a:hover { background: #E0E9E9; }
#nav li li span { /* used for un-linked menu items */ 
	padding: 4px 8px 4px 20px; }
#nav li li a { padding: 6px 8px 6px 20px; }

table.schedule
{text-align: center;
font-family: "Lucida Grande", Verdana, Arial, sans-serif;
font-weight: normal;
font-size: 11px;
color: #fff;
width: 500px;
background-color: #666;
border: 0px;
border-collapse: collapse;
border-spacing: 0px;}

table.schedule td
{background-color: #CCC;
color: #000;
padding: 4px;
text-align: left;
border: 1px #fff solid;}

table.schedule th
{background-color: #666;
color: #fff;
padding: 4px;
text-align: left;
border-bottom: 2px #fff solid;
font-size: 12px;
font-weight: bold;} 

