/* CSS Document */

/* ------ start page layout ------ */
body {
	margin: 0px auto;
	text-align: center;
}
#main {
	float: left;
}

#popupmain {
	background: #666;
	margin: 10px;
	text-align: left;
}
/* ------ end page layout ------ */


/* ------ start cols ------ */
#fullcol {
	/* width: 100%; */
	width: 550px;
	padding: 35px 20px 25px 20px;
}
/*
#rightthincol {
	background: #f6f8e0;
	padding: 10px;
	width: 200px;
}
#widecol {
	padding: 0 10px;
}
#leftthincol {
	padding: 0 10px;
	width: 200px;
	border-right: 1px dotted #ccc;
}
*/
#middlecol {
	padding: 0 10px;
	width: 40%;
}
#leftevencol {
	padding: 0 10px;
	width: 50%;
}
#rightevencol {
	padding: 0 10px;
	width: 50%;
	border-left: 1px dotted #ccc;
}
#content {
	padding: 10px;
	/* line-height: normal; */
}
/* ------ end cols ------ */


/* ------ start templates ------ */
.welcome {
	font-size: x-small;
}
.newblock {
	text-align: right;
	display: block;
	padding: 10px 0;
}
.archivemode {
	border: 1px solid #ff0; 
	margin: 10px 0;
	height: 100%;
	clear: both;
}
.editmode {
	border: 1px solid #00f; 
	margin: 10px 0;
	height: 100%;
	clear: both;
}
.pendingmode {
	border: 1px solid #f00; 
	margin: 10px 0;
	height: 100%;
	clear: both;
}
.livemode {
	border: 0;
	margin: 0 0 20px 0;
	height: 100%;
	clear: both;
}
#rightthincol .livemode {
	margin: 0;
}
.livemodefile {
	border: 0;
	margin: 0px 0;
	height: 100%;
	clear: both;
}
.blockinfo {
	font-size: x-small;
	color: #666;
}
.blocktools {
	text-align: right;
	float: right;
	padding: 2px;
}
.workflow {
	font: bold italic x-small Verdana, Arial, Helvetica, sans-serif;
}
.workflow a {
	font: bold x-small Verdana, Arial, Helvetica, sans-serif;
}
/* ------------------------ */
.star {
	font-size: 1.5em;
	color: #c00;
	vertical-align: top;
	line-height: 1em;
}
.caption {
	font-size: 10px;
	color: #930;
}
.imgtbl {
	padding: 5px;
}
.imgtbl.left, .swftbl.left {
	float: left;
}
.imgtbl.right, .swftbl.right {
	float: right;
}
.imgtbl.center, .swftbl.center {
	text-align: center;
}
.reg {
	font-size: 11px;
	font-weight: bold; 
	color: #f00;
}
ul.cb {
	margin: 0;
	padding: 0;
	list-style: none;
	clear: left;
}
.cb li {
	background: url(../images/graphic.triangle.gif) no-repeat;
	margin: 0 0 0 10px;
	padding: 0 0 0 20px
}
.project_background {
	background: #ddd;
	border-top: solid 1px #eee;
	border-bottom: solid 1px #bbb;
}
.task_background {
	background: #eee;
	border-top: solid 1px #fff;
	border-bottom: solid 1px #ccc;
}
.task_background_complete {
	background: #afa;
	border-top: solid 1px #efe;
	border-bottom: solid 1px #d8d;
}
.task_background_complete_disabled {
	background: #ded;
	border-top: solid 1px #efe;
	border-bottom: solid 1px #bab;
}
.task_background_overdue {
	background: #faa;
	border-top: solid 1px #fee;
	border-bottom: solid 1px #d88;
}
.task_background_overdue_disabled {
	background: #edd;
	border-top: solid 1px #fee;
	border-bottom: solid 1px #cbb;
}
.task_text_disabled {
	font-size: 11px;
	color: #666;
}
.task_text {
	font-size: 11px;
	color: #000;
}
.taskinfo {
	padding: 5px;
}
.taskinfo p {
	font-size: 90%;
}
ul.cbf {
	margin: 0;
	padding: 0;
	list-style: none;
	clear: left;
}
#dfitem .formhandler_label {
	width: 150px;
	padding: 0 5px 0 0;
	font-size: small;
}
.additem {
	padding: 0 0 0 20px;
	font-size: small;
}
.additem a {
	border: 1px outset #006;
	padding: 2px 4px;
	text-decoration: none;
	/* font-size: 90%; */
}
#titlebgon h2 .additem a {
	border: 1px outset #ccc;
	padding: 0 4px;
	color: #ccc;
}
#popupmain h2 .additem a {
	color: #fff;
}
#titlebgon h2 .additem a:hover {
	color: #fff;
}
ul.cbt {
	margin: 0;
	padding: 0;
	list-style: none;
	clear: left;
}
.task_text_disabled img, .task_text img {
	padding: 2px 4px;
}
/*
.cbt li.taskcommentsdisabled {
	background: url(../images/graphic.note.disabled.gif) no-repeat;
	padding: 0 0 0 20px;
}
.cbt li.taskdisabled {
	background: url(../images/graphic.task.disabled.gif) no-repeat;
	padding: 0 0 0 20px;
}
.cbt li.taskcomments {
	background: url(../images/graphic.note.gif) no-repeat;
	padding: 0 0 0 20px;
}
.cbt li.task {
	background: url(../images/graphic.task.gif) no-repeat;
	padding: 0 0 0 20px;
}
*/



