/**
* This CSS document was created for
* the Online Scheduling System of the
* Confucius Institute at Michigan 
* State University by James Socol.
*        (c) 2006
* All rights reserved.
*/

body
{
	background: #dde6dd;
}

#wrapper
{
	height: 100%;
	width: 98%;
	position: relative;
	margin-left: auto;
	margin-right: auto;
}
#header
{
	height: 100px;
	margin-left: auto;
	margin-right: auto;
	width: 98%;
	position: relative;
	background: url(images/logo.png) left no-repeat;
	overflow: hidden;
}
#header h1, h1
{
	font-size: 160%;
	background: none;
	color: #df6333;
	font-family: "Bookman Old Style", Georgia, "Times New Roman", serif;
	font-weight: bold;
}
#header h1, #header p
{
	margin-left: 84px;
}
#announcements
{
	position: absolute;
	right: 0;
	top: 0;
	width: 50%;
	font-size: 112%;
	color: #f00;
	background: none;
	text-align: right;
	padding-right: 4px;
	overflow: auto;
}
#main
{
	border: 1px #aaa solid;
	height: 26em;
	position:absolute;
	top: 104px;
	left: 192px;
	background: #fff;
}
#scroller
{
	border: none;
	width: 100%;
	padding: 0;
	margin: 0;
	height: 24.5em;
	position:relative;
	overflow: auto;
}
#main-gray
{
	border: 1px #aaa solid;
	height: 26em;
	position: absolute;
	top: 104px;
	left: 192px;
	background:url(/scheduler/images/grayed-out.png);
	display: none;
}
#main table
{

}
#main table.float
{
	height: auto;
}
#buttons
{
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	font-size: 120%;
	z-index: 2;
}
#sideNav
{
	border: 1px #aaa solid;
	height: 26em;
	position: absolute;
	left: 2px;
	top: 104px;
	width: 180px;
	background: #fff;
}
#popup
{
	margin-left: auto;
	margin-right: auto;
	position: relative;
	top: 2.5em;
	padding: 15px;
	display: none;
	background:url(images/iframebackground.png);
	height: 270px;
	width: 530px;
	z-index: 8;
	overflow: hidden
}
#login
{
	float: right;
	padding: 0.3em;
	border: 1px #aaa solid;
	margin: 0.3em;
}
#login span.center
{
	display: block;
	text-align: center;
	margin: auto;
}
#login h3
{
	font-size: 110%;
	background: none;
	color: #df4e13;
	font-family: "Bookman Old Style", Georgia, "Times New Roman", serif;
	font-weight: bold;
	padding-top: 0;
	margin-top: 0;
}
#quickstart
{
	float: left;
	margin: 0 6px 6px 6px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 120%;
}
#quickstart p
{
	background: none;
	line-height: 1.1;
	margin-top: 0;
	margin-bottom: 0;
}
#q1, #q2, #q3
{
	font-size: 220%;
	font-weight: bolder;
	margin-right: -10px;
	vertical-align: -10%;
}
#q2 { color: #69f; }
#q1 { color: #f99; }
#q3 { color: #6f6; }
#news
{
	width: 48%;
	float: left;
	padding-right: 3px;
	border-right: 1px #aaa solid;
}
#help
{
	width: 48%;
	float: left;
	margin-left: 3px;
	padding-left: 6px;
}
#news h3, #help h3
{
	font-size: 130%;
	background: none;
	color: #df4e13;
	font-family: "Bookman Old Style", Georgia, "Times New Roman", serif;
	font-weight: bold;
	margin: 0;
	padding: 0;
}
#news h4
{
	display: inline;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#393;
	background: none;
}
#help img
{
	border: none;
	padding: 2px 2px 0;
}
a
{
	color: #33f;
}
br.clear
{
	clear: both;
}
ul
{
	list-style-type: none;
	padding-left: 0.4em;
	margin-left: 0.1em;
}
td, th
{
	vertical-align: top;
}
th
{
	height: 1.1em;
}
hr
{
	width: 90%;
	height: 1px;
	color: #333;
}
a.here:link, a.here:hover, a.here:visited
{
	font-weight: bold;
	color: #000;
	background-color: #fff;
	text-decoration: none
}

