body, div, html, ul, li, form {
	margin: 0px;
	padding: 0px;
}
img {
	border: none;
}
html {
	background: url(../images/background-middle.jpg) repeat-y center 244px;
}
body {
	font: 0.8em Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	background-color: #fdfefe;
	background: url(../images/background-top.jpg) no-repeat center top;
}
a
{
  outline: none;
}


/* lay out */
#container {
	width: 1025px;
	margin: 0px auto;
	text-align: left;
	position: relative;
	/*
	border-right: 1px dashed #999999;
	border-left: 1px dashed #999999;
	*/
}
#poco-a-poco {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 240px;
	height: 220px;
	overflow: hidden;
}
#header {
	height: 144px;
	padding-top: 4px;
}
#wrapper {
	position: relative;
}
#contents {
	margin-left: 244px;
	margin-right: 271px;
	margin-top: 22px;
	min-height: 600px;
}
#menubar1 {
	position: absolute;
	top: 90px;
	left: 12px;
	width: 206px;
}
#menubar2 {
	position: absolute;
	top: 0px;
	right: 62px;
	width: 188px;
}
#footer {
	height: 117px;
	margin-left: 244px;
	margin-right: 271px;
	/* background: url(../images/background-bottom.jpg) no-repeat center bottom; */
}


/* logo */
#poco-a-poco a {
	display: block;
	text-decoration: none;
	outline: none;
	width: 240px;
	height: 220px;
}

/* header */
#header {
	position: relative;
}
#header #menu_private {
	background: #f9f8f0;
	border: 1px solid #000000;
	float: right;
	margin-right: 10px;
}
#header #menu_private ul {
	list-style: none;
	text-align: right;
	margin: 4px 0px;
}
#header #menu_private li {
	border-left: 1px solid #a71117;
	display: inline;
	font-weight: bold;
}
#header #menu_private li.first {
	border-left: none;	
}
#header #menu_private li a {
	padding: 4px 12px;
	text-decoration: none;
	color: #a71117;
}
#header #menu_private li a:hover {
	background-color: #a71117;
	color: #FFFFFF;
}
#header #menu {
	position: absolute;
	top: 112px;
	right: 120px;
}
#header #menu ul {
	list-style: none;
}
#header #menu li {
	display: inline;
	border-left: 2px solid #a71117;
	font-size: 1.3em;
}
#header #menu li.first {
	border-left: none;	
}
#header #menu li a {
	padding: 2px 20px;
	color: #a71117;
	text-decoration: none;
}
#header #menu li a:hover {
	color: #ffffff;
}

/*  contents */
#contents {
}
#contents a {
	color: #a71117;
	font-weight: bold;
	text-decoration: none;
}
#contents a:hover {
	text-decoration: underline;
}
#contents h1 {
	font-size: 1.6em;
	margin-top: 0px;
	padding-top: 0px;
	color: #a71117;
	font-weight: normal;
}
#contents h2 {
	font-size: 1.2em;
	padding: 0px;
	margin-top: 24px;
}
	#contents h2.separator {
		margin-top: 40px;
		padding-top: 24px;
		border-top: 1px solid #828C8A;
	}
