html {
	height:100%;
}
body {
	color:#333;
	font:68.75%/1.3125 Verdana, Helvetica, Arial; /* equivalent to 11px */ /* Style Setting: Site Body Font */
	height:100%;
	margin:8px;
}
body.embedded {
	margin:0 !important;
	padding:0 !important;
}
body.miniquicktake,
body.topfunds,
body.topfundsit,
body.topfundslnp {
	margin:0;
}

a {
	color:#333;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
a.disabled:hover {
	text-decoration:none;
}
a.alerts {
	background:url(/img/icons/alerts.gif) no-repeat 0 1px;
	padding-left:20px !important;
}
a.excel {
	background:url(/img/icons/excel_small.gif) no-repeat 0 1px;
	padding-left:15px !important;
}
a.glossary {
	background:url(/img/icons/question_mark.gif) no-repeat 0 center;
	padding-left:14px !important;
}
a.ms_arrow_link {
	background:url(/img/FromCss/QuotearrowSmall.gif) no-repeat 0px 2px;
	padding-left:15px;
}
a.ms_backbutton {
	background:url(/img/icons/arrow_right.gif) no-repeat 0px 4px;
	padding-left:9px;
}
a.pdf {
	background:url(/img/icons/pdf_small.gif) no-repeat left center;
	padding-left:18px !important;
}
a.portfolio {
	background:url(/img/icons/portfolio.gif) no-repeat 0 center;
	padding-left:16px !important;
}
a.print {
	background:url(/img/icons/print.gif) no-repeat 0 center;
	padding-left:18px !important;
}

em, .ms_italic {
	font-style:italic;
}
strong, .ms_bold {
	font-weight:bold;
}

pre {
	font:100% Verdana, Helvetica, Arial;
}


/* forms */
legend {
	color:#666;
}
input, select, textarea {
	/*font:inherit;  -- can't use this because of hassles with IE6 and IE7. Have to redeclare instead. */
	font:100% Verdana, Helvetica, Arial;
}
textarea {
	overflow:hidden;
}
span.checkbox input,
input.checkbox {
	position:relative;
	top:3px;
	margin-right:5px;
}
span.radio input,
input.radio {
	position:relative;
	top:3px;
	margin-right:5px;
}
input.textbox {
	border:1px solid #d7d7d7;
	padding:3px 2px;
}
input.textbox_disabled {
	background-color:#ccc !important;
}


/* images */
img.asset-allocation-icon {
	margin-right:4px;
}
img.ms_lookup_icon {
	position:relative;
	top:3px;
	width:18px;
	height:15px;
	background:url(/img/icons/securityLookup.gif) no-repeat center center;
}
img.quartile-rank {
	vertical-align:middle;
}


/* lists */
ol {
	list-style-type:decimal;
}
ol.lower-alpha {
	list-style-type:lower-alpha;
}
ol.upper-alpha {
	list-style-type:upper-alpha;
}
ol.lower-roman {
	list-style-type:lower-roman;
}
ol.upper-roman {
	list-style-type:upper-roman;
}
ol, ul {
	margin-bottom:1.45em;
}


p {
	margin-bottom:1.45em;
}


/* tables -- see also gridView.css */
table {
	width:100%;
}
tr {
	height:100%;
}
td,
th {
	line-height:1.55;
	overflow:hidden;
	padding:1px 3px 2px;
	vertical-align:top;
}

table.ms_data {
	background-color:#fff;
	table-layout:fixed;
}
table.ms_data tr {
  background-color:#fff;
}
table.ms_data tr.dark {
  background-color:#e6f0fa;
}
table.ms_data thead th {
	border-bottom:1px solid #919191;
}
table.ms_data tbody th  {
	font-weight:normal;
}
table.ms_data *.border,
table.ms_data td,
table.ms_data thead th {
	border-right:1px solid #c8c8c8;
}
table.ms_data thead th:first-child,
table.ms_data *.no-border,
table.ms_data tr > *:last-child {
	border-right:0;
}
table.ms_data tr.subheader * {
	color:gray;
	font-weight:bold;
}

table.right td,
table.right th {
	text-align:right;
}
table.right tr *:first-child {
	text-align:left;
}

col.gridBuyButton,
th.gridBuyButton,
col.gridSellButton,
th.gridSellButton {
	width:4%; /* Style Setting: Buy Button Cell Size AND Sell Button Cell Size */
}
col.gridBuyButtonHTML,
col.gridSellButtonHTML 
{
	width:7%;
}


/* Change indicators */
.price_up {
	color:green;
}
.price_up_arrow {
	background:transparent url(/img/arrow_up_green_p.gif) no-repeat left 2px;
	padding-left:15px !important;
}
.price_down {
	color:red;
}
.price_down_arrow {
	background:transparent url(/img/arrow_down_red_p.gif) no-repeat left 2px;
	padding-left:15px !important;
}
.price_nochange {
	color:gray;
}
.price_nochange_arrow {
	background:transparent url(/img/arrow_right_grey_p.gif) no-repeat left 2px;
	padding-left:15px !important;
}
.price_unknown {
	color:#293F6F;
}
.price-block-container {
	position:relative;
	top:2px;
	border:0 !important;
}
.price-block {
	position:absolute;
	top:0;
	border:0 !important;
	height:13px;
	padding:0 !important;
}
.price-block-down {
	background-color:red;
	right:50%;
}
.price-block-up {
	background-color:#008000;
	left:50%;
}


.clearfix:after {
  content:".";
  display:block;
  height:0;
  clear:both;
  visibility:hidden;
}
.float_left {
	float:left;
}
.float_right {
	float:right;
}
.hidden {
	display:none !important;
}
.no-padding,
table.ms_data td.no-padding,
table.ms_data th.no-padding {
	padding:0 !important;
}
.no_universe_selected {
	font-weight:bold;
	margin: 10px 0;
	text-align: center;
}
.nowrap {
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis-word;
}
.pale-text {
	color:gray;
}
.pointer {
	cursor:pointer;
}
.text-indent {
	text-indent:10px;
}
.text_left,
table td.left,
table th.left {
	text-align:left !important;
}
.text_centre,
table td.centre,
table th.centre {
	text-align:center !important;
}
.text_right,
table td.right,
table th.right {
	text-align:right !important;
}
.wait {
	cursor:wait;
}
.whats-this {
	cursor:help;
}


/* no javascript message */
#noscript-warning {
	color:#f00;
	font-size:172.9%;
	font-weight:bold;
	margin:1em 0;
}


