/*
---------------------------------------------------------

	TAB STRUCTURE
	
---------------------------------------------------------
*/

ul#new-tabs {
	background: transparent url('../images/tworow-tab-bg.png') repeat-x 0 48px;
	width: 1014px;
	margin: 0 0 -20px -20px;
	float: none;
}
	
	ul#new-tabs li:first-child {
		border-left: none;
	}
	
	ul#new-tabs li.active {
		margin-bottom: -1px;
	}
	
	
	
	
/*
---------------------------------------------------------

	CUSTOM STYLES
	
---------------------------------------------------------
*/

.margin-bottom {
	margin-bottom: 17px;
}

.interior-tabs ul#tabs li a {
    padding: 18px 14px 19px;
}

	.interior-tabs ul#tabs.two-rows {
	    background: url(../images/bkgd-two-row.gif) repeat-x 0 0;
	}
	
	#tabs {
		width: 1014px;
	}

	#tabs li {
		margin-bottom: -1px;
	}
	
	.interior-tabs ul#tabs li.active {
		background: url(../images/bkgd-tabs.gif) repeat-x 0 0;
		border-top: none;
		height: auto;
		padding: 0;
	}
		
h2.utility-elements {
    font-size: 13px;
}

.white-button-interior.admin {
	margin-bottom: 12px;
	font-size: 11px;
}
	
.circle.admin {
    margin-right: 5px;
}

.interior-tabs #data-table-header {
    font-size: 11px;
    color: #7a7777;
}

    .interior-tabs #data-table-header #table-header {
    	padding: 13px 19px;
    }

.interior-tabs #data-table-rows {
    height: auto;
}

.col-manager-name {
	width: 130px;
}

.col-encrypt {
	width: 65px;
}

.interior-tabs #data-table-rows {
	margin-bottom: 0px;
}

input.text-field {
    font-size: 11px;
    border: 1px solid #dedede;
    height: 31px;
    width: 272px;
    padding: 0 10px;
    text-align: left;
}

	input.text-field.selected-system {
	    width: 150px;
	}
	
	input.text-field.manager-destinations {
	    width: 170px;
	}
	
	input.text-field.folder {
	    width: 320px;
	}

.agent-sidebar {
	border: medium none;
    float: left;
    padding: 0;
    position: relative;
    width: 240px;
}

.agent-main {
	border: medium none;
    float: left;
    padding: 0;
    position: relative;
    width: 678px;
}

	.agent-main h4 {
	    border-bottom: 1px solid #dedede;
	    display: block;
	    line-height: 24px;
	}
	
	.purge-row-one {
		border-bottom: 1px solid #dedede;
		margin-bottom: 20px;
		padding-bottom: 20px;
	}
	
	.agent-main .left-col {
		width: 255px;
		float: left;
	}

.half {
	width: 290px;
	height: 147px;
}

.select-title {
    margin: 0 15px 0 0;
    position: relative;
}

.radio-button-dots {
	margin-top: 3px;
	margin-right: 5px;
}

p.purge-label {
	width: 209px;
	float: left;
	line-height: 15px;
}

.interior-tabs p.intro-graph {
	line-height: 16px;
	font-size: 12px;
	margin-bottom: 30px;
}

.interval-defined label {
	margin-right: 10px;
}



	
