body
{
	margin: 0px;

	font-family			: tahoma;
	font-size			: 10px;
	font-weight			: normal;

	text-decoration:	none;
	color: #000;

	background-color: #fff;
	background-image: url(../i/b0.gif);
	background-repeat: repeat-y;
	background-position: right center;

	box-sizing: border-box;
	-moz-box-sizing: border-box;
}

#message
{
	position: relative;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 30px;
	margin: 0px;
	color:	#fff;

	background-color: #90D1F2;
	background-image: url(../i/m1.gif);
	background-repeat: no-repeat;
	background-position: right center;

	box-sizing: border-box;
	-moz-box-sizing: border-box;
}

#logos
{
	position: absolute;
	width: 180px;
	text-align: center;
	top: 70px;
	right: 0px;
	padding-right: 10px;
	z-index: 1000;

	box-sizing: border-box;
	-moz-box-sizing: border-box;
}

#logos a
{
	display: block;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;

	box-sizing: border-box;
	-moz-box-sizing: border-box;
}

#logos a.mypeople
{
	display: block;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
	
	font-size: 10pt;
	font-weight: bold;
	border: 1px solid #fff;
	padding: 4px;

	box-sizing: border-box;
	-moz-box-sizing: border-box;
}


#treeHolder
{
	position: relative;
	padding-top: 10px;
	padding-left: 30px;
}

#contactHolder
{
	margin-top: 15px;
	width: 450px;
}

label
{
	display: block;
	clear: both;
	font-size: 8pt;
	margin-top: 6px;
}

.edit {
	font-family: tahoma, sans;
	font-size: 8pt;
	color: 				#333333;
	border:				1px solid #999;
}

.scrollBar
{
	SCROLLBAR-FACE-COLOR: 		#c8c8c8;
	SCROLLBAR-HIGHLIGHT-COLOR: 	#e0e0e0;
	SCROLLBAR-SHADOW-COLOR: 	#8c8c8c;
	SCROLLBAR-ARROW-COLOR: 		#333333;
	SCROLLBAR-DARKSHADOW-COLOR: #c8c8c8;
	SCROLLBAR-BASE-COLOR: 		#c8c8c8;
}

.btn {
	font-size: 12px;
	font-weight:		bold;
	color: 				#333;
	background-color:	#fff;
	padding:			3px;
	border:				1px solid #cccccc;
}

.ln
{
	font-size: 9px;
	color: #fff;
	text-decoration: none;
	background-color:green;
	padding: 2px;
	margin-right: 2px;
	border: 1px solid black;
	cursor: pointer;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}


/* calendar */

#dayN
{
	color: #bbb;
	font-size: 20pt;
	font-weight: bold;
	text-align: center;
	padding: 0px;
	line-height: 14px;
	-moz-box-sizing		: border-box;
	box-sizing 			: border-box;
}

#dayT
{
	color: #ccc;
	font-size: 10pt;
	font-weight: bold;
	text-align: center;
	padding: 0px;
	line-height: 6px;
	-moz-box-sizing		: border-box;
	box-sizing 			: border-box;
}

#resizableDateInfo
{
	right: 210px;
	top: 10px;
	width: 60px;
	height: 68px;
	padding: 5px;
	padding-top: 18px;
	border: 1px solid #6f9ead;
	/*border-color: #bbb #aaa #aaa #bbb;*/
	/*background-color: #8797c4;*/
	background-color: #90d1f2;
	-moz-box-sizing		: border-box;
	box-sizing 			: border-box;
}

/* Hides from IE-mac \*/
* html #resizableDateInfo
{
	width: 48px;
	height: 40px;
}
/* End hide from IE-mac */

#resizableDateInfo .content
{
	color: #333;
	overflow: hidden;
	border: 1px solid #ddd;
	background-color: #fff;
	-moz-box-sizing		: border-box;
	box-sizing 			: border-box;
}

#BBCNews
{
	position:absolute;
	top: 78px;
	right: 200px;
}