#popupmain .popupblock {
	background: #fff;
	padding: 10px;
	border: 1px solid #000;
	height: 100%;
}
/*
#popupmain .popupblock h2 {
	background: #006 url(../images/title.left.gif) top left no-repeat;
	padding: 2px 2px 2px 20px;
	color: #fff;
}
*/
#popupmain .popupblock h2 {
	background: #177d17 url(../images/bg.nav.gif) top left repeat-x;
	padding: 0 10px;
	line-height: 26px;
	color: #eee;
	border-top: 1px solid #177d17;
	border-bottom: 1px solid #177d17;
}
#titlebgoff h2 {
	background: transparent;
}
#titlebgon h2 {
	background: #006;
	padding: 2px;
	color: #fff;
	text-transform: uppercase;
}
#titlebgon .workflow a {
	color: #ccc;
}
/* ------ end templates ------ */


/* ------ start links ------ */
/*
a {color: #006600;	text-decoration: none;}
a:hover {text-decoration: underline;}
*/
.pagenav, .pagenav:visited {
	font: bold 11px Verdana, Arial, Helvetica, sans-serif;
	color: #009;
	text-decoration: none;
}
.pagenav:hover {
	color: #006;
}
.popupblock .pagenav {
	display: none;
}
#footer a {
	color: #fff; text-decoration: underline;
}
#footer a:hover {
	text-decoration: none;
}
/* ------ end links ------ */


/* ------ start general ------ */
form {margin: 0; padding: 0;}

h3 {font-size: 14px;}

h4 {font-size: 90%;}

h5 {font-size: 85%;}

h6 {font-size: 70%;}

img {border: 0; visibility: visible;}

a img {border: none;}
/* ------ end general ------ */


/* ------ start view mode ------ */
#viewstate {
	float: right;
	height: 25px;
}
.iexpand {
	background: url(../images/icon.expand.all.gif) no-repeat top left;
	padding: 3px 0 3px 20px;
	font: bold 10px Verdana, Arial, Helvetica, sans-serif;
	color: #009;
	text-decoration: none;
}
.icollapse {
	background: url(../images/icon.collapse.all.gif) no-repeat;
	padding: 3px 0 3px 20px;
	font: bold 10px Verdana, Arial, Helvetica, sans-serif;
	color: #009;
	text-decoration: none;
}
.irefresh {
	background: url(../images/icon.refresh.gif) no-repeat;
	padding: 3px 0 3px 20px;
	font: bold 10px Verdana, Arial, Helvetica, sans-serif;
	color: #009;
	text-decoration: none;
}
.itools {
	background: url(../images/icon.tools.gif) no-repeat;
	padding: 3px 0 3px 20px;
	font: bold 10px Verdana, Arial, Helvetica, sans-serif;
	color: #009;
	text-decoration: none;
}
.iexpand:hover, .icollapse:hover, .irefresh:hover, .itools:hover {
	color: #006;
}
/* ------ end view mode ------ */


/* ------ start events ------ */
#calendar th {
	font: 11px Arial, Verdana, Helvetica, sans-serif; 
	text-align: center;
}
#calendar td, #calendar a {
	font: 11px Arial, Verdana, Helvetica, sans-serif; 
}
.today {
	border: 1px solid #ccc;
	background: #eee;
	font-size: 12px; 
}
.nottoday {
	border: 1px solid #ccc;
}
#calendar .names {
	border: 1px solid #ccc;
	background: #eee;
	width: 14%;
	font-size: 11px;
	font-weight: bold;
}
.sidelink {
	float: right;
	font-size: 11px;
	padding-right: 10px;
	line-height: 50px;
}
#leftthincol .calnav {display: none;}

#proxy {
	background: #ffffff;
	text-align: left;
}

