@import url('https://fonts.googleapis.com/css?family=Roboto');


/* adapted from prototype site's portal.css - much of this is necessary due to default.css */

.LoginContainer, .LoginContainerGroup, .LoginTabHover, .LoginTabSelected,
.LoginTab, .LoginTabGroup, .LoginPanel, .MainMenu_MenuItemSel, .MainMenu_SubMenu,
.MainMenu_MenuItem, .MainMenu_MenuBar, .MainMenu_MenuContainer, .ModuleTitle_MenuItemSel,
.ModuleTitle_SubMenu, .ModuleTitle_MenuItem, .ModuleTitle_MenuBar, .ModuleTitle_MenuContainer,
.ItemTitle, .Message, .StandardButton, .CommandButton, .NormalRed, .NormalTextBox,
.Normal, .SubSubHead, .SubHead, .Head, .OtherTabs, .SelectedTab, .RightPane, .ContentPane,
.LeftPane, .ControlPanel, .HeadBg {
  font-family: 'Roboto', sans-serif;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote,
pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, caption, article, aside, canvas, details, embed, figure,
figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark,
audio, video, th, big, small, tfoot, thead, dt {
  font-family: 'Roboto', sans-serif;
}

A:active, A:hover, A:visited, A:link, A.CommandButton:active, A.CommandButton:hover,
A.CommandButton:visited, A.CommandButton:link, A.OtherTabs:active, A.OtherTabs:hover,
A.OtherTabs:visited, A.OtherTabs:link, A.SelectedTab:active, A.SelectedTab:hover,
A.SelectedTab:visited, A.SelectedTab:link {
  font-family: 'Roboto', sans-serif;
}

.NormalBold {
  font-family: 'Roboto-Bold', sans-serif;
}

