/* General CSS */

html {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 3.2mm;
/*modified 2-10-2015
	line-height: 3.6mm;
*/	
	line-height: 3.7mm;
	color: #333333;
	background-color: #333333;
}

p {
	font-size: 3.2mm;	
}

.red {
	color: red;
	font-weight:bold;	
}

.highlight {
	color: black;
	background-color: #FFFF99;
}

img {
	padding: 0px;
	margin: 0px;
	border: none;
}

a, a:active, a:link, a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	background-color: #FFFF99;
}

form {

	margin: 0;
	padding-bottom: 5px;
}

/* Menus and Lists*/
ul, ol {
	padding: 0px;
	margin-top: 15px;
	margin-bottom: 15px;	
	margin-left: 15px;
}

li {
	padding: 2px;
	font-size: 3.2mm;
}

li li {
	font-size: 3.2mm;
}

ol {
	list-style-type: decimal;
}

div#center ul {
	margin-top: 15px;
	margin-left: 15px;
	margin-right: 5px;
}

div#center li {
	margin-left: 15px;
	margin-right: 5px;
	font-size: 3.2mm;
}

div#center li li {
	margin-right: 5px;
	margin-left: 15px;
	font-size: 3.2mm;
	list-style-type: circle;
}


div#center ol {
	margin-top: 15px;
	margin-right: 5px;
	margin-left: 15px;
	list-style-type: decimal;
}



/* Custom Tags */

.gold {
	background-color: #FFFF99;
}
.black {
	background-color: #000000;
	color: #FFFFFF;
}

.allcaps {
	text-transform: uppercase;
}
.small {
	font-size: 2.6mm;
}
.right {
	text-align: right;
}
.center {
	text-align: center;
}

.command { 
    font-family: "Courier New", Courier, mono;
}

/* Tables */

table {
	padding: 0;
}
table tr {
	margin: 0;
	padding: 5px;
	vertical-align: top;
}

table td {
	font-size: 3.2mm;
	margin: 0;
	padding: 5px;
	vertical-align: top;
	font-family: Arial, Helvetica, sans-serif;
}
table td.Date {
	color: #dc661e;
	font-weight: bold;
	vertical-align: top;
}
table td.Time {
	padding-right: 9px;
	white-space: nowrap;
		font-weight: bold;
		vertical-align: top;
}

table td.Center {
		font-weight: bold;
		vertical-align: middle;
}

table th.Header  {
	margin: 0;
	padding: 5px;
	vertical-align: top;
	color: #FFFFFF;
			font-weight: bold;
			
	font-size: 3.5mm;
	background-color: #003366;
	white-space: nowrap;
}

/*below added 2-10-2015*/
table th.Header2  {
	margin: 0;
	padding: 5px;
	vertical-align: top;
	color: #FFFFFF;
			font-weight: bold;
			
	font-size: 3.5mm;
	background-color: #AABAC5;
	white-space: nowrap;
}

table th.HeaderSub  {
	margin: 0;
	padding: 5px;
	vertical-align: top;
	color: #FFFFFF;
			font-weight: bold;
			
	font-size: 3.5mm;
	background-color: #D8DFE1;
	white-space: nowrap;
}

table td.gray {
	font-size: 3.2mm;
	margin: 0;
	padding: 5px;
	vertical-align: top;
	font-family: Arial, Helvetica, sans-serif;
	background-color: EEEEEE;
}

/*above added 2-10-2015*/
table td.modHeader  {
	margin: 0;
	padding: 5px;
	vertical-align: top;
	color: #FFFFFF;
			font-weight: bold;
			
	font-size: 3.5mm;
	background-color: #003366;
} 

/* Div Modifications */

div.clear {
	display: block;
	font-size: 1px;
	line-height: 1px;
	height: 0;
	clear: both;
}

div.height {
	display: block;
	width: 100%;
	font-size: 1px;
	line-height: 1px;
	margin: 0px;
}

div.floatleft {
	clear: none;
	float: left;
}
div.floatright {
	clear: none;
	float: right;
}

/* Containers */

div#container {
	background-color: #ffffff;
