
/*  ------------------------------------------------------------------------
                                    MGH Department of Medicine
    ------------------------------------------------------------------------  */


/*  ----------------------------|  GENERAL STYLES  |----------------------------  */


body {
	margin: 0;
	padding: 0;
	background-color: #E2EEF7;
	font: 70% Arial, Verdana, Helvetica, sans-serif;
	color: #666666;
}

a:link{
	color: #336699;
	text-decoration: none;
}

a:visited{
	color: #336699;
	text-decoration: none;
}

a:hover{
	color: #336699;
	text-decoration: underline;
}


a.img, a.img, a.img {
	border: 0 none;
}


/* Class that makes current link have darker font*/
a.current{
	color: #336699;
}

h1, h2, h3, h4 {
	font-family: Arial, Verdana, Helvetica, sans-serif;
}


/*	orig color: #CC3333; */
h1{
	font-size: 1.50em;
    color: #003366;
}

h2{
	font-size: 1.0em;
}

h3{
	margin-bottom: 4px;
	font-size: 1.0em;
	color: #336699;
}

/*orig color: #759C9C; */
h4{
	margin-bottom: 3px;
	font-size: 1.20em;
	color: #759C9C;
}

/*  ----------------------------|  LAYOUT  |----------------------------  */


#config_wrapper{
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
}

#wrapper{
	border-bottom: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
}

#head_nav{
	font-size: 0.90em;
	color: #999999;
	padding: 31px 20px 3px 0;
}

#navbar{
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	background-color: #008ba7;
	font-weight: bold;
	height: 28px;
}

#graphic_cont{
	border-bottom: 1px solid #cccccc;
}

#index_content{
	padding: 0;
	border-top: 2px solid #ebebeb;
}

#side_menu {
	width: 179px;
	padding: 15px 5px 10px 20px;
	border-right: 1px dotted #e1e2e5;
	background:url(../images/layout/side-menu-bg.gif) top left repeat-x;
}

#main_sub_content {
	padding: 15px 20px 10px 24px;
}

#other_info {
	padding: 15px 20px 10px 17px;
}
#contact_box{
	background: #f5f5f5 url(../images/layout/h2-index-bg.gif) top left no-repeat;
	width: 144;
	margin-top: 3px;
	padding: 9px 0 9px 11px;
	border-bottom: 2px solid #ebebeb;
}

#footer{
	padding: 10px 0 0 0;
}

/*  ----------------------------|  HEADER CONTENT STYLING  |----------------------------  */

#head_nav a{
	color: #85b1b1;
	padding: 0 2px 0 2px;
}

#head_nav a:hover{
	padding: 0 2px 0 2px;
	text-decoration: underline;
}

#head_nav a.red {
	color: #008ba7; /* this is now the MGH blue as default */
	padding: 0 2px 0 2px;
}

#search {
	padding: 0 22px 0 0;
}
#sb {
	width: 290px;
	font-size: 10px;
	border: 1px solid #cccccc;
}
#mysubmit
{
	margin-left: 5px;
	position: relative;
	top: 4px;
}

#navbar a{
	/*padding: 0 19px 0 19px;*/
	color: #ffffff;
}
#navbar a:hover{
	text-decoration: underline;
}

/*  ----------------------------|  INDEX PAGE STYLING  |----------------------------  */

#index_content h2{
	padding:13px 0 0 0;
	background:url(../images/layout/h2-index-bg.gif) top left no-repeat;
}
.content_wrap{
	width: 156px;
	padding: 10px 0 15px 0;
	text-align: left;
}
.bluehome{
	/* color: #008ba7; the MGH blue */
	color: #336699;
}
.blue{
	color: #336699;
}
.greyhome{
	color: #999999;
}
.slate{
	color: #85b1b1;
}
.red{
	color: #CC3333;
}
.dkblue{
  color: #003366;
}

