/* * * * * * * * * * * * * * * * * * * * * * * * * * 
 * Body
 * * * * * * * * * * * * * * * * * * * * * * * * * */

body {
	font: 62.5% Arial, Helvetica, sans-serif;
	color: #2e3b48;
	text-align: center;
	background: #fff;
}

a {
	color: #00573c;
}

a:hover {
	color: #22795e;
}

strong { font-weight: bold !important; } 
#content-wrapper strong { font-weight: bold !important; } 
#content-wrapper p strong { font-weight: bold !important; } 


img[align=left] {
	float: left;
}


img[align=right] {
	float: right;
}


/* * * * * * * * * * * * * * * * * * * * * * * * * * 
 * Header
 * * * * * * * * * * * * * * * * * * * * * * * * * */

#header {
	width: 100%;
	background: url(/i/page-top-runner.jpg) repeat-x top;
	text-align: left;
}

#header-restricted {
	width: 960px;
	margin: 0 auto 0 auto;
}

#logo {
	float: left;	
	width: 30%;
}

#strapline {
	font: 2.3em Tahoma, Verdana, Geneva, Arial, sans-serif;
	color: #222;
	padding-top: 20px;
	float: right;
	width: 61%;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * 
 * Main Structure
 * * * * * * * * * * * * * * * * * * * * * * * * * */

#page {
	width: 100%;
	margin-top: 17px;
	background: #fff url(/i/mid-splitter.jpg) repeat-x top;	
	padding-top: 30px;
}

#page-backing {
	background: url(/i/stripes.gif) repeat-x top;
}

#page-restricted {
	width: 960px;
	margin: 0 auto 0 auto;
}

#page-img {
	width: 960px;
	height: 219px;
	border:1px solid #ddd;
}

#page-img img {
	width: 956px;
	height: 215px;
	margin: 2px;
}

#page-img-quote {
	position: absolute;
	height: 215px;
	width: 227px;	
	background: url(/i/black-back.png);
	font: 2.85em "Trebuchet MS", Arial, serif;
	color: #fff;
	margin: 2px 0 0 2px;
}

#page-img-quote p {
	padding: 20px;
	text-align: left;
}

#main-cols {
	margin-top: 10px;
}

#main-menu {
	float: left;
	width: 230px;
	text-align: left;
}

#main-content {
	float: right;
	width: 715px;	
}


.menu-box {
	margin-bottom: 10px;
}

.menu-box-wrap {
	border: 1px solid #cecece;
	width: 222px;
	margin-left: 6px;
}

.menu-box-wrap2 {
	border: 1px solid #cecece;
	width: 222px;
	margin-top: 1px;
	margin-left: 6px;
}


.menu-box-title {
	background: #00573c url(/i/caption-top.gif) repeat-x top;
	color: #fff;
	font-size: 1.8em;
	text-align: left;
	width: 220px;
	margin: 1px;
}

.menu-box-title h3 {
	padding: 4px 4px 4px 14px;
	
}

.menu-box-content {
	background: #f3f3f3;	
	width: 220px;
	margin: 1px;
}

.menu-box-content ul {
	padding: 8px;
}

.menu-box-content ul li {
	font-size: 1.25em;
	line-height: 1.5em;
}

.menu-box-content ul ul {
	margin-left: 5px;
	font-size: 0.8em;
}

.menu-box-content a {
	color: #00573c;
}

.menu-box-content a:hover {
	color: #22795e;
}

.news-item {
	border-bottom: 1px dotted #eaeaea;
}

.content-wrap {
	border: 1px solid #cecece;
	width: 715px;
}

.content-wrap2 {
	border: 1px solid #cecece;
	width: 715px;
	margin-top: 1px;
}

.content-box-title {
	background: #666b69 url(/i/caption-top-grey.gif) repeat-x top;
	color: #fff;
	font-size: 1.8em;
	text-align: left;
	margin: 1px;
}

.content-box-content {
	background: #fff url(/i/content-gradient-main.jpg) repeat-y left;	
	margin: 1px;
}

