/* ===== Primary Styles ========================================================
   Author: Kelly Anne Pipe, Saint Joseph's University
   Description: Styles created for the Cascade layer of the SJU website,
                to restyle and match the Drupal styling..
   ========================================================================== */


/* 'Basic Styling
--------------------------------------------*/
body {
  background: #ffffff url(http://www.sju.edu/int/styles/drupal/fabric_plaid.png) repeat;
  line-height: 1;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #333;
}
h1,
h2,
h3 {
  font-family: 'FrutigerLTW01-67BoldCn', Arial, Helvetica, sans-serif;
}
h1 {
  font-size: 24px;
}
h2 {
  font-size: 18px;
  margin: 0px 0px 5px;
}
h3 {
  font-size: 15px;
  color: #a00000;
}
a,
a:link,
a:visited {
  color: #167dad;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
p {
  line-height: 18px;
  padding: 0px;
  margin: 0px 0px 10px;
}
strong {
  font-weight: bold;
}
em {
  font-style: italic;
}
blockquote {
  margin: 1em 20px;
}
/* 'Drupal Main branding and header
---------------------------------------------*/
header {
  background-color: white;
  border-bottom: 4px solid #a00000;
  border-top: 8px solid #DDD;
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  height: auto;
  z-index: 500;
}
header a:hover {
  text-decoration: none;
}
header .logo {
  margin-top: -25px;
  position: relative;
  max-height: 112px;
}
header .search {
  padding: 6px 0px;
}
header .search .form-text {
  background: #fff;
  border: 2px solid #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  float: left;
  color: #666;
  width: 70%;
  font: 11px 'FrutigerLTW01-57Condens', Arial, Helvetica, sans-serif;
}
header .search .form-submit {
  float: left;
  margin-left: 5px;
  width: 23px;
  height: 19px;
  padding: 4px;
  background: url(http://www.sju.edu/sites/sju.edu/themes/sju/_res/img/headerSubmit.png) no-repeat;
  border: 1px solid #999;
  text-indent: -9999px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
header .siteNav {
  background: #ffffff url(http://www.sju.edu/sites/sju.edu/themes/sju/_res/img/navSeparator.jpg) no-repeat top left;
  margin: 11px 0px 0px;
  padding-left: 2px;
}
.rspready header .siteNav {
  margin: 47px 0px 0px;
}
header .siteNav li {
  float: left;
  font-family: 'FrutigerLTW01-55Roman', Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  font-size: 14px;
  background: #ffffff url(http://www.sju.edu/sites/sju.edu/themes/sju/_res/img/navSeparator.jpg) no-repeat top right;
  padding: 13px 17px;
}
header .siteNav li a {
  color: #444;
  text-shadow: 0px 1px 2px #bbb;
}
header .siteNav li a.active {
  color: #a00000;
}
header .siteNav li:first-child a {
  margin-left: -2px;
}
.toolbarNav {
  background-color: #dddddd;
  background-image: -moz-linear-gradient(top, #dddddd, #bbbbbb);
  background-image: -ms-linear-gradient(top, #dddddd, #bbbbbb);
  background-image: -o-linear-gradient(top, #dddddd, #bbbbbb);
  background-image: -webkit-gradient(linear, lefttop, leftbottom, from(#dddddd), to(#bbbbbb));
  background-image: -webkit-linear-gradient(top, #dddddd, #bbbbbb);
  background-image: linear-gradient(top, #dddddd, #bbbbbb);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: 0px 4px 6px #999999;
  -moz-box-shadow: 0px 4px 6px #999999;
  box-shadow: 0px 4px 6px #999999;
  border: 3px solid #aaa;
  border-top-color: #ddd;
  margin: -1px 0px 0px;
}
.rspready .toolbarNav {
  margin: -89px 0px 0px;
}
.toolbarNav .more-links-toggle {
  display: none;
  font: normal 16px 'FrutigerLTW01-57Condens', Arial, Helvetica, sans-serif;
}
.toolbarNav ul.menu {
  padding: 8px 10px;
  margin-right: -10px;
}
.toolbarNav ul.menu li {
  font: normal 11px 'FrutigerLTW01-57Condens', Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  margin-right: 6px;
  display: inline;
}
.toolbarNav ul.menu li ul {
  display: none;
}
.toolbarNav ul.menu li a {
  color: #606060;
}
.toolbarNav ul.menu li a:hover {
  color: #a00000;
}
.toolbarNav ul.menu li.expanded {
  background: transparent url(http://www.sju.edu/int/styles/drupal/ui-arrowdown.png) no-repeat right -3px;
  position: absolute;
}
.toolbarNav ul.menu li.expanded:hover {
  background-position: right -19px;
  color: #a00000;
}
.toolbarNav ul.menu li.expanded.opened:hover {
  background-position: right -14px;
}
.toolbarNav ul.menu li.expanded span {
  margin-right: 15px;
  color: #606060;
}
.toolbarNav ul.menu li.expanded span:hover {
  color: #a00000;
}
.toolbarNav ul.menu li.opened {
  background-position: right 2px;
  background-color: transparent;
  margin: -5px 0px 3px -3px;
  padding: 5px 0px 3px 3px;
}
.toolbarNav ul.menu li.opened ul {
  display: block;
  position: absolute;
  z-index: 500;
  padding: 0px;
  background-color: #c3c3c3;
  border: 1px solid #bbb;
  border-top: none;
  margin: 6px 0px 0px -3px;
  -webkit-box-shadow: 0px 4px 6px #666666;
  -moz-box-shadow: 0px 4px 6px #666666;
  box-shadow: 0px 4px 6px #666666;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  width: 150px;
}
.toolbarNav ul.menu li.opened li {
  display: block;
  padding: 5px;
  margin-right: 0px;
  float: none;
  border-top: 1px solid #bbb;
  text-transform: none;
  font-size: 12px;
  font-family: Arial, Helvetica, sans-serif;
}
.toolbarNav ul.menu li.opened li:hover {
  background-color: #aaa;
}
.toolbarNav ul.menu li.opened li:first-child {
  border: none;
}
/* 'Site Footer
---------------------------------------------*/
footer {
  background: white;
  bottom: 0;
  left: 0;
  position: fixed;
  text-align: center;
  width: 100%;
  z-index: 500;
  height: 20px;
  padding-top: 8px;
  padding-bottom: 3px;
}
footer .container_24 {
  padding-top: 5px;
}
footer #ribbonbottom {
  position: absolute;
  z-index: 200;
  height: 4px;
  width: 100%;
  left: 0px;
  background: black;
  background: rgba(0, 0, 0, 0.4);
  -ms-filter: "progid: DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
  top: -4px;
}
footer p {
  font-size: 11px;
  margin: 0px;
}
footer .moduleInner p {
  margin: 0px;
}
footer .mainFooter {
  background: #ddd;
  border-top: 1px solid #999;
  height: 20px;
  width: 100%;
  position: fixed;
  bottom: 0;
  padding: 5px 0px;
  font-size: 11px;
}
footer .mainFooter a,
footer .mainFooter a:hover,
footer .mainFooter a:visited {
  color: #3F3F3F;
  text-decoration: none;
  border-bottom: 1px dotted #999;
}
footer .mainFooter a:hover {
  border-bottom-style: solid;
}
footer .mainFooter .copyrightfooter {
  text-align: left;
}
footer .mainFooter .copyrightfooter .address {
  white-space: nowrap;
}
footer .mainFooter .copyrightfooter .sjutel {
  border-bottom: none;
  white-space: nowrap;
}
footer .mainFooter nav.socialmediamenu ul {
  float: right;
  list-style: none;
}
footer .mainFooter nav.socialmediamenu ul li {
  display: inline;
  float: left;
  margin-left: 10px;
  background: url(http://www.sju.edu/int/styles/drupal/sprite-footerNav.png) no-repeat left -2px;
  height: 17px;
  padding-left: 24px;
  padding-top: 3px;
}
footer .mainFooter nav.socialmediamenu ul li a {
  border-bottom: none;
}
footer .mainFooter nav.socialmediamenu ul li.nolink {
  background: none;
}
footer .mainFooter nav.socialmediamenu ul li.twitter,
footer .mainFooter nav.socialmediamenu ul li.menu-mlid-2796 {
  background-position: left -21px;
}
footer .mainFooter nav.socialmediamenu ul li.youtube,
footer .mainFooter nav.socialmediamenu ul li.menu-mlid-2797 {
  background-position: left -40px;
}
footer .mainFooter nav.socialmediamenu ul li.feedback,
footer .mainFooter nav.socialmediamenu ul li.menu-mlid-6413 {
  background-position: left -40px;
}
/*======================================
    Sitemap Footer
========================================*/
#footerSiteMapContainer {
  position: relative;
  height: 184px;
  margin-top: 20px;
}
#footerSiteMap {
  font-size: 11px;
  width: 970px;
  overflow: hidden;
  position: absolute;
  z-index: 30;
  left: -10px;
  background: #F8F8F8;
  border-top: 1px solid #E8E8E8;
  border-bottom: 1px solid #E8E8E8;
  padding-top: 30px;
  padding-bottom: 40px;
  margin: 0px;
}
#footerSiteMap nav {
  overflow: hidden;
}
#footerSiteMap nav > ul {
  float: left;
  margin-left: 20px;
  width: 100%;
}
#footerSiteMap nav > ul > li {
  float: left;
  line-height: 21px;
  margin: 0 10px 0 10px;
  width: 14%;
}
#footerSiteMap nav > ul > li > a,
#footerSiteMap nav > ul > li > span {
  color: #a00000;
  font-weight: bold;
}
#footerSiteMap nav a {
  color: #333;
  font-weight: normal;
}
.footerSiteMapFlap {
  display: none;
}
.toggleMenu {
  font-weight: bold;
  text-decoration: none;
  color: #a00000;
  display: none;
}
/* 'Featured Image, Menu */
/* 'Body Styles
      specific styling for the cascade layer
---------------------------------------------*/
#main {
  background: white;
  min-height: 800px;
  padding-bottom: 100px;
}
/* Body Styles */
.titleFlap {
  position: relative;
  width: 0px;
  height: 0px;
  top: 6px;
  left: 4px;
  border: 6px solid #CCC;
  border-color: transparent;
  border-bottom: 6px solid #999;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  zoom: 1;
}
#story{
    min-height:400px;
}
.library_home #story{
    min-height:0px;
}
.hawkcentral.openbodycontent #story {
    min-height: 0;
}
#story img {
  max-width: 600px;
  height: auto;
}
#tabs #story p {
  margin-bottom: 10px;
}
.sectionheader {
  font-size: 30px;
  margin-top: 10px;
  margin-bottom: 15px;
  padding-bottom: 8px;
  border-bottom: 1px solid #999;
  max-width: 920px;
  color: #AB0202;
  font-family: 'FrutigerLTW01-67BoldCn', Arial, Helvetica, sans-serif;
  text-transform: none;
  line-height: 26px;
  font-weight: normal;
}
body.unitlevel2 #breadcrumbNav {
  position: relative;
  top: 0px;
  left: 0px;
}
#breadcrumbNav {
  width: auto;
  text-align: left;
  z-index: 100;
}
.pageBreadcrumb {
  margin-left: 20px;
  margin-top: 17px;
  margin-bottom: 20px;
  padding-bottom: 18px;
  width: 920px !important;
  overflow: hidden;
  border-bottom: 1px solid #D9D9D9;
}
/**
 * default table styles for use in content area
 */
