#mainCenter {
	height:100%;
}

#titleframe {
	width: 100%;
	/*height: 92px;*/
	/*background-color: #FFFFFF;*/
	
}

#TopFrame {
	width: 100%;
	height: 100%;
	border: 0px;
}

#BottomFrame {
	width: 100%;
	height: 100%;
	border: 0px;
}

.userAlert{
	float:right;
}


/* title frame */

.titleContent { 
padding: 6px 0 6px 6px; }

.banner
{
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #3c833f;
	margin-top: 12px;
	padding-top: 3px;
	padding-bottom: 3px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #f27582;
	border-bottom-color: #f27582;
}

.banner .title{
	font-size: 9px;
	letter-spacing: 4px;
	line-height: 16px;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 6px;
	margin-top: 0px;
}

.banner .info{
	font-size:10px;
	line-height: 1.6em;
	margin-top: 0px;
	color: #01558e;
}
.banner a {
	font-size: 9px;
	display: block;
	text-transform: uppercase;
	text-decoration: none;
	color: #3c833f;
	text-indent: 12px;
	background-image: url(../images/dot_blue.gif);
	background-repeat: no-repeat;
	background-position: left 1px;
	}
.banner a:hover {
	text-decoration: none;
	color: #F27582;
	display: block;
	text-indent: 12px;
	background-image: url(../images/dot_green.gif);
	background-repeat: no-repeat;
	background-position: left 1px;
	}

/* index frame */

.indexContent {
	width:95%;
	padding-top:6px;
	padding-bottom:6px;
}

.indexInfo {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0 0 0 6px;
}

.indexInfo .filename {
	color: #000;
}

.indexInfo .date {
	color: #666;
}

/* file info */

#imageInfo{
	width: 461px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0 6px 0 6px;
}

.content {
	font-size:11px;
/*	color: #333333;*/

	padding-top:6px;
	padding-bottom:6px;
}

.header{
	font-size:9px;
	font-weight:bold;
	color: #999;
}

.contentLast {
	font-size:11px;
/*	color: #333333;*/
	padding-top:6px;
}
