﻿body 
{
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:12px;
	color:#000000;
	margin:0px;
}
input
{
	font-family:Verdana,Arial,Helvetica,sans-serif;
}
.leftmenu
{
	font-family:Verdana,Arial,Helvetica,sans-serif;
	text-align:left;
}
.leftmenu a
{
	font-family:Verdana,Arial,Helvetica,sans-serif;
	color:#000000;
}
.summary
{
	 font-family:Verdana,Arial,Helvetica,sans-serif;
	 background-color: #efefef;
	 width:500px;
	 margin:0px auto;
}
.footerlink
{
	font-family:Verdana,Arial,Helvetica,sans-serif;
	color:#000000;
	font-size:10px;
	text-decoration:underline;
}
h2
{
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:16px;
}
.textbox
{
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:12px;
	width:400px;
}
.table
{
	display:table;
}
.table-row
{
	display: table-row;
}
.tablecolumn
{
	display: table-column;
}
.tablecell
{
	display: table-cell;
}
.tableheader
{
	display: table-header-group;
}
.tablefooter
{
	display: table-footer-group;
}
#logospace
{
	float: left;
}
#crumbpath
{
	float: right;
}
.sitepath
{
	line-height: 74px;
}
#leftmenu
{
	float: left;
}
#contentarea
{
	float: right;
}
.entercategoryprompt
{
	margin-top: 5px;
	margin-bottom: 5px;
	line-height: 24px;
	font-style: italic;
	color: Gray;
}
.LeftMenu ul.AspNet-Menu /* Tier 1 */
{
    width: 16.5em; /* This is more than (6em x 2) because we want to leave room for borders around the <li> elements that are selected */
	z-index: 0;
}

.LeftMenu ul.AspNet-Menu ul  /* Tier 2 */
{
    top: 0;
    left: 8px;
    z-index: 2;
}

.LeftMenu ul.AspNet-Menu ul ul  /* Tier 3+ */
{
    top: 0;
    left: 32em;
    z-index: 3;
}

.LeftMenu li /* all list items */
{
    width: 15em;
    height: 2em;
    background: lightgrey;
    border: solid 1px lightgrey;
    margin-top: 2px;
    margin-bottom: 2px;
}

.LeftMenu li:hover, /* list items being hovered over */
.LeftMenu li.AspNet-Menu-Hover
{
    background: darkgray;
    border: solid 1px dimgray;
    width: 15em;
    height: 2em;    
}

.LeftMenu a, /* all anchors and spans (nodes with no link) */
.LeftMenu span
{
    color: Black;
	margin: 2px;
	line-height: 1.5em;
    /*background: transparent url('/assets/images/arrow.gif') right center no-repeat;*/
}
.LeftMenu li.AspNet-Menu-Leaf a, /* leaves */
.LeftMenu li.AspNet-Menu-Leaf span
{
    background-image: none !important;
}

.LeftMenu li:hover a, /* hovered text */
.LeftMenu li:hover span,
.LeftMenu li.AspNet-Menu-Hover a,
.LeftMenu li.AspNet-Menu-Hover span,
.LeftMenu li:hover li:hover a,
.LeftMenu li:hover li:hover span,
.LeftMenu li.AspNet-Menu-Hover li.AspNet-Menu-Hover a,
.LeftMenu li.AspNet-Menu-Hover li.AspNet-Menu-Hover span,
.LeftMenu li:hover li:hover li:hover a,
.LeftMenu li:hover li:hover li:hover span,
.LeftMenu li.AspNet-Menu-Hover li.AspNet-Menu-Hover li.AspNet-Menu-Hover a,
.LeftMenu li.AspNet-Menu-Hover li.AspNet-Menu-Hover li.AspNet-Menu-Hover span
{
    color: Black;
    /*background: transparent url('/assets/images/arrow.gif') right center no-repeat;*/
}

.LeftMenu li:hover li a, /* the tier above this one is hovered */
.LeftMenu li:hover li span,
.LeftMenu li.AspNet-Menu-Hover li a,
.LeftMenu li.AspNet-Menu-Hover li span,
.LeftMenu li:hover li:hover li a,
.LeftMenu li:hover li:hover li span,
.LeftMenu li.AspNet-Menu-Hover li.AspNet-Menu-Hover li a,
.LeftMenu li.AspNet-Menu-Hover li.AspNet-Menu-Hover li span
{
    color: Black;
    /*background: transparent url('/images/assets/arrow.gif') right center no-repeat;*/
}

.LeftMenu .AspNet-Menu-Selected /* this tier is selected */
{
    border: solid 1px dimgray !important;
    background: darkgray;
}

.LeftMenu .AspNet-Menu-ChildSelected /* a tier below this one is selected */
{
    border: solid 1px dimgray !important;
    background: darkgray;
}
.LeftMenu .AspNet-Menu-Leaf  .AspNet-Menu-Selected
{
	background: darkgray;
}

.LeftMenu .AspNet-Menu-ParentSelected /* a tier above this one is selected */
{
    border: solid 1px dimgray !important;
}
.LeftMenu .AspNet-Menu-WithChildren ul li
{
}
.LeftMenu .AspNet-Menu-WithChildren ul
{
	margin-left: 16em;
	width: 15em;
	margin-top: -3px;
	border: solid 1px dimgray;
	background: lightgrey;
	padding: 2px;
	padding-right: 4px;
	z-index: 1;
}
.LeftMenu .AspNet-Menu-WithChildren ul li
{
	background: lightgrey;
	margin: 0px auto;
}
.LeftMenu .AspNet-Menu-WithChildren ul li:hover
{
	background: darkgray;
    width: 15em;
    height: 2em;
}
.LeftMenu .AspNet-Menu-WithChildren  .AspNet-Menu-ChildSelected
{
	 background: darkgray;
}
.AspNet-GridView table
{
	width: 400px;
	margin: 0px auto;
}
.AspNet-GridView tr
{
	height: 24px;
	line-height: 24px;
}
.AspNet-GridView tr td
{
	background-color: #efefef;
}
.AspNet-GridView .AspNet-GridView-Alternate td
{
	background-color: #ffffff;
}
.AspNet-GridView-Pagination .AspNet-GridView-Bottom span
{
	width: 100%;
	text-align: center;
}
#ctl00_MainContentPlaceHolder_grdHours table tr td
{
	text-align: center;
}
#ctl00_MainContentPlaceHolder_rblListings table
{
	 width: 420px;
	 margin: 0px auto;
}
.listinglinks
{
	 color: Blue;
	 text-decoration: underline;
}
.hotlink
{
	font-size:14px;
	color:#000000;
	font-weight:bold;
	text-decoration:underline;
}
.coldlink
{
	font-size:12px;
	color:Blue;
	text-decoration:none;
}
#ctl00_logoimage
{
	margin-bottom: -12px;
}