/* ELKidwell Style CSS */

* {
  font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
  color: #000;
	/* text-align: left; */
}
 
body {  
  /* width:100%; */
	margin: auto;
	padding: 0;
	/* background: #e7e7e7 url("images/kubrickbg.png"); */
	background-color: #123;
	/* background: url("/template/openbook/images/tdp_bg1.gif") #333 fixed center no-repeat; */
	/* background: url("/template/openbook/images/field_bg.jpg") #333 fixed; */
	background: url("/template/openbook/images/blue_type.png") #123 fixed;
  
	/* color: #333; */
	color: #000;
	font-size: 10pt;
}

.h3 {
  color: #ffd;
  font-size:10pt;
  font-weight:bold;
}

a.langlink:link, a.langlink:visited {
  color: #ffa;
}

a.langlink:hover {
  color: #000;
  background-color: #fff;
}

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

navlink {
	text-decoration: none;
}
a:link, a.navlink:link {
	color: #22a;
	text-decoration: none;
}
a:visited, a.navlink:visited {
	color: #02a;
	text-decoration: none;
}
a:hover, a.navlink:hover {
	/* color: #288; */
  color: #fe5;
  background-color: #02a;
	/* 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 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	}
h1 {
	padding-top: 40px;
	margin: 0;
	/* font-size: 24pt; */
	text-align: center;
	}
h2 { margin: 30px 0 10px 0; font-size: 1.6em; }
h2.pagetitle { text-align: center; }
#sidebar h2 {
	margin: 5px 0 0 0;
	padding: 0;
	font: 1.2em 'Lucida Grande', Verdana, Sans-Serif;
	}
h3 { padding: 0; margin: 15px 0 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: #ffa; }
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; }
/* a:hover { color: #147; text-decoration: underline; } */
.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;
	/* margin */
}

/* Error Message Style */
div.error {
	font-weight: bold;
	color: #F00;
	padding-bottom: 1em;
}

/** Exponent-internals stylings **/

div.moduletitle {
	color: #ffa;
  font-weight: bold;
	font-size: 1.25em;
}

div.debugging_messages {
  font-family:Courier;
  font-size:8pt;
  font-weight:normal;
  height:600px;
  width:800px;
  color:#fff;
  background-color:#000;
  overflow:auto;
}

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

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


/*
a {
	color: #244360;
	text-decoration: none;
}
*/

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

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

/* Container Styles */
div.container_box {
	padding: 6px;
	margin: 2px;
}

div.container_editbox {
	border: 2px dashed #CCC;
	margin: 2px;
}

div.container_editheader {
	padding: 3px;
	background-color: #ccc;
}

div.container_editheader table tr td.info {
	font-size: 8pt;
	font-weight: bold;
}


div.itemtitle {
	font-weight: bold;
}

/* Themable Forms */
div.form_title {
	font-size: 14px;
	font-weight: bold;
}

div.form_header {
	border-top: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	margin-bottom: 1em;
}

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

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

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

/** Administration Module Manager form **/
.administration_modmgrheader {
	background-color: lightgrey;
}

.administration_modmgrheader span.active {
	color: green;
	font-weight: bold;
}

.administration_modmgrheader span.inactive {
	color: red;
	font-weight: bold;
}

.administration_modmgrbody {
	padding-left: 10px;
	border: 1px solid lightgrey;
}

/** Debugger Styles **/
table.debug_null,table.debug_null tr td, div.debug_null {
	background-color: #000;
	color: #fff;
	font-weight: bold;
}

table.debug_object, table.debug_object tr td {
	background-color: #a00;
	color: #fff;
}

table.debug_array, table.debug_array tr td {
	background-color: #0a0;
	color: #fff;
}

table.debug_scalar, table.debug_scalar tr td, div.debug_scalar {
	background-color: #00a;
	color: #fff;
}

td.debug_attribute {
	font-family: monospace;
	font-size: 10px;
}

td.debug_varname {
	font-weight: bold;
}

td.debug_type {
	background-color: #aaa;
	color: #fff;
	font-weight: bold;
	font-size: 14px;
}

td.debug_value {
	font-family: monospace;
	font-size: 11px;
	color: #fff;
}

/* *************************************************************
****************************************************************
ELKidwell additions below this line
****************************************************************
************************************************************** */
span.copyright_legalese {
  font-size: 7pt;
}
.weblog_moduletitle {
  padding: 0px 0px 0px 0px;
  font-size: 14pt;
  font-weight: bold;
}

