/*								*/
/* JRM_Internal_Style.css					*/
/* Production style as of 07 Aug 2008     			*/
/*								*/
/* This style sheet describes the layout of "internal" pages. 	*/
/*								*/

a.none:link {color: #570076; background-color: transparent; text-decoration:none; font-weight: normal;}
a.none:active {color: #570076; background-color: transparent; text-decoration:none; font-weight: normal;}
a.none:visited {color: #570076; background-color: transparent; text-decoration:none; font-weight: normal;}
a.none:hover {color: #570076; background-color: transparent; text-decoration:none; font-weight: bolder;}

/* This class of links is used for the small print in the footer linking to the sitemap */

a.search {color: #000000; margin-top: 2px; font-size: 90%;}
a.search:visited {color:#000000;}

* { 
    margin: 0px; 
    padding: 0px; 
}

body {
    text-align: center;
    background: #888888;
}

#BrowserCheck {
    display: none;
}

#Container {
    position: relative;
    margin-top: 20px; margin-left: auto;
    margin-bottom: 20px; margin-right: auto;
    border: 3px solid #3a0051;
    font-family: Arial, sans-serif;
    text-align: left;
    width: 824px;
    background: #ffffff url("/Resource/Graphics/body-bkgd-gray-824x5.jpg") left top repeat-y;  

}

#PageHeader {
    background: #cccccc url(/Resource/Graphics/JRM-Internal-Header-Smaller.jpg) left top no-repeat;
    height: 110px; 
    text-align: center;
}

#PageHeader a {
    position: absolute;
    top: 0; left: 0;
    width: 824px; height: 110px;
}

#PageHeader h1 {
   display: inline-block;
   color: #570076;
   background: transparent;
   font-family: Arial, sans-serif;
   font-size: 34px;		/* This makes the page topic title the same height as */
   font-weight: normal;		/* lower-case letters in the image-based header title. */
   padding-left: 120px; 
   padding-top: 66px;
}

.hidden {
    display: none;
}

.intro {
    padding-top: 5px;
    margin-left: 35px;
    margin-right: 35px;
    margin-bottom: 15px;
    font-style: italic;
    text-align: center;
}

.extra-footer {
    font-size: 80%;
    padding-top: 15px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
    font-style: italic;
    text-align: center;
}

.centered {
    text-align: center;
    margin-right: auto;
    margin-left: auto;
}

.left { 
    float: left; 
    margin-right: 20px;	
    margin-top: 10px;
    margin-bottom: 10px;
}

.right { 
    float: right; 
    margin-left: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
}

p.centered {
    text-align: center;
    line-height: 15px;
}

hr {
   text-align: center;
   margin-left: auto;
   margin-right: auto;
   margin-bottom: 20px;
   width: 350px;
}

blockquote {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 40px;
    line-height: 130%;
}

/* Classes for captioned figures and photos */

.figure-right {
  float: right;
  border: thin silver solid;
  width: 205px;
  margin: 10px;
  padding: 5px;
}

.figure-left {
  float: left;
  border: thin silver solid;
  width: 205px;
  margin: 10px;
  padding: 5px;
}

.figure-right p {
  text-align: center;
  font-style: italic;
  text-indent: 0;
}

.figure-left p {
  text-align: center;
  font-style: italic;
  text-indent: 0;
}

/* A shaded box with simple square-cornered borders */

.SpecialTextBox {
    margin: 20px 10px 10px 40px;
    padding: 10px 20px 10px 0px;
    border: 2px solid #570076; 
    background: #dddddd; 
}

.SpecialTextBox h2 {
    padding-top: 5px;
    height: 32px; width: 75%;
    background: transparent url(/Resource/Graphics/JRM-Bullet.gif) left center no-repeat; 
    border-bottom: 1px solid #7D8965;
    white-space: nowrap; 
}

.SpecialTextBox h2 span {
    margin-left: 35px; width: 75%;
}

.SpecialTextBox h3 {
    margin-bottom: 10px;
    height: 32px;
    background: transparent url("/Vince/Resource/Bullets/bullet.gif") left no-repeat;  
    border-bottom: 1px solid #7D8965;
    white-space: nowrap; 
}

.SpecialTextBox h3 span {
    font-size: 90%;
    margin-left: 30px;
}

.SpecialTextBox li {
    margin-bottom: 5px;
}

.SpecialTextBox img {
    border: 1px solid black;
    position: relative;
    float: right;
    right: -9px;
    width: auto;
    margin: 0px;
    padding: 0px;
}


/* The "About" page now has a fade-in slide show feature that needs positioning */

#fadeshow1 {
	z-index: 0;
    margin-top: 15px;
    margin-bottom: 15px;
    margin-left: 35px;
}


