/************************/
/*** default elements ***/
/************************/

BODY {
	font: 13px Verdana,Arial,sans-serif;
	width:100%;
	padding-top: 8px;
	margin: 0 auto;
	text-align: center;
}

H1, H2, H3 {
	font: bold 18px Verdana,Arial,sans-serif;	
	margin: 0px 0px 6px 0px;
}

H4, H5, H6 {
	font: bold 16px Verdana,Arial,sans-serif;	
	margin: 0px 0px 6px 0px;
}

HR { 
	border: none 0;
	border-top: 1px solid #ccc;
	height: 1px;
} 

A { 
	color: #4181c2; 
	text-decoration: none;
}
A:hover { 
	color: #4181c2; 
	text-decoration: none;
}

/******************************/
/*** main template elements ***/
/******************************/

.container {
	position: relative;
	margin: 0 auto;
	text-align: left;
	background: #fff url(/images/bg_container.gif) repeat-y;
	color: #333;
	max-width: 950px;
	width: 90%;
}

.flat {
   background: #fff;
}

.top {
	height: 65px;
	background-color: #369;
	color: #fff;
	background: url(/images/bg_top.jpg) no-repeat;
	font-size: 0.8em;
}

.logolink {
	position: absolute;
	top: 0;
	left: 0;
	height: 63px;
	width: 240px;
	overflow: hidden;
}

.spacer {
	height: 8px;
}

.printorpdf {
	width:50px;
	float:right
}

.navcontainer {
	position: relative;
	top: 37px; /* I had to make a separate css file to position the tabs correctly in FF and IE(style/coachnet_IE.css */
	right: 5px;
	text-align: right;
	z-index: 3;
}
	.navcontainer A {
		display: inline;
		padding: 3px;
		height: 18px;
		color: #333;
		background: #B6CCE2 url(/images/layout/blue_button.gif);
		text-decoration: none;
		font-weight: bold;
	}
	.navcontainer A:hover {
		background: #fc6 url(/images/layout/yellow_button.gif);
		text-decoration: none;
		color: #000;
	}

	.navcontainer A.active {
		background: #fc6 url(/images/layout/yellow_button.gif);
		font-weight: bold;
		color: #333;
	}

.topcontainer {
	position: relative;
	top: 4px; /* I had to make a separate css file to position the tabs correctly in FF and IE(style/coachnet_IE.css */
	right: 5px;
	text-align: right;
	z-index: 3;
}
	.topcontainer A {
		display: inline;
		padding: 3px;
		height: 18px;
		color: #333;
		background: #B6CCE2 url(/images/layout/blue_button.gif);
		text-decoration: none;
		font-weight: bold;
	}
	.topcontainer A:hover {
		background: #fc6 url(/images/layout/yellow_button.gif);
		text-decoration: none;
		color: #000;
	}

	.topcontainer A.active {
		background: #fc6 url(/images/layout/yellow_button.gif);
		font-weight: bold;
		color: #333;
	}

.footer {
	margin: 0;
	padding: .5em;
	color: #ccc;
	background-color: #369;
	border-top: 1px solid #1f3d5c;
	border-bottom: 1px solid #1f3d5c;
	font-size: 0.7em;
	background-image: url(/images/layout/top_gradient.gif);
	clear: both;
}	
	.footer A { 
		color: #fc6; 
		text-decoration: none;
	}
	.footer A:hover {
		color: #fc6;
		text-decoration: underline;
	}

/*************************/
/*** the floating part ***/
/*************************/

.leftcol {
	float: left;
	width: 180px;
	padding: 0;
	margin: 0;
}

.contentbox {
	margin-left: 200px;
	margin-right: 200px;
}
.content_xl {
	margin-left: 200px;
}
.content_flat_center {
   padding: 8em;
   text-align: center;
}

.rightcol {
	float: right;
	width: 190px;
}

.clear {
	clear: both;
	line-height: 0;
	height: 0; 
	float: none;
}

/***************************/
/*** other page elements ***/
/***************************/

