/* 2008 TEMPLATE */
html, body {
     height: 100%;
}
body {
	margin:0;
	font-family: Helvetica, Arial, sans-serif;	
	font-size:100%;
	font-size:0.875em;
	background:url(img/container_bg.png) center repeat-y #7c7c7c;
	text-align:center;
}
/* GLOBAL FORMATTING */
h1 {
	margin-top:.2em;
	font-size: 115%;
}
h2 {
	font-size: 1.08em;
	font-weight:normal;
	color:#cc0000;
	margin:0;
	margin-bottom:5px;
	padding:7px;
	padding-left:0;
}
h3 {
	font-size: 105%;
}
h4 {
	font-size: 100%;
}
h5 {
	font-size: 95%;
}
h6 {
	font-size: 90%;
}
u{
	text-decoration:none;
}
a{
	text-decoration:none;
	color:#254087;
}
sub, sup {
  line-height: 0;
}
/*OLD ARGONNE STYLES*/
.accentCrimson {
	color: #FFFFFF;
	background-color: #990000;
}
.accentRed {
	color: #FFFFFF;
	background-color: #FF0000;
}
.accentYellow {
	background-color: #FFCC00;
}
.accentGreenDark {
	color: #FFFFFF;
	background-color: #006600;
}
.accentGreenMedium {
	color: #FFFFFF;
	background-color: #009900;
}
.accentGreenLight {
	background-color: #66FF00;
}
.accentPurpleDark {
	color: #FFFFFF;
	background-color: #330033;
}
.accentPurpleMedium {
	color: #FFFFFF;
	background-color: #660066;
}
.accentPurpleLight {
	background-color: #FF00CC;
}
.blackBkgd {
	background-color: #000000;
	color: #FFFFFF;
}
.blueBkgdLight {
	background-color: #0099FF;
}
.blueBkgdMedium {
	color:#FFFFFF;
	background-color: #3366CC;
}
.blueBkgdDark {
	color:#FFFFFF;
	background-color: #330099;
}
/*for yellow boxes replicating the old publicHomepage template*/
.featureBox{
	font-size:0.8em;
	padding:0;
	width:33.33%;
	float:left;
	margin-top:3px;
}
.featureBox div{
	border:1px solid #999;
	height:235px;
	margin-right:3px;
}
.featureBox h3 {
	background-color: #FFCC00;
	border-bottom:1px solid #999;
	font-size:1em;
	margin:0;
	padding:20px 0 5px 5px;
}
.featureBox li{
	margin:5px auto;
}
.featureBox p{
	margin:0;
	padding:8px;
}
.footerText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
}
.greyBars {
	background-color: #E5E5E5;
}
.greyBkgdVeryDark {
	color:#FFFFFF;
	background-color: #444444;
}
.greyBkgdDark {
	color:#FFFFFF;
	background-color: #666666;
}
.greyBkgdMedium {
	color:#FFFFFF;
	background-color: #999999;
}
.greyBkgdLight {
	background-color: #CCCCCC;
}
.greyBkgdVeryLight {
	background-color: #EEEEEE;
}
.headlineTitle {
	font-size:.875em;
	font-weight: bold;
	padding-left:5px;
}
.MeetingCellText {
    background-color: #99CCFF;
	color: black;
	padding-left: 1ex;
}
.MeetingCellTime {
    background-color: #6699CC;
    color: white;
	font-weight: bold;
	padding-left: 1ex;
    padding-right: 1ex;
}

/*NEW STYLES*/
.caption{
	font-size:80%;
}

.tinyText {
	font-size: 70%;
}

#container{
	width:970px;
	margin:0 auto;
	text-align:left;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -5em;
	border-right:1px solid #fff;
	}