/* containers */
/*#MasterNavigationBottom,
#MasterNavigationTop,
#MasterMiddle {
	font-size:100%;
}*/
#MasterMiddle {
	margin-bottom:0;
	overflow:hidden;
}
#MasterNavigationLeft,
#MasterMainContent,
#MasterNavigationRight {
	float:left;
}
#MasterMainContent {
	width:760px; /* Setting: Content Width */
}
#MainDiv {
	background-color:#fff;
	color:#333;
}
body.embedded #MasterNavigationTop,
body.embedded #MasterNavigationLeft,
body.embedded  #MasterMainContentTop,
body.embedded  #MasterMainContentBottom,
body.embedded  #MasterNavigationRight,
body.embedded  #MasterNavigationBottom {
	display:none !important;
}
body.embedded #MasterMainContent {
	float:none !important;
}


/* title bar */
.ms_title_bar {
	background:#fff url(/img/FromCss/titlebk.jpg) repeat-x top left; /* Style Setting: Title Bar Background Image */
	border-bottom:1px solid #232323;
	clear:both;
	height:25px; /* Style Setting: Title Bar Height */
	line-height:25px; /* Style Setting: Title Bar Height */
	vertical-align:middle;
}
.ms_title_bar h2,
.ms_title_backbutton,
.ms_title_label {
	color:#fff; /* Style Setting: Title Bar Text Color */
	display:block;
	float:left;
	font-weight:bold;
	height:inherit;
}
.ms_title_backbutton {
	background:url(/img/FromCss/backbuttonarrow_white.gif) no-repeat 0 1px;
	border-right:1px solid #000;
	padding-left:2em;
	padding-right:1em;
	white-space:nowrap;
}
.ms_title_bar h2 {
	margin-left:10px;
	padding:0;
}
.ms_title_label {
	margin-left:10px;
	margin-right:5px;
}
.ms_title_dropdown {
	float:left;
	margin-top:3px;
	margin-right:7px;
}

/*.ms_title_dropdown:last-child {
	margin-right:0;
}*/
.ms_title_bar_dropdown_currency,
.ms_title_bar_dropdown_language {
	width:80px;
}
/*.ms_title_bar_dropdown_tools {
	width:220px;
}*/

