/*
 * $Revision$
 * $Date$
 *
 * Copyright (C) 1999-2011 Jive Software. All rights reserved.
 *
 * This software is the proprietary information of Jive Software. Use is subject to license terms.
 */
@charset "UTF-8";
/* CSS Document */

.extended-apis {
	padding: 20px 425px 20px 20px;
	position: relative;
	margin: 20px 20px 40px 20px;
	border: solid 1px #f0f0f0;
	min-height: 220px;
	background:#fafafa;
	
}

.extended-apis p {
	margin: 12px 0;
    padding-right:20px;
}

.extended-apis ul {
	margin: 0 0 22px 22px;
    padding-right:20px;
}

.extended-apis li {
    padding-bottom:7px;
}

.extended-apis .screenshot {
	position: absolute;
	right: 20px;
	top: 10px;	
}

.extended-apis-generated {
	color: #92278f;
	margin: 0 0 12px;
}

.jive-icon-eapis {
    background-image: url("/plugins/extendedApis/resources/images/computer16.png");
}

.jive-for-outlook {
    padding: 20px 425px 20px 20px;
    position: relative;
    margin: 20px 20px 40px 20px;
    border: solid 1px #f0f0f0;
    min-height: 220px;
    background:#fafafa;

}

.jive-for-outlook p {
    margin: 12px 0;
    padding-right:20px;
}

.jive-for-outlook ul {
    margin: 0 0 22px 22px;
    padding-right:20px;
}

.jive-for-outlook li {
    padding-bottom:7px;
}

.jive-for-outlook .screenshot {
    position: absolute;
    right: 20px;
    top: 10px;
}

.jive-outlook-generated {
    color: #92278f;
    margin: 0 0 12px;
}

.jive-icon-office {
    background-image: url("/plugins/outlook/resources/images/Office-icon.png");
}

.extended-apis-text {
    color: #575757;
    font: 12px "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-weight: normal;
    line-height: 1.25;
    text-align: left;
}

.extended-apis-title {
    font-size: 22px;
    margin-bottom: 0;
}

.extended-apis-centralized {
    padding-top: 200px;
    margin-left: auto;
    margin-right: auto;
}