#story table {
  color: #333;
  display: table;
  font-size: 12px;
  margin-bottom: 1em;
  width: 100%;
  font-family: Arial, Helvetica, sans-serif;
}
#story table.bordered{
border: 1px solid #CECECE;
}
#story table tbody {
  display: table-row-group;
  vertical-align: middle;
  border-color: inherit;
}
#story table th {
  background-color: #CECECE;
  font-weight: bold;
  padding: 0.5em;
  vertical-align: top;
}
#story table td {
  background-color: #fff;
  font-weight: normal;
  padding: 0.5em;
  vertical-align: top;
}
#story table tr {
  color: #333;
  font-size: 12px;
  font-family: Arial, Helvetica, sans-serif;
  display: table-row;
  vertical-align: inherit;
  border-color: inherit;
}
/* 'Grey Branding Bars
---------------------------------------------*/
#subbranding {
  color: white;
  font-weight: normal;
  position: relative;
  z-index: 10;
}
#subbranding h1,
#subbranding h2 {
  font-weight: normal;
}
#subbranding h1 {
  font-size: 20px;
}
#subbranding h2 {
  font-size: 16px;
}
#subbranding a {
  color: white;
}
#subbranding a:hover {
  text-decoration: none;
}
#subbranding p {
  line-height: normal;
  margin: 0;
}
#subbranding h2 {
  margin: 0px;
}
#subbranding .mainContentHeader {
  background-color: #666;
  padding: 10px 10px 10px 20px;
  margin-left: -10px;
}
#subbranding .mainContentSubheader {
  background-color: #999;
  padding: 10px;
}
#subbranding .titleFlap {
  top: 4px;
  left: -16px;
  border-bottom-color: #333;
  border-width: 6px;
  margin-bottom: -12px;
}
#subbranding.grid_16 {
  width: 650px;
  margin-left: -10px;
  margin-right: 0px;
}
#subbranding #subnav {
  position: relative;
  height: auto;
  top: auto;
  line-height: 12px;
}
#subbranding #subnav span {
  color: white;
  float: none;
  margin-right: 25px;
}
.unitlevel2 .mainContentSubheader h2{
    float:left;
    }