.ms_title_help {
	background-image:none;	/* Style Setting: Title Bar Help Icon Background Image */
	background-position:center center;
	background-repeat:no-repeat;
	float:left;
	margin-right:0;
}
.ms_title_help .ms_title_label{
	margin-left:0;
	margin-right:0;
}
.ms_title_help #helpDiv {
	border-left:1px solid #000;
	cursor:pointer;
	display:block;
	font-weight:normal;
	height:25px;
	text-align:center;
	vertical-align:middle;
	width:40px;
}
.helpcontent-helpsection #MasterMiddle {
	width:auto;
}

/*.ms_title_bar {
	background:#fff url(/img/backgrounds/titlebar_v2.gif) repeat-x; /* Style Setting: Title Bar Background Image
	border:1px solid #d6d6d6;
	border-top-color:#a9a9a9;
	clear:both;
	height:25px; /* Style Setting: Title Bar Height
	line-height:25px; /* Style Setting: Title Bar Height
	margin-bottom:1px;
	vertical-align:middle;
}
.ms_title_bar h2,
.ms_title_backbutton,
.ms_title_bar label {
	color:#636363; /* Style Setting: Title Bar Text Color
	display:block;
	float:left;
	height:inherit;
}
.ms_title_backbutton {
	border-right:1px solid #d6d6d6;
	padding-left:6px;
	padding-right:6px;
	white-space:nowrap;
}
.ms_title_backbutton_img {
	background:url(/img/icons/titlebar_back_button_v2.gif) no-repeat 6px center;
	padding-left:21px;
}
.ms_title_bar h2 {
	font-weight:bold;
	padding-left:6px;
}
.ms_title_bar label {
	padding-left:6px;
	padding-right:5px;
}
.ms_title_dropdown {
	float:left;
	margin-top:3px;
	margin-right:7px;
}
.ms_title_bar_dropdown_currency,
.ms_title_bar_dropdown_language {
	width:80px;
}

.ms_title_help {
	background-image:none;	/* Style Setting: Title Bar Help Icon Background Image
	background-position:center center;
	background-repeat:no-repeat;
	float:left;
	margin-right:0;
}
.ms_title_help .ms_title_label{
	margin-left:0;
	margin-right:0;
}
.ms_title_help #helpDiv {
	border-left:1px solid #d6d6d6;
	cursor:pointer;
	display:block;
	font-weight:normal;
	height:25px;
	text-align:center;
	vertical-align:middle;
	width:40px;
}
.helpcontent-helpsection #MasterMiddle {
	width:auto;
}*/

/*.ms_title_help #helpDiv {
	position:absolute;
	top:5px;
	right:5px;
	background-color:#e6f0fa;
	border:1px solid #c8c8c8;
	color:#333;
	display:none;
	height:auto;
	line-height:1.45em;
	max-height:330px;
	overflow:auto;
	text-align:left;
	padding:10px;
	width:430px;
	z-index:10;
}
.ms_title_help:hover #helpDiv {
	display:block;
}
.ms_title_help #helpDiv h2,
.ms_title_help #helpDiv h3,
.ms_title_help #helpDiv h4,
.ms_title_help #helpDiv h5 {
	font-size:1em;
	margin-bottom:1.45em;
}
.ms_title_help #helpDiv p {
	margin-bottom:1.45em;
}
.ms_title_help #helpDiv ol,
.ms_title_help #helpDiv ul {
	padding-left:26px;
	padding-right:10px;
}
.ms_title_help #helpDiv dl,
.ms_title_help #helpDiv hr,
.ms_title_help #helpDiv ol,
.ms_title_help #helpDiv ul {
	margin-bottom:1.45em;
}
.ms_title_help #helpDiv dt {
	font-style:italic;
}
.ms_title_help #helpDiv dd {
	margin-bottom:1.45em;
}*/