/* 	remove 1 x 2000 background
background-image: url(https://computing.llnl.gov/images/home/backgrounds/right.gif);

	background-position: 67% 0;
	background-repeat: repeat-y;
*/
}
div#innercontainer {
	background-image: url(https://computing.llnl.gov/images/menubackground.gif);
	background-position: left;
	background-repeat: repeat-y;
}
div#photobar {
	width: 100%;
	height: 150px;
	background-repeat: repeat-x;
/*  Moved from header.php 1/8/2015  */
	background-image: url(https://computing.llnl.gov/images/hpc_collage.jpg);


}
div#photobar div {
	margin: 0;
	padding: 0;
	height: 100%;
	background-repeat: no-repeat;
}
div#photobar div.long {
	background-position: right top;
}
div#photobar div.square {
	position: absolute;
	left: 0;
	width: 171px;
	height: 150px;
	background-position: center middle;
/*  Moved from header.php 1/8/2015  */
	background-image: url(https://computing.llnl.gov/images/hpc_title_02.gif);
}


/* Header */

div#mainheader {
	display: block;
	width: 100%;
	height: 44px;
	background-color: #003366;
}
div#mainheader div.logo {
	display: block;
	height: 44px;
	width: 504px;
	float: left;
	white-space: normal;
}
div#mainheader div.logo img {
	margin: 0px;
}
div#mainheader div.search {
	float: right;
}
div#mainheader div.clear {
	clear: both;
	height: 1px;
	font-size: 1px;
	line-height: 1px;
	color: #000000;
}

/* Footer */

div#footer, div.footer {
	clear: both;
	width: 100%;
	height: auto;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #333333;
	text-align: center;
}
div.last {
	width: 100%;
	height: 18px;
	background-color: #333333;
}
div.bottomlinks {
	padding: 12px 12px 0px 12px;
	text-align: center;
	color: #cccccc;
	font-size: 3.2mm;
}
div.bottomlinks a, div.bottomlinks a:link, div.bottomlinks a:active, div.bottomlinks a:visited {
	color: #cccccc;
	white-space: nowrap;
	text-decoration: none;
	border-bottom: 1px dotted #666666;
}
div.bottomlinks a:hover {
	text-decoration: underline;
	background-color: #FFFF99;
	color: #000000;
	}
div.bottomaddress {
	color: #e8d0a4;
	font-size: 3.2mm;
	font-weight: bold;
	text-align: center;
	padding: 12px;
}
div.bottomaddress a, div.bottomaddress a:link, div.bottomaddress a:active, div.bottomaddress a:visited {
	color: #e8d0a4;
	white-space: nowrap;
	text-decoration: none;
	border-bottom: 1px dotted #666666;
}
div.bottomaddress a:hover {
	text-decoration: underline;
	background-color: #FFFF99;
	color: #000000;
}

/* Left Menu Bar */

div#left {
	float: left;
	clear: left;
	width: 170px;
	background-color: #003366;

}

div#nav {
	background-color: #003366;
	margin: 15px 0 0 0;
	padding: 0;
	width: 100%;
}
div#nav ul {
	display: block;
		background-color: #003366;
	margin: 0;
	padding: 0;
	width: 170px;
	list-style-type: none;
}
div#nav ul li {
	background-color: #003366;
	display: block;
	margin: 0;
	padding: 0;
	font-size: 100%;
	border-top: 1px solid #003366;
	border-bottom: 3px solid #003366;
}
div#nav ul li ul {
	background-color: #003366;
	display: none;
	margin: 0;
	padding: 0;
	width: 133px;
	position: absolute;
	left: 51px;
	border: 1px solid #8b8278;
}
div#nav ul li ul li {
	background-color: #003366;
	margin: 0;
	border-top: none;
	border-bottom: none;
}
div#nav ul li:hover, div#nav ul li.over {
	margin: 0;
	background-color: #746c63;
	color: #dddddd;
	text-transform: none;
	text-align: left;
}
div#nav ul li:hover ul li, div#nav ul li.over ul li {
	border-top: none;
	border-bottom: none;
}
div#nav a, div#nav a:link, div#nav a:active, div#nav a:visited {
	display: block;
	margin: 0;
	padding: 1px 3px 2px 9px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	white-space: normal;
	border-top: 1px solid #003366;
	border-bottom: 1px solid #003366;
}
div#nav ul li:hover a, div#nav ul li:hover a:link, div#nav ul li:hover a:active, div#nav ul li:hover a:visited, div#nav ul li.over a, div#nav ul li.over a:link, div#nav ul li.over a:active, div#nav ul li.over a:visited {
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
}
div#nav a:hover {
	color: #ffffff;
	text-decoration: none;
	text-transform: none;
	text-align: left;
}
div#nav ul li ul li a, div#nav ul li ul li a:link, div#nav ul li ul li a:active, div#nav ul li ul li a:visited {
	padding-left: 6px;
	font-weight: normal;
}
div#nav ul li:hover ul, div#nav ul li.over ul {
	display: block;
	background-color: #746c63;
	color: #dddddd;
	text-transform: none;
	text-align: left;
}
div#nav a:hover, div#nav li a:hover, div#nav li li:hover a, div#nav li li.over a {
	background-color: #8b8278;
	color: #ffffff;
}

