/**
 * dataGrid.css - Companion to dataGrid.dwt
 */


/* -- TOC ----------------------------------------------- */
#dataGrid-TOC-container {}

#dataGrid-TOC-title {
	font-size: 100%;
	margin: 1em 0 0.33em;
}

#dataGrid-TOC-itemList-container {}

#dataGrid-TOC-itemList {
	list-style: none;
	font-size: 90%;
	line-height: 14px;
	margin-left:40px;
	list-style-image:none;
}
	
.dataGrid-TOC-item {
	margin-left: 15px;
	font-size:15px;
	padding-bottom:4px;
	list-style-image:none;
}
.dataGrid-TOC-item ul {
	list-style-image:none;
}
.dataGrid-TOC-item li {
	list-style-image:none;
}

#collectionsPageTitle {
	
}
/*
#page-intro {
	color:#fff;
	margin-left:35px;
	margin-right:35px;
	font-size:15px;
}
*/

/* -- Data Sections ------------------------------------- */
/* -- Section Table -- */
.dataGrid-sectionTable {}

.dataGrid-sectionTable td {
	vertical-align: top;
}

.dataGrid-sectionImage {}
.dataGrid-sectionImage img {}

.dataGrid-sectionContent {}

/* -- Section Content -- */
.dataGrid-section-container { 
	margin: 2em 0 0;
}

.dataGrid-section-container-1 {}

.dataGrid-sectionTitle {
	font-size: 100%;
	margin: 0 0 0.33em;
}

/* Ex. Talk to the sectionTitle of the second section */
.dataGrid-section-container-2 .dataGrid-sectionTitle {}
	
.dataGrid-sectionDescription {
	font-size: 90%;
	font-style: italic;
	margin: 0 0 0.5em;
}



/* -- Data Subsections ---------------------------------- */	
.dataGrid-subsection-container {}

/* Ex. Indent all subsections by 20px
.dataGrid-subsection-container { margin-left: 20px;}
*/

.dataGrid-subsection-container-1 {}

/* Ex. Talk to the third subsection of the second section */
.dataGrid-section-container-2 .dataGrid-subsection-container-3 {}
	
.dataGrid-subsectionTitle {
	font-size: 95%;
	margin: 0 0 0.33em;
}

.dataGrid-subsectionDescription {	
	font-style: italic;
	margin: 0 0 0.33em;
	font-size: 85%;
}


/* -- Data Tables --------------------------------------- */	
.dataGrid-itemsTable-container {
	margin-left:38px;
	margin-right:38px;

}

.dataGrid-itemsTable {
	border-bottom: 0;
	border-top:1px solid #fff;
	padding-top:5px;
	
}

/* Ex. Talk to the itemsTable of the second subsection of the first section */
.dataGrid-section-container-1 .dataGrid-subsection-container-2 .dataGrid-itemsTable {
}

.dataGrid-itemsTable th,
.dataGrid-itemsTable td {
	vertical-align:middle;
	padding: 0.1em 0.3em;
	font-size: 90%;
}
	
.dataGrid-itemsTable th {
	text-align: left;
	background: #e5e5e5;
}

.dataGrid-itemsTable td {}

.dataGrid-columnTitle-row {}

.dataGrid-columnTitle-1 {}
	
.dataGrid-item-row { background: transparent; } 

/* Ex. Give even numbered item rows a different background */
.row_even{ background: #f5f5f5; }

.dataGrid-autonumber {font-weight: bold;}
.dataGrid-column-1 { 
	width:270px;
}
.dataGrid-column-2 {
	color:#fff;
	text-align:center;
	margin-left:-100px;

}
.dataGrid-c2r1 {
	font-size:16px;
	width:210px;
	height:110px;
	padding-top:90px;
}

.dataGrid-c1r1 {
	padding-top:5px;
}




/* -- Mouseover row hilite -- */
.dataGrid-item-hiLite { background:#ffb; }

/* Ex. Hilite all subsections of the second section a different color
.dataGrid-section-container-2 .dataGrid-item-hiLite { background: #cef; }
*/

/* Ex. Override the hilite background only for the first column
.dataGrid-item-hiLite .dataGrid-column-1 { background: #fff; }
*/


/* -- Go-to-top Links ---------------------------------- */	
.dataGrid-topLink-container {
	margin-right:35px;
}

/* Ex. Disable go-to-top links for all sections except the third section
.dataGrid-section-container .dataGrid-topLink-container { display: none; }
.dataGrid-section-container-3 .dataGrid-topLink-container { display: block; }
*/

.dataGrid-topLink {
	text-align: right;
	font-size: 0.8em;
	padding: 0;
	margin: 0;
}

.dataGrid-topLink-image a {
	background: url(/img/topLink.gif) center right no-repeat;
	padding-right: 1.66em;
	height: 11px;
}