/* Pages with no header panels */
div#main .view_uploads #centerPanel,
div#main .view_analysis #centerPanel,
div#main .view_integrations #centerPanel,
div#main .view_profile #centerPanel,
div#main .view_credits #centerPanel {
    margin-top: 1px;
}

/* Pages with action panel */
div#main .view_tasklists #centerPanel,
div#main .view_domains #centerPanel, 
div#main .view_campaignlist #centerPanel,
div#main .view_ctr #centerPanel,
div#main .view_rankconfigs #centerPanel,
div#main .view_pagegroups #centerPanel,
div#main .view_projects #centerPanel,
div#main .view_apikeys #centerPanel,
div#main .view_exports #centerPanel,
div#main .view_managecampaigns #centerPanel,
div#main .view_users #centerPanel,
div#main .view_alerts #centerPanel,
div#main .view_crawlschedules #centerPanel{
    margin-top: 59px;
}

.view_tasklists #actionsPanel,
.view_domains #actionsPanel, 
.view_campaignlist #actionsPanel,
.view_ctr #actionsPanel,
.view_rankconfigs #actionsPanel,
.view_pagegroups #actionsPanel,
.view_projects #actionsPanel,
.view_apikeys #actionsPanel,
.view_exports #actionsPanel,
.view_managecampaigns #actionsPanel,
.view_users #actionsPanel,
.view_alerts #actionsPanel, 
.view_crawlschedules #actionsPanel 
{
    top: 91px;
}

/* Add new CTR popup */
.ctr_popup table {
	float: left;
}

.ctr_popup .config_name {
	clear: both;
	overflow: hidden;
	margin-bottom: 10px;
}

.ctr_popup .config_name label,
.ctr_popup .config_name + label  {
	float: left;
	margin-botto: 10px;
}

.ctr_popup .config_name + label {
	margin-bottom: 10px;
}

.ctr_popup .config_name + label + div {
	overflow: hidden;
	float: none;
	clear: both;
}

.ctr_popup .config_name input {
	width: 68%;
	float: right;
}

.ctr_popup table td {
	padding-bottom: 5px;
}

.ctr_popup table td label {
	display: inline-block;
	width: 14%;
}

.ctr_popup table td input {
	width: 50%;
	margin-left: 10px;
}

.ctr_popup .actionsPanel {
	width: 100%;
}

.ctr_popup .actionsPanel a.adjust_link {
	float: left;
}