body {
	background:url(images/page_bg.jpg) top left repeat-x #e2e2e2;
	margin:0;
	padding:0;
	font-family:arial,  helvetica, sans-serif;
	font-size:9pt;
	color:#333;
}

#container {
	width:760px;
	margin:20px auto 20px auto;
	border:1px solid #000;
	background:#fff;
}

#header {
	height:80px;
	background-color: #a0da2b;
/*	background:url(images/header_bg.jpg) top left repeat-x #a0da2b; */
	background:url(images/affmech.png) top right #a0da2b;
	background-repeat: no-repeat;
	background-position: 99% 50%;
	border-bottom:10px solid #77a13d;
}

#header h1 {
/*	color:#008000; */
	color:#060;
	font-family: Magneto, Arial;
	font-size:5em;
	margin:0;
	padding:10px 10px 10px 10px;
}

#content {
	width:500px;
	padding:10px;
	float:right;
}

#content h1, h2, h3, h4 {
	margin:0;
	padding:0;
	font-family:arial,  helvetica, sans-serif;
	font-weight:normal;
}

#content h2 {
	color:#060;
	font-size:18pt;
	border-bottom:1px solid #ccc;
}

#content h3 {
	color:#060;
	font-size:14pt;
}

#photos {
	width:428px;
	height:224px;
	margin:10px auto 10px auto;
	position:relative;
	padding:10px;
	background:#f2f7e9;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
}

.imgbox {
	width:75px;
	height:75px;
	border:1px solid #77A13D;
	background:#f1f1f1;
	margin:15px;
	float:left;
	display:inline;
}

#sidebar {
	width:200px;
	padding:10px;
	float:left;
	margin:0;
}

#sidebar ul {
	margin:0;
	padding:0;
	border-bottom:1px solid #ccc;
}
	 

#sidebar ul li {
	margin:0;
	padding:0;
	list-style:none;
	border:1px solid #ccc;
	border-bottom:none;
}

#sidebar ul li a {
	display:block;
	padding:3px;
	width:192px;
	background:url(images/li-off.jpg) top left no-repeat #f2f7e9;
	color:#060;
	text-indent:30px;
	text-decoration:none;
}

#sidebar ul li a:hover {
	background:url(images/li-on.jpg) top left no-repeat #f2f7e9;
}

.widget {
	height:60px;
	border:1px solid #ccc;
	background:#f5f5f5;
	padding:5px;
	text-align:center;
	margin:10px 0 0 0;
	font-size:8pt;
}

.welcome {
	height:30px;
	border:1px solid #ccc;
	background:#f5f5f5;
	padding:5px;
	text-align:center;
	margin:10px 0 0 0;
	font-size:8pt;
}

.userspace {
	height:140px;
	border:1px solid #ccc;
	background:#f5f5f5;
	padding:5px;
	text-align:center;
	margin:10px 0 0 0;
	font-size:8pt;
}

#footer {
	clear:both;
	border-top:1px solid #000;
	background:#77a13d;
	padding:10px;
	color:#fff;
	font-size:8pt;
	text-align:center;
}

a {
	color:#060;
	font-weight:bold;
}

a:hover {
	background:#a0da2b;
}

/* --- Custom Tags --- */
/* tooltip */
tooltip {
	position:absolute;
	visibility:hidden;
	border:1px solid black;
	font-size:12px;
	background-color:lightyellow;
	padding:1px;
	layer-background-color:lightyellow;
}
#dhtmltooltip{
	position: absolute;
	width: 150px;
	border: 2px solid black;
	padding: 2px;
	background-color: lightyellow;
	visibility: hidden;
	z-index: 100;
	/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
	filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}
/* login forms */
th {
	text-align: left;
	background-color: #77a13d;
	font-size:+2;
	color:white;
}

td.formfield {
	text-align: left;
	font-size: 10pt;
	color: #060;
}

td.formlabel {
	font-size: 10pt;
	color: #060;
	text-align: right;
}

td.formlink {
	font-size: 8pt;
	color: #060;
	text-align: center;
}

td.formerror {
	color: red;
}

/* chat */
div#p_status {
	font-size;12px;
	font-weight: 600;
}

div#prompt {
	margin:10px;
}

div#messages {
	height: 450px;
	background: #d9eadc;
	color: #007700;
	padding: 2px 2px 2px 2px;
	border: 1px solid #000;
	margin: 0px;
}

div#messagebox {
	background: #cfc;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	border-top: 1px solid #000;
	padding: 10px;
	margin: 0px;
	color: black;
}

/* vcard */
.vcard, 
.vevent {
	border: 2px solid #e0e7b8 !important;
	padding: 25px 3px 3px 3px !important;
	-moz-border-radius: 8px;
	border-radius: 8px;
	margin: 5px 0 !important;
}

span.vcard, 
span.vevent {
	padding: 2px 1px 2px 70px !important;
	margin: 0 2px 0 !important;
}

.org {
	font-weight:bold;
}

