/* Global links */

.bip-HeaderLinks {
    color: white;
	font-size: xx-small;
}
.bip-HeaderLinks a:active {
	font-weight: normal;
    color: white;
	text-decoration: none;
}
.bip-HeaderLinks a:link {
	font-weight: normal;
    color: white;
	text-decoration: none;
}
.bip-HeaderLinks a:visited {
	font-weight: normal;
    color: white;
	text-decoration: none;
}
.bip-HeaderLinks a:hover {
	font-weight: normal;
    color: white;
	text-decoration: underline;
}

/* Overrides for navigation breadcrumbs on the top of the page */

#bip-Breadcrumbs {
	margin-left: .75em;
    color: white;
    clear: both;
    font-size: xx-small; 
	padding-left: 5px;	
	margin-bottom: 0px;	
	padding-bottom: 3px;	
	padding-top: 3px;	
	border-bottom: none;	
	font-family: Verdana, Arial, San-Serif
}
#bip-Breadcrumbs a,
#bip-Breadcrumbs a:visited 
{
	padding-left: 0px;
	padding-right: 0px;
   	font-weight: normal;
	color: white;
	text-decoration: none;
}
#bip-Breadcrumbs a:hover {
	font-weight: normal;
	color: white;
	text-decoration: underline;
}

/* Home Splash Screen */

#bip-HomeSplash {
}
#bip-HomeSplash a {
	font-size: x-small;
}
#bip-HomeSplash a:active {
	text-decoration: none;
	color: darkred;
}
#bip-HomeSplash a:link {
	text-decoration: none;
	color: #989933;
}
#bip-HomeSplash a:visited {
	text-decoration: none;
	color: #989933;
}
#bip-HomeSplash a:hover {
	text-decoration: underline;
	color: darkred;
}

/* Left Navigation */

.ANav {
	font-size: x-small;
	font-weight: bold;
	color: white;
	text-decoration: none;
}
.ANav:active {
	font-size: x-small;
	font-weight: bold;
	color: white;
	text-decoration: none;
}
.ANav:hover {
	font-size: x-small;
	font-weight: bold;
	color: white;
	text-decoration: underline;
}
.ANav:link {
	font-size: x-small;
	font-weight: Bold;
	color: white;
	text-decoration: none;
}
.ANav:visited {
	font-size: x-small;
	font-weight: bold;
    color: white;
	text-decoration: none;
}

/* Search box */ 

#bip-SearchBox .ms-sbtable-ex {
	width: 0px;
}
#bip-SearchBox td.ms-sbcell {
	border:none;
}
#bip-SearchBox .ms-sbcell {
	color: #FFFFFF;
}
#bip-SearchBox .ms-sbtext {
	padding-right:5px;
}
#bip-SearchBox .ms-sbLastcell {
	width:5px;
}
#bip-SearchBox ms-sbgo {
	padding-left: 5px;
}
#bip-SearchBox td.ms-sbgo {
	background-color:#E9F2FD;
	padding-left:2px;
	padding-right:2px;
	padding-bottom:1px;
	padding-top:1px;
}

/* Search Box on Home Splash page */

#bip-SearchBoxHomeSplash .ms-sbtable-ex {
	width: 0px;
}
#bip-SearchBoxHomeSplash .ms-sbcell {
	color: #989933;
}
#bip-SearchBoxHomeSplash .ms-sbtext {
	padding-right:5px;
}
#bip-SearchBoxHomeSplash .ms-sbLastcell {
	display:none;
}
#bip-SearchBoxHomeSplash td.ms-sbcell {
	border:none;
}
#bip-SearchBoxHomeSplash ms-sbgo {
	padding-left: 5px;
}
#bip-SearchBoxHomeSplash td.ms-sbgo {
	background-color:#E9F2FD;
	padding-left:2px;
	padding-right:2px;
	padding-bottom:1px;
	padding-top:1px;
}
#bip-SearchBoxHomeSplash .ms-sbplain {
	border: thin #989933 solid;
}

/* Brandes Broadcast */

.bip-BrandesBroadcastTitle {
	color: #fffafa;
	font-size: larger;
	font-style:italic; 
}
.bip-BrandesBroadcastLeftPageContent {
	margin-bottom: 1em;
	margin-left: 1em;
	margin-right: 1em;
	margin-top: 1em;
}

/* Welcome UserControl overrides */

#zz4_Menu_t a:active {
	color: #000;
}
#zz4_Menu_t a:link {
	color: #FFF;
	font-size: xx-small;
}
#zz4_Menu_t a:visited {
	color: #000;
}
#zz4_Menu_t.ms-SpLinkButtonActive a:link,
#zz4_Menu_t.ms-SpLinkButtonActive a:visited,
#zz4_Menu_t.ms-SpLinkButtonActive a:hover {
	color: #000;
}

/* Miscellaneous */

.TextXXSmall {
	font-size: xx-small;
}
.LblWarning {
	color: darkred;
}