/*************************************************************************
 * ADOBE CONFIDENTIAL
 * ___________________
 *
 *  Copyright (C) 2009-2010 Adobe Systems Incorporated
 *  All Rights Reserved.
 *
 * NOTICE:  All information contained herein is, and remains
 * the property of Adobe Systems Incorporated and its suppliers,
 * if any.  The intellectual and technical concepts contained
 * herein are proprietary to Adobe Systems Incorporated and its
 * suppliers and may be covered by U.S. and Foreign Patents,
 * patents in process, and are protected by trade secret or copyright law.
 * Dissemination of this information or reproduction of this material
 * is strictly forbidden unless prior written permission is obtained
 * from Adobe Systems Incorporated.
 **************************************************************************/
#cp a {
	text-decoration: none;
}

#cp #nav #main {
	font-size: 14px;
}

.pagination {
	padding-left: 90%;
	height: 14px;
}

.pagination a,.pagination span {
	display: block;
	float: left;
	margin-right: 2px;
	margin-bottom: 2px;
}


#communityPod {
	background-color: #EEEEEE; 
	/* For WebKit (Safari, Google Chrome etc) */
	background: -webkit-gradient(linear, left top, left bottom, from(#fff),	to(#DDD) );
	/* For Mozilla/Gecko (Firefox etc) */
	background: -moz-linear-gradient(top, #fff, #DDD);
	/* For Internet Explorer 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.gradient (startColorstr = #FFFFFFFF, endColorstr=#DDDDDDDD );
	/* For Internet Explorer 8 */
	-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#FFFFFFFF, endColorstr=#DDDDDDDD)";
}

#row {
	font-size: 12px;
	color: hex #656565;
	cursor:pointer;
	float: left;
	text-align:left;
}

#row:hover{
	color: #CCCCCC;
}

.popularResource {
	width:250px;
}

.helpCP {
	width:250px;
}

.gutter {
	width:30px;
}