/*Three Red colors  (#2E0007)  #5D0117  #8B0123  #A52645  (#E5B3BF) 
#F3DDE9
#F9EEF2
*/

/* ----- CSS ----- */
/* ----- Reset Reloaded ----- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td
{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-style: inherit;
	vertical-align: baseline;
}

body {
	line-height: 1;
	color: #333;
	background: #fff;
    font: 11pt Verdana, Arial, Helvetica, sans-serif;
	background: url(../images_layout/back-body.jpg) repeat-y;
	}
body img {
	border: 0px;
	vertical-align: middle;
	}

div#top {
	background: url(../images_layout/back-top.jpg) repeat-x;
	height: 140px;
	}
div#top .title {
	width:550px;
	margin: 0 auto;
	position: relative;
	top: 12px;
	left: -40px;
/*	color: #FFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 50px;
	font-weight: bold;
*/
	}


div#top .title_left {
	width:550px;
	margin: 0 auto;
	position: relative;
	top: 12px;
	left: -177px;
	}
div#top .title_center {
	width:550px;
	margin: 0 auto;
	position: relative;
	top: 12px;
	left: -40px;
	}
div#top .title_right {
	width:550px;
	margin: 0 auto;
	position: relative;
	top: 12px;
	left: 105px;
	}


div#menu {
	background: url(../images_layout/back-menu.jpg) repeat-x;
	height: 40px;
	text-align: center;
	}

div#misc-menu {
	position:absolute;
	width:100%;
	top:5px;
	left:0;
	height: 30px;
	display: block;
	text-align: right;
	padding: 0;
	margin: 0;
	border-top: 1px solid #333333;
	background: url(../images_layout/back-misc.gif) no-repeat bottom right;
	-moz-opacity:.8; filter:alpha(opacity=80);
	z-index: 400;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:.9em;
	}
div#misc-menu a, div#misc-menu a:visited, div#misc-menu a:hover 
{color: #FFF; text-decoration:none;}

div#background {
	min-height:400px;
	background: url(../images_layout/back-body_calvinLogo.gif) repeat-y right;
	}

div#container {
	width: 740px;
	background-color: #FFF;
	background: url(../images_layout/back-container.gif) repeat-y;
	margin: 0 auto;
	border: 0;
	padding: 15px 25px;
	clear:both;
	font-size: 13px;
}

td#content_right {
	width: 250px;
	vertical-align:top;
}

td#content_left {
	width: 460px;
	vertical-align:top;
	padding-right: 30px;
	line-height:1.5em;
}

div#float_right {
	float: right;
	width: 250px;
	margin-left: 30px;
	display: block;
}

div#footer {
	width: 740px;
	background: url(../images_layout/back-footer.gif) no-repeat;
	margin: 0 auto;
	padding: 20px 25px;
	clear: both;
	font-size: 0.7em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.5em;
	text-align: center;
}
div#footer A, div#footer A:hover, div#footer A:visited {
	color: #490406;
	}



/***************************************************************
Menu Setting
***************************************************************/
div#menu ul {
	margin:0;
	padding:11px 0;
	}
div#menu ul li {
	display:inline;
	list-style: none;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform:uppercase;
	}
div#menu ul li:hover {
	}
div#menu ul a, div#menu ul a:hover, div#menu ul a:visited {
	padding: 11px 16px;
	text-decoration:none;
	color:#555;
	}
 div#menu ul a:hover {
	border-left:1px solid #D09B17;
	border-right:1px solid #D09B17;
 	background-color: #FFF; 
	padding: 9px 15px 10px 15px;
	}

.pageback {
	margin: -15px;
	padding: 15px;
	background:url(../images/pageback-yklee.jpg) bottom right no-repeat;
	}

/***************************************************************
Classes
***************************************************************/
.biohead {
	margin: 25px 0 10px 0;
	padding: 5px;
	background: #FFCC99;
	border: 1px solid #999;
	border-left: none;
	border-right: none;
	font-weight: bold;
	font-size:1.1em;
	text-transform:uppercase;
	}