div#nav ul li:hover ul li a, div#nav ul li:hover ul li a:link, div#nav ul li:hover ul li a:active, div#nav ul li:hover ul li a:visited, div#nav ul li.over ul li a, div#nav ul li.over ul li a:link, div#nav ul li.over ul li a:active, div#nav ul li.over ul li a:visited {
	border-top: none;
	border-bottom: none;
}

/* Right News & Events Sections */

div#right {
	float: right;
	clear: right;
	margin: 0;
	padding: 0;
	width: 33%;
/*	height: 100%;
	min-height: 100%; */
	background-color: #93AAC1;
}



div#right h1 {
	display: block;
	padding-bottom: 5px;
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 5mm;
	border-bottom-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	font-variant: small-caps;
	color: #333333;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
	line-height: 5.2mm;
}

div#right a, div#right a:active, div#right a:link, div#right a:visited {
	border-bottom: 1px dotted #666666;
}
div#right a:hover {
	color: #000000;
	text-decoration: none;
	border-bottom: 1px solid #666666;
}

div#news {
	padding: 15px;
	font-size: 3.2mm;
	background-color: #93AAC1;
	font-family: Arial, Helvetica, sans-serif;
}

div#news p, div#news li {
	padding: 5px;
	color: #ffffff;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 5px;
}

div#news ul {
	margin: 0 0 12px 0;
	padding: 0;
	list-style-type: none;
}
div#news li {
	margin: 0;
	padding: 0;
}

div#events {
	padding: 15px;
	font-size: 3.2mm;
}


/* Center - Main Content Block */


div#center {
/* remove center graphics
background-image: url(https://computing.llnl.gov/images/backlight.gif);

	background-repeat: no-repeat;
	background-position: 175px 70px;
*/	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 185px;
}

div#center h1 {
	display: block;
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 6mm;
	border-bottom-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	font-variant: small-caps;
	color: #003366;
	margin-top: 15px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
	padding-bottom: 5px;
	line-height: 6.2mm;
}



div#center h2 {
	display: block;
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 5mm;
	border-bottom-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	color: #003366;
	margin-top: 15px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	padding-bottom: 5px;
	line-height: 5.2mm;
	text-decoration: none;
}

div#center a, div#center a:active, div#center a:link, div#center a:visited {
	border-bottom: 1px dotted #666666;
}

div#center a:hover {
	color: #000000;
	text-decoration: none;
	border-bottom: 1px solid #666666;
}
div#storytitle {
	display: block;
	margin: 3px 0 0 0;
	padding: 0;
	color: #666666;
}

div#center img {
	background-color: transparent;
}
div#center a.full, div#center a.full:active, div#center a.full:link, div#center a.full:visited, div#center a.morestories, div#center a.morestories:active, div#center a.morestories:link, div#center a.morestories:visited, div#center a.xmlrss, div#center a.xmlrss:active, div#center a.xmlrss:link, div#center a.xmlrss:visited {
	padding: 0 12px 0 0;
}
div#center a.full:hover, div#center a.morestories:hover, div#center a.xmlrss:hover {
	color: #000000;
	border-bottom: none;
}

div#center p,br {
	padding-bottom: 2px;
}
div#footer {
	clear: both;
}
div#footer div.last {
	border-bottom: 1px solid #999999;
}

#form_01 { 
visibility: hidden;
display: none;
}