.unitlevel2 #subnav{
    float:right;
    }
/* Page Featured Image */
#featurearea {
  padding-bottom: 10px;
  background-color: white;
  position: relative;
  z-index: 1;
}
#pageFeatureImage {
  position: absolute;
  margin-left: -10px;
  z-index: 1;
}
#pageFeatureImage img {
  max-width: 100%;
  position:relative;
  z-index:-1;
}
.template_open #pageFeatureImage {
  position: relative;
  margin-left: -250px;
}
.template_open #pageFeatureImage img {
  max-width: 960px;
}
/*======================================
    Page Navigation
========================================*/
.pageSubNav {
  /* Fallback for web browsers that doesn't support RGBa */
  background-color: #FFF;
  background-color: rgba(255, 255, 255, 0.9);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#33FFFFFF, endColorstr=#33FFFFFF);
  position: relative;
  z-index: 5;
  margin: 100px 20px 0px -20px;
  border: 1px solid #999;
  border-right-color: #CCC;
  border-bottom-color: #CCC;
}
#subGlobalNav{
  position:relative;
  z-index: 5;
}
.template_open .pageSubNav,
.templateitlib .pageSubNav {
  margin-top: 50px;
}
.pageSubNav ul,
.pageSubNav li {
  list-style: none;
}
.pageSubNav ul {
  padding: 10px 10px 10px 20px;
}
.pageSubNav ul.links li {
  display: block;
}
.pageSubNav li {
  font: normal 12px/18px Arial, Helvetica, sans-serif;
  border-bottom: 1px solid #999999;
  padding: 5px 0px;
}
.pageSubNav li:first-child {
  font: normal 12px/18px Arial, Helvetica, sans-serif;
}
.pageSubNav li.catalog {
  font: normal 12px/18px Arial, Helvetica, sans-serif;
  border-bottom: none;
}
.pageSubNav a {
  color: #167dad;
}
.pageSubNav .QUICKMENU .closeButton {
  top: -20px;
}
.pageSubNav .QUICKMENU .quickMenuWrapped {
  position: absolute;
  top: 20px !important;
  left: 130px !important;
  border-top: 20px solid #a00000;
  background: #FFF;
}
.unitlevel2 .pageSubNav .QUICKMENU .quickMenuWrapped {
  left: 170px !important;
}
.pageSubNav .QUICKMENU .quickMenuWrapped h2 {
  display: none;
}
.pageSubNav .QUICKMENU .group {
  margin-top: -10px;
}
.pageSubNav .QUICKMENU .links {
  width: 150px;
}
.pageSubNav .QUICKMENU li {
  font: normal 11px/14px Arial, Helvetica, sans-serif;
}
.pageSubNav ul ul {
  background-color: #CFCFCF;
  border-left: 1px solid #999;
  position: absolute;
  z-index: 5;
}
.pageSubNav ul ul li:last-child {
  border-bottom: none;
}
.pageSubNav ul ul a {
  padding-left: 5px !important;
  padding-right: 5px !important;
  display: block;
  font-size: 11px;
}
.pageSubNav ul.twoLevel{
  position:relative;
  z-index:5;
  }
.pageSubNav ul.twoLevel li{
  position:relative;
  z-index:5;
}
.pageSubNav .twoLevel > li {
  display: inline-block;
  float: left;
  width: 100% !important;
}
.pageSubNav .twoLevel > li > a {
  display: block;
}
.pageSubNav .twoLevel > li > a:active {
  background-color: #ddd;
}
.pageSubNav .twoLevel > li.current > a {
  background-color: #ccc;
}
.pageSubNav .twoLevel > li div {
  position: absolute;
  display: none;
  z-index: 5 !important;
}
.pageSubNav .twoLevel > li div ul {
  float: left;
  width: 135px !important;
  padding: 0;
  position:relative;
  z-index:5;
}
.pageSubNav .twoLevel > li.opened div {
  display: block;
}
.pageSubNav .twoLevel.vertical > li {
  display: block;
  float: none;
  position: relative;
}
.pageSubNav .twoLevel.vertical > li div {
  width: 136px;
  top: -3px;
  left: 160px;
  border: 3px solid #A00000;
  border-width: 3px 0px;
}
.unitlevel2 .pageSubNav .twoLevel.vertical > li div {
  left: 268px;
}
#underPageSubNav{
position:relative;
}
/*======================================
    Library Styles
========================================*/
.library_home #libraryLinks {
  position: relative;
  display: inline;
  width: 100%;
  margin-top: 1;
  top: auto;
  left: auto;
  height: 350px;
  padding: 0px 0px 5px;
  float: left;
  z-index: 0 !important;
}
.library_home #libBottom {
  position: relative;
  display: block;
  left: 0px;
  padding: 0px 0px 5px 0px;
  margin-top: 10px;
  width: auto;
  float: left;
  border-top: #CCC solid 1px;
}
.library_home #libVertDivider {
  height: 200px;
  width: 5px;
  margin-right: 10px;
  border-right: #ccc solid 1px;
  float: left;
  display: block;
}
.library_home #libButtons1 {
  position: relative;
  z-index: 600;
  top: auto;
  left: auto;
  width: auto;
}
.librarybuttons {
  margin-top: 10px;
  position: relative;
  z-index: 100;
}
.underMain {
  font: normal 13px/18px Arial, Helvetica, sans-serif;
}
.underMain a {
  color: #167dad;
}
#pageHeadingUtil {
  z-index: 0;
}
/*======================================
    relatedLinks Sidebar
========================================*/
.relatedLinks,
.generalSidebar {
  background-color: white !important;
  line-height: 160%;
  display: block;
  float: right;
  clear: right;
  position: relative;
  padding-bottom: 8px;
  z-index: 200;
  left: 45px;
  margin-bottom: 10px;
  box-shadow: -3px 3px 10px #666666;
  -moz-box-shadow: -3px 3px 10px #666666;
  -webkit-box-shadow: -3px 3px 10px #666666;
  font-size: 12px;
}
.relatedLinks h2,
.generalSidebar h2 {
  color: white;
  background-color: #a00000 !important;
  padding: 3px;
  text-align: center;
  font-size: 14px;
  text-transform: uppercase;
}
.relatedLinks a {
  color: #333333;
  font-size: 12px;
}
.relatedLinks .links,
.generalSidebar .links {
  padding: 8px;
  width: 146px;
}
.relatedLinks .links li,
.generalSidebar .links li {
  display: block;
  margin-bottom: 2px;
}
/*======================================
    Sidebars 
========================================*/
.template_open #leftSidebar,
.templateitlib #leftSidebar {
  position: relative;
  z-index: 10;
}
#leftSidebar #subGlobalNav > h2 {
  /*hide the mysterious H2 at the top of the subGlobalNavs */

  display: none;
}
.sidebutton {
  border: 3px solid #CCC;
  padding: 10px;
  background: #EEE;
  margin: 20px 15px;
  text-align: center;
}
.sidebutton h3 {
  font: normal 14px 'FrutigerLTW01-67BoldCn', Arial, Helvetica, sans-serif;
  color: #930000;
  text-align: left;
  margin-top: 0px;
}
.sidebutton img {
  width: 150px;
}
.sidebutton img,
.sidebutton a {
  margin: 0px auto;
}
/* =============================================================================
   Main Content Styles
   ========================================================================== */
