/* Default CSS Stylesheet for a new Web Application project */
BODY
{
    PADDING-RIGHT: 0px;
    PADDING-LEFT: 0px;
    FONT-SIZE: 16px;
    PADDING-BOTTOM: 0px;
    MARGIN: 0px;
    overflow: auto;
    PADDING-TOP: 0px;
    FONT-FAMILY: Arial, Helvetica, Sans-serif;
    TOP: 0px;
    height: 100%;
}
DIV.Header
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 15px;
    MARGIN-BOTTOM: 0.05in;
    TEXT-TRANSFORM: capitalize;
    COLOR: #333366;
    BORDER-BOTTOM: gold 2px solid;
    FONT-FAMILY: 'trebuchet ms',arial,helvetica,sans-serif
}
DIV.PageHeader
{
    COLOR: white;
    HEIGHT: 1.15in;
    BACKGROUND-COLOR: #333366
}
SPAN.PageSubHead
{
    FONT-SIZE: 14pt;
    WIDTH: 100%;
    COLOR: white;
    FONT-STYLE: italic;
    TEXT-ALIGN: right
}
IMG.Collage
{
    BORDER-LEFT: silver 1px solid;
    BORDER-BOTTOM: silver 1px solid
}
IMG.GreenvilleCountyGovernment
{
    BORDER-BOTTOM: gold 1px solid
}
TABLE.Header
{
    BORDER-RIGHT: 0px;
    PADDING-RIGHT: 0px;
    BORDER-TOP: 0px;
    PADDING-LEFT: 0px;
    PADDING-BOTTOM: 0px;
    MARGIN: 0px;
    BORDER-LEFT: 0px;
    WIDTH: 99.5%;
    PADDING-TOP: 0px;
    BORDER-BOTTOM: 0px;
    BORDER-COLLAPSE: collapse
}
.LeftNav
{
	width: 250px;
	height: 100%;
	background-color: #cccc99;
}
.Label
{
	FONT-WEIGHT: bold;
    FONT-SIZE: 8pt;
    COLOR: #333366
}
.LeftNavInput
{
	width:100%;
}
.NavLink
{
	font-weight: bold;
	font-size: 8pt;
	color: #333366;
	text-decoration: underline;
}
.DocumentNav
{
	font-weight: bold;
	font-size: 8pt;
	background-color: silver;
	color: #333366;
	text-decoration: underline;
	height:16pt;
	width:100%;
}
.BodyArea
{
	background-color:White;
    WIDTH: expression( ( document.documentElement.clientWidth ? document.documentElement.clientWidth : document.body.clientWidth) + 'px' ) ;
}
#celGCGGraphic
	{
		padding-right:.15in;
		padding-left:.15in;
	}
	BUTTON.Header
{
    BORDER-RIGHT: gold 1px solid;
    BORDER-TOP: gold 1px solid;
    FONT-WEIGHT: bold;
    FONT-SIZE: 10pt;
    Z-INDEX: 100;
    BORDER-LEFT: gold 1px solid;
    WIDTH: 1in;
    COLOR: white;
    MARGIN-RIGHT: 0.03in;
    BORDER-BOTTOM: gold 1px solid;
    FONT-FAMILY: 'trebuchet ms', Arial, Helvetica, Sans-serif;
    HEIGHT: 0.23in;
    BACKGROUND-COLOR: #333366;
    TEXT-ALIGN: center
}
BUTTON.HeaderInverse
{
    BORDER-RIGHT: white 1px solid;
    BORDER-TOP: white 1px solid;
    BORDER-LEFT: white 1px solid;
    WIDTH: 1in;
    COLOR: #333366;
    MARGIN-RIGHT: 0.03in;
    BORDER-BOTTOM: white 1px solid;
    BACKGROUND-COLOR: gold
}
INPUT.Search
{
    Z-INDEX: 100;
    LEFT: -0.05in;
    POSITION: relative
}
TD.Search
{
    PADDING-RIGHT: 0.05in;
    PADDING-LEFT: 0.05in;
    FONT-WEIGHT: bold;
    FONT-SIZE: 10pt;
    COLOR: white;
    BACKGROUND-COLOR: #333366;
    TEXT-ALIGN: right
}
.PageTitle
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 17px;
    COLOR: #333366;
    PADDING-TOP: 4px;
    LETTER-SPACING: 0.05cm;
    TEXT-ALIGN: center
}
.Breadcrumb
{
	font-size: 8pt;
}
.TableData
{
	font-weight: normal;
	font-size: 8pt;
	color: black;
}
.TableLabel
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 8pt;
}
.TableHeader
{
	font-weight: bold;
	font-size: 9pt;
	color: white;
	background-color: #333366;
	text-align: center;
}
.Row
{
	FONT-SIZE: 8pt;
    COLOR: black;
    BACKGROUND-COLOR: #ffffff
}
.AlternateRow
{
	FONT-SIZE: 8pt;
    COLOR: black;
    BACKGROUND-COLOR: #DBDBDB
}
.TableLink
{
	color:#333366;
	font-size:8pt;
	
}
.TableFooter
{
	font-weight: bold;
	font-size: 8pt;
	color: #333366;
	background-color: #F2F4F7;
	text-align: center;
	
}
.DocumnetNavigation
{
	background-color:#333366;
	color:White;
	font-weight:bold;
}
.DocumnetNavigation A
{
	background-color:#333366;
	color:White;
	font-weight:bold;
}
.ToolBar
{
	font-weight: bold;
	font-size: 9pt;
	color: black;
	background-color: #d4d0c8;
}
.hidden
{
	display: none;
}


/* The CSS that's required to position the footer */

	html
	{
		height: 100%;
	}


	#nonFooter
	{
		position: relative;
		min-height: 100%;
	}

	* html #nonFooter
{
	margin-bottom: 1em;
	height: 100%;
}

	#footer
	{
		position: relative;
		margin: -1.7em auto 0 auto;
		clear:both;
	}

	/* A CSS hack that only applies to IE -- specifies a different height for the footer */

	* html #footer
	{
		position: relative;
		clear:both;
		margin-top: -1.7em auto 0 auto;
		
	}
DIV
{
}