/* generic content containers */
.ms_left_column {
	float:left;
	width:48.5%;
}
.ms_right_column {
	float:right;
	width:48.5%;
}
.ms_left{
	float:left;
}
.ms_right{
	float:right;
}
.ms_box {
	clear:both;
	margin-bottom:1em;
	width:100%;
}
.ms_grouping h2 {
	background:transparent url(/img/FromCss/groupbarbk.jpg) repeat-x scroll left top; /* Style Setting: Group Heading Background Image */
	border:1px solid #c8c8c8;
	border-bottom-width:0;
	font-weight:bold;
	height:22px;
	line-height:21px;
	padding-left:5px;
	vertical-align:middle;
}
.multiquickrank .ms_grouping h2 {
	border-bottom-width:1px;
}
/* NB: Text colour can be changed via Style Setting: Group Heading Text Colour */
.ms_grouping h2 span {
	display:block;
	float:left;
}
.ms_grouping .collapseImage {
	background:url(/img/icons/collapse.gif) no-repeat left center;
	height:22px;
	padding-right:5px;
	width:4px;
}
.ms_grouping  .expandImage {
	background:url(/img/icons/expand.gif) no-repeat left center;
	height:22px;
	padding-right:5px;
	width:7px;
}

.ms_box .ms_item {
	clear:both;
	padding:5px 5px 5px 10px;
}
.ms_panel {
	background-color:#e6f0fa;
}
.ms_toolbar,
.ms_portfolio_toolbar {
	background-color:#E1E1E1; /* Tool Bar Background Color */
	border-top:1px solid #fff;
	border-bottom:1px solid #bebebe; /* Quickrank Tool Bar Bottom Border */
	padding:8px 10px;
	vertical-align:middle;
}
.change_criteria {
	padding:3px 10px;
}
.change_criteria a {
	background:url(/includes/images/back.gif) no-repeat 0 -1px;
	cursor:pointer;
	padding-left:20px;
}
.ms_search_bar,
.ms_bottom_bar {
	background-color:#e1e1e1; /* Style Setting: Bottom Bar Background Color */
	clear:both;
	padding:0;
	width:100%;
}
.ms_search_bar > div,
.ms_bottom_bar > div {
	border:1px solid gray;
	overflow:hidden;
	padding:4px 10px;
	text-align:right;
}

/* equal height columns */
.ms_equal_left_column_background {
	position:relative;
	right:49%; /* Must be the same as 'ms_equal_right_column width' */
	background-color:#fff; /* Style Setting: Fund Screener Left Column Background Color */
	float:left;
	width:100%;
}
.ms_equal_right_column_background {
	position:relative;
	background-color:#e6f0fa; /* Style Setting: Fund Screener Right Column Background Color */
	overflow:hidden;
	float:left;
	width:100%;
}
.ms_equal_left_column {
	position:relative;
	left:49%; /* Must be the same as 'ms_equal_right_column width' */
	float:left;
	overflow:hidden;
	width:51%; /* Style Setting: Fund Screener Left Column Width */
}
.ms_equal_right_column {
	position:relative;
	left:49%; /* Must be the same as 'ms_equal_right_column width' */
	float:left;
	overflow:hidden;
	width:49%; /* Calculated as being '100 - Fund Screener Left Column Width' */
}


/* disclaimers */
#ms_performance_disclaimer {
	clear:both;
	margin-top:1em;
	margin-bottom:1em;
}
.general_disclaimer {
	clear:both;
	font-size:90.9%;
}
.ms_disclaimer_links {
	background-color:#333; /* Style Setting: Disclaimer Toolbar Background Color */
	color:#fff; /* Style Setting: Disclaimer Toolbar Font & Link Color */
	line-height:2.5em;
	margin-bottom:1em;
	padding:0 12px;
	vertical-align:middle;
}
.ms_disclaimer_links a {
	margin-right:19px;
	color:#fff; /* Style Setting: Disclaimer Toolbar Font & Link Color */
}
.ms_disclaimer_links a:last-child {
	margin-right:0;
}
.ms_disclaimer_custom,
.ms_disclaimer {
	border-top:1px solid #bebebe;
	padding-top:4px;
}
.ms_disclaimer_custom {
	text-align:justify;
	margin-bottom:1em;
}
.ms_disclaimer_custom a,
.ms_disclaimer a {
	color:inherit;
}
.ms_disclaimer_logo {
	float:right;
}
.ms_disclaimer_logo img {
	border:0;
}


