@charset "utf-8";
/* CSS Document */

/* Google Search CSS Overrides */
#results .gsc-control {
	width: 100%;
}
#results form.gsc-search-box {
	display: none;
}
table.gsc-resultsHeader {
	display: none;
}

/* Layout and Styling */
#googlebrand {
	float: right;
	height: 20px;
	width: 115px;
}

#results .gsc-webResult div.gs-visibleUrl-long {
	display : block;
	line-height: 1.3em;
	color: #002759;
	margin: 7px 0 3px;
}

.gsc-webResult div.gs-visibleUrl-short {
	display : none;
}

.gsc-resultsRoot .gs-no-results-result .gs-snippet {
	background-color: #fcfcfc;	
}
#results .gs-promotion {
	background-color: #fcfcfc;	
	border: 2px solid #efefef;
	padding: 9px 9px;
}

.UbcContainer .gs-result a b {
	color: #002759;
	text-decoration: underline;
}

div.gs-webResult {
	padding-bottom: 10px;
	border-bottom: 1px solid #d1d9de;
	margin-top: 16px;
}

#results .gsc-results .gsc-trailing-more-results a {
	color: #000;
	text-decoration: none;
}

#results .gsc-cursor-current-page {
	color: #002759;
	font-weight: bold;
	text-decoration: none;
}

/* Search Form Stuff */

fieldset.searchbox {
	padding: 6px 0 12px;
	border-bottom: 1px solid #7e99aa;
	margin: 0 7px 13px 0;
}

/*
fieldset.searchbox {
	border: none;
	/* width: 243px; 
	margin: 0 auto;
}
.searchbox input, .search button {
	border: none;
	float: left;
}
.searchbox input.box {
	font-size: 1.2em;
	width: 190px;
	height: 32px;
	padding: 2px 5px;
	margin-right: 5px;
	border: 2px solid #ddd;
}
.searchbox input.box:focus {
	outline: none;
}
.searchbox button.btn {

	cursor: pointer;

}
*/

/* Search Tabs */
ul#menu {
	margin: 0 0 15px 0;
}
 
#menu ul, #menu li	{
	display : inline;
	list-style-type : none;
	margin : 0;
	padding : 0;
}

#menu a {
	float : left;
	font-family:Arial,Sans-Serif;
	font-size: 12px;
	color: #fff;
	padding-bottom: 5px;
	
	font-weight: bold;
	text-decoration : none;

}
 
#menu a:link.active, #menu a:visited.active, #menu a:hover	{
	background: #ffffff url("/_ubc_clf/img/home/selectedQuickLink.gif") no-repeat scroll center bottom;
}
#menu a:link.active span, #menu a:visited.active span, #menu a:hover span {
	background: #002759;
	border-bottom-color: #002759;
}

#menu a span {
	display: block;
	padding : 8px 10px 8px 10px;
	border-bottom: 1px solid #7491a3;
	border-right: 1px solid #7491a3;
	vertical-align:middle;
	background: #7e99aa;
}

#UbcMainContent {
	width: 722px;
	margin: 0 10px;
	float: left;
}
#UbcContentSidebar {
	width: 220px;
	float: right;
}