/* CSS Document created by Gilbert Lee for Northrop Grumman Corp. Copyright 2004. All rights reserved. 
	Modified by Matt Coy & Darren Carpenter, October 2006. Copyright 2006 */

/** TITLES *************************************************************************/

body {
	margin: 0;
	padding: 0;
	background: #f1f0e7 url(../images/bg-brown-left-filler.gif) repeat-y 50% 0px;
	font-family: Arial, Verdana, sans-serif;
	text-align: center;
	}
	
p, li, dd, blockquote {
	font-size: 80%;
	line-height: 140%;
	}
	
dt {
	font-size: 90%;
	font-weight: bold;
	}
th {
	font-size: 90%;
	}
#wrapper {
	width: 740px;
	margin: 0;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	text-align: left;
}

.gray {
	color: #666;
	font-weight: normal;
	}
	
a, a:visited {
	color: #06c;
	}
	
#left {
	float: left;
	}
	
.item-indent {
	position: relative; 
	left: 3%;
}
/** HEADER *************************************************************************/

#header {
	padding: 0;
	margin-bottom: 0;
	background:  url(../images//esoh-logo-green.gif) no-repeat;
	height: 80px;
	border-top: 5px solid #E6E4D5;
	text-indent: -1000px;
}

/** CONTENT *************************************************************************/

#content {
	padding: 0;
	margin-left: 175px;
}
#content h1 {
	margin: 20px 20px 10px 20px;
	padding: 0;
	color: #600;
	font-size: 125%;
	}

#content h2 {
	margin: 20px;
	padding: 5px;
	border-bottom: 1px solid #ccc;
	font-size: 110%;
	color: #333;
	font-weight: normal;
	}

#content h3 {
	margin: 30px 20px 10px 20px;
	font-size: 100%;
	padding-bottom: 5px;
	border-bottom: 1px solid #aaa;
	}
	
#content h4 {
	margin: 30px 20px 10px 20px;
	font-size: 90%;
	font-weight: bold;
	padding-bottom: 5px;
	color: #600;
	}
#content p {
	margin: 0 20px 20px 20px; 
	}

#content li {
	margin-right: 20px;
	}
	
#content dt {
	margin: 0 20px; 
	}
	
#content dd {
	margin: 0 20px 20px 20px; 
	}
	
#content table {
	margin: 0 20px;
	}

#content td {
	padding: 3px;
	font-size: 80%;
	margin: 0;
	}
	
#month {
	background: #E6E8D0 url(../images/bg-gradient-brown.jpg) repeat-x;
	font-size: 110%;	
	font-weight: bold;
	text-align: center;	
	color: #600;
	}
	
	
#events {
	background: #E6E8D0 url(../images/bg-gradient-brown.jpg) repeat-x;
	font-size: 110%;	
	font-weight: bold;
	text-align: center;	
	color: #600;
	}
	
#events a {
	background: #E6E8D0 url(../images/bg-gradient-brown.jpg) repeat-x;
	font-size: 110%;	
	font-weight: bold;
	text-align: center;	
	color: #600;
	}
	
#events th {
	padding: 6px;
	border-top: 1px solid #aaa;
	}	
	
#month a {
	color: #600;
	}

#month th {
	padding: 6px;
	border-top: 1px solid #aaa;
	}

.user-list {
	background: #E6E8D0 url(../images/bg-gradient-brown.jpg) repeat-x;
	font-size: 110%;	
	font-weight: bold;
	text-align: center;	
	color: #600;
	}
	
.user-list a {
	color: #600;
	}

.user-list th {
	padding: 6px;
	border-top: 1px solid #aaa;
	text-align: center;
	}

.user-list-header {
	background: #E6E8D0 url(../images/bg-gradient-brown.jpg) no-repeat;
	font-size: 110%;	
	font-weight: bold;
	text-align: center;	
	color: #600;
	}
	
.user-list-header a {
	color: #600;
	}

.user-list-header th {
	padding: 6px;
	border-top: 1px solid #aaa;
	text-align: center;
	}
	
