﻿/*------------------------------------------*/
/*  Page styles for TMIFIndicatorPage.aspx  */
/*------------------------------------------*/

#content {
	width: 690px;
	}

#content h2 {
	width: 690px;
	}

/*---------- indicator ----------*/

#indicator h2 {
	color:#79A941;
	font-size: 0.9em;
	margin: 0;
	}

#indicator .greentick {
	bottom:18px;
	left:150px;
	position:relative;
	}


/*---------- metadataContainer ----------*/

#metadataContainer {
	margin-bottom: 20px;
	border-bottom:1px solid #999999;
	}

#metadataContainer h3 {
	font-weight: bold;
	font-size:1.0em;
	color: #0d256c;
	background-color: #e8f2f8;
	margin-top: 20px;
	padding: 1px 0 1px 5px;
	}

#metadataContainer h4 {
	border: none;
	color:#333333;
	font-weight:bold;	
	margin: 20px 0 0 0;
	font-size: 0.9em;
	}

#metadataContainer td {
	text-align:left;
}

.metadataItem p {
	color: #666;
	}

#content .metadataItem table{
	padding: 0;
	margin: 0 0 5px 0;
	border: none;
	}

#content .metadataItem table caption{
	border: none;
	color:#333333;
	font-weight:normal;	
	margin: 20px 0 0 0;
	font-size: 1.1em;
	}


#content .metadataItem table tr th.name {
	color: #333;
	border: none;
	padding: 0;
	width: 180px;
	font-weight: bold;
	height: 20px;
	}

#content .metadataItem table tr td.value {
	padding: 0 0 0 20px;
	border: none;
	color: #333;
	}


/*---------- seriesContainer ----------*/
#seriesContainer {
	margin-bottom: 20px;
	}

#content #seriesContainer table td{
	/*padding: 0;*/
	border: none;
	height: 20px;
	text-align: right;
	padding: 0 0 0 10px;
	/*width: 200px;/*al*/
	white-space: nowrap;
	}

#seriesContainer h3 {
	font-weight: bold;
	font-size:1.0em;
	color: #0d256c;
	background-color: #e8f2f8;
	margin-top: 20px;
	padding: 1px 0 1px 5px;
	}
	
.seriesItem {
	margin-bottom: 40px;
	}

.seriesItem h3 {
	font-weight:bold;	
	color: #333333;
	font-size: 0.9em;
	}

.seriesItem span {
	font-weight: bold;
	color: #333;
	font-size: 0.8em;	
	display:block;
	}
	
.seriesItem .csvicon {
	padding-right: 3px;
	position:relative;
	top:3px;
	}

#content .seriesItem table {
	border: none;
	font-size:0.85em;
	border-bottom: 1px #bbb solid;
	margin-bottom: 5px;
	/*width:670px;*/
	/*width: 1500px;*//*al*/
	margin: 10px 0 15px 0;

	}

#content .seriesItem .tableContainer {
	width:670px;
	overflow:auto;
	overflow-y:hidden;
	font-size: 110%;
}


#content .seriesItem td {
	padding: 0 10px 0 0;
	}

#content tr.Titlegreen .date {
	font-weight: bold;
	color: #79A941;
	}

/* -- old styles --	
#content .seriesItem .value {
	width: 215px;
	}

#content .seriesItem .source {
	width: 80px;
	}*/

#content .seriesItem .date {
	/*width: 50px;*//*al*/
/*	word-wrap: break-word;*//*al*/
	}

#content td.name {
	font-weight: bold;
	color: #333;
/*	width: 180px;*/
	/*width: 25%;*//*al*/
	}

#content .seriesItem table caption {
	font-weight: normal;
	color: #333;
	font-size: 1.2em;
	}

#content tr.Titlegreen th.name, th.value, th.source, th.date {
	border-top: 1px #96c04d solid;
	border-bottom: 1px #aaa solid;
	white-space:nowrap;
	}

#content th.name {
	font-weight: bold;
	color: #333;
	/*width: 180px;*/
	/*width:25%;*/
/*	width: 160px;*//*al*/
	/*min-width: 160px;*//*al*/
	background-color: #fff;
	padding: 0;
	white-space: nowrap;
	border: none;
	}
	
#content tr.Titlegreen th.date {
	font-weight: bold;
	color: #79A941;
	background-color: #fff;
	padding: 0 0 0 10px;
	border: 0;
	border-top: 1px #96c04d solid;
	border-bottom: 1px #aaa solid;
	/*min-width: 70px;*//*al*/
	/*width: 200px;/*al*/
	text-align: right;
	}

#content tr.Titlegreen th.value {
	font-weight: bold;
	color: #79A941;
	background-color: #fff;
	padding: 0;
	border: 0;
	border-top: 1px #96c04d solid;
	border-bottom: 1px #aaa solid;
	}

#content tr.Titlegreen th.source {
	font-weight: bold;
	color: #79A941;
	background-color: #fff;
	padding: 0;
	border: 0;
	border-top: 1px #96c04d solid;
	border-bottom: 1px #aaa solid;
	}

	
/*---------- graphicalContainer ----------*/
	
#graphicalContainer h3 {
	font-weight: bold;
	font-size:1.0em;
	color: #0d256c;
	background-color: #e8f2f8;
	margin-top: 20px;
	padding: 1px 0 1px 5px;
	}


/*---------- graphicalItem ----------*/
	
.graphItem {
	margin-bottom:40px;
	}

.graphItem h3 {
	color:#333333;
	font-weight:bold;	
	font-size: 0.9em;
	}

	}

.graphItem .graphicon{
	padding-right: 3px;
	}

.graphItem span {
	font-weight: bold;
	color: #333;
	font-size: 0.8em;
	padding-top: 5px;
	display: block;
	}


/*---------- upload control ---------*/

#content span.error {
	color:red;
}

#content span.success {
	color:green;
}

.uploadControl span,
.fileSelector {
	margin-right:10px;
}

.metadataControl span {
	display:block;	
	margin:10px 0 5px 0;
}

.metadataControl .metadataText {
	margin-bottom: 15px;
}


