A.hrefSmall
{
	font-weight: normal;
	font-size: 12px;
}
A.advancedSearch
{
	font-weight: normal;
	font-size: 14px;
}
TABLE.tableLarge
{
	font-weight: bold;
	font-size: 20px;
}
TABLE.tableDetails
{
	empty-cells: show;
}
TABLE.tableDetails TH
{
	font-weight: bold;
	font-size: 14px;
	vertical-align: bottom;
}
TABLE.tableDetails TD
{
	font-size: 14px;
	vertical-align: top;
}
TABLE.tableDetailsSmall TD
{
	font-size: 12px;
	font-family: Arial;
}
TABLE.tableDetailsSmall TH
{
	font-size: 14px;
}

.small
{
	font-size: x-small;
}

#contactFooter h3
{
	margin-bottom: 0px;
}

table.OldStyleHeader h1, table.OldStyleHeader h2, table.OldStyleHeader h3, table.OldStyleHeader h4
{
	margin: 0px;
}

/* RIS Styles */

.MenuFirstLevel, .MenuSecondLevel
{
	font-size: 0.75em;
	text-align: left;
	white-space: normal;
}

.MenuFirstLevel td
{
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: bold;
}

.MenuSecondLevel td
{
	padding-left: 3px;
	padding-bottom: 5px;
}

.MenuFirstLevel a
{
	color: inherit;
}

.MenuFirstLevel a, .MenuSecondLevel a:link, .MenuSecondLevel a:visited
{
	text-decoration: none;
}

.MenuSecondLevel a:hover
{
	font-weight: bold;
}

#Container
{
	width: 100%;
	margin: 0px auto;
}

#Header
{
	border-bottom: solid 1px black;
}

#Content
{
	margin: 0 0 0 137px;
}

#Footer
{
	clear: left;
	border-top: solid 1px black;
	border-bottom: solid 1px black;
}

#MenuSidebar
{
	position: absolute;
	left: 0px;
	float: left;
	width: 137px;
	padding: 0px;
	border-right: solid 1px black;
	border-bottom: solid 1px black;
	background-color: #F5EBD6;
}

div#Content
{
	font-size: 0.8em;
}

table.Vertical, table.Horizontal
{
	font-size: 1em;
}

table.Horizontal th, table.Horizontal td
{
	border: solid 1px black;
}

table.Vertical th, table.Vertical td, table.Horizontal th, table.Horizontal td
{
	padding: 2px;
	text-align: left;
	vertical-align: top;
}

table.Vertical th, table.Horizontal th
{
	font-weight: bold;
}

table.Vertical th
{
	text-align: right;
}

div.Section
{
	padding-bottom: 1em;
}

.LeftSpace
{
	padding-left: 1em;
}

.TopSpace
{
	padding-top: 1em;
}

.BottomSpace
{
	padding-bottom: 1em;
}

.RightSpace
{
	padding-right: 1em;
}

input.Description
{
	width: 40em;
}

input.Name
{
	width: 20em;
}

input.Date
{
	width: 11em;
}

input.Year
{
	width: 3em;
}

div.DateRange
{
	float: left;
}

textarea
{
	font-family: arial;
	font-size: inherit;
	width: 40em;
	border: solid 1px black;
}

.rssSmall
{
	background-image: url( "images/feed-icon-14x14.png" );
	background-repeat: no-repeat;
	padding-left: 20px;
}


/* Data Web Control Styles */

.DataWebControlStyle
{
	font-size: 90%;
}

.HeaderStyle
{
	background-color: #F5EBD6;
	font-weight: bold;
	padding-right: 5px;
}

.AlternatingRowStyle
{
}

.RowStyle
{
}

.SelectedRowStyle
{
	background-color: Yellow;
}

.Instructions
{
	font-style: italic;
	color: #888;
}

#CriticalPathItems div
{
	font-weight: bold;
	padding-bottom: 0.25em;
}

#EmptyCriticalPath.Instructions
{
	text-decoration: underline;
}

#CriticalPathItemDelete.Instructions
{
	border: solid 1px #888;
	width: 15em;
	text-align: center;
	padding: 0.5em 0.5em;
}

#CriticalPathItemDelete.Hover
{
	background-color: Red;
}

.Autocompleter
{
	z-index: 1000;
	border: solid 1px gray;
}

.ajax__calendar_container
{
	z-index: 1000;
}

#ReportAuthorizationList
{
	width: 80%;
	border: solid 2px black;
	margin-bottom: 1em;
}

#ReportAuthorizationList td.title
{
	color: White;
	background-color: Black;
	font-weight: bold;
	text-align: right;
	width: 6%;
}

#ReportAuthorizationList td
{
	font-size: 0.9em;
	width: 19%;
	padding: 5px;
}

.directions
{
	margin: 1em;
}

.directions p
{
	margin: 1em;
}

.directions .title
{
	font-size: 1.25em;
	font-weight: bold;
	text-decoration: underline;
	margin-bottom: .5em;
}

.directions .warning
{
	font-size: 1.25em;
	font-weight: bold;
	margin-bottom: .5em;
}

.directions ul
{
	margin-left: 1em;
}

.directions li
{
	margin-left: 1.5em;
	list-style-type: disc;
}