#row-line td {
	border-top: 1px solid #ccc;
	}
	
#legend {
	margin: 0 20px 20px 20px;
	background: #F5F3E7;
	border: 1px solid #ccc;
	padding-top: 10px;
	}
#legend li {
	margin: 0 5px; 
	}

#columnheader td {
	background: #efefef;
	}
	
.event a {
	font-weight: bold;
	text-align: center;	
	color: #000;
	}	
	
/** MENU & SIDEBAR *************************************************************************/

#sidebar {
	float: left;
	margin: 0;
	margin-right: 0;
	padding: 0;
	background-color: rgb(235, 235, 235);
}

#navcontainer {
	width: 175px;
	padding: 0;
	background-color: #e6e4d5;
	color: #e6e4d5;
	}

#navcontainer ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
	}

#navcontainer li {
	border-bottom: 1px solid #AAAAAA;
	margin: 0;
	}

#navcontainer li a {
	display: block;
	padding: 5px 5px 5px 0.5em;
	border-left: 5px solid #E6E4D5;
	color: #0066CC;
	text-decoration: none;
	}

html>body #navcontainer li a { width: auto; }

#navcontainer li a:hover {
	border-left: 10px solid #F1F0E7;
	background: #F1F0E7;
	color: #000000;
	}

.menu-header {
	display: block;
	padding: 5px 10px 5px 1.5em;
	border-left: 5px solid #e6e4d5;
	color: #000000;
	text-decoration: none;
	FONT-WEIGHT: bold;
	background: #e6e4d5 url(../images//orangeBtn.gif) no-repeat 0px 6px;
	BACKGROUND-POSITION: 5% 50%;
	}

/** TABS *************************************************************************/

#tabs {
	border-left: 1px solid #ccc;
	}
	
#tabs td {
	font-size: 11px;
	text-align: center;
	border-top: 1px solid #ccc;
	border-left: 1px solid #fff;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background: #efefef;
	padding: 5px;
	}

#tabs td a, #sub-tabs td a{
	text-decoration: none;
	}
	
#tabs td a:hover,#sub-tabs td a:hover {
	text-decoration: underline;
	}

#tabs td#selected, #sub-tabs td#selected  {
	border-bottom: 0;
	background: #fff;
	color: #600;
	font-weight: bold;
	}
#tabs td#selected a, #sub-tabs td#selected a {
	color: #600;
	font-weight: bold;
	text-decoration: none;
	}

#sub-tabs {
	border-left: 1px solid #ccc;
	}
	
#sub-tabs td {
	background: #fff;
	border: 0;
	text-align: left;
	font-size: 11px;
	padding: 5px;
	border-right: 1px solid #ccc;
	}

/** HEADER *************************************************************************/

#quote {
	float: right;
	padding: 10px;
	background: #ECF3E4;
	margin: 0 15px 10px 10px;
	}

#quote h3 {
	color: #600;
	font-weight: normal;
	}
	

/** BULLETS *************************************************************************/

ul#bullet-news, ul#bullet-presentation  {
	list-style-type: none;
	}

ul#bullet-presenation ul li {
	font-size: 150%;
	list-style-type: circle;
	}
	
#bullet-news li {
	margin: 0 0 10px -15px;
	padding: 0 20px;
	background: url(../images/bullet-news.gif) no-repeat 0 2px;
	}
	
li#bullet-word  {
	margin: 0 0 20px -15px;
	padding: 0 0 5px 25px;
	background: url(../images/icon-word.gif) no-repeat;
	}
	
li#bullet-ppt  {
	margin: 0 0 20px -15px;
	padding: 0 0 5px 25px;
	background: url(../images/bullet-ppt.gif) no-repeat;
	}
	
li#bullet-pdf  {
	margin: 0 0 20px -15px;
	padding: 0 0 5px 25px;
	background: url(../images/bullet-pdf.gif) no-repeat;
	}
	
li#bullet-xls  {
	margin: 0 0 20px -15px;
	padding: 0 0 5px 25px;
	background: url(../images/bullet-xls.gif) no-repeat;
	}