.dir {
	background: url('../images/graphic.triangle.gif') no-repeat top left;
	padding-left: 15px;
}

/* ------ end events ------ */

#searchform {padding: 0 20px 15px 20px;}
#searchform .txt {width: 130px;}
#submit {vertical-align: middle;}

.searchresults {
	border-top: 1px solid #000000;
	border-left: 1px solid #000000;
}
.searchresults td, .searchresults th {
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	font-size: 75%;
}
.searchresults th, .searchresults th a, .searchresults th a:hover {
	background: #666666;
	color: #ffffff;
}
.rowodd {
	background-color: #eeeeee;
}

.roweven {
	background-color: #ffffff;
}

.forminputsummarytext {
	font-size: 10px;	
}

.bpmrequeststatustable {
	font-size: 10px;
	border: 1px solid #000000;
	background: #fff;	
}
.bpmrequeststatustable th {
	font-size: 12px;
	background: #eee;	
	border-bottom: 1px solid #000;
}
.bpmrequeststatustable td {
	border-bottom: 1px solid #d9d9d9;
	border-right: 1px solid #d9d9d9;
}
.bpmrequeststatusbody {
	font-size: 10px;
	background: #fff;
}
hr {
	height: 1px;
	width: 100%;
	border: 0;
	background: #d9d9d9;	
}

/**********************************************************/
.checkboxTableTop {
	border: 1px solid #ccc;
	border-bottom: none;
	width: 99%;
  	font-size: .825em;
	background: #eee;
}
.checkboxTable td {
  	font-size: .7em;
}

.checkboxTableTop .checkboxTable td {
	cursor: pointer;
	padding: 2px;	
	border-bottom: 1px solid #fff;
}

.checkboxTableTop .checkboxTable .selectedCheckboxRow td {
	cursor: pointer;
	color: #f00;
	background: #ddd;	
}

.checkboxTableTop .checkboxTable .flashTRStyle td {
	cursor: pointer;
	color: #f00;
	background: #ffd;	
}

.checkboxTableTopsub {
	border: 1px solid #ccc;
	border-bottom: none;
	width: 95%;
	font-size: .85em;
}
.checkboxTableTop th {
	border-bottom: 1px solid #ccc;
	background: #e2e2e2 url(../images/admin.mainnav.bg.gif) bottom left repeat-x;
	padding: 4px;
}
.checkboxTableTopsummerize {	
	border-bottom: 1px solid #fff;
	background: #e2e2e2 url(../images/admin.mainnav.bg.rev.gif) bottom left repeat-x;	
}
.checkboxTableTop th {
	border: none;
	background: none;
	padding: 4px;
}
.checkboxTableTop td {
	border: none;
	background: none;
	border-bottom: 1px solid #ccc;
}

.checkboxTableTop_checkbox { 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px;
	color: #fff; 
	background-color: transparent;
	border: none;
	height: 20px;
	width: 15px;
}

.checkboxTableTop_checkbox_2 { 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px;
	color: #fff; 
	background-color: transparent;
	border: none;
	height: 20px;
	width: 15px;
}