/* Breadcrumbs */
#breadcrumbNav ul {
  margin: 0px;
  padding: 10px 0px;
  font: 11px/11px Arial, Helvetica, sans-serif;
}
/* =============================================================================
   Unit Home (Tabbed Pages) Styles
   ========================================================================== */
body.unitlevel2 #breadcrumbNav {
  position: relative;
  top: 0px;
  left: 0px;
}
.unithome #admApply,
.unithome #admTravel {
  position: relative;
  top: auto;
  left: auto;
  width: auto;
}
/*======================================
    UI Overrides
========================================*/
.ui-widget-content a {
  color: #167DAD !important;
}
.ui-tabs .ui-tabs-nav li a {
  font-size: 10px;
}
.ui-tabs .ui-tabs-nav li,
.ui-tabs .ui-tabs-nav li a {
  min-height: 30px;
}
.ui-tabs .ui-tabs-nav li {
  margin: 0px 1px 0px 0px;
}
.ui-tabs .ui-tabs-nav li a {
  padding: 5px;
}
.ul-tabs-panel li {
  list-style-position: inside;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
  background: #FCF9C1;
  font-weight: normal;
  color: #212121;
}
.discoverer {
  padding: 5px !important;
  background-color: #EEE !important;
  -webkit-border-radius: 5px !important;
  border-radius: 5px !important;
  margin: 5px 0;
}
/*****************
    IT SUPPORT PANEL
   ****************/
