* {
  font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	/* text-align: left; */
}
 
body {  
  width:100%;
	margin: auto;
	padding: 0;
	background: url("/template/worldcfm/images/worldcfm_bg.jpg") #e7e7e7 fixed;
	color: #333;
	font-size: 10pt;
	}

navlink {
	text-decoration: none;
}
a.navlink:link {
	color: #777;
	text-decoration: none;
}
a.navlink:visited {
	color: #5f5f5f;
	text-decoration: none;
}
a.navlink:hover {
	color: #5f5fff;
	/* text-decoration: underline; */
}
a.navlink:active {
	color: #ccc;
	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: 30px 0 0; font-size: 1.3em; }
h1, h1 a, h1 a:hover, h1 a:visited, .description { color: #999; text-decoration: none; }
a:visited, h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited { /* color: #333; */ color: #06c; }
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: #06c; text-decoration: none; }
a:hover { color: #a47; 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;
}


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

/** Exponent-internals stylings **/

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

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

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

td.header {
	background-color: #aaa;
	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;
}

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

.newsitem {
  /* background-color: #ffff00; */  
}

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

table#main_header {
  background-color: #fff;
}

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

table#main_footer {
  background-color: #fff;
  background: url(/template/worldcfm/images/worldcfmfooter.jpg) no-repeat;
  height: 62px;
  width: 750px;
  border: none;
}

table#entire_window {
  position:relative;
  background:none;
  /* background: url(/template/worldcfm/images/worldcfmsides.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-color: #5757ff;
  /* background-image: url(/template/worldcfm/images/worldcfmheader.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;
  white-space: nowrap;
}

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

div.breadcrumb {
	font-size: 11pt;
	/* padding-top: 40px; */
	text-align: left;
	color: DarkRed;
	text-decoration: none;
}

a.activecrumb {
	font-size: 12pt;
	/* padding-top: 40px; */
	text-align: left;
	color: DarkRed;
	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;
}

div#left_marked_nav table tr td {
  width: 100%;
  white-space: nowrap;
}

div#login_div_wrapper {  
  /*white-space: nowrap;
  background: none;
  background: url(/template/worldcfm/images/worldcfmsides.jpg) repeat-y top center; */
}

  /*
  width:750px;
  display:inline; 
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  height:15px;
  background: none;
  */
  /* background: url(/template/worldcfm/images/worldcfmsides.jpg) repeat-y top center; */
}

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

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

.see_through {
  /* for IE */
  filter:alpha(opacity=88);
  /* CSS3 standard */
  opacity:0.88;
  /* for Mozilla */
  -moz-opacity:0.88;  
}

.sidebars {
  background: url(/template/worldcfm/images/worldcfmsides.jpg) repeat-y top center;
}

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

.content_top_half {
  width: 375px;
  padding:0px 15px;
}

.content_full {
  width: 750px;
  /* width:25%; */
  padding-left:30px;
  padding-right:0px;  
}

.content_left {
  width: 125px;
  /* width:25%; */
  padding-left:30px;
  padding-right:0px;  
}

.content_center {
  vertical-align: top;
  width: 400px;
  padding: 10px;
}

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


/* *************************************************************
************************************************************** */
div.yuimenubar {
  /* margin-right: 20px; */
}
.yuisubmenuitems { z-index:10; }
.yuimenubaritem {
  /* background-color: red; */
  /* background: url('/images/core/tabview/tab_bg_grad_cream.png') repeat-x; */
}
