﻿/********** Colors **********/
/********** Fonts **********/
@font-face {
  font-family: Roboto-regular;
  src: url("fonts/roboto_regular_macroman/Roboto-Regular-webfont.eot");
  src: url("fonts/roboto_regular_macroman/Roboto-Regular-webfont.eot?iefix") format('eot'), url("fonts/roboto_regular_macroman/Roboto-Regular-webfont.woff") format('woff'), url("fonts/roboto_regular_macroman/Roboto-Regular-webfont.ttf") format('truetype'), url("fonts/roboto_regular_macroman/Roboto-Regular-webfont.svg#webfont") format('svg');
}
@font-face {
  font-family: Roboto-light;
  src: url("fonts/roboto_light_macroman/Roboto-light-webfont.eot");
  src: url("fonts/roboto_light_macroman/Roboto-light-webfont.eot?iefix") format('eot'), url("fonts/roboto_light_macroman/Roboto-light-webfont.woff") format('woff'), url("fonts/roboto_light_macroman/Roboto-light-webfont.ttf") format('truetype'), url("fonts/roboto_light_macroman/Roboto-light-webfont.svg#webfont") format('svg');
}
@font-face {
  font-family: Roboto-italic;
  src: url("fonts/roboto_italic_macroman/Roboto-italic-webfont.eot");
  src: url("fonts/roboto_italic_macroman/Roboto-italic-webfont.eot?iefix") format('eot'), url("fonts/roboto_italic_macroman/Roboto-italic-webfont.woff") format('woff'), url("fonts/roboto_italic_macroman/Roboto-italic-webfont.ttf") format('truetype'), url("fonts/roboto_italic_macroman/Roboto-italic-webfont.svg#webfont") format('svg');
}
@font-face {
  font-family: Roboto-bold;
  src: url("fonts/roboto_bold_macroman/Roboto-bold-webfont.eot");
  src: url("fonts/roboto_bold_macroman/Roboto-bold-webfont.eot?iefix") format('eot'), url("fonts/roboto_bold_macroman/Roboto-bold-webfont.woff") format('woff'), url("fonts/roboto_bold_macroman/Roboto-bold-webfont.ttf") format('truetype'), url("fonts/roboto_bold_macroman/Roboto-bold-webfont.svg#webfont") format('svg');
}
body,
input,
button,
p,
select,
textarea,
h1,
h2,
h3,
h4,
h5,
h6,
td,
div,
span,
label,
a {
  font-family: Roboto-regular, Arial;
}
a:hover {
  color: #44a236;
  text-decoration: inherit;
}
/* CoConTabs control override for tab height consistency on bootstrap pages */
div.tabContainer li.tab {
  height: 34px !important;
}