/** 
* This css is shared across the user-interface and the homepage
* @author Son Nguyen
* @since 2009-10-01 09:32:59
* @version $Id$
*/

/* seems to have some issue when combining files with multi-line comments 2010-06-22 11:24:45 */

.kb-list {	
}

.kb-list blockquote {
	font-size:0.9em;
	margin-top:5px;
	padding:5px;
	border:1px dashed #DDD;
	font-style:italic;
}

.smallita {
	font-size:0.9em;
	font-style:italic;
}

.div_editable {
	font-style:italic;
}

.ui-droptabs {
	padding-top:10px;
}

/** home of KB */
#kb-main {
	
}

#kb-main h4 {
	border-bottom:1px solid #CCC;
	padding:2px;
	margin:5px 0px;
}


table.as-stats-selector {
	border:1px solid #CBC7B8;
	margin-bottom:15px;
	
	-moz-border-radius: 4px; 
	-webkit-border-radius: 4px;
}

table.as-stats-selector th {
	text-align:left;
	font-weight:normal;
	background:#D9D6CA;
	padding:2px 10px;
	border-bottom:2px solid #CBC7B8;
}
table.as-stats-selector tr {
	padding:100px;
	margin:100px;
}
table.as-stats-selector td {
	padding:10px;
	margin:10px;
	background:#EEE;
}

.kb_relevant {
	font-size:0.7em;
	text-align:right;
	margin-bottom:10px;
}

a.redlink:link,a.redlink:visited  {
	color: #A00;
	background:none;
	font-size: 1em;
	text-decoration: none;
}

a.redlink:hover,a.redlink:active  {
	text-decoration: underline;
}


a.button_link, #page_content_right a.button_link {
	background: #F80; color: #FFF;
	padding: 4px 6px;
	display: inline-block;
	/*font-size: 0.9em;*/
	font-weight: bold;
	text-decoration: none;
	margin: 0 2px;
	line-height: inherit;
	border-radius: 3px;
}
a.button_link:hover, #page_content_right a.button_link:hover {
	background: #333;
	color: #FFF;
}

a.button_link_rev {
	background: #333; color: #EEE;
	padding: 6px;
	display: inline-block;
	font-size: 0.9em;
	font-weight: bold;
	text-decoration: none;
	margin: 0 2px;
	line-height: inherit;
	border-radius: 3px;
}
a.button_link_rev:hover {
	background: #F80;
	color: #EEE;
}

.blue_box {
	background: #88F; color: #FFF;
	padding: 4px 6px;
	display: inline-block;
	font-size: 0.8em;
	font-weight: bold;
	text-decoration: none;
	margin:1px;
	border-radius:3px;
	-moz-border-radius: 5px;
	-khtml-border-radius-: 5px;
	-webkit-border-radius: 5px;
}

a.anchor_only, a.anchor_only:hover, #page_content_right a.anchor_only, #page_content_right a.anchor_only:hover {
	text-decoration:none;
	color:#000;
	background:none;
}

a.button_stripe {
	background-image: url('http://cdn.adspeed.net/webroot/img/v3/layout/button_stripe.png');
	background-repeat: no-repeat;
	background-position: -108px 0;
	overflow: hidden;
	text-indent: -9999px;
	width: 183px; 
	height: 33px;
	display: inline-block;
	vertical-align: middle;
}
a.button_stripe:hover {
	background-position: -108px -33px;
}

.shared_form_item_focus {
	background-color:#69C;
	/*border: 2px solid #69C;*/
}

.shared_section_title {
	padding-bottom:5px;
	border-bottom:2px solid #DDD;
	color:#A00;
	line-height:1.3em;
}

/*
.icons-div-box {
	width:100%;
	overflow:hidden;
	clear:both;
}
*/

#as-clients {
	width:100%;
	overflow:hidden;
}

#as-clients li {
	padding-bottom:10px;
}

#as-clients span {
	display:block;
	font-weight:bold;
}

#as-clients img  {
	border:3px solid #CCC;
	clear:both;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
}

img.as-screenshot {
	display:block;
	margin:20px auto;
	border:3px solid #CCC;
	max-width:650px;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
}

img.as-custom-cp {
	margin: 3px;
	border: 1px solid #000;
}

.as-screenshots {
	text-align:center;
	margin:20px;
}

.as-screenshots h5 {
	padding:2px;
	margin:0;
}

.as-screenshots img {
	margin-bottom:20px;
	border:2px solid #CCC;
	clear:both;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
}

.img-as-link { /* open a popup window */
	border:none;
	vertical-align:middle;
	cursor:pointer;
}


.as-adweight-inlist {
	font-size:10px;
	padding-bottom:2px;
}

.as-dropentity-opener {
	min-width:30px;
}

.as-entitydrop-container {
	position:absolute;
	z-index:99999;
	min-width:200px;
	max-width:600px;
	text-align:left;
	padding:0;
	margin:10px;
	/*
	background: #EEE;
	border:1px solid #DDD;
	-moz-border-radius: 3px; -webkit-border-radius: 3px;
	*/
}

div.bottom_bar {
	padding-bottom:10px;
	padding-left:35px;
}

div.bottom_bar a {
	text-decoration:none;
}

/* deprecated 2013-05-08 15:53:20
.droplist dl,.droplist dt,.droplist dd {
	margin:0;
	padding:0;
}
	
.droplist dt {
	font-weight:bold;
	padding:5px;
	background:#CCC;
	border-bottom: 1px solid #BBB;
}

.droplist dd a {
	border-bottom: 1px solid #BBB;
	display:block;
	padding:5px;
	text-decoration:none;
}

.droplist dd a:hover,.droplist dd a:focus {
	text-decoration:underline;
	background-color:#FFF;
}

.spanEntityDropdown {
	float:right;
}
*/

