﻿
/******************************************************
					FIRE
******************************************************/

.fire
{
    padding: 10px;
    background-color: transparent;
    border: 0;
}

.fire .headertext
{
    font-family: Georgia, Arial;
    font-size: 24pt;
    color: #cccccc;
    margin: 0 0 10px 0;
}

.fire .title
{
    font-family: Trebuchet MS, Georgia, Arial;
    font-size: 14pt;
    text-transform: uppercase;
    margin: 0;
}

.fire .subtitle
{
    font-weight: bold;
    text-transform: uppercase;
}

.fire .description
{
    font-size: 10pt;
    font-weight: normal;
    margin: 0 0 5px 0;
    color: #666666;
}

.fire a
{
    color: #336699;
}


/******************************************************
					LIGHT
******************************************************/

.light
{
    padding: 10px 15px;
    background-color: #fafafa;
    border: 1px solid gainsboro;
}

.light .headertext
{
    font-family: Georgia, Arial;
    font-size: 16pt;
    color: #666666;
    margin: 0 0 10px 0;
}

.light .title
{
    font-family: Trebuchet MS, Georgia, Arial;
    font-size: 12pt;
    text-transform: uppercase;
    margin: 0;
    color: white;
}

.light .subtitle
{
    font-weight: bold;
    font-size: 8pt;
    text-transform: uppercase;
    color: black;
}

.light .description
{
    font-size: 10pt;
    font-weight: normal;
    margin: 0 0 5px 0;
    color: dimgray;
}

/* SEARCHBOX */

.searchbox
{
    background-color: #ffffff;
    padding: 3px;
    border: 1px solid #cccccc;
}

.searchbox .textbox
{
    border: 0;
}


/* LINKS */

.links
{
    color: #ffffff;
    background-color: #666666;
    padding: 20px;
}

.links .title
{
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.links .item
{
    padding: 10px 0;
    border-bottom: 1px dotted #ffffff;
}

.links a
{
    color: #ffffff;
}


/* GRID */


.grid
{
	background-color: White;
}

.grid-row
{
	background-color: White;
}

.grid-row-alternating
{
	background-color: #fafafa;
}

.grid-row-selected
{
	color: Black;
	background-color: palegoldenrod;
}

.grid-header
{
	color: White;
	background-color: #cc0000;
	font-weight: bold;
}

.grid-footer
{
	color: #cc0000;
	background-color: palegoldenrod;
}

.grid-pager
{
	color: #cc0000;
	background-color: #f0f0f0;
	font-size:12pt;
}