/* LAYOUT ELEMENTS */
#header{
	border-top:6px solid #fff;
	padding-left:10px;
	height:100px; 
	overflow:hidden;
	color:#fff;
	background:#000;
}
#header #image{
	width:235px;
	float:left;
}
#header #image img, #header #doe img{
	border:0;
}
#header #doe{
	width:250px;
	float:right;
	text-align:right;
	margin-top:28px;
	margin-right:28px;
}
#header #description{
	margin-left:230px;
	margin-right:300px;
	margin-top:33px;
        border-left:1px solid #333; 
        padding-left:20px;
}
#header #description p{
	margin:0;
	padding:0;
}
#header #description a{
	text-decoration:none;
	color:#fff;
}
#header #description .tinyWhiteText a{
    color: #999;
}
#header #description a:hover{
	text-decoration:underline;
}
.sectionTitle {
	font-size: 1.5em;
	color: #fff;
	text-decoration: none;
        letter-spacing:0.02em;
}
.sectionTitle a {
	color: #fff;
	text-decoration: none
}
.sectionTitle a:hover {
	color: #fff;
	text-decoration: underline
}
#header #description .tinyWhiteText {
	display:block;
    font-size:0.6875em;
	color: #999;
    letter-spacing:0.03em;
    margin-top:3px;
}
#searchbox{
	width:190px;
	float:right;
	text-align:right;
	white-space:nowrap;
	padding:0;
}
#searchbox img{
	border:0;
}
#searchbox form{
	margin:0;
	padding:0;
	height:25px;
}
#searchbox input{
	margin-top:3px;
	vertical-align:top;
	font-size:80%;
}
#searchbox table{
	width:100%;
}
#searchbox td{
	text-align:right;
}
#breadcrumbs{
	padding-top:1px;
	padding-left:5px;
	border-bottom:3px solid #fff;
	font-size: 80%; 
	font-weight: bold;
	color: #444;
	background:#ccc;
}
#breadcrumbs a{
	color:#444;
	text-decoration:none;
}
#wrapper{
	clear:both;
	background:url(img/sidebar_bg.png) no-repeat bottom left #F1EED8;
}
#leftMenu {
	float:left;
	width:170px;
	padding:0 6px;
	margin-top:6px;	
	font-size: 0.9em; 
	line-height:1.5em;
	font-weight: bold;
	color: #333;
	z-index:0;
} 
#leftMenu a {
	font-weight:normal;
	color: #333;
}
#leftMenu a:hover {
	color:#cc0000;
	text-decoration: underline;
}
#leftMenu ul{
	padding-left:20px;	
}
#leftMenu hr{
	color:#ddd;	
}
#main {
	float:left;
	width:775px;
	min-height:560px;
	padding:10px 3px 3px 10px;
	background:#fff;
}
/*for ThinTwoColumn*/
#main #left_column{
	width:370px;
	float:left;
}
#main #right_column{
	width:370px;
	margin-left:380px;
}
/*for ThinWideThin*/
#main #left_column_wide{
	width:65%;
	float:left;
}
#main #right_column_thin{
	width:30%;
	margin-left:70%;
}
#main, #main .caption{
	line-height:125%;
}
#main a,#footer a{

}
#main a:hover,#footer a:hover{
	color:#cc0000;
	text-decoration:none;
	border-bottom: 1px solid #cc0000;
}
#main p{
	line-height:1.6em;	
}
#main h2 a{
	border-bottom:none;
	color:#cc0000;
}
#main h2 a:hover{
	border-bottom:1px solid #cc0000;
}
#footerwrapper{
	clear:both;
	border-top:3px;
	height: 4em;
}
#footer {
	text-align:center;
	padding-top:5px;
	border-top:1px solid #333;
	font-size:80%;
	background:#fff;
	}
#footer img{
	border:0
}
#footer p{
	margin:0 100px 10px 100px;
}
#footer #updated{
	width:90px;
	float:left;
	margin-left:10px;
	text-align:left;
	font-size:9px;
	color:#bbb;
}
.clear {
	height:1%;
	margin:0;
	padding:0;
	clear:both;
}



