/************************/
/*** default elements ***/
/************************/

BODY {
	font: 13px Verdana,Arial,sans-serif;
	width:100%;
	padding-top: 8px;
	margin: 0 auto;
	text-align: center;
}

H1 {
	font: bold 18px Verdana,Arial,sans-serif;	
	margin: 0px 0px 6px 0px;
}

H2 {
	font: bold 16px Verdana,Arial,sans-serif;
	margin: 0px 0px 6px 0px;
}

H3 {
	font: bold 15px Verdana,Arial,sans-serif;
	margin: 0px 0px 6px 0px;
}


H4 {
	font: bold 14px Verdana,Arial,sans-serif;	
	margin: 0px 0px 6px 0px;
}

H5 {
	font: bold 13px Verdana,Arial,sans-serif;	
	margin: 0px 0px 6px 0px;
}

H6 {
	font: bold 12px 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: underline;
}

A.active {
	font-weight: bold;
}

IMG {
	border: 0;
}

LABEL:hover { 
	color: #4181c2;
}

/******************************/
/*** 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: 98%;
}

.printcontainer {
	position: relative;
	margin: 0 auto;
	text-align: left;
	color: #333;
	width: 100%;
}

.top {
	height: 65px;
	background-color: #369;
	color: #fff;
	background: url(/images/bg_top.jpg) no-repeat;
	font-size: 0.8em;
}

.top_en {
	height: 65px;
	background-color: #369;
	color: #fff;
	background: url(/images/bg_top.jpg) no-repeat;
	font-size: 0.8em;
}

.top_es {
	height: 65px;
	background-color: #369;
	color: #fff;
	background: url(/images/bg_top_es.jpg) no-repeat;
	font-size: 0.8em;
}

.top_de {
	height: 65px;
	background-color: #369;
	color: #fff;
	background: url(/images/bg_top_de.jpg) no-repeat;
	font-size: 0.8em;
}

.top_pl {
	height: 65px;
	background-color: #369;
	color: #fff;
	background: url(/images/bg_top.jpg) no-repeat;
	font-size: 0.8em;
}

.top_zh {
	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;
	}
	
.printfooter {
	font-size: 0.7em;
}

/*************************/
/*** the floating part ***/
/*************************/

.leftcol {
	float: left;
	width: 180px;
	padding: 0;
	margin: 0;
}

.leftcol ul {
	padding: 3px;
	margin-left: 20px;
	list-style-type: square;
	font-size: 0.9em;
}

	.content {
		margin-left: 200px;
		margin-right: 200px;
		min-height: 480px;
	}
	
	.contentbox {
		margin-left: 200px;
		margin-right: 200px;
	}
	

@media print {
	
	.content {
		margin-left: 2px;
		margin-right: 2px;
	}
	
	.contentbox {
		margin-left: 2px;
		margin-right: 2px;
	}
	
}


.content_xl {
	margin-left: 200px;
}

.rightcol {
	float: right;
	width: 190px;
}

.clear {
	clear: both;
	line-height: 0;
	height: 0; 
	float: none;
}

.tinytext {
	font-size: 80%;
}

/***************************/
/*** 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;
	}
	.coaching-pop-bg {
	    color: #fff;
		background-color: #bd974b;
		text-align: left;
	}
	.coaching-pop-fg {
		background-color: white;
		text-align: left;
	}
	/*** 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;
		background-image: url(/en/themes/coachnet/background.png);
	    background-repeat: repeat-x;
	}


/* 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;
	}


/* action buttons (like pager) */

.actionbuttons {
	display: inline;
	padding: 5px 0px 5px;
	font-size: 0.8em;
	font-weight: bold;
}
	.actionbuttons A {
		display: inline;
		padding: 1px 2px;
		color: #333;
		background: #B6CCE2;
		border: 1px solid #369;
		background-image: url(/images/layout/blue_button.gif);
	}
	.actionbuttons A:hover {
		text-decoration: none;
		color: #333;
		background: #fc6;
		background-image: url(/images/layout/yellow_button.gif);
	}
	.actionbuttons A.active {
		background: #fc6;
		font-weight: bold;
		color: #333;
		background-image: url(/images/layout/yellow_button.gif);
	}
	.actionbuttons A.active:hover {
		background: #fc6;
		color: #fff;
	}

/* network buttons (on my networks page) */