.itsupport input.text,
.itsupport input.email,
.itsupport input.password,
.itsupport textarea.uniform {
  font-size: 12px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  padding: 3px;
  color: #777;
  background: url('../../img/uniform/bg-input-focus.png') repeat-x 0px 0px;
  background: #ffffff url('../../img/uniform/bg-input.png') repeat-x 0px 0px;
  border-top: solid 1px #aaa;
  border-left: solid 1px #aaa;
  border-bottom: solid 1px #ccc;
  border-right: solid 1px #ccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  outline: 0;
}
.itsupport input.text:focus,
.itsupport input.email:focus,
.itsupport input.password:focus,
.itsupport textarea.uniform:focus {
  -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3);
  border-color: #999;
  background: #ffffff url('../../img/uniform/bg-input-focus.png') repeat-x 0px 0px;
}
.supportlogin h2 {
  margin-bottom: 10px;
}
.supportlogin form {
  background: #DDD;
  padding: 5px;
  border-radius: 5px;
}
.supportlogin form label {
  font-weight: bold;
  color: #333;
  display: block;
}
.supportlogin form label.passwordlabel {
  margin-top: 10px;
}
.itsupport .about-support {
  border-top: 1px solid #999;
  font-size: 11px;
  display: block;
  padding: 5px;
  clear: both;
}
.itsupport span.field input {
  width: 345px;
  padding: 10px;
  font-size: 16px;
  border: solid 1px #AAA;
}
p.forgotpassword {
  margin-bottom: 0px;
}
.forgotpassword a,
.forgotpassword a:hover {
  font-size: 11px;
}
.loginbutton {
  float: right;
  width: 80px;
  text-align: center;
  margin: 0px 5px 5px;
  clear: both;
}
.loginbutton a {
  display: block;
  padding: 8px 5px;
  background: #a00000;
  color: white;
  font-size: 14px;
  border: 1px solid #730000;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0px 1px 6px 4px rgba(0, 0, 0, 0.07) inset;
  -moz-box-shadow: 0px 1px 6px 4px rgba(0, 0, 0, 0.07) inset;
  box-shadow: 0px 1px 6px 4px rgba(0, 0, 0, 0.07) inset;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.loginbutton a:hover {
  background: #cc1818;
  color: white;
  font-size: 14px;
  text-decoration: none;
}
/* Info Boxes to be used on the IT Page */
.infoBox {
  border-radius: 5px;
}
.infoBox h3 {
  display: block;
  background-color: #a00000;
  color: white;
  padding: 5px;
}
.infoBox ul.infoBoxList {
  background-color: #ddd;
  padding: 5px;
}
.infoBox ul.infoBoxList li{
    border-top:1px solid #999;
}
.infoBox ul.infoBoxList li:first-child{
    border-top:none;
}
/* Fix for iframe
#mainContent iframe {
  min-width: 600px;
} */
/* TABBED PAGES STYLING */
.horizrollmenu,
.horizrollmenuPLS,
.horizrollmenuEMBA,
.horizrollmenuGALA,
.horizrollmenuIDEPEL,
.horizrollmenuWRITING,
.horizrollmenuODL,
.horizrollmenuIDEPEL,
.horizrollmenuHAWKFEST,
.horizrollmenuHONORS,
.horizrollmenuPHARMA,
.horizrollmenuONLINEHSB,
.horizrollmenuGRADHSB,
.horizrollmenuGRADCAS,
.horizrollmenuMBA,
.horizrollmenuFOODACD,
.horizrollmenuSTDLIFE,
.horizrollmenuMSBI,
.horizrollmenuMSFS,
.horizrollmenuHSB,
.horizrollmenuCAS,
.horizrollmenuMIM,
.horizrollmenuMSHRM,
.horizrollmenuPHARMA {
  height: auto !important;
}
.rollbar,
.rollbarPLS,
.rollbarEMBA,
.rollbarGALA,
.rollbarIDEPEL,
.rollbarWRITING,
.rollbarODL,
.rollbarIDEPEL,
.rollbarHAWKFEST,
.rollbarHONORS,
.rollbarPHARMA,
.rollbarONLINEHSB,
.rollbarGRADHSB,
.rollbarGRADCAS,
.rollbarMBA,
.rollbarFOODACD,
.rollbarSTDLIFE,
.rollbarMSBI,
.rollbarMSFS,
.rollbarHSB,
.rollbarCAS,
.rollbarMIM,
.rollbarMSHRM,
.rollbarPHARMA {
  margin-bottom: 10px;
}
/* TABS */
.rollbar {
  width: 100%;
  height: 3px;
  background-color: #666;
  position: relative;
  margin-top: 3px;
  left: auto;
  top: auto;
}
.horizrolltabs li {
  float: left;
  margin: 0px 1px;
  background-repeat: no-repeat;
  background-position: top left;
}
.horizrolltabs li a {
  display: block;
}
.horizrolltabs li a span {
  display: none;
}
.horizrolltabs li:hover {
  background-position: top right;
}
.selected,
.selected a {
  background-position: top center;
}
/*** Sidebar Images - Used on CAS, PLS, Grad CAS ***/
.sidebar_roll li {
  width: 98px;
  height: 46px;
  background-repeat: no-repeat;
  background-position: top left;
}
.sidebar_roll li a {
  display: block;
  width: 98px;
  height: 46px;
}
.sidebar_roll li a span {
  display: none;
}
.sidebar_roll li:hover {
  background-position: top right;
}
.roll_apply {
  background-image: url("http://www.sju.edu/int/images/misc/sidemenus/apply.png");
}
.roll_register {
  background-image: url("http://www.sju.edu/int/images/misc/sidemenus/registerforclass.png");
}
.roll_requestinfo {
  background-image: url("http://www.sju.edu/int/images/misc/sidemenus/requestinfo.png");
}
.roll_tuition {
  background-image: url("http://www.sju.edu/int/images/misc/sidemenus/tuitionandaid.png");
}
.roll_visit {
  background-image: url("http://www.sju.edu/int/images/misc/sidemenus/visitsju.png");
}
.roll_visitopen {
  background-image: url("http://www.sju.edu/int/images/misc/sidemenus/visitsju-open.png");
}
.roll_video {
  background-image: url("http://www.sju.edu/int/images/misc/sidemenus/video.png");
}
.roll_calendar {
  background-image: url("http://www.sju.edu/int/images/misc/sidemenus/academiccalendar.png");
}
.roll_openhouse{
  background-image: url("http://www.sju.edu/int/images/misc/sidemenus/openhouse.png");
}
.roll_mapanddirections{
  background-image: url("http://www.sju.edu/int/images/misc/sidemenus/mapanddirections.png");
}
.roll_mbaonline{
  background-image: url("http://www.sju.edu/int/images/misc/sidemenus/mbaonline.png");
}
/*** CAS Horizontal Menu ***/
.horizrolltabsCAS li a {
  width: 115px;
  height: 31px;
}
.casroll01 {
  background-image: url("http://www.sju.edu/int/images/misc/casmenu/castab01.gif");
}
.casroll02 {
  background-image: url("http://www.sju.edu/int/images/misc/casmenu/castab02.gif");
}
.casroll03 {
  background-image: url("http://www.sju.edu/int/images/misc/casmenu/castab03.gif");
}
.casroll04 {
  background-image: url("http://www.sju.edu/int/images/misc/casmenu/castab04.gif");
}
.casroll05 {
  background-image: url("http://www.sju.edu/int/images/misc/casmenu/castab05.gif");
}
.casroll06 {
  background-image: url("http://www.sju.edu/int/images/misc/casmenu/castab06.gif");
}
.casroll07 {
  background-image: url("http://www.sju.edu/int/images/misc/casmenu/castab07.gif");
}
/*** PLS Horizontal Menu ***/
.horizrolltabsPLS li a {
  width: 133px;
  height: 18px;
}
.plsroll2 {
  background-image: url("http://www.sju.edu/int/images/misc/plsmenu/menutab2.gif");
}
.plsroll3 {
  background-image: url("http://www.sju.edu/int/images/misc/plsmenu/menutab3.gif");
}
.plsroll4 {
  background-image: url("http://www.sju.edu/int/images/misc/plsmenu/menutab4.gif");
}
.plsroll5 {
  background-image: url("http://www.sju.edu/int/images/misc/plsmenu/menutab5.gif");
}
.plsroll6 {
  background-image: url("http://www.sju.edu/int/images/misc/plsmenu/menutab6.gif");
}
.plsroll7 {
  background-image: url("http://www.sju.edu/int/images/misc/plsmenu/menutab7.gif");
}
/*** GRAD CAS Horizontal Menu ***/
.horizrolltabs_gradcas li a {
  width: 115px;
  height: 31px;
}
.gradcasroll01 {
  background-image: url("http://www.sju.edu/int/images/misc/gradcasmenu/gradcastab01.gif");
}
.gradcasroll02 {
  background-image: url("http://www.sju.edu/int/images/misc/gradcasmenu/gradcastab02.gif");
}
.gradcasroll03 {
  background-image: url("http://www.sju.edu/int/images/misc/gradcasmenu/gradcastab03.gif");
}
.gradcasroll04 {
  background-image: url("http://www.sju.edu/int/images/misc/gradcasmenu/gradcastab04.gif");
}
.gradcasroll05 {
  background-image: url("http://www.sju.edu/int/images/misc/gradcasmenu/gradcastab05.gif");
}
.gradcasroll06 {
  background-image: url("http://www.sju.edu/int/images/misc/gradcasmenu/gradcastab06.gif");
}
.gradcasroll07 {
  background-image: url("http://www.sju.edu/int/images/misc/gradcasmenu/gradcastab07.gif");
}
/*** WRITING Horizontal Menu ***/
.horizrolltabs-writingstudies li a {
  width: 134px;
  height: 31px;
}
.wsroll01 {
  background-image: url("http://www.sju.edu/int/images/misc/writingmenu/writing01.gif");
}
.wsroll02 {
  background-image: url("http://www.sju.edu/int/images/misc/writingmenu/writing02.gif");
}
.wsroll03 {
  background-image: url("http://www.sju.edu/int/images/misc/writingmenu/writing03.gif");
}
.wsroll04 {
  background-image: url("http://www.sju.edu/int/images/misc/writingmenu/writing04.gif");
}
.wsroll05 {
  background-image: url("http://www.sju.edu/int/images/misc/writingmenu/writing05.gif");
}
.wsroll06 {
  background-image: url("http://www.sju.edu/int/images/misc/writingmenu/writing06.gif");
}

/*** ODL Horizontal Menu ***/
.horizrolltabsODL li a {
  width: 134px;
  height: 31px;
}
.odlroll01 {
  background-image: url("http://www.sju.edu/int/images/misc/odlmenu/odl01.gif");
}
.odlroll02 {
  background-image: url("http://www.sju.edu/int/images/misc/odlmenu/odl02.gif");
}
.odlroll03 {
  background-image: url("http://www.sju.edu/int/images/misc/odlmenu/odl03.gif");
}
.odlroll04 {
  background-image: url("http://www.sju.edu/int/images/misc/odlmenu/odl04.gif");
}
.odlroll05 {
  background-image: url("http://www.sju.edu/int/images/misc/odlmenu/odl05.gif");
}
.odlroll06 {
  background-image: url("http://www.sju.edu/int/images/misc/odlmenu/odl06.gif");
}
/*** EMBA Horizontal Menu ***/
.horizrolltabs-emba li a{
  width: 134px; 
  height: 31px; 
}
.embaroll01{ background-image: url("http://www.sju.edu/int/images/misc/embamenu/embatab01.gif");}
.embaroll02{ background-image: url("http://www.sju.edu/int/images/misc/embamenu/embatab02.gif");}
.embaroll03{ background-image: url("http://www.sju.edu/int/images/misc/embamenu/embatab03.gif");}
.embaroll04{ background-image: url("http://www.sju.edu/int/images/misc/embamenu/embatab04.gif");}
.embaroll05{ background-image: url("http://www.sju.edu/int/images/misc/embamenu/embatab05.gif");}
.embaroll06{ background-image: url("http://www.sju.edu/int/images/misc/embamenu/embatab06.gif");}



/* IT and Library */
#discovererarea {
  margin: 10px auto;
}
/* Hawk Central */
.hawkcentral ol {
  margin-bottom: 10px;
}
.hawkcentral ol li {
  padding: 3px;
}
.hawkcentral ol li.heading {
  font-weight: bold;
  color: #a00000;
  border-bottom: 1px solid black;
}
.hawkcentral ol li.alt2,
.hawkcentral ol li.alt2 * {
  background-color: #f0f0f0;
}
.hawkcentral ol li a {
  text-decoration: none;
}
.hawkcentral ol li a:hover {
  text-decoration: underline;
}
.hawkcentral .sectionheader {
  font-size: 25px;
  margin-bottom: 10px;
  padding-bottom: 3px;
}
.hawkcentral #sideIcons {
  margin-left: 5px;
  margin-right: 15px;
}
.hawkcentral .leftSidebarInfo {
  margin-top: 5px;
}