#prayerbox {
	color: #fff;
	background-color: #000;
	padding: 0 4em;
	border: 1px solid #000;
	line-height: 150%;
	background-image: url(prayer.jpg);
	background-repeat: no-repeat;
	background-position:top left;
	margin: 0 0 0 0;
	min-height: 45px;

}


/* the boxes */

.box {
	padding: 0px;
}

.box-header {
	font-weight: bold;
	color: #fff;
	padding: 3px;
}

.box div.box-content {
	padding: 3px;
}

/*** green box ***/
.green {
	padding: 3px;
	background-color: #698c46;
	height: 18px;
}
.box-green {
	border: 1px #698c46 solid;
	background-color: #9c6;
}
.box-content-green {
	padding: 3px;
}

/*** yellow box ***/
.yellow {
	padding: 3px;
	background-color: #bd974b;
	height: 18px;	
}
.box-yellow {
	border: 1px #bd974b solid;
	background-color: #fc6;
}
.box-content-yellow {
	padding: 3px;
	background-color: #fc6;
}

/*** red box ***/
.red {
	padding: 3px;
	background-color: #8a2f2f;
	height: 18px;
}
.box-red {
	border: 1px #8a2f2f solid;
	background-color: #E27265;
}
.box-content-red {
	padding: 3px;
	background-color: #E27265;
}

/*** blue box ***/
.blue {
	padding: 3px;
	background-color: #1f3d5c;
	height: 18px;
}
.box-blue {
	border: 1px #1f3d5c solid;
	background-color: #369;
}
.box-content-blue {
	padding: 3px;
	background-color: #369;
}

/*** gray box ***/
.gray {
	padding: 3px;
	background-color: #8c8c8c;
	height: 18px;
}
.box-gray {
	border: 1px #8c8c8c solid;
	background-color: #ccc;
}
.box-content-gray {
	padding: 3px;
	background-color: #ccc;
}

/** white box **/
.white {
	padding: 3px;
	background-color: #333;
	height: 18px;
}
.box-white {
	border: 1px #333 solid;
	background-color: #333;
}
.box-content-white {
	padding: 3px;
	background-color: #fff;
}


/* the pagers */

.pager {
	display: inline;
	padding: 5px 0px 5px;
}
	.pager A {
		display: inline;
		padding: 1px 4px;
		color: #333;
		background: #B6CCE2;
		border: 1px solid #369;
		background-image: url(/images/layout/blue_button.gif);
	}
	.pager A:hover {
		text-decoration: none;
		color: #333;
		background: #fc6;
		background-image: url(/images/layout/yellow_button.gif);
	}
.pager A.active {
	background: #fc6;
	font-weight: bold;
	color: #333;
	background-image: url(/images/layout/yellow_button.gif);
}
.pager A.active:hover {
	background: #fc6;
	color: #fff;
}


.basicform TD {
	vertical-align: middle;
}


/* Tables */

TABLE {
	font: 13px Verdana,Arial,sans-serif;
}
TH {
	padding: 2px;
	text-align: left;
	background-color: #B6CCE2;
}
TD {
	padding: 2px;
	vertical-align: top;
}

.odd TD {
	/*background-color: #FFF;*/
}

.even TD {
	background-color: #E1E2E3;
}


/* Guus, I (lhb) added these for breadcrumb navigation, please change
	or let me know if there is a better way to do this */

	.content-nav
	{
		margin: 0 0 .5em 0; 
	}

	.content-nav div.icons
	{
		float: right;
	}
	
	.content-nav div.breadcrumbs
	{
		font-size: .7em;
	}
	
	.content-nav div.breadcrumbs A
	{
		color: #333;
	}
	
	
/* Tabbed lists */