.content-box-top {
	background: #fff url(/i/content-gradient-top.jpg) no-repeat top;	
	width: 713px;
	height: 21px;
}

.content-box-bottom {
	background: #fff url(/i/content-gradient-bottom.jpg) no-repeat bottom;		
	width: 713px;
	height: 21px;
}

.content-wrap h3 {
	padding: 4px 4px 4px 14px;
}


#site-navigation li {
	display: block;
	float: right;
	height: 54px;
	background: url(/i/nav-bar-back.jpg) repeat-x top;
	text-align: center;
	font-size: 1.5em;
	color: #fff;
}

#site-navigation li a {
	display: block;
	color: #fff;
	padding: 14px 8px 0 8px;
	text-decoration: none;
}

#site-navigation li a:hover {
	color: #ddd;
}


#first-item {
	background: url(/i/nav-bar-left.jpg) no-repeat top left !important;	
}

#last-item {
	background: url(/i/nav-bar-right.jpg) no-repeat top right !important;		
}

#first-item a {
	padding-left: 20px !important;
}

#last-item a {
	padding-right: 20px !important;
}


#content-wrapper {
	padding: 10px;
}

#content-wrapper ul, #content-wrapper ol {
	margin-left: 20px;
	margin-bottom: 1em;
}

#content-wrapper ul {
	list-style-type: circle;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * 
 * Headings
 * * * * * * * * * * * * * * * * * * * * * * * * * */

h1 { 
	font: bold 2em Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #164471;
}


/* * * * * * * * * * * * * * * * * * * * * * * * * * 
 * Content Styles
 * * * * * * * * * * * * * * * * * * * * * * * * * */

.content-box-content {
	font-size: 1.2em;
	text-align: left;
}

.content-box-content p {
	line-height: 1.4em;
	margin-bottom: 1.5em;
}


/* * * * * * * * * * * * * * * * * * * * * * * * * * 
 * Forms
 * * * * * * * * * * * * * * * * * * * * * * * * * */

form div {
	padding: 4px;
}

fieldset {
	margin-bottom: 20px;	
	border-top: 1px solid #d2d2d2;
	padding-top: 10px;
}

legend {
	display: none;
	visibility: hidden;
}

label {
	font: 1.1em Verdana, Geneva, Arial, Helvetica, sans-serif;
	display: block;
	float: left;
	width: 150px;
}

input, textarea {
	padding: 3px;
	font: 1.1em Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.btn-holder {
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
}

.validation-icon {
	margin-left: 10px;	
}

.full-textarea {
	width: 98%;
	margin-left: auto;
	margin-right: auto;
}

.radio-label {
	font: 1.2em Arial, Helvetica, sans-serif;
	padding-right: 25px;	
}


/* * * * * * * * * * * * * * * * * * * * * * * * * * 
 * Footer
 * * * * * * * * * * * * * * * * * * * * * * * * * */

#footer {
	width: 100%;
	background: #6c7471;
	border-bottom: 5px solid #384240;
	font-size: 1.1em;
	color: #fff;
	margin-top: 10px;
}

#footer a {
	color: #fff;
	text-decoration: none;
}

#footer a:hover {
	color: #eaeaea;
}

#footer-left {
	float: left; 
	width: 33%;
	padding: 5px 0 5px 0;
}

#footer-center {
	float: left; 
	width: 33%;	
	padding: 5px 0 5px 0;
}

#footer-right {
	float: right; 
	width: 33%;	
	padding: 5px 0 5px 0;
}


/* * * * * * * * * * * * * * * * * * * * * * * * * * 
 * Warning/Error/Alert Boxes
 * * * * * * * * * * * * * * * * * * * * * * * * * */

.default-error-box {
	clear: both;
	border-top: 1px solid #a82743;
	border-bottom: 1px solid #a82743;
	background: #df9dab;
	width: 90%;
	color: #a82743;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	margin-top: 10px;
	clear: both;
}

.default-confirmation-box {
	border-top: 1px solid #008720;
	border-bottom: 1px solid #008720;
	background: #bddfc5;
	width: 90%;
	color: #008720;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	margin-top: 10px;
	clear: both;
}

