﻿/* Search Box Overrides */
html { height: 100%; margin-bottom: 1px; 
/*For Firefox 3.5 or later: */
 overflow: -moz-scrollbars-vertical !important; 
 /* padding-bottom:1px  */
 overflow-y: scroll;
}



.ms-sbplain
{
	font-family:Arial !important;
	font-size:12px !important;
	border-top: #676B6E solid 2px !important;
	border-left: #676B6E solid 2px !important;
	border-right: #D2D2D2 solid 1px !important;
	border-bottom: #D2D2D2 solid 1px !important;
	background-color: #FFFFFF !important;
}
td.ms-sbcell
{
	border:none !important;
}
td.ms-sbgo
{
	background-color: #FFF !important;
}

/* Navigation Styles */
.custom_nav td
{
	padding-top: 2px;
	padding-bottom: 2px;
	text-align: center;
	max-width:150px;
}
.custom_footer td
{
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left:15px;
	padding-right:15px;
}
.custom_nav, .custom_nav a
{
	font-family: Arial;
	font-size: 10px;
/*	color: #114466;*/
	color: #003366;
	text-decoration: none;
}

.custom_nav a:hover
{
	text-decoration: underline;
}

/* Left Navigation Styles */
.leftNav
{
	margin-right: 0px;
	margin-left: 0px !important;
	text-align: right;
	background-color: #708090;
	border: none;
}
table.leftNav1
{
	margin-top: 0px;
		margin-left: 0px !important;
}
.leftNav1
{
	font-weight: bold;
	color: #FFF;
	text-align: right;
		margin-left: 0px !important;
}
.leftNav2
{
	background-color: #D3D3D3;
	color: #003366;
	text-align: right;
		margin-left: 0px !important;
}
.leftNav3
{
	background-color: #99CCFF;
	color: #808080;
	text-align: right;
		margin-left: 0px !important;
}

.leftNav1 a
{
	padding-right: 27px;
	font-weight: bold;
		margin-left: 0px !important;
}
.leftNav2 a
{
	padding-right: 27px;
	font-weight: normal;
		margin-left: 0px !important;
}
.leftNav3 a
{
	padding-right: 27px;
	font-weight: normal;
		margin-left: 0px !important;
}

.leftNav1 a:active
{
	color: #FFF;
	background-color: #124798;
		margin-left: 0px !important;
}

.leftNav1 a:hover
{
	color: #FFF;
	background-color: #124798;
		margin-left: 0px !important;
}
.leftNav2 a:hover
{
	color: #FFF;
	background-color: #124798;
		margin-left: 0px !important;
}
.leftNav3 a:hover
{
	color: #FFF;
	background-color: #124798;
		margin-left: 0px !important;
}

.leftNavSelected
{
	color: #003366;
	background-color: #FFF;
	border: 0px;
		margin-left: 0px !important;
}

.breadcrumb
{
	font-family: Arial;
	font-size: 10px;
	color: #003366;
	border-bottom: 0px;
}
.breadcrumbCurrent
{
	font-weight: normal;
}

.authoringRegion
{
	background-color:#FFF;
}