body {
	font: bold 14px Helvetica;
	margin: 20px 0 0 20px; padding: 0;
}

#header {
	width: 960px;
	position: relative;
	margin-bottom: 50px;
}

#logo {
	background: url(/i/logo.png) no-repeat;
	width: 322px;
	padding-top: 52px;
}

#error {
	border: 1px solid red;
	padding: 7px 10px;
	background: #ffc7c4;
	margin-bottom: 20px;
	text-align: center;
	display: none;
	margin-top: 20px;
}

#mainNav {
	font-size: 18px;
	font-weight: bold;
	color: #333;
	margin-bottom: 25px;
}

#mainNav span, #mainNav a { padding-right: 50px;}

a {
	font-weight: bold;
	text-decoration: underline;
	color: #004276;
	outline: none;
}
	
	a:hover {
		color: #0c4489;
	}

#settings {
	height: 200px;
}

#settings li {
	width: 183px;
	border-right: 1px dotted #ccc;
	float: left;
	display: block;
	margin-right: 10px;
	height: 140px;
}

	#settings li li{
		width: auto;
		border-right: none;
		float: none;
		display: block;
		margin: 0 0 5px 0;
		height: auto;
	}

h3 {
	margin: 0 0 8px 0;
	color: #94c5fc;
}

label {
	cursor: pointer;
}


a#adBlocks { padding-right: 20px; }

.headerCol {
	width: 25%;
	float: left;
	color: #666;
	font-size: 14px;
	line-height: 16px;
}

	.last { margin-right: 0; border-right: 0; }

	.headerCol li {
		margin-bottom: 3px; 
	}

#mainContent {
	margin: 5px 0 0 0;
}


#pageWidth { 
	background: #c1defe; 
	height: 400px;
	width: 0;
	border-left: 0 solid #bababa;
	border-right: 0 solid #bababa;
	position: relative;
}

ul#grid {
	display: block;
}

ul#grid li {
	float: left;
	height: 400px;
	background: #94c5fc;
	display: block;
}

ul#colField {
	position: absolute;
	top: 0; left: 0;
	display: none;
}
ul#colField li {
	background: #fff;
	width: 60px;
	display: block;
	margin-top: 3px;
	opacity: .4;
	filter: alpha(opacity=40);
	text-align: right;
	padding: 3px 3px 3px 0;
	line-height: 16px;
}


#gridDimensions input {
	width: 25px;
	background: #fff;
	border: 2px solid #ccc;
	font: bold 15px Helvetica;
	text-align: center;
	padding: 2px 0 0 0;
}

#ruler {
	margin-bottom: 10px;
	position: relative;
	height: 50px;
}


#liveWidthTxt, #totalWidthTxt { 
	color: #fff; 
	height: 44px;
	position: absolute;
	top: 0; left: 0; 
	text-align: right;
	padding-right: 10px;
	background: #bababa;
	padding-top: 6px;
}
#liveWidthTxt { 
	color: #000; 
	height: 19px;
	background: #f6f6f6;
	top: 25px; 
}

#footer { 
	margin: 20px 0; 
	font-size: 13px; 
	line-height: 14px; 
}


h2 {
	margin: 0 0 10px 0;
	padding: 0;
	color: #333;
	font-size: 18px
}

.button {
	padding-left: 20px;
	background: url(i/checkmarks.png) 0 -40px no-repeat;
}
	.enabled {
		background: url(i/checkmarks.png) 0 0 no-repeat;
	}
	.gridOption {
		background: url(i/checkmarks.png) 0 -120px no-repeat;
	}
	.active {
		background: url(i/checkmarks.png) 0 -80px no-repeat;
	}

.block {
	height: 24px;
	cursor: move;
	opacity: .7;
	filter: alpha(opacity = 70);
	color: #fff;
	padding: 10px 0 0 10px;
	position: absolute; 
	left: 20px; 
	display: none;
}

.leaderAd {
	width: 718px;
	background: #000;
	top: 10px;
}
.largeBlockAd {
	width: 326px;
	background: #000;
	top: 50px;
}
	
.blockAd {
	width: 290px;
	background: #000;
	top: 90px;
}
	
.skyAd {
	width: 150px;
	background: #000;
	top: 130px;
}

#resizer {
	height:34px; 
	width: 180px; 
	background: #000;
	padding: 0;
	top: 170px; 
}

#resizerVals {
	padding: 10px 0 0 10px;
	display: block;
}