/* CSS Document */
/*index.tpl*/
#mainBody{ 
	margin-left:0px; 
	margin-right:0px; 
	margin-bottom:0px; 
	margin-top:0px;
	/*background-color:#ffffff;
	background-image:url(/user/skin/tbgreen/background.gif);
	background-repeat:repeat-x; */

}

#boxContainer{
	position:absolute; 
	/*top:30px; 
	left:30px;
/*	background-color:#B7B9BE; */
	background-color:#565656;
}
#boxcontent{
	position: relative; 
	/*left: -5px; 
	top: -3px;*/
}
#container{
	position:relative;
/*	border:#61769A solid 1px; */
	padding-bottom:2px;
/*	background-image:url(../background.jpg); */
	background-color:#F3F3F3;
}
#stage_middle{
/*	background-image:url(../background.jpg); */
	background-color:#F3F3F3;
	width:100%;
	height:100%;
    min-height:450px;
	padding-bottom:2px;
}

/*mainUser.tpl*/
#homeText { 
	font-size:12px;
	color:#666; /*#345283;*/
	text-align:left;
	width:95%;
	margin:10px;
}
#formContainer { 
	height:100%;
	padding:10px;
	padding-top:10px;
 	background-color:#F3F3F3;
	border-top:#6A6A6A solid 1px;
}
#formContainer a{ 
	text-decoration:none;
	color: #345283; 
	font-weight:bold;
}
.trademark{ 
	font-size: 8px;
}

/*used in crm, fop, meetme, vmreccs templates*/
#bottomGutter{ 
	position:absolute;
	top:105%;
	height:30px;
	margin:10px;
	padding:10px;
}

/*crm.tpl*/
#crm{
	overflow:visible;
}