.smAnnouncement
{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 75%;
	font-style: italic;
	color: #f00;
	background: none;
}
.note
{
	font-size: 75%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
.slot
{
	width: 90%;
	border: 1px #00c solid;
	background: #fff;
	margin-left: auto;
	margin-right: auto;
	margin-top: 1px;
	margin-bottom: 2px;
	padding: 2px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 75%;
	position: relative;
}
/** Audiochat snippets **/
#audiochat
{
	margin-left: auto;
	margin-right: auto;
	margin-top: 1em;
	width: 100%;
	position: relative;
	text-align: center;
}
#audiochat div.images
{
	width: 100px;
	float:left;
	text-align:center;
}
#audiochat p
{
	text-align: center;
}
#ratemsg
{
	font-size: smaller;
	margin: 0;
	padding: 0;
}
#stars
{
	position: absolute;
	right: 15px;
	top: 300px;
	text-align: left;
	font-size:small;
}
#stars a
{
	font-size: 80%;
}
/* Style for written-in text */
#dropbox
{
	background-color: #faff8c;
	position: absolute;
	width: 16em;
	top: 0;
	left: 0;
	display: none;
	z-index: 4;
}


/** s.php and slots.php CSS snippets **/
#tutorList
{
	margin-left: auto;
	margin-right: auto;
}
#tutorList th
{
	background: #a4cf8f;
}
#sNav
{
	background: #a4cf8f;
	position:relative;
	height: 1.5em;
}
#sNavPrev
{
	position: absolute;
	top: 0;
	left: 0;
}
#sNavCurr
{
	width: 100%;
	text-align: center;
}
#sNavNext
{
	position: absolute;
	top: 0;
	right: 0;
}
#schedule
{
}
#schedTable
{
	width: 100%;
}

/** profile and p.php snippets **/
#proMain
{
	margin-left: auto;
	margin-right: auto;
	width: 500px;
	position: relative;
	padding-left: 140px;
}
#proPic
{
	height: 100%;
	width: 140px;
	position: absolute;
	left: 0;
	text-align: center;
}
.proName
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 105%;
	font-weight: bold;
}
#proMain a:link, #proMain a:visited
{
	text-decoration: none;
	color: #000;
	background: #fff;
}
#proMain a:hover
{
	color: #00f;
	background: #eef;
}
/* fwCalendar styles */
.fwCalendar
{
	border: 1px #ccd solid;
}
.fwMonth
{  }
.fwWeek
{
	display: table-row;
}
.fwSmallDay
{
	margin: 1px;
	border: 1px #eee solid;
	width: 140px;
	height: 120px;
	display: table-cell;
}
.fwDayOfWeek
{
	margin: 2px;
	width: 140px;
	text-align: center;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-weight: bold;
	background: #df4e13;
	color: #fff;
	height: 1em;
}
.fwSmallDayOff
{
	margin: 1px;
	border: 2px #ccc solid;
	width: 140px;
	height: 120px;
	display: table-cell;
	background: #ddd;
}
.fwSmallToday
{
	margin: 1px;
	border: 1px #efa182 solid;
	background: #fff;
	height: 120px;
	width: 140px;
	display: table-cell;
}
.fwBigDay
{
	margin: 1px;
	border: 1px #eee solid;
	width: 140px;
	height: 240px;
	display: table-cell;
	overflow: auto;
}
.fwBigToday
{
	margin: 1px;
	border: 1px #efa182 solid;
	background: #fff;
	height: 240px;
	width: 140px;
	display: table-cell;
	overflow: auto;
}
.fwBigEvent, .fwSmallEvent
{
	border: 1px #4d922b solid;
	width: 95%;
	margin: 2px;
	padding-top: 0;
}
.fwBigTitle, .fwSmallTitle
{
	background: #4d922b;
	width: 100%;
	margin: 0;
	color: #fff;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 70%;
	font-weight: bold;
	display: block;
}
#calTop
{
	text-align: center;
	font-weight: bold;
	position: relative;
}
#calDropDown, #calTypeSelect
{
	font-weight: normal;
	position: absolute;
	right: 0;
	top: 0;
}
p.backtotop
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 85%;
	text-align:right;
}