#contents h2.new_chapter {
	font-size: 1.2em;
	padding: 12px 0px 0px;
	margin-top: 20px;
	border-top: 1px solid #999999;
	clear: both;
}
#contents h3 {
	font-size: 1.1em;
	margin-top: 24px;
}
#contents h4,
#contents h4.center {
	font-size: 1em;
	margin: 24px 0px 4px 0px;
	padding: 0px;
}
#contents p {
	text-align: justify;
	/* overflow: hidden; */
}
#contents .attention {
	border: 1px solid #999999;
	padding: 8px;
	text-align: center;
	width: 90%;
	background-color: #fef200;
	margin: 16px auto 20px auto;
	font-weight: bold;
	color: #a71117;
}
#contents .attention p {
	margin: 0px;
	text-align: left;
	line-height: 2em;
}
#contents .top {
	text-align: center;
	margin: 34px auto 20px;
	font-size: 0.9em;
}
#contents p label {
	display: block;
	float: left;
	margin-right: 6px;
	font-weight: bold;
	padding: 2px 4px;
	background-color: #eadfb9;
	margin-top: -2px;
}
#contents ul {
	list-style: square;
}
#contents ul.bullit_list {
	margin-bottom: 14px;
}
#contents ul li {
	margin-left: 34px;
}
#contents fieldset {
	padding: 6px 10px;
	margin: 6px 0px 14px 0px;
}
#contents fieldset h3 {
	margin-top: 0px;
	padding-top: 0px;
}
#contents fieldset ul {
	list-style: none;
}
#contents fieldset li {
	margin: 4px 0px;
}
#contents fieldset li.heading {
	margin: 6px 0px 2px 0px;
	font-weight: bold;
}
#contents fieldset .error {
	color: #FF0000;
	font-weight: bold;
}
#contents fieldset li.error {
	margin: -2px 0px 8px 0px;
	font-size: 0.86em;
}
#contents fieldset li label {
	float: left;
	display: block;
	width: 128px;
	text-align: right;
	margin-right: 6px;
	padding-top: 2px;
}
#contents fieldset li.field_explain {
	margin: 4px 10px 8px 136px;
}
#contents fieldset input, textarea, select {
	font: 0.9em Verdana, Arial, Helvetica, sans-serif;
	width: 250px;
}
#contents fieldset input.small,
#contents fieldset select.small {
	width: 80px;
}
#contents fieldset input.button {
	width: 90px;
}
#contents .login_form fieldset input {
	width: 140px;
}
#contents .login_form fieldset input.button {
	width: 100px;
}
#contents fieldset input.button_auto {
	width: auto;
}
#contents fieldset input.checkbox {
	width: auto;
	margin-left: 0px;
	padding-left: 0px;
}
#contents fieldset select {
	height: 2em;
}
#contents fieldset select option {
	padding: 4px;
}
#contents fieldset select.sponsor_select {
	height: auto;
}
	#contents #addresses {
		display: none;
		overflow: hidden;
	}
		#contents fieldset ul ul {
			padding-bottom: 6px;
			overflow: hidden;
		}
			#contents fieldset li li {
				padding-top: 3px;
				margin: 0;
				font-size: 0.9em;
			}

#contents address {
	font-style: normal;
	margin-left: 24px;
}
#contents address p {
	margin: 2px 0px;
}
#contents img.icon {
	float: right;
	margin: 2px 0px 0px 4px;
}
#contents .date {
	display: block;
	float: right;
}
#contents .center {
	margin: 12px auto;
}
#contents .right {
	float: right;
	margin: 0px 0px 6px 12px;
}
#contents .right img,
#contents .project_summary .right img {
	display: block;
	margin-bottom: 12px;
	float: none;
}
#contents .sponsor_logos {
	overflow: hidden;
}
#contents .sponsor_logos .left {
	margin: 0px 14px 14px 0px;
}

