/* Added styles by Flo Devellennes Nov-2011 */


/* Header Block */

#primaryHeaderTop{
	border:none;
	margin:none;
}

#navigation{
	margin:0px;
}

/* Log out */

#agentLogout{
	float:right;
	margin-right:25px;
	margin-top:10px;
	color:#fff;
	text-align:right;
}

#agentLogout span{
	color:#ddd;
}

#agentLogout a{
	color:#fff;
	font-weight:bold;
}

#agentLogout a:hover{
	color:#ccc;
}



/* CMS extra view */

#cmsExtra{
	border:8px solid #e5ecf9;
	padding:0px;
	text-align:left;
	background:#fff;
	width:250px;
	position:absolute;
	margin-top:-30px;
	margin-left:850px;
	
}

#cmsExtra h2{
	background:#e5ecf9;
	color:#333;
	font-size:12px;
	margin-top:0px;
	text-align:left;
	padding:0px 0px 4px 0px;
}


/* Analytics */


#analyticsDeveloper{
	border:8px solid #e5ecf9;
	text-align:left;
	background:#fff;
	width:250px;
	position:absolute;
	margin-top:-156px;
	margin-left:535px;
}

#analyticsDeveloper2{
	border:8px solid #e5ecf9;
	text-align:left;
	background:#fff;
	width:250px;
	position:absolute;
	margin-top:-156px;
	margin-left:835px;
}

.
#analyticsDeveloper h1{
	margin:0px; 
}

#analyticsDeveloper2 h1{
	margin:0px; 
}


#analyticsDeveloper h2{
	background:#e5ecf9;
	color:#333;
	font-size:14px;
	margin-top:0px;
	text-align:left;
	padding:0px 0px 4px 0px;
}

#analyticsDeveloper2 h2{
	background:#e5ecf9;
	color:#333;
	font-size:14px;
	margin-top:0px;
	text-align:left;
	padding:0px 0px 4px 0px;
}

#analyticsDeveloper span{
	display:block;
	padding:5px;
	margin:0px;	
}

#analyticsDeveloper2 span{
	display:block;
	padding:5px;
	margin:0px;	
}

.analyticsLine{
	border-top:1px dotted #ccc;	
	padding:0px 5px 0px 5px;
	width:95%;
	margin:0 auto;
}



.flexigrid div.fbutton .copy
        {
            background: url(/images/copy.png) no-repeat center left;
        }

.flexigrid div.fbutton .add
        {
            background: url(/images/add.png) no-repeat center left;
        }

.flexigrid div.fbutton .delete
        {
            background: url(/images/delete.png) no-repeat center left;
        }
.flexigrid div.fbutton .refresh
        {
            background: url(/images/load.png) no-repeat center left;
        }
.flexigrid div.fbutton .install
        {
            background: url(/images/download.png) no-repeat center left;
        }
.flexigrid div.fbutton .build
        {
            background: url(/images/build.png) no-repeat center left;
        }
.flexigrid div.fbutton .back
        {
            background: url(/images/back.png) no-repeat center left;
        }
