﻿/*** FOUNDATION STYLES ************************************/

/*
These styles will always be applied last, When users have custom stylesheets for their page, these will be applied afterwards to
enforce our basic foundation design
*/

/* FF Fix to lock scroll bars */
html {
	min-height: 100%;
	margin-bottom: 1px;
}

body {
	margin: 0px;
}

#foundation-container {
	width: 100%;
	height: 100%;
	background-color: #EAEAEA;
}


#foundation-container-upper {
	height: 80px;
}

#orb-body {
	border-bottom: 1px solid #999999;
}



/*** FOUNDATION HEADER ************************************/

#foundation-header {
	width: 100%;
	height: 80px;
	background-color: #FFFFFF;
}

	#foundation-header-top {
		height: 55px;
		background-color: #FFFFFF;
	}

		#foundation-header-top-container {
			width: 970px;
			height: 55px;
			background-color: #FFFFFF;
			text-align: left;
			padding: 0px;
			margin: 0px;
		}

			#logo {
				float: left;
				text-align: left;
				width: 108px;
				height: 50px;
				margin-top: 3px;
				background: transparent url('../images/logo.png') no-repeat top left;
				cursor: pointer;
			}

				#logo span {
					display: none
				}

			#foundation-menu {
				text-align: right;
				width: 612px;
				padding-top: 26px;
				background-color: transparent;
				margin-left: 120px;
			}

			#global-search {
				text-align: right;
				float: right;
				width: 230px;
				background-color: transparent;
				padding-top: 22px;
			}


	#foundation-header-bottom {
		height: 25px;
		background-color: #D6D6D6;
		border-top: 0px;
		border-bottom: 1px solid #999999;
	}

		#foundation-header-bottom-container {
			width: 970px;
			background-color: transparent;
			text-align: left;
			margin-top: 2px;
		}






/*** FOUNDATION BODY ************************************/

#foundation-body {
	width: 970px;
	height: 100%;
}

#columns {
	width: 100%;
	/*height: 400px;*/
}


/*** GLOBAL SEARCH FORM ************************************/

#global-search form {
	margin: 0px;
}

#global-search input {
	font-size: 10pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#global-search input.search-button {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #666666;
	width: 33px;
	height: 22px;
	background: transparent url('../images/global_search_button.gif') no-repeat top left;
	border-width: 0px;
	border-style: none;
	cursor: pointer;
}

#global-search input.search-button-drop-down {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	color: #666666;
	width: 21px;
	height: 22px;
	background: transparent url('../images/global_search_button_drop_down.gif') no-repeat top left;
	border-width: 0px;
	border-style: none;
	cursor: pointer;
}

#global-search-menu {
	position: absolute;
	width: 125px;
	height: 260px;
	z-index: 2;
	top: 50px;
	left: 50%;
	margin-left: 360px;
	background: transparent url('../images/global_search_menu_background.png') no-repeat top left;
	padding-top: 7px;
	visibility: hidden;
}

#global-search-menu-iframe {
	position: absolute;
	z-index: 1;
	top: 50px;
	left: 50%;
	margin-left: 360px;
	visibility: hidden;

}

#global-search-menu-iframe iframe {
	display: block;
	width: 125px;
	height: 260px;
}

div.global-search-selection {
	width: 100%;
	cursor: pointer;
}

div.global-search-selection p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #737373;
	text-align: left;
	margin-left: 15px;
	margin-top: 2px;
	padding-left: 10px;
	background: transparent url('../images/gsm_bullet.png') no-repeat center left;
}



/*** WELCOME STYLES ************************************/

span.welcome-text {
	color: #E0E0E0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 10pt;
	vertical-align: top;
}

#new-mail {
	margin: 2px 5px 0px 5px;
	border: none;
}

span.welcome-text b {
	color: #000000;
}

a.welcome-link {
	margin-top: 0;
	margin-bottom: 0;
	color: #808080;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10pt;
	text-decoration: none;
}

a.welcome-link:hover {
	margin-top: 0;
	margin-bottom: 0;
	color: #808080;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10pt;
	text-decoration: underline;
}

#orbcast {
	/*
	padding-right: 20px;
	background: transparent url(../images/content_icons/orbcast.png) no-repeat 100% 50%;
	*/
	border: 0px;
	padding-bottom: 3px;
}



/*** CRUMB STYLES ************************************/

span.crumb-text {
	color: #808080;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 10pt;
}

span.crumb-text #unlink-last {
	color: #4D4D4D;
}

a.crumb-link {
	margin-top: 0;
	margin-bottom: 0;
	color: #4D4D4D;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 10pt;
	text-decoration: none;
}

a.crumb-link:hover {
	margin-top: 0;
	margin-bottom: 0;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 10pt;
	text-decoration: none;
}



/*** FOOTER STYLES ************************************/

#foundation-footer {
	background-color: #FFFFFF;
	border-top: 10px solid #CCCCCC;
	padding: 5px;
}

#foundation-footer p {
	text-align: center;
	font-size: 7pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#foundation-footer a {
	font-size: 7pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

