﻿.foo {} /* W3C CSS validator requirement. */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
*				Download Utility StyleSheet - ETR Consulting, LLC.
*				Created by Jeremy S. Cargilo for ETR Consulting.
* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
* Purpose: 
*   This stylesheet contains the Styles for the ETR Download Utility.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.Downloads-Categories .AspNet-GridView table { 
	width: 100%; 
}

.Downloads-Categories .AspNet-GridView table tr td {
	padding-bottom: 25px;
}

.downloads-category-header {
	display: block;
	padding: 3px;
	margin-bottom: 10px;
	font-weight: bold;
	background-color: #EAEAEA;
	border: 1px dashed #BBBBBB;
}

.downloads-headerstyle {
    font-weight: bold;
	background-color: #003399;
	color: #FFFFFF;
}

.downloads-headerstyle,
.downloads-rowstyle          { border: 1px solid #003399; }
.downloads-headerstyle th    { padding: 3px; }
.downloads-rowstyle td       { padding: 3px; }
.downloads-rowstyle p        { margin: 0; }
.downloads-emptyrowstyle td  { font-weight: bold; padding: 3px; color: Red; }
