body {
	margin:0;
	padding:0;
	font-size:10pt;
	font-family:verdana,sans-serif;
	line-height: 1.3em;
}

form.as-cp-search-box {
	display:inline;
}

form.as-cp-search-box input {
	color:#000;
	margin:3px 0;
	width:100px;
	background-color:#F8F8F8;
	border-top:1px solid #C0C0C0;
	border-left:1px solid #C0C0C0;
	border-right:1px solid #DFDFDF;
	border-bottom:1px solid #DFDFDF;
	-moz-border-radius: 4px; -webkit-border-radius: 4px;
}

.as-main-logo {
	margin-top:5px;
	margin-left:5px;
	border:0;
}

/* AdSpeed's Control Panel */

.as-main-container {
	padding:10px;
	background:#FFF;
}
.as-main-container h1 {
	font-size:1.5em;
}


.as-main-container a {
	text-decoration: none;
	color:blue;
	/* otherwise, JUI will use black link */
}

/* tmp fix 2016-10-31 15:44:59 
// mixing bootstrap & JUI (black) and old AS (blue), must force white color on blue background, don't want to mix
*/
.ascp-white-link {
	color:white !important;
}

.as-main-container a:hover {
	text-decoration: underline;
}

/* AdSpeed's Control Panel Footer */
.as-cp-footer {
	text-align:center;
	font-size:0.9em;
	border-top:1px solid #CCC;
	color:#AAA;
}

.as-cp-footer a {
	color:#AAA;
}

/* Overwrite CDN-hosted jQueryUI theme */ 
.ui-state-highlight a, .ui-widget-content .ui-state-highlight a { color:blue; } /* blue link to be more traditional 2014-03-13 */
.ui-state-error a, .ui-widget-content .ui-state-error a { color:blue; } /* blue link to be more traditional 2014-03-13 */
/*.ui-widget-content  a { color:blue; }  link to be blue to be more traditional 2013-05-05 */
.ui-state-active a, .ui-state-hover a { outline:none; } /* to remove color border 2013-05-05 */
.ui-menu .ui-menu-item a { text-decoration:none; } /* to remove underline 2014-06-04 */
div.DTTT_container { margin-bottom:0; } /* to minimize bottom header spacing 2013-05-08 */