.breadcrumbs {
	display: inline;
}
.breadcrumbs a{
	color: #666666;
}
#text_resize{
	margin-top: -4px;
	float: right;
	display: inline;
}
#text_resize_3_col{
	padding: 0 0 10px 0;
	text-align: right;
}
.largefont{
	font-size: 1.20em;
}
.largerfont{
	font-size: 1.40em;
}

/*  ----------------------------|  SIDEBAR STYLING  |----------------------------  */

form {
	padding:0;
	margin:0;
}
.navlist{
	margin: 0;
	padding: 0;
	list-style: none;
}
.navlist li
{
	padding-left: 10px;
	background-image: url(../images/layout/nav-bullet.gif);
	background-repeat: no-repeat;
	background-position: 0 .5em;
}

/* To differentiate nav bullets from main section bullets  -jn*/

.mainlist{
	margin: 0;
	padding: 0;
	list-style: none;
}

.mainlist li
{
	padding-left: 10px;
	background-image: url(../images/layout/main-bullet.gif);
	background-repeat: no-repeat;
	background-position: 0 .5em;
}

.print_email{
	margin-top: 6px;
	line-height: 19px;
}

/*  ----------------------------|  FOOTER STYLING  |----------------------------  */

#footer a{
	color: #999999;
}
.footertext{
	color: #999999;
}



/*  ----------------------------|  JANE'S CRAZY MIXED UP STYLES  |----------------------------  */

/* Class that makes images have light solid border with 4px padding | quite subtle=*/

img.frame{
     padding: 4px;
     border: 1px solid #cccccc; 
}

img.pdf{
     border: none; 
}


}
.subnavlist{
	margin: 0;
	padding: 0;
	list-style: none;
}
.subnavlist li
{
	padding-left: 10px;
	background-image: url(../images/layout/nav-bullet.gif);
  list-style: none;
	background-repeat: no-repeat;
	background-position: 0 .5em;
}

/*  ----------------------------|  JANE'S CRAZY MIXED UP STYLES  |----------------------------  */
/*  ----------------------------|  BORDER AND BG COLOR           |----------------------------  */
#IMGbox { 
	border: dotted 1px #ccc;
	background-color: #ffc;
}

#IMGboxhome { 
	border: dotted 1px #ccc;
	padding: 10px 10px 10px 10px;
	background-color: #ffc;
}

#IMGboxblue { 
	border: dotted 1px #ccc;
	padding: 10px 10px 10px 10px;
	background-color: #e2eef7;
}

#IMGboxyellow { 
	border: dotted 1px #ccc;
	padding: 10px 10px 10px 10px;
	background-color: #ffffcc;
}

#IMGboxwhite { 
	border: dotted 1px #ccc;
	padding: 10px 10px 10px 10px;
	background-color: #ffffff;
}

#IMGboxgray { 
	border: dotted 1px #ccc;
	padding: 10px 10px 10px 10px;
	background-color: #eeeeee;
}

/*  ----------------------------|  TABLE STYLING           |----------------------------  */


table.schedule {
	border-width: 1px 1px 1px 1px;
	border-spacing: 1px;
	border-style: solid solid solid solid;
	border-color: gray gray gray gray;
	border-collapse: separate;
	background-color: #E2EEF7;
}
table.schedule th {
	border-width: thin thin thin thin;
	padding: 4px 4px 4px 4px;
	border-style: solid solid solid solid;
	border-color: gray gray gray gray;
	background-color: #ffffcc;
	-moz-border-radius: 3px 3px 3px 3px;
}
table.schedule td {
	border-width: thin thin thin thin;
	padding: 4px 4px 4px 4px;
	border-style: solid solid solid solid;
	border-color: gray gray gray gray;
	background-color: #ffffff;
	-moz-border-radius: 3px 3px 3px 3px;
}


/*  ----------------------------|LIGHTBOX.JS STYLES-WHOA|----------------------------  */


#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
	
#imageContainer>#hoverNav{ left: 0;}

#hoverNav a{ outline: none;          
           }
           

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(../images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
	
#prevLink { left: 0; float: left;}

#nextLink { right: 0; float: right;}

#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%	
	}

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #555555;
	

