	/***                 CSS overall common definitions              ***/

* 	{
	padding:0;
	margin:0;
	border:0;
	font-family: Times, "Times New Roman", serif;
	line-height: 1.5em;
	border-collapse: collapse;
	border-spacing:0;
	}

/* undoing some of what '*' did */
pre, blockquote, label, ul, ol, dl, fieldset, address { margin:1em 5%;}
li, dd		{margin-left: 5%; }
fieldset	{padding: .5em; }
p			{padding-top: .5em;}
hr			{border-top:1px solid black; margin-top:12px; margin-bottom:12px;}

#sandbox li {margin-left:1%;}
#sandbox .sidebar li {margin-left:5%}


/* :root, html	{width:100%; position:absolute;} activates 100% height somehow */
body {
	left:0px;
	top:0;
	width:100%;
	font-size: 12px;
	background-color:#566;
	behavior:url("/common/csshover.htc");
	}

body td {
	font-family: Times, "Times New Roman", serif;
	line-height: 21px;
	font-size: 14px;
	vertical-align:top;
	color:#555;
	}


#container {
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	width:745px;
	}

#header {
	background-image:url("../sitegraphics/header.jpg");
	background-repeat:no-repeat;
	height:223px;
	padding-left:30px;
	}

#header a {
	display:block;
	padding-top:10px;
	font-family:arial, helvetica, san-serif;
	font-size:12px;
	color:#800;
	text-decoration:none;
	float:left;
	}

#header a:hover {
	color:black;
	text-decoration:underline;
	}

#header #addressblock {
	position:relative;
	left:140px;
	top:125px;
	color:white;
	font-size:11px;
	height:14px;
	}
#header #addressblock a {float:none; display:inline; color:white; font-family:times, "Times New Roman", serif; font-size:11px;}

#menushell {
	width:232px;
	background:url(../sitegraphics/menustrip-bg.png);
	}
	
#menushell img {display:block}

#sandboxshell {
	background-image:url("../sitegraphics/sandbox-bg.png"); 
	background-repeat:no-repeat;
	width:511px;
	background-color:white;
	}
	
	
	/***************************************/
	/*** position/function ***/
	/***************************************/

#menu ul {				/*leftmenu sets a width so things get stacked */
	border:0;margin:0;padding:0;
	width:224px;
	border-right:8px solid #ccc0a2;
	background-color:#e1d4ba;
	}
	
#menu li {				/* all list items */
	width:204px;
	height:24px;
	list-style-type:none;
	padding-top:8px;
	border-top:1px solid #c1b49a;
	display:block;
	}

#menu li .first {
	border-top:0;
	}
	
#menu li a {
	font-family: Times, "Times New Roman", serif;
	text-align:right;
	display:block;
	width:194px;
	position:relative;
	height:24px;
	font-size:16px;
	line-height:20px;
	text-decoration:none;
	color: #800;
	}

#menu a:hover {
	color:black;
	background-color:#d1c4aa;
		}

#menu #calendar li {
	height:39px;
	height:auto;
	padding-top:0;
	}
	
#menu #calendar li a {
	line-height:100%;
	color:#004a8d;
	height:34px;
	height:auto;
	font-size:14px;
	padding-bottom:4px;
	}
	
	
#menu li a .cdate {
	color:black;
	font-size:11px;
	}

/*-------------flyouts----------------------------*/

#menu li ul {
	position:absolute;
	top:auto;
	display:block;
	list-style-type:none;
	margin-top:-32px;
	left:-800px;
	background-color:#ccc0a2;
	border:0;
	}

#menu li ul li {
	height:20px;
	padding:0px;
	border-top:1px solid #e1d4ba;
	}

#menu li ul li a {
	text-align:left;
	padding-left:8px;
	padding-right:0px;
	width:200px;
	height:20px;
	font-size:14px;
	line-height:20px;
	}
	
/* this makes menus flyout on both IEPC and others  */
#menu li:hover ul  {
	z-index:9999;
	left:auto; /*the value for ie windows*/
	margin-left:200px;
	}

/*----------------------*/

