/* @override 
	http://localhost:80/thehumanbrain/web/brain/slices/images/galleryStyle.css
	http://www.thehumanbrain.local/brain/slices/images/galleryStyle.css
*/

#mainCenter {
	/*background-color: #ebebeb;*/
	height:600px;
	width: 980px;
}

#titleframe {
	
	background-color: #CCCCCC;
	height:40px;
	width: 220px;
}

#TopFrame {
	border: 0px;
	height: 500px;
	width: 500px;
}

#BottomFrame {
	border: 0px;
	height: 500px;
	width: 235px;
}
div#thumbnail a,
div#slices a 			{ color: #000; text-decoration: none; font-weight:normal; } 
div#thumbnail a:hover,
div#slices a:hover		{ color: #000; text-decoration: underline; }

/* title frame */

.titleContent { 
display: block;
	height: 40px;
	padding: 6px 0 6px 6px; 
	width: 220px;
}
.banner
{
	color: #333;
	font-family: Trebuchet MS, verdana, arial;
	font-size: 12px;
}

.banner .title{
	font-size:1.2em;
	font-weight:bold;
}

.banner .info{
	font-size:0.9em;
}

.banner .email{
	font-weight:bold;
}

/* index frame */

.indexContent {

	border-bottom:1px dotted #333333;
	display: block;
	padding-bottom:6px;
	padding-top:6px;
	width:210px;
}

.indexContent img {
	margin: 0 0 0 5px;
}

.indexInfo {
	font-family: Trebuchet MS, verdana, arial;
	font-size: 12px;
	padding: 0 0 0 6px;
}

.indexInfo .filename {
	color: #000;
}

.indexInfo .date {
	color: #666;
}

#mainCenter #thumbnail {
	display: block;
	height: 500px;
	width: 220px;		
}

/* file info */

div#wrapframe {
	height: 500px;
}

#mainCenter #content {
	border-bottom:1px dotted #333333;
	color: #333333;
	font-family:Trebuchet MS, verdana, arial;
	font-size:11px;
	padding:8px;
	width:100%;
}

#mainCenter #content .header{
	color: #999;
	font-size:9px;
	font-weight:bold;
}

#mainCenter #contentLast {
	color: #333333;
	font-family:Trebuchet MS, verdana, arial;
	font-size:11px;
	padding-top:6px;
	width:95%;
}

#mainCenter #contentLast .header{
	color: #999;
	font-size:9px;
	font-weight:bold;
}

#mainCenter table {
	height: 100%;
	width: 100%;
}

#mainCenter td, 
#mainCenter tr
 {
height: 50px;

}