#contents .project_summary {
	border: 1px solid #828c8a;
	padding: 6px;
	overflow: hidden;
	margin-bottom: 14px;
}
#contents .project_summary img {
	float: left;
	display: block;
}
#contents .project_summary img.right {
	float: right;
	margin: 0px 0px 6px 12px;
}
#contents .project_summary img.icon {
	float: right;
	margin: 0px 0px 0px 4px;
}
#contents .project_summary .content {
	margin: 0px 0px 0px 188px;
}
#contents .project_summary h2 {
	margin: 0px 8px 8px 0px;
	padding-top: 0px;
	font-size: 1em;
}
#contents .project_summary h2.date {
	margin-right: 0px;
}
#contents .project_summary h2 a {
	color: #000000;
	text-decoration: none;
}
#contents .project_summary h2 a:hover {
	text-decoration: underline;
}
#contents .project_summary p {
	margin-top: 6px;
	padding-top: 0px;
	font-size: 0.9em;
}
#contents .project_summary ul {
	margin-top: 6px;
	padding: 0px;
	list-style: none;
}
#contents .project_summary li {
	padding: 0px;
	margin: 0px;
}
#contents .project_summary li label {
	display: block;
	float: left;
	width: 12em;
	margin-right: 6px;
}
#contents .project_summary li label.status {
	display: block;
	float: right;
	margin-right: 0px;
	text-align: right;
	font-weight: bold;
}
#contents .status1 {
	color: #0f71a0;
}
#contents .status2 {
	color: #73ba32;
}
#contents .status3 {
	color: #a71117;
}
#contents .project_summary li.needed {
	color: #ff1a00;
}
#contents .project_summary li.bar {
	background: url(../images/progress-bar-complete.png) no-repeat left 3px;
}
#contents .project_summary li.bar .completed {
	display: block;
	float: left;
	background: url(../images/progress-bar-progress.png) repeat-x left 3px;	
}
#contents .progress {
	height: 16px;
	position: relative;
	font-size: 0.8em;
	width: 320px;
	background-color: #efdb8c;
	/*
	border: 1px solid #828c8a;
	border: 1px solid #efdb8c;
	*/
}
#contents .progress_label {
	height: 18px;
	font-weight: bold;
	position: relative;
	font-size: 0.8em;
	width: 320px;
}
#contents .complete {
	height: 16px;
	top: 0px;
	left: 0px;
	width: 1%;
	background-color: #0f71a0;
	background-color: #66b9cf;
	position: absolute;
	z-index: 10;
}
#contents .time_begin {
	z-index: 9999;
	position: absolute;
	top: 2px;
	left: 2px;
}
#contents .time_end {
	z-index: 9999;
	position: absolute;
	top: 2px;
	right: 2px;
}

/* small projects */
.small_projects table {
	border-collapse: collapse;
	margin: 0px;
	padding: 0px;
}
.small_projects th {
	padding: 0px 6px 2px 0px;
	margin: 0px;
	font-weight: bold;
	min-width: 60px;
	text-align: left;
}
.small_projects td {
	padding: 0px 6px 2px 0px;
	margin: 0px;
}

#contents .project_data {
	margin: 0px 70px 24px 70px;
}
/*
#contents .project_data li {
	font-weight: bold;
	list-style: none;
	margin: 6px 0px;
	overflow: hidden;
}
#contents .project_data label {
	float: left;
	display: block;
	margin-right: 6px;
	margin-top: -2px;
	font-weight: normal;
	background-color: #eadfb9;
	padding: 2px 2px 2px 4px;
}
*/
#contents .project_data li {
	font-weight: bold;
	list-style: none;
	margin: 6px 0px;
	overflow: hidden;
	background-color: #eadfb9;
	padding: 4px;
}
#contents .project_data label {
	float: left;
	display: block;
	margin-right: 4px;
	font-weight: normal;
	text-align: right;
	width: 50%;
}
#contents .sponsoring {
	/* overflow: hidden; */
	text-align: center;
}
#contents .sponsoring h2 {
	text-align: left;
}
#contents .sponsoring .center {
	margin: 12px auto 12px auto;
}

/* news headlines */
#contents .headline {
	margin: 0px;
	padding: 0px;
	list-style: none;
	text-align: justify;
}
#contents .headline h4 {
	font-size: 1.2em;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
#contents .headline p {
	margin-top: 8px;
	padding-top: 0px;
}
#contents .headline h4 a,
#contents .headline p a {
	color: #000000;
}
#contents .headline p a {
	font-weight: normal;
}
#contents .headline h4 .date {
	margin-top: 2px;
	font-size: 0.8em;
	color: #828c8a;
	display: inline;
	float: none;
}
#contents .headline .readmore {
	text-align: center;
	margin-top: 12px;
	margin-bottom: 24px;
}
#contents .headline li {
	text-align: left;
}
#contents .center {
	text-align: center;
	margin: 0px auto 12px;
}
#contents .center h4 {
	margin-bottom: 0px;
}
#contents .center img {
	margin: 0px auto;
}



