/******************************/
/**  Institutional Research
/**        Josh Wester
/******************************/

@import url("/fileadmin/projects/core/styles/typography.css");

body
{
  color: #000000;
  background-color: #FFFFFF;
  text-align: center;
  margin: 0px auto auto auto;
  background: #FFFFFF url("/fileadmin/user/AEA/InstitutionalResearch/images/creighton_seal.gif") no-repeat fixed bottom right;
}

#top_background {
  height: 110px;
  width: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 0;
  background: #FFFFFF url("/fileadmin/user/AEA/InstitutionalResearch/images/background.gif") repeat-x;
  }

/***************************/
/* bring warning classes to front
/***************************/
.warningDEV {
  position:relative;
  z-index:2;
  }
.warningQA {
  position:relative;
  z-index:2;
  }
/***************************/

#container
{
  width: 984px;
  margin: 0px auto;
  text-align: left;
  position: relative;
  z-index: 100;
}

#header
{
  text-align: left;
  width: 984px;
  height: 68px;
  background-color: #11297B;
}

#brand_left
{
  width: 200px;
  height: 25px;
  margin: -25px 0px 0px 0px;
  float: left;
  display: inline;
  position: relative;
  background: #11297B url("/fileadmin/images/logos/CreightonType-FFF_11297B.gif") no-repeat;
}

#brand_left h1, #brand_left h1 a
{
  width: 200px;
  height: 25px;
  margin: 0px;
  padding: 0px;
  display: block;
}

#metamenu
{ 	
  background-color: #11297B;
  width: 984px;
  height: 25px;
  float: left;
  display: inline;
}

#metamenu ul
{
  margin: 6px 0px 0px 396px;
  margin: 6px 0px 0px 380px;
  padding: 0px;
}

#metamenu li
{ 
  margin: 0px 1em 0px 1em;
  color: #FFFFFF;
  float: left;
  display: inline;
  list-style-type: none;
  font-size: 0.85em;
}

#metamenu ul li img
{
  display: inline;
  float: left;
  margin-right: 3px;
  margin-top: 0px;
}

#metamenu a, #metamenu a:link, #metamenu a:visited, #metamenu a:hover, #metamenu a:active
{
  text-decoration: none;
  color: #FFFFFF;
  font-weight: bold;
  text-transform: uppercase;
}

#main
{
  width: 984px;
}

#nav_site
{
  background-color: #dcdfeb;
  width: 984px;
  padding: 4px 0px;
  margin: 0px;
}

/* Begin CSS Popout Menu */

/* all lists */
#nav, #nav ul
{
	padding: 0;
	margin: 0;
	list-style: none;
}

#nav
{
  margin-left: 10px;
}

#nav a
{
  font-size: 0.92em;
  white-space: nowrap;
  text-decoration: none;
  color: #11297b;
}

#nav a:hover
{
  background-color: #FFFFFF;
}

#nav ul a
{
  /*
	width: 100%;
  */
	display: block !important;
}

/* all list items */
#nav li
{
  position: relative;
  display: inline;
	float: left;
  margin: 0px 13px;
  padding: 0;
  /* width needed or else Opera goes nuts */
  /*
	width: 10em;
  */
}

#nav li li
{
  display: block;
  float: none;
  margin: 0;
  padding: 1px 10px 1px 0px;
}

/* second-level lists */
#nav li ul
{
	position: absolute;
  /*
  top: 14px;
  */
  margin: 0px 0px 0px -4px;
  padding: 4px;
  width: auto;
  /*
	width: 10em;
  */
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

/* third-and-above-level lists */
#nav li ul ul
{
  /*
	margin: -20px 0px 0px -4px;
  */
  margin: -19px 0px 0px 0px;
  background-color: #c3c9de;
  width: auto;
  /*
  top: 0px;
  */
}

#nav, #nav li ul, #nav li ul ul ul
{
  background-color: #dcdfeb !important;
}

#nav li ul ul, #nav li ul ul ul ul
{
  background-color: #c3c9de !important;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul
{
	left: -999em;
}

/* lists nested under hovered list items */
#nav li:hover ul, #nav li.sfhover ul
{
	left: auto;
}

#nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul
{
  left: 100%;
}

#nav .exp
{
  background-image: url("/fileadmin/user/AEA/InstitutionalResearch/images/exp.gif") !important;
  background-position: right !important;
  background-repeat: no-repeat !important;
}

/* End CSS Popout Menu */

#print_link
{
  text-align: right;
  padding-bottom: 8px;
  float: right;
  display: inline;
  width: 106px;
}

#print_link img
{
  float: left;
  display: inline;
}

#col_center
{
  width: 984px;
  margin: 0px;
  padding: 0px;
}

#col_center div.csc-header h4
{
  font-size: 1.2em;
  color: #004990;
}

#content
{
  width: 960px;
  margin: 12px;
}

#content h3
{
  color: #11297B;
  margin: 0px;
  margin-bottom: 8px;
  padding: 0px;
  font-size: 1.4em;
}

/* Customize margin around cell contents */
#content table tbody tr td p.bodytext
{
  margin: 0.2em;
}

#bread
{
  font-size: 1.06em;
  font-weight: bold;
  padding: 6px 0px 9px 12px;
  color: #FFFFFF;
}

#bread a
{
  color: #FFFFFF;
}

ol .li1
{
  list-style-type: upper-roman;
}

ol .li2
{
  list-style-type: upper-alpha;
}

ol .li3
{
  list-style-type: lower-roman;
}

ol .li4
{
  list-style-type: lower-alpha;
}

#footer
{
  background-color: #FFFFFF;
  color: #999999;
  padding: 3px 1em;
  text-align: right;
  font-size: 0.92em;
  z-index: -1;
  margin-bottom: 10px;
}

#footer a
{
  color: #999999;
}

#footer_left
{
  text-align: left;
  float: left;
  display: inline;
  width: 200px;
}

#footer_right
{
  float: right;
  display: inline;
  text-align: right;
  width: 400px;
}

.right
{
  text-align: right;
}

.left
{
  text-align: left;
}

.center
{
  text-align: center;
}

.floatRight
{
  float: right;
  display: inline;
  position: relative;
  padding-left: 5px;
}

.floatLeft
{
  float: left;
  display: inline;
  position: relative;
  padding-right: 5px;
}

.hiddenIR
{
  position: absolute;
  left: 0px;
  top: -500px;
  width: 1px;
  height: 1px;
  overflow: hidden;
} 

.warningDEV, .warningQA
{
  display: none;
}