/*GENERIC BOXES*/
/*Use these for a fixed-width layout style that matches the APS home page*/
.box_main{font-size:0.9em;line-height:1.6em;}
.box_main ol li, #user_main ul li{padding:0.4em 0;}
.box_main .main_list{margin-top:1em;margin-bottom:1.5em;margin-left:1.5em;margin-right:1.5em;border:1px solid #999;}
.box_main .main_list div{padding:15px;}
.box_main .main_list div img{width:252px; float:right;margin-left:20px;}
.box_main .main_list h2{
	font-size:1.2em;
	background:url(../../img/aps_home/h2_bg.gif) repeat-x;
	border-bottom:1px solid #ccc;
	padding:9px;
	margin:0;
}
.box_main .main_list h2 a{
	text-decoration:none;
	color:#222;
}
/*Pre-formatted table layout*/
.aps_table{width:100%;border-collapse:collapse;}
.aps_table th{text-align:left;border-bottom:1px solid #999;border-top:1px solid #999;padding:5px;background:#CCEAFF}
.aps_table td{padding:5px;border-bottom:1px solid #ddd;}

/*Division home pages retrofitted for the old Argonne layout*/
#hp_table_main{
	background:#3366CC;
	color:#fff;
	margin:0;
	margin-top:-10px;
	width:774px;
	}
#hp_table_main img{
	width:390px;
	float:left;
	}
#hp_table_content{
	width:360px;
	margin-left:395px;
	padding:40px 3px 0 3px;
	height:231px;
	}
#featurebox p{
	line-height:90%;
}



/* PRINTING */
@media print{
	body,#header{
		background:#fff;
		}
	#header{color:#000;}
	#menuwrapper,#breadcrumbs,#leftMenu{display:none;}
	#main{margin:10px;}
	#wrapper{background-color:#fff;}
}


/* 
  ------------------------------------
  PVII Menu CSS Express Drop-Down Menu
  by Project Seven Development
  www.projectseven.com
  ------------------------------------
*/

