/*NIT Yagi Lab Cell Layout - Copyright yagik*/
/*You may use some part of this css, but page design may not reproduced.*/
/*published  April 10 2005*/

body, p {
	color: #666;
	background: #fff;
	}

img, #logo, #side, p.nocell {
	border: 0;
	display: none;
	}

#archive, #archivelink {
	border: 0;
	display: block;
	}

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

a:visited {
	color: #39f;
	text-decoration: none;
	}
	
a:hover {
	color: #39f;
	text-decoration: underline;
	}
 
#header {
	border-top: #ccc solid 1px;
	border-bottom: #ccc solid 1px;
	}

#content h1,  #iblogcontent h1 {
	font-size: medium;
	font-weight: normal;
	text-transform: capitalize;
	color: #f90;
	background: #fff;
	}

#content h2,  #iblogcontent h2 {
	margin: 5px 0 10px 0;
	font-size: small;
	font-weight: bold;
	text-transform: capitalize;
	}

#content h3,  #iblogcontent h3 {
	font-size: small;
	font-weight: normal;
	text-transform: capitalize;
	color: #f90;
	background: #fff;
	}

#content p, #content div,  #iblogcontent p,  #iblogcontent div {
	font-size: small;
	color: #666;
	background: #fff;
	}

#content ul.works {
	list-style: none;
	}

#content li {
	font-size: small;
	color: #666;
	background: #fff;
	}

#desc {
	margin-left: -15px;
	}

#desc td {
	vertical-align: top;
	font-size: small;
	}

#desc td.head {
	color: #f90;
	background: #fff;
	}

#desc td.sep {
	border-top: #999 dotted 1px;
	}

#footer {
	border-top: #ccc solid 1px;
	text-align: center;
	font-size: x-small;
	font-weight: bold;
	color: #666;
	background: #ececec;
	}