.default-error-box p { color: #a82743 !important; }
.confirmation-box p { color: #008720 !important; margin-bottom: 0; }

.default-error-box p, .default-confirmation-box p {
	margin-left: 25px;
	margin-right: 25px;
	text-align: justify;
	font: bold 1.1em Tahoma, Verdana, sans-serif !important;
	padding-top: 0.6em;
	padding-bottom: 0.6em;
}

.default-error-box ul, .default-confirmation-box ul {
	margin-left: 25px;
	margin-top: 0.6em;
	margin-right: 7px;
	list-style-type: square;
}

.default-error-box ul li, .default-confirmation-box ul li {
	font: bold 1.1em Tahoma, Verdana, sans-serif !important;
	margin-bottom: 0.6em;
}


/* * * * * * * * * * * * * * * * * * * * * * * * * * 
 * Generic Classes
 * * * * * * * * * * * * * * * * * * * * * * * * * */

.clear { clear: both; }

.print-only {
	display: block;
	visibility: visible;	
}


/* * * * * * * * * * * * * * * * * * * * * * * * * * 
 * Admin
 * * * * * * * * * * * * * * * * * * * * * * * * * */

.details-table {
	width: 98%;
	margin-left: auto;
	margin-right: auto;
	font: 1.2em Arial, Helvetica, sans-serif;
}

.details-table th {
	background: #cd2222;
	color: #fff;
}

.details-table td {
	padding: 2px;	
}


/* * * * * * * * * * * * * * * * * * * * * * * * * * 
 * Calendar Styles
 * * * * * * * * * * * * * * * * * * * * * * * * * */

table.jCalendar {
	border: 1px solid #000;
	background: #aaa;
    border-collapse: separate;
    border-spacing: 2px;
}
table.jCalendar th {
	background: #333;
	color: #fff;
	font-weight: bold;
	padding: 3px 5px;
}
table.jCalendar td {
	background: #ccc;
	color: #000;
	padding: 3px 5px;
	text-align: center;
}
table.jCalendar td.other-month {
	background: #ddd;
	color: #aaa;
}
table.jCalendar td.today {
	background: #666;
	color: #fff;
}
table.jCalendar td.selected {
	background: #f66;
	color: #fff;
}
table.jCalendar td.selected:hover {
	background: #f33;
	color: #fff;
}
table.jCalendar td:hover, table.jCalendar td.dp-hover {
	background: #fff;
	color: #000;
}
table.jCalendar td.disabled, table.jCalendar td.disabled:hover {
	background: #bbb;
	color: #888;
}

/* For the popup */

/* NOTE - you will probably want to style a.dp-choose-date - see how I did it in demo.css */

div.dp-popup {
	position: relative;
	background: #ccc;
	font-size: 10px;
	font-family: arial, sans-serif;
	padding: 2px;
	width: 171px;
	line-height: 1.2em;
}
div#dp-popup {
	position: absolute;
	z-index: 199;
}
div.dp-popup h2 {
	font-size: 12px;
	text-align: center;
	margin: 2px 0;
	padding: 0;
}
a#dp-close {
	font-size: 11px;
	padding: 4px 0;
	text-align: center;
	display: block;
}
a#dp-close:hover {
	text-decoration: underline;
}
div.dp-popup a {
	color: #000;
	text-decoration: none;
	padding: 3px 2px 0;
}
div.dp-popup div.dp-nav-prev {
	position: absolute;
	top: 2px;
	left: 4px;
	width: 100px;
}
div.dp-popup div.dp-nav-prev a {
	float: left;
}
/* Opera needs the rules to be this specific otherwise it doesn't change the cursor back to pointer after you have disabled and re-enabled a link */
div.dp-popup div.dp-nav-prev a, div.dp-popup div.dp-nav-next a {
	cursor: pointer;
}
div.dp-popup div.dp-nav-prev a.disabled, div.dp-popup div.dp-nav-next a.disabled {
	cursor: default;
}
div.dp-popup div.dp-nav-next {
	position: absolute;
	top: 2px;
	right: 4px;
	width: 100px;
}
div.dp-popup div.dp-nav-next a {
	float: right;
}
div.dp-popup a.disabled {
	cursor: default;
	color: #aaa;
}
div.dp-popup td {
	cursor: pointer;
}