#MainText {
    min-height: 600px;
    font-size: 80%;
    margin-top: 0px;
    margin-left: 120px;
    margin-right: 30px;
    background: transparent url(/Resource/Graphics/HomePageCorner.jpg) -1px -1px no-repeat; 
}

/* This class is for the main body of text on an internal page */

#MainText .text {
    margin-bottom: 10px;
    margin-left: 30px;
    line-height: 130%; /* Most browsers defualt to about 110% */
}

/* This class is for test in a little colored box on an internal page */

#MainText .box-text {
    margin-top: 10px;
    margin-left: 10px;
    line-height: 130%; /* Most browsers defualt to about 110% */
}

#MainText ul {
    margin-left: 60px;
    margin-bottom: 10px;
}

#MainText ol {
    margin-left: 60px;
    margin-bottom: 10px;
}

#MainText li.fancy {
    list-style: none;
    font-size: 120%;
    line-height: 130%;
    padding-left: 25px; 
    margin-bottom: 10px;
    background: transparent url(/Resource/Graphics/JRM-Bullet.gif) left top no-repeat;  
    _background: none; /* IE6 does stupid stuff with image list bullets; this gets rid of them */
}

#MainText li.plain {
    list-style-image: none;
    font-weight: normal;
    margin-top: 5px;
}

#MainText li.bold {
    list-style-image: none;
    font-weight: bold;
    margin-top: 5px;
}

#MainText h2 {
    font-size: 160%;
    margin-left: 30px;
    margin-bottom: 10px;
}

#MainText h3 {
    margin-left: 30px;
    margin-bottom: 10px;
}

#MainText h4 {
    margin-left: 30px;
    margin-bottom: 10px;
}

#MainText img {
    vertical-align: top; 
    margin-bottom: 10px;
    border: 1px solid #000000; 
}

#MainText img.noborder {
    vertical-align: top; 
    margin-bottom: 10px;
    border: none; 
}

#MainText img.facility {
    vertical-align: top; 
    margin-bottom: 10px;
    margin-left: 20px;
}

/* Headers for the ops training pages */

#Ops h1 {
    font-size: 160%;
    margin-left: 30px;
    margin-top: 10px;
    margin-bottom: 10px;
}

#Ops h2 {
    font-size: 140%;
    margin-left: -15px;
    margin-top: 10px;
    margin-bottom: 10px;
}

#Ops h3 {
    font-size: 100%;
    margin-left: -15px;
    margin-top: 0px;
    margin-bottom: 10px;
}

#Ops hr {
    margin-top: 25px;
    margin-bottom: 10px;
}


/* The following styles are used on the Faculty pages */

#Info { height: 330px; }

#Info h2 { 
font-size: 150%; 
margin-left: 0px; 
}

#Info h3 { 
font-size: 110%; 
margin-left: 0px; 
margin-top: 5px; 
}

#Info p { margin-top: 5px; }

#Image { 
float: left; 
margin: 20px 0px 20px 20px; 
}

#Data { 
float: right; 
width: 430px; 
margin-top: 20px; 
}

#ResearchStatement {
margin-bottom: 20px;
}

#ResearchStatement sub, sup { 
line-height: 0.1em; 
}

#ResearchStatement p {
    margin-bottom: 10px;
    margin-left: 30px;
    line-height: 150%;
}

#Pubs { 
height: 650px; 
font-family: Arial, sans-serif;
}

