/* Generic Style CSS by Ed Kidwell */

* {
  font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
  color: #000;
	/* text-align: left; */
}
 
body {  
  width:100%;
	margin: 0px;
	padding: 0px;
	background: url('images/Time-For-Lunch-2.jpg') #c1b966;
	font-size: 10pt;
}

p {
  margin: 7px 0px 0px 0px; /* top right bottom left */
  padding: 0px;
}

small {
  font-size: 8pt;
  color: #44a;
}

navlink {
	text-decoration: none;
}
a:link, a.navlink:link {
	color: #22f;
	text-decoration: none;
}
a:visited, a.navlink:visited {
	color: #02f;
	text-decoration: none;
}
a.bcrumb_item:hover, a.login_link:hover, a.navlink:hover {
	/* color: #288; */
  color: #fe5;
  background-color: #02f;
	/* text-decoration: underline; */
}
a:active, a.navlink:active {
	color: #577;
	text-decoration: none;
}

/*
html>body ul {
	list-style: none;
	text-indent: -12px;
	}
ul li:before {
	content: "\00BB \0020";
	}
ul {
	margin-top: 0;
	margin-left: 0;
	padding-left: 12px;
	} 
li {
	margin: 7px 0 8px 10px;
	}
*/
h1, h2, h3, h4 {
  padding: 0px;
  margin: 15px 0px 0px 0px; /* top right bottom left */
  font-size: 12pt;
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	}
h1 {
	/* padding-top: 40px; */
	/* font-size: 24pt; */
	text-align: center;
	}
/* h2 { margin: 30px 0 10px 0; font-size: 1.6em; } */
/* h2.pagetitle { text-align: center; }
h3 { padding: 0; font-size: 1.3em; } */
h1, h1 a, h1 a:hover, h1 a:visited, .description { color: #999; text-decoration: none; }
h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited { color: #a37320; }
h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, cite { text-decoration: none; }
a, h2 a:hover, h3 a:hover { color: #cff; text-decoration: none; }
.description { font-size: 1.2em; text-align: center; }
acronym, abbr, span.caps { font-size: 0.9em; letter-spacing: .07em; }

hr {
  color: #555;
  padding: 0 0 0 0;
}

/*
************************************************************************************
*/

td {
  vertical-align: top;
  text-align:left;
}

td.header {
	background-color: #555;
	color: #fff;
	font-weight: bold;
	font-size: 15px;
	padding: 2px;
}

tr.row:hover td, tr.row:hover td a {
	background-color: #669;
	color: #FFF;
}

tr.even_row {
  background-color: #aaa;
  color: #000;
}

tr.odd_row {
  background-color: #888;
  color: #000;
}

/* *************************************************************
****************************************************************
EKFramework typical constants below this line
****************************************************************
************************************************************** */
.menu_item {
  white-space: nowrap;
}

.nowrap {
  white-space: nowrap;
}


.see_through_70 {
  /* for IE */
  filter:alpha(opacity=70);
  /* CSS3 standard */
  opacity:0.70;
  /* for Mozilla */
  -moz-opacity:0.70;  
}
.see_through_80 {
  /* for IE */
  filter:alpha(opacity=80);
  /* CSS3 standard */
  opacity:0.80;
  /* for Mozilla */
  -moz-opacity:0.80;  
}
.see_through_88 {
  /* for IE */
  filter:alpha(opacity=88);
  /* CSS3 standard */
  opacity:0.88;
  /* for Mozilla */
  -moz-opacity:0.88;  
}

.opaque {
  /* for IE */
  filter:alpha(opacity=100);
  /* CSS3 standard */
  opacity:1.0;
  /* for Mozilla */
  -moz-opacity:1.0;  
}

.breadcrumbs {
  /* padding-left: 15px; */
}

.breadcrumb_div {
	padding-top: 8px;
}

a.bcrumb_item {
  color: #fff;
}
a.bcrumb_item:visited {
  color: #ccc;
}
a.bcrumb_item_selected {
  color: #ff0;
}
a.bcrumb_item_selected:visited {
  color: #ff0;
}
a.bcrumb_item:hover {
  color: #bfb;
  font-weight: bold;
}
a.bcrumb_item_selected:hover {
  color: #bfb;
  font-weight: bold;
}

/**
EK Framework debugging div
**/

div#header_div {
	width:100%;
}

span#login_div {
  color: #ff0;
  font-size: 8pt;
  /* display:none;  / * UNCOMMENT/COMMENT TO SHOW/HIDE LOGIN BY DEFAULT */
  /* padding: 0px 0px 0px 0px; */
  /* margin: 0px 0px 0px 0px;
  /* height:25px; */
  /* background: none; */
}

.breadcrumb_cell {
	padding-top: 4px;
	height: 22px;
  width: 30%;
}

.login_cell {
	width: 40%;
	text-align: right;
	padding-top: 4px
}

.language_cell {
	font-size: 8pt;
	color: #fff;
	width: 30%;
	white-space: nowrap;
	padding-top: 5px;
}

.language_dropdown {
  font-size: 8pt;
}

.login_label {
  padding-left:4px;
  font-size: 8pt;
  color: #fff;
}

.login_link:link, .login_link:visited {
  font-size: 8pt;
  color: #ff8;
}

.login_form {
  margin: 0px 20px 0px 0px;
}

.logged_in_text {
  font-size: 8pt;
  color: #fff;
}

input.login_user_id {
  height: 16px;
  font-size: 8pt;
  border: 1px gray solid;
  background-color: #fff;
}

input.login_password {
  height: 16px;
  font-size: 8pt;
  border: 1px gray solid;
  background-color: #fff;
}

input.login_submit {
  height:20px;
  padding:0px;
  font-size:8pt;
  border: 2px black groove;
  background-color: #ccc;
}

div.debugging_messages {
}

/* *************************************************************
************************************************************** */

/* *************************************************************
****************************************************************
Template-specific CSS below this line
****************************************************************
************************************************************** */

table.entire_window {
  width: 100%;
  border: 0px;
  padding: 0px;
}

tr.header_banner_row {
  width: 100%;
}

td.header_banner_cell {
  width: 100%;
  padding: 0px;
  text-align: center;
}

tr.header_row {
	width: 100%;
  background-color: #004;
}

td.header_cell {
	/* background: url('images/rusty_chunk_sm.jpg') #400; */
	background: url('images/Planning-And-Probing-1.jpg') #400;
  width: 100%;
  height: 30px;
  padding: 0px;
}

td.content_left {
	padding:10px;
	width: 150px;
}

td.content_center {
	padding:20px;
	width: 60%;
}

td.content_right {
	padding:10px;
	width:40%;
}

td.footer_cell {
	width: 100%;
	text-align: center;
}

.content_top_left, .content_top_center, .content_top_right {
width: 33%;
vertical-align: middle;
padding-top: 4px;
}

/* This basically works, but causes right-most elements
  to be pushed to the bottom if the window is not wide enough. -ELK */
.header_wrapper {
}
.footer_wrapper {
}

textarea#msg_text {
  width: 350px;
  height: 150px;
  overflow: auto;
}