.networkbuttons {
	display: inline;
	padding: 5px 0px 5px;
	font-size: 0.8em;
}
	.networkbuttons A {
		display: inline;
		/*padding: 1px 4px 9px;*/
		padding: 0px 4px 1px;
		color: #000;
		background: #f0f0f0;
		border: 1px solid #e0e0e0;
	}
	.networkbuttons A:hover {
		text-decoration: none;
		color: #333;
		background: #fc6;
		background-image: url(/images/layout/yellow_button.gif);
	}
	.networkbuttons A.active {
		font-weight: normal;
		background: #fc6;
		color: #333;
		background-image: url(/images/layout/yellow_button.gif);
	}
	.networkbuttons A.active:hover {
		background: #fc6;
		color: #fff;
	}


/* Coaching action links (small and gray) */

.coachinglinks {
	padding: 2px 0px 6px;
	font-size: 80%;
}
	.coachinglinks A {
		display: inline;
	}
	.coachinglinks A:hover {
		text-decoration: underline;
		display: inline;
	}
.coachingprivate {
	display: inline;
	color: #ff0000;
}
.coaching_keyissue {
	color: #000;
	background: #e0e0e0;
	border: 1px solid #d0d0d0;
}


/* Tables */

TABLE {
	font: 13px Verdana,Arial,sans-serif;
}
TH {
	padding: 2px;
	text-align: left;
	vertical-align: top;
	background-color: #B6CCE2;
}
TD {
	padding: 2px;
	vertical-align: top;
}

	.odd TD {
		/*background-color: #FFF;*/
	}

	.even TD {
		background-color: #E1E2E3;
	}

/* Person directories */

	.directory th {
		background-color: #FC6;
	}

	.directory .even TD {
		background-color: #EEE;
	}

/* Breadcrumb navigation */

	.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 */

	.navlist ul
	{
		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);
	}
	
/* Forms */

.basicform TD {
	vertical-align: middle;
}

#formerror {
	color: #F00;
}

TEXTAREA {
	width: 380px;
}

/* tabbed lists */

.tabcontainer {
}

.tablist
{
	padding: 3px;
	margin-left: 0;
	border-bottom: 1px solid #333;
	margin-bottom: -1px;
	font-size: 0.8em;
}

	.tablist li
	{
		list-style: none;
		margin-bottom: 0;
		display: inline;
	}

	.tablist li a
	{
		padding: 3px 0.5em;
		margin-left: 3px;
		border: 1px solid #ccc;
		border-bottom: none;
		background: #B6CCE2;
		text-decoration: none;
		font-weight: bold;
		background-image: url(/images/layout/blue_button.gif);
	}

	.tablist li a:link { color: #333; }
	.tablist li a:visited { color: #333; }

	.tablist li a:hover
	{
		background-color: #fc6;
		background-image: url(/images/layout/yellow_button.gif);
	}

	.tablist li a.current
	{
		border-bottom: 1px solid white;
		background-color: #fc6;
		background-image: url(/images/layout/yellow_button.gif);

	}
.tabcontent
{
	border: 1px solid #ccc;
	padding: 8px 12px;
	margin: 0px;
}

/* rollover lists */

	#rollovercontainer
	{
		width: 100%;
	}
	
	#rollovercontainer ul
	{
		margin-top: 0;
		margin-left: 0;
		padding-left: 0;
		list-style-type: none;
	}
	
	#rollovercontainer a
	{
		display: block;
		width: 100%;
		border-bottom: 1px solid #000;
	}
	
	#rollovercontainer a:link, #rolloverlist a:visited
	{
		text-decoration: none;
		color: #000;
	}
	
	#rollovercontainer a:hover, #rollovercontainer a.active
	{
		background: #fc6 url(/images/layout/yellow_button.gif);
		background-repeat: repeat-x;
		color: #333;
	}

.system_message {
	padding: 4px;
	border: 1px #000 solid;
	background-color: #E27265;
	color: #fff;
}

.system_message A {
	text-decoration: underline;
	color: #fff;
}


table.forum_reply,
table.forum_thread {
    width: 95%;
}

table.forum_reply {
   padding-left: 20px;
}

.forum_reply tbody td,
.forum_thread tbody td {
   padding-left: 5px;
   vertical-align: top;
}

.forum_reply tbody th,
.forum_thread tbody th {
   background: #fff;
   border-right: 1px dotted #666;
   padding-right: 5px;
   text-align: left;
   font-size: 10pt;
   font-weight: normal;
   width: 150px;
}

.forum_thread td,
.forum_thread tbody th {
   background: #eee;
}
