/* 
 * portfolio.css
 * global stylesheets for 2005 portfolio pages 
 */

body {
		/*background-image: url("http://www.calarts.edu/~ffrnandz/images/bg_logo.gif");*/
		/*background-color: #EBEAE1;*/
		/*background-color: #FF9900;*/
}
/*
.container {
		background-image: url("http://www.calarts.edu/~ffrnandz/images/background2.png");
		background-color: #D7C9A8;
		width:100%;
		float:left;
		position:absolute;
		left:0px;
		top:0px;
}
.footer {
        position: absolute;
        top:1113;
        left:0;
        width: 100%;
        height: 3px;
}
table {
        font-family: arial;
        font-size: 9pt;
        font-weight: normal;
        color: #999;
}
a {
        font-family: arial;
        font-size: 9pt;
        font-weight: normal;
		color: #00f;
        text-decoration: none;
}
a:hover {
        text-decoration: underline;
}

a.subnav {
        font-size: 25pt;
        color: #DCDBD0;
        font-weight:bold;
}
a.subnav:hover {
        color: #90B4E5;
}

a.topnav {
		color: #fff; font-weight: bold; text-decoration: none; 
}

a.topnav.hover {
		text-decoration: none;
}
*/
.folioitem {
        color: #999;
        font-size: 9pt;
        font-weight: normal;
		background-image: url("http://www.calarts.edu/~ffrnandz/images/folio_itembg.gif");
}

.folioitem2 {
		padding:0px;
		color: #000;
		font-size: 9pt;
		font-weight: normal;
		border: 1px solid #aaa;
		background-color: #eee;
		width: 33%;
		height: 120px;
		text-align:center;
}
font.thisPage {
        color: #893609;
}

.form_input {
		border: 1px solid #333; 
		font-family: arial,verdana;
		font-size: 9pt; 
		color: #000;
}

.form_button {
		border: 0px solid #fff;
		background-image: url("http://www.calarts.edu/~ffrnandz/images/inputBG.gif");
}

.thumb { 
		height: 100px; 
		margins: 3px;
		border: 2px solid #aaa;
}

.thumb2 {
		margin: 26px;
		border: 2px solid #000;
		width:100px;
}

.thumb_caption { 	
		text-align: center;
}

/* for empty cells */

.folioitem_empty {
        color: #999999;
        font-size: 9pt;
        font-weight: normal;
}
.thumb_empty { 
		height: 100px; 
		margin: 3px;
		margin-top: 26px;
}
.table_cphoto {width:500px;}