/* menubar1 */
#menubar1 {
}
#menubar1 ul {
	list-style: none;
}
#menubar1 li {
	width: 204px;
	height: 50px;
	margin-bottom: 8px;
	text-align: center;
	font-weight: bold;
	overflow: hidden;
}
#menubar1 li a {
	color: #000000;
	text-decoration: none;
	display: block;
	padding: 16px 4px 20px 4px;
}
#menubar1 li a:hover {
	/* background-color: #cdc195; */
	color: #FFFFFF;
}
#menubar1 .button1 {
	background-color: #a71117;
	border: 1px solid #a71117;
}
#menubar1 .button2 {
	background-color: #f16c91;
	border: 1px solid #f16c91;
}
#menubar1 .button3 {
	background-color: #ea7b14;
	border: 1px solid #ea7b14;
}
#menubar1 .button4 {
	background-color: #00863a;
	border: 1px solid #00863a;
}
#menubar1 .button5 {
	background-color: #73ba32;
	border: 1px solid #73ba32;
}
#menubar1 .button6 {
	background-color: #0f71a0;
	border: 1px solid #0f71a0;
}


/* menubar2 */
#menubar2 {
}
#menubar2 ul {
	list-style: none;
}
#menubar2 li {
	margin-bottom: 8px;
	font-weight: bold;
	text-align: center;
	font-size: 1.2em;
}
#menubar2 li a {
	color: #000000;
	text-decoration: none;
	display: block;
	padding: 6px 4px 6px 4px;
}
#menubar2 .button1 {
	width: 188px;
	height: 166px;
	background: url(../images/marker.png) no-repeat center top;
	font-size: 1.4em;
	font-weight: bold;
}
#menubar2 .button1 a {
	color: #a71117;
	padding: 20px 4px;
}
#menubar2 .button2 {
	background-color: #66b9cf;
	width: 186px;
	border: 1px solid #66b9cf;
}
#menubar2 .button2:hover {
	color: #FFFFFF;
}
#menubar2 h4 {
	margin: 0px;
	padding: 0px;
	font-size: 1em;
}
#menubar2 #headlines {
	height: 98px;
	position: relative;
	overflow: hidden;
	margin: 10px;
}
#menubar2 #headlines .headline {
	position: absolute;
	top: 130px;
	left: 0px;
	height: 120px;
	overflow: hidden;
	font-size: 0.8em;
	text-align: left;
}
#menubar2 #headlines .headline p {
	margin: 4px 0px;
	padding: 0px;
	font-weight: normal;
	font-size: 0.9em;
}
#menubar2 #headlines .headline h4 a,
#menubar2 #headlines .headline p a {
	margin: 0px;
	padding: 0px;
}
#menubar2 #headlines .headline  a:hover {
	text-decoration: underline;
}
#menubar2 #headlines .headline h4 .date {
	font-size: 0.9em;
	color: #828c8a;
}
#menubar2 #at-a-glance {
	width: 180px;
	margin: 14px 0px 0px 4px;
}
#menubar2 #at-a-glance .header {
	height: 34px;
	background: url(../images/postit-top.png) no-repeat center top;
}
#menubar2 #at-a-glance .contents {
	padding: 0px 6px 18px 12px;
	background: url(../images/postit-bottom.png) no-repeat center bottom;
	min-height: 160px;
}
#menubar2 #at-a-glance h4 {
	color: #a71117;
	font-size: 1.1em;
	text-align: center;
}
#menubar2 #at-a-glance ul {
	margin-top: 12px;
}
#menubar2 #at-a-glance li {
	font-size: 0.9em;
	text-align: left;
	font-weight: normal;
	overflow: hidden;
	margin-bottom: 0px;
}
#menubar2 #at-a-glance li.space_above {
	padding-top: 12px;
}
#menubar2 #at-a-glance li label {
	float: left;
	display: block;
	width: 112px;
	font-weight: bold;
}