.box {
	margin: 5px 0;
	border:3px solid #EEF;
	padding: 5px 5px 15px 5px;
	}

.class_title {
	margin: 10px 10px 5px 5px;
	font-family:"Times New Roman", Times, serif;
	font-size:1.5em;
	font-weight: bold;
}
.class_semester {
	margin: 0 580px 0 30px;
	border: 1px solid #333;
	border-bottom: none;
	padding: 3px;
//	background: #333;
	background: url(../images_layout/back-menu.jpg) repeat-x;
	color: #333;
	text-align: center;
	font-weight: bold;
}
.class_detail {
	margin: 0 30px 5px 30px;
	border: 1px solid #BBB;	
	padding: 5px;
	font-size:0.9em;
	line-height: 1.5em;
}
.class_links {
	margin: 0 30px 40px 30px;
	border: 1px solid #BBB;
	padding: 5px;
	background: #EEE;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:0.9em;
	line-height: 1.4em;
	color: #999999;
	text-align:center;
}
.class_links a:link, .class_links a:hover, .class_links a:visited {
	color:#990000;
}
.research {
	margin-left: 40px;
	padding: 0px;
}
.research ul {
}
.research li {
	margin-bottom: 12px;
	line-height: 140%;
	list-style: none;
	text-indent: -35px;
	text-align:left;
	font-size: 1em;
	}

.photo {
	width: 182px;
	height: 160px;
	float:left;
	text-align:center;
	}

.tr a:link, .tr a:hover, .tr a:visited {
	padding-right: 17px;
	background:url(../images/icon-ext_link.gif) no-repeat right;
	font-size: 0.85em;
}
.pagenav {
	margin-top: 15px;
	border: 1px solid #DDD;
	padding: 7px;
	background-color: #F6F6F6;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: bold;
	text-align:center;
	}
.pagenav a, .pagenav a:visited {color:#36C;}

.schedule_date {padding: 5px; width:80px; font-weight:bold;}


/***********************************************************
					HTML TAG setting
***********************************************************/

A, A:visited {
	color: #900;
	background-color: transparent;
	text-decoration: none;}
A:hover {text-decoration: underline;}
form { margin: 0; padding: 0; }
h1, h2, h3 { font-weight: normal; font-family:Verdana, Arial, Helvetica, sans-serif;}
h1 {
	font-size: 3em;
	display: inline;
}

h2 {
	margin: 0;
	padding: 0;
	text-align:center;
	font-size: 2.4em;
	color: #777;
}

h3, h4, h5, h6 { margin: 1.2em 0; }
h3 { 
	font-size: 1.5em;
	line-height: 1.3em;
	}

.course {text-align:center; font-weight:bold;} /*for h3*/

div#home h2
{
	font-size: 1.4em;
	margin: 0;
	border-left: 5px solid #5F90C1;
	padding: 0 0 0 5px;
	display: block;
}

div#extra h3
{
	border-bottom: 1px solid #999;
	padding: 0 10px 0.5em 10px;
	margin: 0.8em 0 0 0;
}

h4, h5, h6 { font-weight: bold; }
h4 { font-size: 1.2em; }

div#pagenav h4 {
	font-size: 1em;
	font-weight: bold;
	color: #5F90C1;
	text-align: center;
	}

h5 { font-size: 1.0em; }

h6 { font-size: 0.8em; }
div.adjunct h6 { margin: 0 0 0.3em 0; }

/* ----- PARAGRAPHS ----- */

p {
	font-size: 1em;
	line-height: 1.8em;
	margin: 1.2em 0;
}

HR
	{color: #999;
	 height: 1px;}

div#container ul {margin: 5px 10px 5px 30px;}
div#container li {margin-bottom: 5px;}


/***********************************************************
					RSS FEED
***********************************************************/
.fdpoweredby img {display:none;}