.weblog_itemtitle {
  padding: 0px 0px 0px 0px;
  font-size: 12pt;
  font-weight: bold;
}

table#main_header {
  background: none;
}

table#main_content {
  /* background: none;
  background: url(/template/openbook/images/elkidwellsides_dk.jpg) repeat-y top center;
   */
}

div.content_left_inner {
  width: 290px; /* 341px; */
  height: 500px; /* 665px; */
  overflow: auto;
  position: relative; 
  top: 80px;
  left: 30px;
  padding-right: 20px;
}
div.content_left {
  background: url('/template/openbook/images/tdp_bg2_l.gif') top left no-repeat;
  width: 341px; /* 341px; */
  height: 665px; /* 665px; */
  position: relative; 
}
td.content_left_cell { padding:0px; width:341px; height: 665px; }

td.content_center_cell { padding:0px; width:546px; height: 665px; }
div.content_center_inner {
  width: 395px; /* 341px; */
  height: 540px; /* 665px; */
  overflow: auto;
  position: relative; 
  top: 60px;
  left: 50px;
  padding-right: 40px;
}
div.content_center {
  background: url('/template/openbook/images/tdp_bg2_r.gif') no-repeat;
  width: 546px; /* 546px; */
  height: 665px; /* 665px; */
  position: relative;
}

.content_right {
  width: 0px;
  /* width:20%; */
  /* padding-left:0px;
  padding-right:20px; */
}

.IF_content_4 {
  width:400px;
  border: 4px solid red;
}

table#main_footer {
  /* background: url(/template/openbook/images/elkidwellfooter_dk.jpg) no-repeat; */
  height: 62px;
  width: 750px;
  border: none;
}

table#entire_window {
  position:relative;
  background:none;
  /* background: url(/template/openbook/images/elkidwellsides_dk.jpg) repeat-y top center;   */
  /* text-align:right; */
  margin: auto;
  width: 750px;
}

div#nav_section {
  position:absolute;
  text-align:left;
  width:100px;
  height:100%;
  top:150px;
  left:30px;
}

div#header_title {
  background: none;
  /* background-image: url(/template/openbook/images/elkidwellheader_dk.jpg); */
  background-repeat: no-repeat;
  background-position: top center;
  height: 125px;
  width: 750px;
	font-weight: bold;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

div#header_titletext {
	font-size: 18pt;
	padding-top: 40px;
	text-align: center;
	color: #fff;
	text-decoration: none;
}

div#header_subnav {
	font-size: 10pt;
	font-weight: normal;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	text-align: center;
	color: #777;
	text-decoration: none;
}

.header_wrapper {
  position:absolute;
  z-index:999;
}
.footer_wrapper {
  position:absolute;
  top: 635px;
  z-index:999;
}

div.login_div {
  color: #ff0;
  width: 250px;
  font-size: 8pt;
  text-align: left;
  white-space: nowrap;
  /* display:none;  UNCOMMENT TO HIDE LOGIN BY DEFAULT */
  /* padding: 0px 0px 0px 0px; */
  /* margin: 0px 0px 0px 0px;
  /* height:25px; */
  /* background: none; */
  /* background: url(/template/openbook/images/elkidwellsides_dk.jpg) repeat-y top center; */
}

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

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

input.login_user_id {
  height:13px;
  font-size:8pt;
}

input.login_submit {
  height:22px;
  font-size:8pt;
}

input.login_password {
  height:13px;
  font-size:8pt;
}

div#main_section {
  position:relative;
  left:150px;
  width:550px;
  text-align:left;
  padding-top:40px;
  /* background: url(/template/openbook/images/elkidwellsides_dk.jpg); */
}

div#footer_section {
  /* background: url(/template/openbook/images/elkidwellfooter_dk.jpg) no-repeat; */
  height: 62px;
  border: none;
  width:750px;
}

.menu_item {
  white-space: nowrap;
}

.see_through {
}

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

.sidebars {
  /* background: url(/template/openbook/images/elkidwellsides_dk.jpg) repeat-y top center; */
}

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

/*
body {  
  scrollbar-face-color:#000000;
  scrollbar-arrow-color:#ffffff;
  scrollbar-shadow-color:#660000;
}
*/

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