body, td, th {
	font: 12px/20px Arial, Helvetica, sans-serif;
	color: #747d67;
}
body {
	/* background: #127812 url(../images/bg.jpg) top left no-repeat; */
	margin: 0 auto;
	text-align: center;
	background: #fff;
}
/*
p {
	margin: 0 0 20px 0;
	padding: 0;
}
*/
#wrapper {
	background: url(../images/bg.wrapper.png) center center repeat-y;
	width: 990px;
	padding: 0 2px;
	margin: 0 auto;
	text-align: left;
}
#sitenavigation {width: 200px; float: left; margin: 0;}
.navbarcontainer {
	float: left;
	vertical-align: top;
	width: 200px;
	padding: 0 0 15px 0;
}
#main {
	float: left;
}
/*
#events {
	position: absolute;
}
#events #widecol {
	position: relative;
	left: -200px;
}
#events #rightthincol {
	position: relative;
	left: 590px;
}
*/
#widecol {
	float: left;
	vertical-align: top;
	width: 550px;
	padding: 35px 20px 25px 20px;
}
#widecol.index {
	background: url(../images/bg.main.index.gif) top center no-repeat;
}
#widecol.index .livemode {margin-bottom: 0;}
#rightthincol {
	float: left;
	vertical-align: top;
	width: 200px;
	padding: 0 0 25px 0;
	color: #2f3727;
}
#rightthincol a {
	color: #000;
	font-weight: bold;
}
#supporter {margin: 0 auto; background: #fff;}
#supporter table td {text-align: center; height: 130px; margin: 0 auto;}
#s4, #s4 div {text-align: center; margin: 0 auto; /* background: #f4f283; */ height: 130px; overflow: hidden;}
#footer a {
	color: #999;
	font-weight: bold;
}
#footer {
	background: url(../images/bg.footer.png) top center no-repeat;
	width: 990px;
	margin: 0 auto;
	font: 11px Arial, Helvetica, sans-serif;
	color: #999;
	padding: 25px 2px;
}
img, a img {
	border: 0;
}
a:focus, a:active {
	outline: none;
}
a {
	color: #00483a/*528036*/;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #747d67;
	text-decoration: underline;
}
#portalMainNav, #portalMainNav ul { /* all lists */
	padding:0;
	margin:0;
	list-style: none;
	width: 200px;
	background: #3c8c3c;
	z-index: 100;
}
#portalMainNav li { /* all list items */
	position: relative;
	float: left;
	line-height: 26px;
	margin-bottom: -1px;
	width: 200px;
}
#portalMainNav li ul { /* second-level lists */
	position: absolute;
	left: -999em;
	margin-left: 200px;
	margin-top: -28px;
}
#portalMainNav li ul ul { /* third-and-above-level lists */
	left: -999em;
}
#portalMainNav li a {
	width: 160px;
	display: block;
	color: #fff;
	text-decoration: none;
	border-top: 1px solid #177d17;
	border-bottom: 1px solid #177d17;
	padding: 0 20px;
	background: #3c8c3c;
	font-weight: bold;
}
#portalMainNav li a:hover, #portalMainNav .current a.current {
	background: #177d17 url(../images/bg.nav.gif) top left repeat-x;
}
#portalMainNav li:hover ul ul, #portalMainNav li:hover ul ul ul, #portalMainNav li.sfhover ul ul, #portalMainNav li.sfhover ul ul ul {
	left: -999em;
}
#portalMainNav li:hover ul, #portalMainNav li li:hover ul, #portalMainNav li li li:hover ul, #portalMainNav li.sfhover ul, #portalMainNav li li.sfhover ul, #portalMainNav li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}
#titlebgon h2 {
	background: #177d17 url(../images/bg.nav.gif) top left repeat-x;
	padding: 0 10px;
	line-height: 26px;
	color: #eee;
	border-top: 1px solid #177d17;
	border-bottom: 1px solid #177d17;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #2f3727;
	padding: 0;
	margin: 0;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: normal;
	font-style: italic;
	color: #2f3727;
	padding: 0;
	margin: 0 0 20px 0;
}
#rightthincol #titlebgon .block_background div {
	padding: 10px;
}
#rightthincol #titlebgon .block_background .blocktools div {
	padding: 0;
}
.thermo {
	display: block;
	background: transparent url(../images/thermo.png) no-repeat 0 -10px;
	height: 270px;
	width: 160px;
}
.donatenowstar a {
	display: block;
	background: transparent url(../images/btn.donatenowstar.png) no-repeat 0 0;
	height: 185px;
	width: 200px;
	cursor: pointer;
}
.donatenowstar a:hover {
	background: transparent url(../images/btn.donatenowstar.png) no-repeat 0 -185px;
}
.joinus {
	padding: 20px 0 10px 0;
	margin: 0 auto;
	width: 78px;
}
.joinus a {
	display: block;
	background: transparent url(../images/btn.joinus.png) no-repeat 0 0;
	color: #fff;
	height: 28px;
	line-height: 25px;
	font-size: 14px;
	width: 78px;
	text-align: center;
	cursor: pointer;
	font-weight: bold;
}
.joinus a:hover {
	background: transparent url(../images/btn.joinus.png) no-repeat 0 -28px;
	text-decoration: none;
}
.donatenow {
	padding: 0 0 20px 0;
	margin: 0 auto;
}
.donatenow a {
	display: block;
	background: transparent url(../images/bg.btn.donatenow.png) no-repeat 0 0;
	color: #fff;
	height: 28px;
	line-height: 25px;
	font-size: 14px;
	width: 110px;
	text-align: center;
	cursor: pointer;
	font-weight: bold;
}
.donatenow a:hover {
	background: transparent url(../images/bg.btn.donatenow.png) no-repeat 0 -28px;
	text-decoration: none;
}



/* ------ start important ------ */
.emailbody {
	background: #fff !important;
	margin: 10px auto;
	text-align: left;
	color: #000 !important;
}
.rtecontent { /* needed for rich text editor */
	padding: 10px;
	border: 1px solid #000;
	text-align: left;
	background: #fff;
	font-size: x-small;
}
/* ------ end important ------ */


#s6, #s6 * {
	z-index: 1;
}