/* buttons */
input.ms_submit_button,
a.ms_button {
	background:#fff url(/includes/images/buttonbk.jpg) repeat-x right top;
	border:1px solid #999;
	cursor:pointer;
	margin:0 5px;
	text-align:center;
	text-decoration:none;
}
a.ms_button {
	display:block;
}
a.ms_button,
input.ms_submit_button {
	/*float:left;*/
	/*height:26px;*/
	padding:1px 15px;
	/*width:128px;*/
}
td.gridBuyButton,
td.gridSellButton {
	background-position:center center;
	background-repeat:no-repeat;
	height:100%;
	vertical-align:middle !important;
}
.snapshotBuyImage,
.snapshotSellImage {
	background-position:center center;
	background-repeat:no-repeat;
	vertical-align:middle;
	width:26px;
}
.snapshotBuyImage,
td.gridBuyButton {
	background-image:url(/includes/images/buy.gif); /* Style Setting: Buy Button Image URL */
}
.snapshotSellImage,
td.gridSellButton {
	background-image:url(/includes/images/sell.gif); /* Style Setting: Sell Button Image URL */
}
td.gridBuyButton a,
td.gridSellButton a {
	display:block;
	height:100%;
	text-decoration:none;
	width:100%;
}


/* sector weighting images */
.sector-weighting {
	background-position:left top;
	background-repeat:no-repeat;
	padding-left:25px !important;
}
.sector_1to4 {
	background-image:url(/img/icons/sectors/sector_informationeconomy_color.gif) !important;
}
.sector_5to8 {
	background-image:url(/img/icons/sectors/sector_serviceeconomy_color.gif) !important;
}
.sector_9to12 {
	background-image:url(/img/icons/sectors/sector_manufacturingeconomy_color.gif) !important;
}
.sector_1 {
	background-image:url(/img/icons/sectors/sector_ms04_1_color.gif) !important;
}
.sector_2 {
	background-image:url(/img/icons/sectors/sector_ms04_2_color.gif) !important;
}
.sector_3 {
	background-image:url(/img/icons/sectors/sector_ms04_3_color.gif) !important;
}
.sector_4 {
	background-image:url(/img/icons/sectors/sector_ms04_4_color.gif) !important;
}
.sector_5 {
	background-image:url(/img/icons/sectors/sector_ms04_5_color.gif) !important;
}
.sector_6 {
	background-image:url(/img/icons/sectors/sector_ms04_6_color.gif) !important;
}
.sector_7 {
	background-image:url(/img/icons/sectors/sector_ms04_7_color.gif) !important;
}
.sector_8 {
	background-image:url(/img/icons/sectors/sector_ms04_8_color.gif) !important;
}
.sector_9 {
	background-image:url(/img/icons/sectors/sector_ms04_9_color.gif) !important;
}
.sector_10 {
	background-image:url(/img/icons/sectors/sector_ms04_10_color.gif) !important;
}
.sector_11 {
	background-image:url(/img/icons/sectors/sector_ms04_11_color.gif) !important;
}
.sector_12 {
	background-image:url(/img/icons/sectors/sector_ms04_12_color.gif) !important;
}
.sector_99 {
	background-image:url(/img/icons/sectors/sector_ms04_99_color.gif) !important;
}


/* stylebox */
.ms-stylebox-container-fat {
	width:150px;
	text-align:left;
}
.ms-stylebox-container {
}
.ms-stylebox {
	display:inline-block;
}
.ms-stylebox-container-fat .ms-stylebox {
	float:left;
	margin:2px 3px 0 0;
}
.ms-stylebox-container-fat .vertical {
	float:left;
	margin-top:2px;
}
.ms-stylebox {
	border:1px solid #000;
	border-width:1px 0 0 1px;
	height:108px;
	width:108px;
}
.ms-stylebox * {
	border:1px solid #000;
	border-width:0 1px 1px 0;
	float:left;
	height:35px;
	line-height:35px;
	margin:0;
	width:35px;
}
/* stylebox images */
.stylebox {
	background-position:left top;
	background-repeat:no-repeat;
	padding-left:20px !important;
}
.style_1 {
	background-image:url(/img/icons/styleboxes/stylesmall_1.gif);
}
.style_2 {
	background-image:url(/img/icons/styleboxes/stylesmall_2.gif);
}
.style_3 {
	background-image:url(/img/icons/styleboxes/stylesmall_3.gif);
}
.style_4 {
	background-image:url(/img/icons/styleboxes/stylesmall_4.gif);
}
.style_5 {
	background-image:url(/img/icons/styleboxes/stylesmall_5.gif);
}
.style_6 {
	background-image:url(/img/icons/styleboxes/stylesmall_6.gif);
}
.style_7 {
	background-image:url(/img/icons/styleboxes/stylesmall_7.gif);
}
.style_8 {
	background-image:url(/img/icons/styleboxes/stylesmall_8.gif);
}
.style_9 {
	background-image:url(/img/icons/styleboxes/stylesmall_9.gif);
}
.style_99 {
	background-image:url(/img/icons/styleboxes/stylesmall_99.gif);
}