/* footer */
#footer {
	clear: both;
	/*
	display: none;
	*/
}
#footer .credits {
	font-size: 0.8em;
	text-align: center;
	padding: 60px 10px 40px 10px;
	color: #BBBBBB;
}
#footer .credits a {
	color: #999999;
	text-decoration: none;
}
#footer .credits a:hover {
	color: #666666;
	text-decoration: underline;
}


/* calendar */
#calendar_div {
	position: absolute;
	visibility: hidden;
	background-color: white;
	background-color: #FFFFFF;
	left: 0px;
	top: 0px;
}
#calendar_div a {
	font-weight: normal;
}
.cpYearNavigation, .cpMonthNavigation {
	background-color:#C0C0C0;
	text-align:center;
	vertical-align:center;
	text-decoration:none;
	color:#000000;
	font-weight:bold;
}
.cpDayColumnHeader, .cpYearNavigation, .cpMonthNavigation, .cpCurrentMonthDate, .cpCurrentMonthDateDisabled, .cpOtherMonthDate, .cpOtherMonthDateDisabled, .cpCurrentDate, .cpCurrentDateDisabled, .cpTodayText, .cpTodayTextDisabled, .cpText {
	font-family:arial;
	font-size:8pt;
}
TD.cpDayColumnHeader {
	text-align:right;
	border:solid thin #C0C0C0;
	border-width:0px 0px 1px 0px;
}
.cpCurrentMonthDate, .cpOtherMonthDate, .cpCurrentDate  {
	text-align:right;
	text-decoration:none;
}
.cpCurrentMonthDateDisabled, .cpOtherMonthDateDisabled, .cpCurrentDateDisabled {
	color:#D0D0D0;
	text-align:right;
	text-decoration:line-through;
}
.cpCurrentMonthDate, .cpCurrentDate {
	color:#000000;
}
.cpOtherMonthDate {
	color:#808080;
}
TD.cpCurrentDate {
	color:white;
	background-color: #C0C0C0;
	border-width:1px;
	border:solid thin #800000;
}
TD.cpCurrentDateDisabled {
	border-width:1px;
	border:solid thin #FFAAAA;
}
TD.cpTodayText, TD.cpTodayTextDisabled {
	border:solid thin #C0C0C0;
	border-width:1px 0px 0px 0px;
}
A.cpTodayText, SPAN.cpTodayTextDisabled {
	height:20px;
}
#calendar_div a.cpTodayText {
	color:black;
}
.cpTodayTextDisabled {
	color:#D0D0D0;
}
.cpBorder {
	border:solid thin #808080;
}


/* SLIMBOX */
#lbOverlay {
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	cursor: pointer;
}
#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	overflow: hidden;
	background-color: #fff;
}
.lbLoading {
	background: #fff url(../images/loading.gif) no-repeat center;
}
#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 4px solid #fff;
	background-repeat: no-repeat;
}
#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}
#lbPrevLink {
	left: 0;
}
#lbPrevLink:hover {
	background: transparent url(../images/prevlabel.gif) no-repeat 0 15%;
}
#lbNextLink {
	right: 0;
}
#lbNextLink:hover {
	background: transparent url(../images/nextlabel.gif) no-repeat 100% 15%;
}
#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border-top: 10px none #fff;
	border-right: 10px solid #fff;
	border-bottom: 4px solid #fff;
	border-left: 10px solid #fff;
}
#lbCloseLink {
	display: block;
	float: right;
	width: 48px;
	height: 22px;
	background: transparent url(../images/closelabel.gif) no-repeat center;
	margin: 5px 0;
	outline: none;
}
#lbCaption, #lbNumber {
	margin-right: 71px;
}
#lbCaption {
	font-weight: bold;
}