.h3 {
  font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
  font-weight: bold;
  color: #a37320;
}


/* *************************************************************
************************************************************** */

.yuimenubarhorz { background: url('../../images/core/tabview/tab_bg_grad_cream.png') repeat-x; }
.yui-skin-sam .yuimenubaritem-selected, a.topmenuitemlabel:hover, a.topmenuitemlabel:active { color:#fff; background:url('../../subsys/yui/build/assets/skins/sam/sprite.png') repeat-x 0 -1400px; }
/*
.yuimenubarhorz {
  background: DarkViolet;  
}
.yuimenubaritem-selected { color: DarkViolet; font-weight: bold; }
a.topmenuitemlabel, a.topmenuitemlabel:visited, a.topmenuitemlabel:link { color: #fff; font-weight: normal; }
a.topmenuitemlabel:hover, a.topmenuitemlabel:active { color: DarkViolet; font-weight: bold; }
*/


/* ******************************************************** */
/* BEGIN - ARTICLE MODULE FORMATTING HERE 20090731. -ELK         */
/* ******************************************************** */
.article_title {
  padding-top: 6px;
  font-size: 10pt;
  font-weight: bold;
  color: #721;
  font-family: Palatino Linotype, Palatino, URW Palladio L, Book Antiqua, Baskerville, Bookman Old Style, Bitstream Charter, Nimbus Roman No9 L, Garamond, New Century Schoolbook, Century Schoolbook, Century Schoolbook L, Georgia;
}
.article_errors {
  color:red;
  font-weight:bold;
}
.article_expire_dt {
  color: green;
}
.article_expired_dt {
  color: red;
}
/* .user_news_text { font-size: 9pt; } */
/* ******************************************************** */
/* END - ARTICLE MODULE FORMATTING HERE 20090731. -ELK           */
/* ******************************************************** */