/* Guus, I (lhb) added these for calendar navigation, please change
	or let me know if there is a better way to do this */
	
	.navlist ul
	{
	
	/*	margin-left: 0;
		padding-left: 0;
	*/
		white-space: nowrap;
	}
	
	.navlist li
	{
		display: inline;
		list-style-type: none; 
	}
	
	.navlist a.active.liteup
	{
		color: #333;
		background-color: #fc6;
		background-image: url(/images/layout/yellow_button.gif);
	}
	
	.navlist a.active.liteup:hover
	{
		color: #fff;
	
	}
	
	.navlist a { padding: 3px 8px; }
	
	.navlist a:link, .navlist a:visited
	{
		color: #333;
		background-color: #B6CCE2;
		text-decoration: none;
		font-weight: bold;
		background-image: url(/images/layout/blue_button.gif);
	}
	
	.navlist a:hover
	{
		background-color: #fc6;
		background-image: url(/images/layout/yellow_button.gif);
	}
	
/***************************************************/
/******************** NEW BLOCKS *******************/
/***************************************************/


/*** green box ***/
#block-block-1, #block-block-7 {
	border: 1px #698c46 solid;
	/*background-color: #9c6;*/
	background-image: url(/en/themes/coachnet/background.png);
    background-repeat: repeat-x;
	overflow: hidden;
    margin: 0 0 10px;
}

#block-block-1 H2, #block-block-7 H2 {
	padding: 3px;
	font: bold 13px Verdana,Arial,sans-serif;
	color: white;
	width: 100%;
	/*height: 18px;*/
	background-color: #698c46;
}

#block-block-1 P, #block-block-7 P {
	padding: 3px;
	margin: 0;
}

/*** yellow box ***/
#block-block-2, #block-block-6 {
	border: 1px #bd974b solid;
	/*background-color: #fc6;*/
	background-image: url(/en/themes/coachnet/background.png);
    background-repeat: repeat-x;
	overflow: hidden;
    margin: 0 0 10px;
}

#block-block-2 H2, #block-block-6 H2 {
	padding: 3px;
	font: bold 13px Verdana,Arial,sans-serif;
	color: white;
	width: 100%;
	/*height: 18px;*/
	background-color: #bd974b;
}

#block-block-2 P, #block-block-6 P {
	padding: 3px;
	margin: 0;
}

/*** red box ***/
#block-block-3 {
	border: 1px #8a2f2f solid;
	/*background-color: #E27265;*/
	background-image: url(/en/themes/coachnet/background.png);
    background-repeat: repeat-x;
	overflow: hidden;
    margin: 0 0 10px;
}

#block-block-3 H2 {
	padding: 3px;
	font: bold 13px Verdana,Arial,sans-serif;
	color: white;
	width: 100%;
	/* height: 18px; */
	background-color: #8a2f2f;
}

#block-block-3 P {
	padding: 3px;
	margin: 0;
}


/*** blue box ***/
#block-block-4 {
	border: 1px #1f3d5c solid;
	/*
background-color: #369;
*/
	background-image: url(/en/themes/coachnet/background.png);
    background-repeat: repeat-x;
	overflow: hidden;
    margin: 0 0 10px;
}

#block-block-4 H2 {
	padding: 3px;
	font: bold 13px Verdana,Arial,sans-serif;
	color: white;
	width: 100%;
	/* height: 18px; */
	background-color: #1f3d5c;
}

#block-block-4 P {
	padding: 3px;
	margin: 0;
}

/*** gray box ***/
#block-block-5, #block-book-0 {
	border: 1px #8c8c8c solid;
	/*
background-color: #ccc;
*/
	background-image: url(/en/themes/coachnet/background.png);
    background-repeat: repeat-x;
	overflow: hidden;
    margin: 0 0 10px;
}

#block-block-5 H2, #block-book-0 H2 {
	padding: 3px;
	font: bold 13px Verdana,Arial,sans-serif;
	color: white;
	width: 100%;
	/* height: 18px; */
	background-color: #8c8c8c;
}

#block-block-5 P,#block-book-0 P {
	padding: 3px;
	margin: 0;
}

.content FONT {
   line-height: 1em;
}
.content P {
   margin-top: 0px;
}

.content UL {
    margin: 7px;
}

.site-mission {
	border: 1px #e0e0e0 solid;
	background-color: #f0f0f0;
	padding: 4px;
    margin: 1px 0 10px;

	font-size: 0.7em;
}