/*
Container for the menu. We set top and bottom borders only because the menu container
stretches the entire window width. Note that this container can go inside a fixed width
element that is centered on the page, if you so desire. It can even go inside a table cell.
It carries a background image for aesthetics.
*/
#menuwrapper {
	border-top: 3px solid #fff;
	border-bottom: 3px solid #fff;
	background-color: #444;
}
/*Clears the floated menu items.
Assigned to a BR tag placed just before
menuwrapper's closing DIV tag*/
.clearit {
	clear: both;
	height: 0;
	line-height: 0.0;
	font-size: 0;
}
/*
p7menubar is the root UL and p7menubar ul applies to all the sub-menu ULs.
We set padding and margin to zero to eliminate all indentation, turn bullets off,
and set a font-family different from the global font-family declared for the
body element above. This sets font for just the menu. Do not add a font-size here.
*/
#p7menubar, #p7menubar ul {
	padding: 0;
	margin: 0;
	list-style: none;
	font-family: Arial, Helvetica, sans-serif;
	z-index:1000;
}
/* THESE ITEMS ARE FOR IE<7 */
#p7menubar table{
	height:1px;
	border-collapse:collapse;
	border:0;
	padding:0;
	margin:0;
	font-size:1.1em;
}
#p7menubar td{
	padding:0;
	margin:0;
}
/*
Root-Level Links.  Do not change the first two properties.
Adjust padding values to make the root links taller and to offset them
from the left and right edges of the link box. The border right creates a
separator between links. Font-size is set here and will apply to all menu levels.
Font color is set to light gray.
*/
#p7menubar a {
	display: block;
	text-decoration: none;
	padding: 5px 10px 5px 10px;
	border-right: 3px solid #fff;
	font-size: .8em;
	font-weight:bold;
	color: #fff;
}
/*
Class assigned to those Root-Level links that have associated Sub-Menus.
The top and bottom padding assigned this element must be the same as
that assigned to the p7menubar a element. The right padding is increased
to accomodate the display of background image depicting a downward
pointing arrow.
*/
#p7menubar a.trigger {
	padding: 7px 19px 7px 9px;
	background-image: url(img/arrow_white_down.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
#p7menubar a.noarrows{
	padding: 7px 9px 7px 9px;
	background-image: none;
}
/*
The Root-Level list items. Floating left allows
them to appear horizontally. Width is for IE5 Mac. The last rule in
this style sheet will set the width for this element to auto for all
other browsers - hiding it from IE5 Mac. The width is proportional.
As you add and edit root menu items, you will need to test this width
to ensure it is wide enough to accomodate all text.
*/
#p7menubar li {
	float: left;
	width: 9em;
}
/*
Sets width for Sub-Menu box and the List Items inside - in proportional em units. 
This allows the sub-menu width to expand if users resize the text in their browsers.
*/
#p7menubar li ul, #p7menubar ul li  {
	width: 15em;
}
/*
The sub-menu links. We set color and turn off the right border, which
would otherwise be inherited from the root link rule. We set top and 
bottom padding less than the root items and increas the left padding
to indent the sub-menu links a small amount in from the root links.
*/
#p7menubar ul li a  {
	color: #565656;
	border-right: 0;
	padding: 4px 12px 4px 16px;
	font-weight:normal;
}
/*
Sub-Menu Unordered Lists describes each dropdown sub-menu grouping. 
Positioned Absolutely to allow them to appear below their root trigger.
Set to display none to hide them until trigger is moused over.
Background Color must be set or problems will be encountered in MSIE.
Right and bottom borders are set to simulate a raised look.
A gradient background image is assigned.
*/
#p7menubar li ul {
	position: absolute;
	display: none;
	background-color: #FFFFFF;
	border: 1px solid #666;
	border-top:0;
}
/*
Changes the Text color and background color when the Root-Level
menu items are moused over. The second selector sets color and background
when Root-Level items are accessed with the keyboard tab key. The third
selector sets an active state to support keyboard access in MSIE. The fourth 
selector is assigned to IE5 and IE6 Windows via the P7_ExpMenu script.
Note that IE7 supports hover on elements other than links and so behaves
like Firefox, Opera, and Safari - making the menu operable even if JavaScript
is not enabled.
*/
#p7menubar li:hover a, #p7menubar a:focus,
#p7menubar a:active, #p7menubar li.p7hvr a {
	color: #fff;
	background-color: #555;
}
/*
Set the Sub-Menu UL to be visible when its associated
Root-Level link is moused over. The second selector is 
assigned to IE5 and IE6 via the P7_ExpMenu script.
*/
#p7menubar li:hover ul, #p7menubar li.p7hvr ul {
	display: block;
}
/*
Sets the Text color of the Sub-Level links when the Root-Level
menu items are moused over. The second selector is 
assigned to IE5 and IE6 via the P7_ExpMenu script.
The color set should march the normal Sub-Level link color
in the rule: #p7menubar ul li a. The background color must be
transparent to allow the underlying gradient background on the UL
to show through.
*/
#p7menubar li:hover ul a, #p7menubar li.p7hvr ul a {
	color: #000000;
	background-color: transparent;
}
/*
The normal hover class for Sub-Level links. The Important directive
is required for older browsers. We set a background color, which shows
over the gradient background. We set text color to white.
*/
#p7menubar ul a:hover {
	background-color: #606060!important;
	color: #FFFFFF!important;
}
/* The single backslash \ character inside this comment
causes IE5 Mac to ignore the following rule, which allows other
browsers to render top-level menu items to their natural width.
Do not edit this rule in any way. */
#p7menubar li {width: auto;}

#p7menubar li .sep{
	border-top:1px solid #bbb;
}

/*For Science Highlights and APS News*/
.stdImage, .stdImageNoBorder, imageNoBorder, .midImage, .midImageNoBorder, .bigImage, .bigImageNoBorder {margin:0 10px 10px 10px;border:1px solid #666;padding:10px;text-align:center;}
.stdImage p, .stdImageNoBorder p,  .midImage p, .midImageNoBorder p, .bigImage p, .bigImageNoBorder p, .imageNoBorder p {text-align:left;}
.stdImageNoBorder, .imageNoBorder, .midImageNoBorder, .bigImageNoBorder {border:none;}
.stdImage, .stdImageNoBorder, .imageNoBorder {width:240px;float:right;}
.midImage, .midImageNoBorder{width:370px;float:right;}