/* errors */
.ms_errormsg {
	color:red;
	font-weight:bold;
}


/* tabs */
ul.tabs {
	border-left:1px solid #c8c8c8;
	border-bottom:1px solid #c8c8c8;
	margin:0;
}
ul.tabs li {
	float:left;
	margin:0;
	padding:0;
}
ul.tabs li a {
	border:1px solid #c8c8c8;
	border-width:1px 1px 0 0;
	display:block;
	height:20px;
	line-height:20px;
	padding:0 13px;
	text-decoration:none !important;
	vertical-align:middle;
}
ul.tabs li a:hover {
	background-color:#ecf3f9;
}
ul.tabs li.selected a,
ul.tabs li a.selected {
	border-bottom:1px solid #fff;
	font-weight:bold;
	margin-bottom:-1px;
}
ul.tabs li.selected a:hover,
ul.tabs li a.selected:hover {
	background-color:transparent;
}


/* search panel */
.search_criteria_panel {
	padding:0 1.5% 10px 0;
}
.search_criteria_panel div {
	float:left;
	margin:1% 0 0 1.5%;
	width:38.5%;
}
.search_criteria_panel .search_panel_small {
	width:18.5%
}
.search_criteria_panel .search_panel_button {
	float:right;
	text-align:right;
}
.search_criteria_panel div select {
	width:100%;
}
.search_panel_button input.ms_submit_button {
	margin:0;
}
.search_panel_check {
	padding-bottom:2px;
}
.search_panel_check input.checkbox {
	margin-left:5px;
	margin-right:0;
}
.search_panel_check label {
	font-weight:bold;
}
.search_panel_text input.textbox {
	padding:2px 2px 2px 3px;
}
/* Better solution for this would be to turn off the float:left but it doesn't work in IE6/7 */
.search_panel_select_investment_type {
	width:100% !important;
}
.search_panel_select_investment_type select {
	width:38.5% !important;
}


/* alphabetical links */
.ms_alphabetical_menu {
	background-color:#e1e1e1; /* Style Setting: Alphabetical Pager Background Color */
	border-top:1px solid #fff;
	border-bottom:1px solid #bebebe;
	line-height:24px;
	text-align:center;
}
.ms_alphabetical_menu a {
	color:#666666;
	padding:0 1.2%;
	text-decoration:underline;
}
.ms_alphabetical_menu a.selected {
	font-weight:bold;
	text-decoration:none;
}


/* pager */
.ms_page_bar {
	background-color:#e1e1e1; /* Style Setting: Pager Navigation Background Color */
	border:1px solid #bebebe;
	border-width:1px 0;
	line-height:2.18;
	padding:0 2px;
}
.ms_page_bar_results {
	float:left;
	padding-left:20px;
}
.ms_page_bar_perpage {
	float:left;
	padding-right:10px;
}
.ms_page_bar_perpage label {
	font-weight:bold;
	margin-right:5px;
}
.ms_page_bar_xofy {
	color:#666;
	float:left;
	padding-right:16px;
}
.ms_page_bar_pager {
	color:#666; /* Style Setting: Pager Navigation Text Color */
	float:left;
	white-space:nowrap;
}
.ms_page_bar_pager  td {
	line-height:2.18;
	padding:0;
}
td.ms_page_custom_label {
	padding-right:16px;
}
.ms_page_bar_pager a {
	color:#666; /* Style Setting: Pager Navigation Text Color */
	text-decoration:none;
}
.ms_page_bar_pager a:hover {
	text-decoration:underline;
}
.ms_page_bar_pager a.pager_disabled {
	color:silver; /* Style Setting: Pager Disabled Navigation Text Color */
	text-decoration:none;
}
.ms_search_label
{
	float:left;
	margin:1.4% 0 0 1.5%;
	font-weight:bold;
}
