
/* --- Styles common to all AdActivation pages --- */

body {
	background-color: #2118bf;
	background-image: url(images/page-bkg.png);
	background-repeat: repeat-x;
	background-position: left top;
}

body, table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

img {
	behavior: url('fx-iepngfix.htc');
}

td {
	text-align: center;
}

hr {
	clear: both;
}

a:link, a:visited, .pseudolink {
	color: #0066aa;
}

a:link, a:visited, .pseud {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.regular, .regularbold {
	font-size: 12px;
}

.small, .smallbold {
	font-size: 11px;
}

.tinytext, .tinybold {
	font-size: 10px;
}

.regularbold, .smallbold, .tinybold {
	font-weight: bold;
}

.helpText {
	font-size:11px;
	color:#666666;
	}


/* - Existing ad selector - */

.directionbutton {
	width: 45px;
	height: 23px;
	font-family: Courier New, Courier;
	font-size: 10pt;
}


/* - Gallery & Button selector - */

#galleryDiv {
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 20px;
	float: left;
}

#surround {
	border: thin solid #000000;
	padding: 20px 25px 20px 25px;
	margin-bottom: 20px;
	float: left;
}

#galleryBtns {
	margin: 15px 30px 20px 0px;
	text-align: right;
}

.greyBtn {
	width: 70px;
	height: 22px;
	margin-right: 10px;
	font-size: 10px;
}

#pageSelect {
	color: #999;
	padding: 5px 10px 10px 10px;
	width: 330px;
	font-size:12px;
	font-family:"Arial Black";
}

#pageFilter {
	margin-left: 20px;
	color: #999;
	text-align: center;
	padding: 5px 10px 10px 10px;
	width: 300px;
	font-size:12px;
	font-family:"Arial Black";
}

.pagechooser {
	padding: 5px 0px 0px 0px;
	font-size:12px;
	font-family:"Arial Black";
}

.pageset {
	display: inline;
	font-size:12px;
	font-family:"Arial Black";
}

.hide {
	display: none;
}

#gallCommandBar {
	background-color:#e9eff4;
	border: 3px inset #808080;
	margin-right:20px;
	margin-bottom: 20px;
	padding:12px 30px 16px 30px;
}

.vspacer {
	margin-top: 15px;
}

.hspacer {
	margin-left: 30px;
}

/* - Page selection buttons - */
.buttonDiv {
	padding-bottom: 8px;
}

.cmdButton {
	/*color: #fff;
	background-color: #999999;*/
	height: 26px;
	font-size: 80%;
	}

.cmdSelect {
	font-size: 80%;
}




/* --- AdActivateBody.html layout --- */

#outerborder {
	width: 900px;
	margin-left: 30px;
	text-align: center;
}

#container {
	width: 850px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}

.nojs {
	font-weight: bold;
	color: #ff3333;
	font-size: 14pt;
	text-align: center;
}


/* --- Preview Page --- */

#previewDiv {
	position: relative;
	left: -62px !important; /* Firefox */
	left: -28px;			/* Internet Explorer */
}

/* --- Generate Page --- */

.galleryLinkInput {
	font-size: 9pt;
	background-color: #CCCCCC;
	border: 1px solid #666666;
	width: 65%;
}

/* - General alignment - */

.leftAlign {
	text-align: left;
}

.rightAlign {
	text-align: right;
}

.centerAlign {
	text-align: center;
}

.topAlign {
	vertical-align: top;
}