.iframe { 
overflow: auto;
border: none;
width: 650px;
height: 650px;
}


/* The style of the seminar schedule table makes a good general table */

#Sched { margin-top: 20px; margin-bottom: 20px; }

#Sched table { margin-top: 20px; margin-bottom: 20px; width: 600px; border: 1px solid black; border-collapse: collapse;}

#Sched th { color: #3a0051; font-size: 120%; font-weight: 900; padding: 5px 5px 5px 5px; border: 1px solid black;}

#Sched td { padding: 5px 5px 5px 5px; border: 1px solid black;}

#Sched .heading {color: #ffffff; background: #800080; font-size: 150%; white-space: nowrap;}


/* A couple of styles for the photo gallery pages */

.gallery_text {
    padding-top: 15px;
    margin-left: 35px;
    margin-right: 35px;
    font-style: italic;
}

#Gallery {
    text-align: center;
    margin-top: 20px;
    margin-left: 10px;
    margin-right: -30px
}

/* Table for the web stats browsing page	*/

#Stats { margin-left: 8px; width: 690px; }

#Stats table { border: 1px solid black; border-collapse: collapse; }

#Stats th { color: #ffffff; background-color: #570076; font-size: 15px; font-weight: 900;  text-align: center; border: 1px solid black; }

#Stats .title { font-size: 20px; }

#Stats td { text-align: center; border: 1px solid black; }

/* "Update" and "Footer" go at the foot of the pages */

#Update {
   clear: both;
   margin-top: 25px;
}

#Update hr {
   margin: auto;
   margin-bottom: 5px;
   width: 384px;
}

#Update p {
    margin-top: 20px;
    margin-bottom: 5px;
    text-align: center;
    font-style: italic;
    font-size: 80%;
}

#Footer {
    position: relative; 
    clear: both;
    height: 47px; 
    padding-top: 5px;
    padding-bottom: 4px;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    color: #000000; 
    font-size: 80%; 
}

#Footer img {
    border: none;
}

#Footer .left {
    float: left;
    margin: auto 20px auto 20px;
}

#Footer .right {
    float: right;
    margin: auto 20px auto 20px;
}


#NavBar {
    z-index: 1900;
    float: left;
    width: 120px;
    padding-top: 40px;
    background: #cccccc;
    white-space: nowrap;
}

/* hack for IE5.5 */
* html #NavBar { overflow: hidden; }



/* These definitions are for the flyout menus 	*/

.menu {
z-index:9000;
font-size:80%;
font-weight: bold;
white-space: nowrap;
}

/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
z-index:1000;
padding:0;
margin:0;
list-style-type:none;
width:120px; 
}

/* hack for IE5.5 */
* html .menu ul {margin-left:-16px; ma\rgin-left:0;}
/* position relative so that you can position the sub levels */

/* style the list items */
.menu li {
position:relative;
background: #3a0051;
height:26px;
}

/* get rid of the table */
.menu table {position:absolute; border-collapse:collapse; top:0; left:0; z-index:100; font-size:1em;}

/* style the links */
.menu a, .menu a:visited {
display:block; 
text-decoration:none;
font-weight: bold;
height:25px;
line-height:25px;
width:119px; 
color:#fff;
text-indent:5px;
border:1px solid #c6c6c6;
border-width:0 1px 1px 0;
}

