﻿/* background-color: #364a46;
Styles for the main table that shows the category and holds the layers table */
/* ******************************************************** */
.masterTableStyle
{
    width: 550px;
    border-collapse: collapse;
    font-family: Arial;
    border-right: #003399 1pt solid;
    border-top: #003399 1pt solid;
    border-left: #003399 1pt solid;
    border-bottom: #003399 1pt solid;
}

.categoryRow
{
    font-family: Arial, Verdana, Helvetica, sans-serif !important;
	font-size: 12px !important;
	font-weight: bold !important;
	color: #FFFFFF !important;
	line-height: 16px !important;
	background-color: #364a46 !important;
}

.spacerCell
{
    width: 10px;
}

/* ******************************************************** */

/* Popup Div styles that show when mouseover the category */
/* ******************************************************** */
.divHide
{
    visibility: hidden;
}

.divShow
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #333333;
    width: 300px;
    z-index: 101;
    position: absolute;
    border: #003399 1pt solid;
    vertical-align: top;
    text-align: left;
    padding: 5px;
    background-color:#DDE7EC !important;
}
/* ******************************************************** */


/* Styles for controlling the Layers Table */
/* ******************************************************** */
/* The style for the layers table embedded under each category */
.LayerTableStyle
{
    width:540px;
    border-collapse:collapse;
    font-size: 10pt;
}

.LayerHeaderRow     /*Header Row style for the layer list*/
{
    background-color: #DDE7EC !important;
}


.layerRow
{
    background-color: #FFFFFF;
    background-repeat: repeat-x;
}

.layerRowAlt    /* Alternating row style for layers */
{
    background-color: #FCFDEC;
}

/* These 5 styles width must total that set for LayerTableStyle above*/
.L1 /* Layer name cell */
{
    width:190px;
    text-align: left;  
}          
.L2
{
    width:100px;
    text-align: center;
}        /* file size cell */
.L3
{
    width:100px;
    text-align: center;
}        /* last modified date cell */ 
.L4
{
    width:75px;
    text-align: center;
}         /* meta data link cell */
.L5
{
    width:75px;
    text-align: center;
}         /* download link cell */

.layerRowHighlight
{
    background-color: #ffffcc;
}

.RecentlyModified       /*Style for the last modified style */
{
    font-weight: normal ;
    color: green;
}
/* ******************************************************** */

.graybold1 {	
    font-family: Arial, Verdana, Helvetica, sans-serif !important;
	font-size: 12px !important;
	font-weight: bold !important;
	color: #666666 !important;
	line-height: 16px !important;
}

.tabletext {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #333333;
}