ul.hawkcentral-tabbed-menu{
  padding: 0 0 3px;
  margin: 0;
  border-bottom: 3px solid #999;
}
ul.hawkcentral-tabbed-menu li a{
  background-color:#999;
  margin: 0px 0px;
  padding: 3px 1px;
  text-align:center;
  display:block;
  -webkit-border-radius: 4px 4px 0px 0px;
  border-radius: 4px 4px 0px 0px;
}

ul.hawkcentral-tabbed-menu li { 
  width: 13.75%; 
  height: 24px; 
  position: relative;
  display:inline-block;
  list-style: none;
  margin: 0;
}

ul.hawkcentral-tabbed-menu li a { 
  position: absolute;
  width: 99%;
  height: 24px;
  display: table;
  font-size: 12px;
  color: #FFF;
  text-decoration: none;
  font-weight: bold;
  line-height: 12px;
}
ul.hawkcentral-tabbed-menu li a:hover {
  color: #FFF;
  background-color: #A00000;
  text-decoration: none;
}

ul.hawkcentral-tabbed-menu li a span {
  display: table-cell; 
  vertical-align: middle; 
  text-align: center; 
}
/* Login Pages */
.login_area {
  background-color: #DDD;
  padding: 5px;
  margin-right: -20px;
  -webkit-box-shadow: -1px 1px 4px #AAA;;
  -moz-box-shadow: -1px 1px 4px #AAA;;
  box-shadow: -1px 1px 4px #AAA;
  margin-bottom: 10px;
}
.login_area label {
  font-weight: bold;
  color: #333;
}
.login_area .field {
  float: right;
}
.login_area p.forgotpassword {
  margin-bottom: 0px;
}
.login_area .forgotpassword a,
.login_area .forgotpassword a:hover {
  font-size: 11px;
}
.login_area .login_area .loginbutton {
  float: right;
  width: 80px;
  text-align: center;
  margin: 0px 5px 5px;
  clear: both;
}
.login_area .loginbutton a {
  display: block;
  padding: 8px 5px;
  background: #a00000;
  color: white;
  font-size: 14px;
  border: 1px solid #730000;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: 0px 1px 6px 4px rgba(0, 0, 0, 0.07) inset;
  -moz-box-shadow: 0px 1px 6px 4px rgba(0, 0, 0, 0.07) inset;
  box-shadow: 0px 1px 6px 4px rgba(0, 0, 0, 0.07) inset;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.login_area .loginbutton a:hover {
  background: #cc1818;
  color: white;
  font-size: 14px;
  text-decoration: none;
}
.login_area input.text,
.login_area input.email,
.login_area input.password,
.login_area textarea.uniform {
  padding: 3px;
  color: #777;
  border: 1px solid #ccc;
  border-top-color: #aaa;
  border-left-color: #aaa;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.hawkcentral .login_area input.text,
.hawkcentral .login_area input.email,
.hawkcentral .login_area input.password,
.hawkcentral .login_area textarea.uniform {
  width: 127px;
}
.login_area input.text:focus,
.login_area input.email:focus,
.login_area input.password:focus,
.login_area textarea.uniform:focus {
  -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3);
  border-color: #999;
  background: #ffffff url('../img/uniform/bg-input-focus.png') repeat-x 0px 0px;
}
.login_area_header {
  color: #a00000;
}
.login_area_subheader {
  font-size: 12px;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
  color: black;
  margin: 3px 0px;
}
.about-support {
  font-size: 11px;
  display: block;
  clear: both;
}
/**************
Various headers utilized by the wysiwyg
***************/
#story .header1, #story .header2, #story .header3, #story .header4{
    font-weight:normal !important;
    margin:10px 0px;
    font-family: 'FrutigerLTW01-67BoldCn', Arial, Helvetica, sans-serif;
}
#story .header1 strong, #story .header2 strong, #story .header3 strong, #story .header4 strong{
    font-weight:normal;
}
#story .header1 {
  font-size: 20px;
  color:#a00000;
}
#story .header2 {
  color:#a00000;
  font-size: 16px;
}
#story .header3 {
  font-size: 14px;
}
#story .header4 {
  font-size: 12px;
}
/* =============================================================================
   Non-Semantic Helper Classes
   ========================================================================== */
.ir {
  display: block;
  border: 0;
  text-indent: -999em;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
  *line-height: 0;
}
.ir br {
  display: none;
}
.hidden {
  display: none !important;
  visibility: hidden;
}
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.invisible, .element-invisible {
  visibility: hidden;
}
.element-invisible{
    display:none;
    }
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  *zoom: 1;
}
/* =============================================================================
   Print Styles
   ========================================================================== */