/* hack for IE5.5 */
* html .menu a, * html .menu a:visited {background: #3a0051; width:119px; w\idth:119px; text-decoration:none;}
/* style the link hover */
* html .menu a:hover {color:#fff; background:#000000; text-decoration:none;}

.menu :hover > a {
color:#ffffff; 
background: #000000;
text-decoration:none;
}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
visibility:hidden;
position:absolute;
top:0;
left:120px; 
}

/* for browsers that understand this is all you need for the flyouts */
.menu li:hover > ul {visibility:visible;}


/* for IE5.5 and IE6 you need to style each level hover */

/* keep the third level+ hidden when you hover on first level link */
.menu ul a:hover ul ul{
visibility:hidden;
}

/* keep the fourth level+ hidden when you hover on second level link */
.menu ul a:hover ul a:hover ul ul{
visibility:hidden;
}

/* keep the fifth level hidden when you hover on third level link */
.menu ul a:hover ul a:hover ul a:hover ul ul{
visibility:hidden;
}

/* make the second level visible when hover on first level link */
.menu ul a:hover ul {
visibility:visible;
}

/* make the third level visible when you hover over second level link */
.menu ul a:hover ul a:hover ul{ 
visibility:visible;
}

/* make the fourth level visible when you hover over third level link */
.menu ul a:hover ul a:hover ul a:hover ul { 
visibility:visible;
}

/* make the fifth level visible when you hover over fourth level link */
.menu ul a:hover ul a:hover ul a:hover ul a:hover ul { 
visibility:visible;
}

/* Little colored boxes */

.xsnazzy h1, .zsnazzy h1, .xsearch h1, .zsnazzy-centered h1 {
margin:0; 
font-size: 1.4em; 
padding:0 10px 5px 10px; 
border-bottom:1px solid #444;
}

.xsnazzy h2, .zsnazzy h2, .zsnazzy-centered h2 {
margin:0; 
font-size:1.2em; 
padding:0 10px 5px 10px; 
border-bottom:1px solid #444;
}

.xsnazzy p, .zsnazzy p, .xsearch p {
margin-top: 0px; 
margin-bottom: 0px;
padding:5px 10px; 
}

.xsnazzy {
display: inline;
float:left; 
background: transparent; 
width:292px; 
margin: 10px 0px 20px 30px;
}

.zsnazzy {
background: transparent; 
width:450px; 
margin: 20px 0px 10px 20px;
margin-bottom: 20px;
}

.zsnazzy-centered {
background: transparent; 
width:450px; 
margin: 20px auto 10px auto;
margin-bottom: 20px;
}

/* Sub- and super- scripts in my little boxes give unnatural line spacings. This helps. */

.zsnazzy sup{
line-height: 0;
}

.zsnazzy sub{
line-height: 0.5;
}

.xsearch {
background: transparent; 
width: 500px; 
margin-top: 20px;
margin-bottom: 20px;
margin-left: auto;
margin-right: auto;
text-align: center;
}

#NestedImage-Border img {
    border: 1px solid black;
    float: left;
    width: auto;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 15px;
    margin-bottom: 2px;
    padding: 0px;
}

#NestedImage-Border-Right img {
    border: 1px solid black;
    float: right;
    width: auto;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 5px;
    margin-bottom: 2px;
    padding: 0px;
}

#NestedImage-Border-Left img {
    border: 1px solid black;
    float: left;
    width: auto;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 5px;
    margin-bottom: 2px;
    padding: 0px;
}

#NestedImage-NoBorder img {
    border: none;
    float: left;
    width: auto;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 15px;
    margin-bottom: 2px;
    padding: 0px;
}

.xtop, .xbottom {
display:block; 
background:transparent; 
font-size:1px;
}
.xb1, .xb2, .xb3, .xb4 {
display:block; 
overflow:hidden;
}
.xb1, .xb2, .xb3 {
height:1px;
}
.xb2, .xb3, .xb4 {
background:transparent; 
border-left:1px solid #444;
border-right:1px solid #444;
}
.xb1 {
margin: 0px 5px; 
background:#444;
}
.xb2 {
margin:0 3px;
border-width:0 2px;
}
.xb3 {
margin:0 2px;
}
.xb4 {
height:2px; 
margin:0px 1px;
}

.xboxcontent {
display:block; 
border: 0 solid #444; 
border-width:0px 1px; 
height: auto;
}
* html .xboxcontent {
height: 1px;
}

/* White on Gold */
.color_a {
background:#c9ba65;
color:#fff;
}

/* Black on Sage */
.color_b {
background:#d4d8bd; 
color:#000;
}

/* White on Slate */
.color_c {
background:#758279; 
color:#fff;
}

/* Black on Dark Beige */
.color_d {
background:#b2ab9b; 
color:#000;
}
.color_caution_yellow {
background:#fcfe04;
color:#000;
}