#searchbox {
	height:50px;
	text-align:right;
	padding-top:10px;
	padding-right:30px;
	}

#searchbox input {
	font-size:12px;
	padding:1px;
	background-color: #aabcbf;
	border:1px solid #6d797b;
	border-bottom:1px solid #dff0f2;
	border-right:1px solid #dff0f2;
	}

#searchbox input.button {
	background-color:#dff0f2;
	border:1px solid #aabcbf;
	border-left:1px solid #fff0f2;
	border-top:1px solid #fff0f2;
	padding:0;
	margin:0;
	font-size:12px;
	line-height:14px;
	}

#menu{
	z-index: 99;
	}

	
#sandbox {
	padding-right:30px;
	padding-top:5px;
	_padding-top:2px;
	padding-left:20px;
	padding-bottom:30px;
	z-index:1;
	}


	/**********************/
	/*** Just for Looks ***/
	/**********************/


h1 {
	display:inline;
	font-size: 20pt;
	font-weight: normal;
	color: #2b433c;
	width: 90%;
	border-bottom:1px solid #e1d4ba;
	margin-left:-15px;
	padding-left:15px;
	margin-bottom:12px;
	}

h2 {
	font-size: 15pt;
	font-weight: normal;
	color: #g44d4a;
	margin-bottom: 0px;
	margin-top: 8px;
	}


#sandbox a {
	color: #359ed3;
	}
	
#sandbox a:hover {
	color: gray;
	}

#sandbox td, #sandbox th {padding-right:12px;padding-bottom:6px;}

#menu table {
	margin-left:10px;
	}
	
#menu td, #menu th {
	font-size:11px;
	font-weight:bold;
	padding:0px;
	}

#menu th {	
	padding-bottom:12px;
	}
	
#menu th a {
	color: #5187b3;
	text-decoration: none;
	font-size:14px;
	}

	
#sandbox .sidebar {float:right;
	background-image:url(../sitegraphics/sidebar.png);
	background-position:bottom;
	width:204px;
	padding:0; margin:0;
	padding-left:8px;
	padding-right:8px;
	padding-bottom:8px;
	margin-top:6px;
	margin-bottom:6px;
	}

#sandbox .sidebar h1, #sandbox .sidebar h2 {
	background-image:url(../sitegraphics/sidebar.png);
	background-position:top;
	padding:0; margin:0;
	margin-left:-8px;
	margin-right:-8px;
	padding-left:16px;
	padding-top:16px;
	}
	
.eklipseobject.right {margin-left:10px; border:2px solid #cccc7b; padding:4px;}
.left {padding-right:10px; border:2px solid #cccc7b; padding:4px;}
.border {border:2px solid #cccc7b; padding:4px;}

.sidebar h2{
	font-size: 11pt;
	font-weight: bold;
	margin-bottom: 10px;
	margin-top: 5px;
	padding-left: 8px;
	text-transform: uppercase;
	}

#sandbox th{
	background-color: #EDEAE2;
	padding:2px 6px ;
	}

#sandbox td{
	padding:2px 6px ;
	padding-right:12px;
	}

#sandbox .oddrow  td{
	background-color: #fDfAf2;
	}

.eklipseform th {
	text-align:right;
	padding:4px;
	}

.eklipseform td {
	padding:4px;
	}

	
.eklipseform input, .eklipseform textarea, .eklipseform select  {
	border-top:1px dashed #556666;
	border-bottom:1px dashed #556666;
	background-color: #e5dbc8;
	padding:2px;
	width:350px;
	font-size: 12px;
	}

.eklipseform select  {
	width:auto;
	}
	
.eklipseform input.button {
	width:auto;
	background-color: #556666;
	color:white;
	padding:2px 12px 2px 12px;
	font-size:16px;
	font-weight:bold;
	border-top:1px solid #9999aa;
	border-left:1px solid #9999aa;
	border-bottom:1px solid #223333;
	border-right:1px solid #223333;
	}

#footer, #footer a {margin:0 auto; color:#cdd;}

#sandbox ul {margin-top:4px;}