@media print {
  * {
    background: transparent !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }
  /* Black prints faster: h5bp.com/s */
  a,
  a:visited {
    text-decoration: underline;
  }

  /* Don't show links for images, or javascript/internal links */
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  /* h5bp.com/t */
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  #pageFeatureImage img{
  display:none;
  }
  @page  {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
/* =============================================================================
   @font-face styles
   ========================================================================== */
/*
This CSS resource incorporates links to font software which is
the valuable copyrighted property of Monotype Imaging and/or
its suppliers. You may not attempt to copy, install, redistribute, convert,
modify or reverse engineer this font software. Please contact Monotype Imaging
with any questions regarding Web Fonts: http://webfonts.fonts.com
*/
@font-face {
  font-family: "FrutigerLTW01-55Roman";
  src: url("../fonts/frutigerltw01-55roman.eot?iefix") format("eot");
}
@font-face {
  font-family: "FrutigerLTW01-55Roman";
  src: url("../fonts/frutigerltw01-55roman.eot?iefix");
  src: url("../fonts/frutigerltw01-55roman.woff") format("woff"), url("../fonts/frutigerltw01-55roman.ttf") format("truetype"), url("../fonts/frutigerltw01-55roman.svg") format("svg");
}
@font-face {
  font-family: "FrutigerLTW01-57Condens";
  src: url("../fonts/frutigerltw01-57condensed.eot?iefix") format("eot");
}
@font-face {
  font-family: "FrutigerLTW01-57Condens";
  src: url("../fonts/frutigerltw01-57condensed.eot?iefix");
  src: url("../fonts/frutigerltw01-57condensed.woff") format("woff"), url("../fonts/frutigerltw01-57condensed.ttf") format("truetype"), url("../fonts/frutigerltw01-57condensed.svg") format("svg");
}
@font-face {
  font-family: "FrutigerLTW01-67BoldCn";
  src: url("../fonts/frutigerltw01-567boldcn.eot?iefix") format("eot");
}
@font-face {
  font-family: "FrutigerLTW01-67BoldCn";
  src: url("../fonts/frutigerltw01-567boldcn.eot?iefix");
  src: url("../fonts/frutigerltw01-567boldcn.woff") format("woff"), url("../fonts/frutigerltw01-567boldcn.ttf") format("truetype"), url("../fonts/frutigerltw01-567boldcn.svg") format("svg");
}
.twolevel-menu  {
  position:relative; 
  z-index:100; 
  margin: 10px 0 0; 
  float:left;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  -ms-touch-action: none;
}

.twolevel-menu  ul {
  margin:0;  
  margin-left: -10px;
  list-style:none; 
  text-align:left; 
  padding: 10px 20px 20px; 
  float:left;
  background-color: #FFF;
  background-color: rgba(255, 255, 255, 0.9);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#33FFFFFF, endColorstr=#33FFFFFF);
  border: 1px solid #666;
}

.twolevel-menu  li {overflow-wrap:break-word;display:block;  padding: 3px 0;}
.twolevel-menu  li {*margin-top:-5px;} /* for IE7 to position the list items correctly */
.twolevel-menu  li a.hassub {}

.twolevel-menu  ul ul {
  position:absolute; 
  left:100%; 
  top:-10px; 
  display:none;
  margin-left: 0;
  min-width: 200px;
}
.twolevel-menu  ul ul {
    border: 4px solid #a00000;
    *top:-5px;
    border-right: none;
    background-color: #CFCFCF; border-left: 1px solid #999;
    font-size: 11px;
    padding: 0px;
} /* for IE7 to position the sub menus correctly */


.twolevel-menu  a {display:block;     position:relative; z-index:10;line-height: 1.4;max-width: 200px;display: block;    border-bottom: 1px solid #999;padding-bottom: 2px;}

.twolevel-menu li:hover > b {width:0;}
.twolevel-menu li:hover > a {text-decoration:underline;}
.twolevel-menu li.opened > ul {
  left:100%; 
  display:block;
}
.twolevel-menu ul ul li {
    display: block;
    border-bottom: 1px solid #999;
    margin: 0;
    padding: 5px;
}
.twolevel-menu ul ul li a{
    border:none;
    line-height:1.2;
    padding: 0;
}
.twolevel-menu li:hover > a.hassub {background:none;}

.level_two_redesign .twolevel-menu {
    margin-left: -10px;
    margin-right: 20px;
}
.hawkcentral-tabs .pageSubNav, .template_open_redesign .pageSubNav {
    margin: 0 0 0 -11px;
    position: relative;
    z-index: 100;
}
.template_open.hawkcentral-tabs #pageFeatureImage, .template_open.template_open_redesign #pageFeatureImage {
    position: absolute;
    margin: 0;
    margin-top: -10px;
    z-index: 0;
}
.hawkcentral-tabs #featurearea, .template_open_redesign #featurearea {
    padding-top: 10px;
    min-height: 290px;
    padding-bottom: 0;
    position: relative;
    z-index: 100;
}
.hawkcentral-tabs #featurearea .pageSubNav #subGlobalNav, .template_open_redesign #featurearea .pageSubNav #subGlobalNav{
    position:relative;
    z-index:100;
}

