/* Generic Style CSS by Ed Kidwell */

* {
  font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
  color: #6af;
	/* text-align: left; */
}
 
body {  
  width:100%;
	margin: 0px;
	padding: 0px;
	background: url('/template/fcdarksun/images/FC11_BG.jpg') #c1b966;
  background-attachment: fixed;
  /* background-position: -200px 0px; */
	font-size: 10pt;
}

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

small {
  font-size: 8pt;
}

navlink {
	text-decoration: none;
}
/* a:link, a.navlink:link, a:visited, a.navlink:visited { */
a:link, a:visited, a.bcrumb_item:hover, a.navlink:link, a.navlink:visited {
	color: #bbf;
	text-decoration: none;
}
/*
a:visited, a.navlink:visited {
	color: #8f8;
	text-decoration: none;
}
*/
a:hover, a.login_link:hover, a.navlink:hover {
	/* color: #288; */
  color: #fe5;
  /* background-color: #248; */
	/* 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-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	}
h1 { font-size: 18pt; }
h2 { font-size: 16pt; }
h3 { font-size: 12pt; }
h4 { color: #bb8; font-size: 11pt; }
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: #b62; text-decoration: none; }
h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited { color: #b62; }
h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, cite { text-decoration: none; }
h2 a:hover, h3 a:hover { color: #fe5; background-color: #248; 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;
}

.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;
}

input, select {
  background-color: #000;
}

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

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

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

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: #004; */
  width: 100%;
  height: 30px;
  padding: 0px;
}

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

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

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

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


/* 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;
}


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



.article_title {
  color: #bb8;
  padding-top: 6px;
  font-size: 10pt;
  font-weight: bold;
}
