@charset "UTF-8";
/* Web App Default Settings */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align:center;
 
	 
	
}
#contentleft1 {

       width:310px;

       float:left;

       padding-top: 5px;

       padding-right: 5px;

       padding-bottom: 5px;

       padding-left: 8px;

}
#app_header {
	padding-left: 1px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #db1d41;
	background-image: url(../images/crmez_logo123.gif);
	background-repeat: no-repeat;
	background-position: center;
	background-color: #ECF7FF;
	height: 70px;
}
#app_profile_name {
	padding-top: 18px;
	padding-right: 5px;
	padding-bottom: 18px;
	padding-left: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cccccc;
	height: 55px;
}


/* Layout 3 column fixed */
#frame {
	width:960px;
	margin-right:auto;
	margin-left:auto;
	margin-top:10px;
	padding:0px;
	text-align:left;
}
		
#contentleft {
	width:310px;
	float:left;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 1px;
}
	
#contentcenter {
	width:302px;
	float:left;
}
	
#contentright {
	width:318px;
	padding:0px;
	float:right;
}
#nav{
	float: right;
}
#logout{
	font-family: Arial, sans-serif;
	font-size: 11px;
	color: #999999;
	float: right;
	padding-right: 20px;
}