/*
LAYOUT: Two-Column (Left)
DESCRIPTION: Two-column fluid layout with one sidebars left of content
*/
body{
	overflow-x: hidden;
	overflow(x): hidden;
	background: #c7df95 url(images/header-decoration.gif) repeat-x 0 92px;
	color: #505050;
	margin: 0;
	padding: 0;
}

td{
	border:1px #C8DBAB solid;
	padding: 0;
	margin: 0;
	}

h3, h4, h5, h6 {
	size: 12pt;
	color: #669933;
	padding: 0;
	margin:0;
	}
strong {
	color: #000000;
}

a {
	text-decoration: none;
	color: #505050;
	font-weight: bold;
	}

div#wrapper {
	z-index: 1;
	width: 742px;
	margin: 0 auto;
	background: url(images/cfo.gif) no-repeat 40px 96%
}

div#header {
	z-index: 1;
	width: 100%;
	height: 130px;
	margin: 0 0 0 22px;
	padding: 40px 0 0 120px;
	background: url(images/logo.gif) no-repeat 0 21px;
}

div#header h1 a{
	z-index: 1;
	padding: 0;
	text-align: center;
	font-size: 23px;
	color: #000000;
	text-decoration: none;
	overflow: hidden;
}

div#menu {
	clear: both;
	margin-left: -1000px;
	overflow: hidden;
	z-index: 2;
	height: 12px;
	width: 4000px;
	background: transparent url(images/content-top-bar.gif) repeat-x 0 100%;
}

/*div#menu ul{
	display: inline;
	margin-left: -20px;
}

div#menu ul li {
	width: 100px;
	display: inline;
	margin: 0 10px;
}

div#menu ul li a {
	width: 100px;
	display: inline;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
	color: #505050;
	background: green;
}*/

div#container {
	z-index: 1;
	float: right;
	margin: 0 0 0 -140px;
	width: 100%;
	background: transparent;
}
div#content {
	background: #fff url(images/content-background.gif) repeat-y;
	min-height: 380px;
	width: 600px;
	margin: 0 0 0 140px;
	padding: 30px 0;
}

div#content a {
	color: #669933;
	text-decoration: none;
}

div#content ul {
	margin: 0;
	padding: 0;
	}
div#content ul li {
	padding: 0;
	margin: 0;
	margin-left: 20px;
	list-style: square;
	}
div.sidebar {
	float: left;
	width: 140px;
	overflow: hidden;
	padding: 0;
}

div#primary {
	margin: 60px 0 0 0;
}

div#primary ul, div#primary ul li {
	list-style: none;
	padding: 0;
}

div#primary ul li {
	height: 27px;
	width: 138px;
	margin: 0px 0;
	padding: 7px 0 0 0;
	font-size: 9pt;
	text-align: center;
	background: url(images/sidebar-button.gif);
}
ul li .temario {
	background: url(images/temario2.jpg);
	}

.activeli {
	background: red;	
	}

div#primary ul ul li {
	height: 26px;
	width: 126px;
	margin: 0 0 0 12px;
	padding: 7px 0 0 0;
	font-size: 9pt;
	letter-spacing: -1px;
	text-align: center;
	background: url(images/sidebar-subbutton.gif);
}

div#footer {
	width: 600px;
	margin: 0 0 0 140px;
	clear: both;
	height: 18px;
	background: url(images/content-closing.gif) no-repeat;
}

.page 	.hentry {
	width: 540px;
	margin: 10px auto;
	font-size: 10.5pt;
}

.post 	.hentry {
	width: 540px;
	margin: 10px auto;
	font-size: 10pt;
}



/******************
**  NAVIGATION   **
******************/

#tabsJ {
	margin-left: 145px !important;
	margin-left: 73px;
      float:left;
      width:630px;
      background:#c7df95;
      font-size:9pt;
      line-height:normal;
/* 	  border-bottom:1px solid #24618E; */
      }
    #tabsJ ul {
	margin: 0 0 0 -49px;
	padding:10px 10px 0 50px;
	list-style:none;
      }
    #tabsJ li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabsJ a {
      float:left;
      background:url(images/tableftJ.gif) no-repeat left top;
      margin:0;
      padding:0 0 0 5px;
      text-decoration:none;
      }
    #tabsJ a span {
      float:left;
      display:block;
      background:url(images/tabrightJ.gif) no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#24618E;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabsJ a span {float:none;}
    /* End IE5-Mac hack */
    #tabsJ a:hover span {
      color:#FFF;
      }
    #tabsJ a:hover {
      background-position:0% -42px;
      }
    #tabsJ a:hover span {
      background-position:100% -42px;
      }


.datebox {
	width: 400px;
	border: solid 1px green;
	margin: 20px auto;
}

.datebox .month {
	margin: 0;
	padding: 0;
	background: #C7DF95;
	border-bottom: 1px solid green;
	text-align: center;
	font-size: 14pt;
	margin-bottom: 10px;
}

.datebox h3 {
	font-size: 14pt;
	font-weight: bold;
	text-align: center;
	text-align: center;
}

.datebox h4 {
	font-size: 12pt;
	font-weight: bold;
	text-align: center;
	margin: 0;
}

.datebox p {
	text-align: left;
	margin: 10px 20px;
	font-size: 11pt;
}

.datebox .day {
	display: block;
	width: 90px;
	text-align: left;
	float: left;
}