#table-companies li {
	font-size: 100%;
	}

/** SCHEDULE *************************************************************************/

#schedule {
	float: right;
	width: 175px;
	margin: -54px 0 20px 10px;
	padding: 0;
	border: 0px solid #ccc;
	background: #e6e4d5;
	}

#schedule p, #schedule h3, #schedule h4, #schedule li {
	margin: 10px;
	}
	
#schedule h3 {
	font-size: 90%;
	border: 0;
	}

#schedule h4 {
	color: #900;
	font-weight: normal;
	border-top: 1px solid #999;
	padding-top: 8px;
	font-size: 95%;
	margin-top: 15px;
	}
#schedule ul {
	list-style: none;
	}
	
#schedule li {
	font-weight: bold;
	margin-left: -30px;
	margin-bottom: 20px;
	padding-left: 20px;
	background:  url(../images//icon-pin.gif) no-repeat 0 4px;
	}

#schedule li a {
	color: #000;
	text-decoration: none;
	}
	
#schedule li a:hover {
	text-decoration: underline;
	}
	
#schedule ul#bullet-events  {
	margin: 0 0 0 0;
	list-style-type: none;
	}

#schedule li#bullet-pdf  {
	margin: 0 0 0px 15px;
	padding: 0 0 5px 25px;
	background: url(../images/bullet-pdf.gif) no-repeat;
	}


#schedule-filler {
	float: right;
	width: 175px;
	height: auto;
	padding: 0;
	}
	
/** FLASH *************************************************************************/

#flash {
	height: 200px;
	margin: 0;
	padding: 0;
	background: #efefef;
	}

/** FOOTER *************************************************************************/
	
#footer {
	clear: both;
	padding: 0;
	margin: 20px 15px 0 190px;
	background-color: #efefef;
	border-top: 2px solid #ccc;
}

#footer p {
	padding: 0 0 10px 0;
	margin: 10px;
	}
	
/** DOCUMENTS *****************************************************************************/

#bullet-ppt  {
	margin: 0 0 20px -15px;
	padding: 0 0 5px 25px;
	background: url(../images/bullet-ppt.gif) no-repeat;
	}
	
#bullet-pdf  {
	margin: 0 0 20px -15px;
	padding: 0 0 5px 25px;
	background: url(../images/bullet-pdf.gif) no-repeat;
	}
	
#bullet-xls  {
	margin: 0 0 20px -15px;
	padding: 0 0 5px 25px;
	background: url(../images/bullet-xls.gif) no-repeat;
	}
	
/*	
a.bullet-pdf, a.bullet-pdf :link, a.bullet-pdf :visited, a.bullet-pdf :active, a.bullet-pdf :hover {
	margin: 0 0 20px -15px;
	padding: 0 0 5px 25px;
	background: url(../images/bullet-pdf.gif) no-repeat;
}
*/
	

/** CSS FILE LIST *************************************************************************/

/*
border=0 cellspacing=1
*/

/*
#ccs-file table {
	color: red;
	width: 40px;
	border-color: red;
	border-width: 4px;
}
*/

#ccs-file td {
	border-style: solid;
	border-color: #cccccc;
	border-width: 0px 0px 1px 0px;
	padding: 3px;
	font-size: .8em;
	word-wrap: break-word 
	color: red;
}

.bob {
	color: red;
}

.cssFileListHeader
{
	word-wrap: break-word;
	vertical-align : top;
}

.cssCell
{
	border-style: solid;
	border-color: #cccccc;
	border-width: 0px 0px 1px 0px;
	padding: 3px;
	font-size: .8em;
	word-wrap: break-word;
}

.cssDesc
{
	border-style: solid;
	border-color: #cccccc;
	border-width: 0px 0px 1px 0px;
	padding: 3px;
	font-size: .8em;
	word-wrap: break-word;
	width: 200px;
}

/** PRINT *************************************************************************/

@media print {
	#sidebar {	display: none; }
	#content { 	padding: 0;	margin: 0; }
	}	