/*
Copyright (c) 2006, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 0.11.3
*/

/**
 * 84.5% for !IE, keywords for IE
 * Percents could work for IE, but for backCompat purposes, we are using
 keywords.
 * x-small is for IE < 6 and IE6 quirks mode.
 *
 */
body {font:13px arial,helvetica,clean,sans-serif;*font-size:small;*font:x-
small;}
table {font-size:inherit;font:100%;}

/**
 * 99% for safari; 100% is too large
 */
select, input, textarea {font:99% arial,helvetica,clean,sans-serif;}

/**
 * Bump up !IE to get to 13px equivalent
 */
pre, code {font:115% monospace;*font-size:100%;}

/**
 * Default line-height based on font-size rather than "computed-value"
 * see: http://www.w3.org/TR/CSS21/visudet.html#line-height
 */


/* splash page */
#splash #ft { font-family:Arial, Helvetica, sans-serif; font-size:100%;}
#splash #ft ul li a { color:#fff;}

#content h1 { font-size:136%;}
#content h2 { font-size:92%; font-family:Arial, Helvetica, sans-serif;}
#content h3 { font-family:Arial, Helvetica, sans-serif; font-size:92%; color:#400c1a; font-style:italic; font-weight:normal;}

#content #left{ font-family:Arial, Helvetica, sans-serif; color:#400c1a; }
#content #left ul, #content #left p { font-size:92%;}

#content #right { color:#400c1a;}
#content #right .menu  { font-size:85%; line-height:16px; font-family:Verdana, Arial, Helvetica, sans-serif;}
#content #right p { font-family:Arial, Helvetica, sans-serif; line-height:1.2em;}

#content #ft { color:#ffffff; font-size:77%;}
#content #ft a	{ color:#ffffff; }

.menutable	td	{padding:0 12px 0 0;}
.calendarevents td	{padding:2px 12px 0 0;}
.calendarevents th	{padding:2px 12px 0 0; font-weight:bold; text-align:right;}

.swapcontent { height:100%;}