/* css for handheld devices */
.logoHeader
{
	background-color:#000066;
	color:#ffffff;
	font-size:0.8em;
}

.menu
{
	display: none;
}

#menuHeading
{
	display: none;
}

#menuItem
{
	display: none;
}

#menuItem div
{
	display: none;
}


body
{
	color: #000000;
	background-color: #ffffff;
	padding: 0;
	margin: 0;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size:1em;
}

div
{
	color: #000000;
	background-color: #ffffff;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size:1em;
}

h1, h2
{
	color:#000066;
}

h3, h4, h5, h6 ,dt
{
	color:#666699;
}

h1, h2, h3, h4
{
	font-weight:bold;
}

h1
{
	margin-left:20px;
}

h2, h3, h4, h5, h6
{
	margin-left:0px
}
	
h1, h2
{
	margin-right:5px;
	margin-top:12px;
	margin-bottom:0px;
}

h3, h4, h5, h6
{
	margin-top:12px;
	margin-right:0px;
	margin-bottom:6px;
}

h1
{
	font-size: 130%;
}

h2, h3, h4, h5, h6{font-size: 100%;}

form
{
	margin:0px;
}

a:link
{
	color: #000066;
	text-decoration:none;
}

a:visited
{
	color: #000066; 
	text-decoration:none;
}

a:hover
{
	color: #000066;
	text-decoration:underline;
}

/* pull in the margins */
#content
{
	margin-top:15px;
	margin-left:5px;
	margin-right:0.2em;
}

p, pre, dl,address
{
	margin-top:15px;
	margin-bottom:10px;
	margin-left:5px;
	margin-right:1em;
}

li
{
	margin-left:0.2em;
	margin-right:0.2em;
	margin-top:0.3em;
}

#parlist p
{
	margin-left:0em;
	margin-right:0em;

}

#themelist p
{
	margin-left:0em;
	margin-right:0em;
        margin-top: 0px;
        margin-bottom: 0px;
        list-style: none;
}

em,dt
{
	font-weight:bold;
	font-variant:normal;
}

/* The course calendar */

/* Handheld font sizes are smaller to fit on screen */

/* the main table */
#calendar
{
	padding: 0px;
	margin: 0px;
	background: #FFFFFF;
}

#calendar_day
{
	font-size: 6pt;
        width: 12px;
	color: #000066;
	background: #FFFFFF;
	border: 1px solid #000066;
}

#calendar_month
{
	font-size: 7pt;
        height: 32px;
	color: #000066;
	background: #FFFFFF;
	border: 1px solid #000066;
}

#calendar_weekday
{
	font-size: 6pt;
        width: 12px;
	background: #CCCCCC;
	color: #000066;
}

#calendar_weekend
{
	font-size: 6pt;
	background: #BBBBDD;
        width: 12px;
        color: #000066;
}

#calendar_blank
{
	font-size: 7pt;
	color: #FFFFFF;
	background: none;
}

#calendar_item
{
	font-size: 7pt;
	text-decoration: none;
}

#calendar_outline
{
	font-size: 7pt;
	background: #FFFFFF;
	border: 1px solid #000066;
}

#nav
{
color: #777700;
}

#nav a
{
	color: #777700;
}

#regulations 
{
        list-style: decimal;
}

#regulations ol
{
        list-style: lower-alpha;
        margin-top: 4px;
        margin-bottom: 4px;
}
       
#schedule
{
        list-style: lower-roman;
}
       
#capitalLetters
{
        list-style: upper-alpha;
}
       
#longitems li
{
        margin-top: 6px;
        margin-bottom: 6px;
        margin-left: 0px;
        margin-right: 5px;
}

#longitems li p
{
        margin-top: 6px;
        margin-bottom: 6px;
        margin-left: 0px;
        margin-right: 5px;
}