a.dp-choose-date {
	width: 16px;
	height: 16px;
	padding: 0;
	margin: 5px 3px 0;
	text-indent: -2000px;
	overflow: hidden;
}

div.dp-popup td.disabled {
	cursor: default;
}

/* * * * * * * * * * * * * * * * * * *
 * SWFUpload Styles
 * * * * * * * * * * * * * * * * * * */

#fsUploadProgress1 {
	width: 38%;
	float: left;
	padding : 0 !important;
	margin: 0 !important;	
}

.progressWrapper {
	width: 100%;
	overflow: hidden;
}

.progressContainer {
	margin: 5px;
	padding: 4px;
	border: solid 1px #E8E8E8;
	background-color: #F7F7F7;
	overflow: hidden;
}

.message {
	margin: 1em 0;
	padding: 10px 20px;
	border: solid 1px #FFDD99;
	background-color: #FFFFCC;
	overflow: hidden;
}

.red {
	border: solid 1px #B50000;
	background-color: #FFEBEB;
}

.green {
	border: solid 1px #DDF0DD;
	background-color: #EBFFEB;
}

.blue {
	border: solid 1px #CEE2F2;
	background-color: #F0F5FF;
}

.progressName {
	font-size: 8pt;
	font-weight: 700;
	color: #555;
	width: 323px;
	height: 14px;
	text-align: left;
	white-space: nowrap;
	overflow: hidden;
}

#gallery-images {
	float: right;
	width: 48%;
}

.progressBarInProgress, .progressBarComplete, .progressBarError {
	font-size: 0;
	width: 0%;
	height: 2px;
	background-color: blue;
	margin-top: 2px;
}

.progressBarComplete {
	width: 100%;
	background-color: green;
	visibility: hidden;
}

.progressBarError {
	width: 100%;
	background-color: red;
	visibility: hidden;
}

.progressBarStatus {
	margin-top: 2px;
	width: 337px;
	font-size: 7pt;
	font-family: Arial;
	text-align: left;
	white-space: nowrap;
}

a.progressCancel {
	font-size: 0;
	display: block;
	height: 14px;
	width: 14px;
	background-image: url('/mark/youthworker/img/cancel-small.gif');
	background-repeat: no-repeat;
	background-position: -14px 0px;
	float: right;
}

a.progressCancel:hover {
	background-position: 0px 0px;
}


.swfupload {
	vertical-align: top;
}


/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window * {padding: 0; margin: 0;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
}

#TB_secondLine {
	font: 10px Arial, Helvetica, sans-serif;
	color:#666666;
}

#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}

.TB_overlayMacFFBGHack {background: url(/mark/youthworker/img/3rdparty/macFFBgHack.png) repeat;}
.TB_overlayBG {
	background-color:#000;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}

* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_window {
	position: fixed;
	background: #ffffff;
	z-index: 102;
	color:#000000;
	display:none;
	border: 4px solid #525252;
	text-align:left;
	top:50%;
	left:50%;
}

* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_window img#TB_Image {
	display:block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

#TB_caption{
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
}

#TB_closeWindow{
	height:25px;
	padding:11px 25px 10px 0;
	float:right;
}

#TB_closeAjaxWindow{
	padding:7px 10px 5px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}

#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
}

#TB_title{
	background-color:#e8e8e8;
	height:27px;
}

#TB_ajaxContent{
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}

#TB_ajaxContent.TB_modal{
	padding:15px;
}

#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}

#TB_load{
	position: fixed;
	display:none;
	height:13px;
	width:208px;
	z-index:103;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}

* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_HideSelect{
	z-index:99;
	position:fixed;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height:100%;
	width:100%;
}

* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	_margin-bottom:1px;
}