/* Bootstrap Buttons 
    from Twitter Bootstrap */
    
 .btn {
  display: inline-block;
  *display: inline;
  padding: 4px 12px;
  margin-bottom: 0;
  *margin-left: .3em;
  font-size: 14px;
  line-height: 20px;
  color: #333333;
  text-align: center;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  vertical-align: middle;
  cursor: pointer;
  background-color: #f5f5f5;
  *background-color: #e6e6e6;
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  border: 1px solid #cccccc;
  *border: 0;
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-bottom-color: #b3b3b3;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  *zoom: 1;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.btn:hover,
.btn:focus,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
  color: #333333;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}

.btn:active,
.btn.active {
  background-color: #cccccc \9;
}

.btn:first-child {
  *margin-left: 0;
}

.btn:hover,
.btn:focus {
  color: #333333;
  text-decoration: none;
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
     -moz-transition: background-position 0.1s linear;
       -o-transition: background-position 0.1s linear;
          transition: background-position 0.1s linear;
}

.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn.active,
.btn:active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.btn.disabled,
.btn[disabled] {
  cursor: default;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
}

.btn-large {
  padding: 11px 19px;
  font-size: 17.5px;
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
}

.btn-large [class^="icon-"],
.btn-large [class*=" icon-"] {
  margin-top: 4px;
}

.btn-small {
  padding: 2px 10px;
  font-size: 11.9px;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
}

.btn-small [class^="icon-"],
.btn-small [class*=" icon-"] {
  margin-top: 0;
}

.btn-mini [class^="icon-"],
.btn-mini [class*=" icon-"] {
  margin-top: -1px;
}

.btn-mini {
  padding: 0 6px;
  font-size: 10.5px;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
}

.btn-block {
  display: block;
  width: 100%;
  padding-right: 0;
  padding-left: 0;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

.btn-block + .btn-block {
  margin-top: 5px;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

.btn-primary.active,
.btn-warning.active,
.btn-danger.active,
.btn-success.active,
.btn-info.active,
.btn-inverse.active {
  color: rgba(255, 255, 255, 0.75);
}

.btn-primary {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #006dcc;
  *background-color: #0044cc;
  background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
  background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
  background-image: -o-linear-gradient(top, #0088cc, #0044cc);
  background-image: linear-gradient(to bottom, #0088cc, #0044cc);
  background-repeat: repeat-x;
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
  color: #ffffff;
  background-color: #0044cc;
  *background-color: #003bb3;
}

.btn-primary:active,
.btn-primary.active {
  background-color: #003399 \9;
}

.btn-warning {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #faa732;
  *background-color: #f89406;
  background-image: -moz-linear-gradient(top, #fbb450, #f89406);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
  background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
  background-image: -o-linear-gradient(top, #fbb450, #f89406);
  background-image: linear-gradient(to bottom, #fbb450, #f89406);
  background-repeat: repeat-x;
  border-color: #f89406 #f89406 #ad6704;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffbb450', endColorstr='#fff89406', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.btn-warning.disabled,
.btn-warning[disabled] {
  color: #ffffff;
  background-color: #f89406;
  *background-color: #df8505;
}

.btn-warning:active,
.btn-warning.active {
  background-color: #c67605 \9;
}

.btn-danger {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #da4f49;
  *background-color: #bd362f;
  background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f));
  background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -o-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
  background-repeat: repeat-x;
  border-color: #bd362f #bd362f #802420;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffbd362f', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled] {
  color: #ffffff;
  background-color: #bd362f;
  *background-color: #a9302a;
}

.btn-danger:active,
.btn-danger.active {
  background-color: #942a25 \9;
}

.btn-success {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #5bb75b;
  *background-color: #51a351;
  background-image: -moz-linear-gradient(top, #62c462, #51a351);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351));
  background-image: -webkit-linear-gradient(top, #62c462, #51a351);
  background-image: -o-linear-gradient(top, #62c462, #51a351);
  background-image: linear-gradient(to bottom, #62c462, #51a351);
  background-repeat: repeat-x;
  border-color: #51a351 #51a351 #387038;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff51a351', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
  color: #ffffff;
  background-color: #51a351;
  *background-color: #499249;
}

.btn-success:active,
.btn-success.active {
  background-color: #408140 \9;
}

.btn-info {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #49afcd;
  *background-color: #2f96b4;
  background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#2f96b4));
  background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -o-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: linear-gradient(to bottom, #5bc0de, #2f96b4);
  background-repeat: repeat-x;
  border-color: #2f96b4 #2f96b4 #1f6377;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2f96b4', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
  color: #ffffff;
  background-color: #2f96b4;
  *background-color: #2a85a0;
}

.btn-info:active,
.btn-info.active {
  background-color: #24748c \9;
}

.btn-inverse {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #363636;
  *background-color: #222222;
  background-image: -moz-linear-gradient(top, #444444, #222222);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#444444), to(#222222));
  background-image: -webkit-linear-gradient(top, #444444, #222222);
  background-image: -o-linear-gradient(top, #444444, #222222);
  background-image: linear-gradient(to bottom, #444444, #222222);
  background-repeat: repeat-x;
  border-color: #222222 #222222 #000000;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff444444', endColorstr='#ff222222', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-inverse:hover,
.btn-inverse:focus,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
  color: #ffffff;
  background-color: #222222;
  *background-color: #151515;
}

.btn-inverse:active,
.btn-inverse.active {
  background-color: #080808 \9;
}

button.btn,
input[type="submit"].btn {
  *padding-top: 3px;
  *padding-bottom: 3px;
}

button.btn::-moz-focus-inner,
input[type="submit"].btn::-moz-focus-inner {
  padding: 0;
  border: 0;
}

button.btn.btn-large,
input[type="submit"].btn.btn-large {
  *padding-top: 7px;
  *padding-bottom: 7px;
}

button.btn.btn-small,
input[type="submit"].btn.btn-small {
  *padding-top: 3px;
  *padding-bottom: 3px;
}

button.btn.btn-mini,
input[type="submit"].btn.btn-mini {
  *padding-top: 1px;
  *padding-bottom: 1px;
}

.btn-link,
.btn-link:active,
.btn-link[disabled] {
  background-color: transparent;
  background-image: none;
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
}

.btn-link {
  color: #0088cc;
  cursor: pointer;
  border-color: transparent;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}

.btn-link:hover,
.btn-link:focus {
  color: #005580;
  text-decoration: underline;
  background-color: transparent;
}

.btn-link[disabled]:hover,
.btn-link[disabled]:focus {
  color: #333333;
  text-decoration: none;
}

.btn-facebook {
    color: #FFFFFF;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #1A4D99;
    *background-color: #1A4D99;
    background-image: -moz-linear-gradient(top, #3188E6, #1A4D99);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#3188E6), to(#1A4D99));
    background-image: -webkit-linear-gradient(top, #3188E6, #1A4D99);
    background-image: -o-linear-gradient(top, #3188E6, #1A4D99);
    background-image: linear-gradient(to bottom, #3188E6, #1A4D99);
    background-repeat: repeat-x;
    border-color: #1A4D99;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3188E6', endColorstr='#1A4D99', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.btn-facebook:hover,
.btn-facebook:active,
.btn-facebook.active,
.btn-facebook.disabled,
.btn-facebook[disabled] {
    color: #FFFFFF;
    background-color: #1A4D99;
    *background-color: #003bb3;
}

.btn-twitter {
    color: #FFFFFF;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #008DEB;
    *background-color: #008DEB;
    background-image: -moz-linear-gradient(top, #4AA1FF, #008DEB);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#4AA1FF), to(#008DEB));
    background-image: -webkit-linear-gradient(top, #4AA1FF, #008DEB);
    background-image: -o-linear-gradient(top, #4AA1FF, #008DEB);
    background-image: linear-gradient(to bottom, #4AA1FF, #008DEB);
    background-repeat: repeat-x;
    border-color: #008DEB;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4AA1FF', endColorstr='#008DEB', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.btn-twitter:hover,
.btn-twitter:active,
.btn-twitter.active,
.btn-twitter.disabled,
.btn-twitter[disabled] {
    color: #FFFFFF;
    background-color: #008DEB;
    *background-color: #003bb3;
}
.btn-twitter a, .btn-facebook a, a.btn-facebook, a.btn-twitter{
 color:white;
}



/* @group Ribbon Headers */
/* 'Ribbon Headers
----------------------------------------------- */
/* @group Ribbon Headers */
/* 'Ribbon Headers
----------------------------------------------- */
.ribbonhead{
  background: #a00000;
  margin-left: -20px;
  position: relative;
  z-index: 20;
  padding: 3px 20px 3px 30px;
  margin-top: 45px;
}
.ribbonhead h3{
  padding-top:3px !important;
  height: auto;
  overflow:visible;
  color:white;
}
.ribbonhead:after{
  content: ' ';
  position: absolute;
  width: 0;
  height: 0;
  left: 0px;
  top: 100%;
  border-width: 5px 5px;
  border-style: solid;
  border-color: #000 #000 transparent transparent;
}