/*
 * On-site PAD viewing
 */
div.keyword_pad {
	margin-bottom: 25px;
}
div.keyword_pad h4.article_title {
	font-size: 12pt;
}
div.keyword_pad div.article_date {
	font-size: 8pt;
}
div.keyword_pad div.article_content {
	margin-left: 10px;
}

/*
 * Feed selection
 */
div.feed_container {
	margin: auto;
	width: 700px;
	border: 1px solid #ccc;
	padding: 0;
}
div.groupWrapper {
	width: 45%;
	float: left;
	margin-right: 1%;
	min-height: 150px;
}
div.groupWrapper h3 {
	padding: 0;
	text-align: center;
	margin: 0 0 10px 0;
}
div.groupItem {
	margin-bottom: 20px;
}
div.groupItem div.itemHeader {
	line-height: 28px;
	background-color: #8fe3fb;
	border-top: 2px solid #35cffb;
	color: #000;
	padding: 0 10px;
	cursor: move;
	font-weight: bold;
	font-size: 16px;
	height: 28px;
	position: relative;
}
div.groupItem div.itemHeader a {
	position: absolute;
	right: 10px;
	top: 0px;
}
.sortHelper {
	border: 3px dashed #666;
	width: auto !important;
}

/*
 * PAD setup
 */
#layout_header {
	float: right;
	background-color: #009dbe;
	color: #fff;
	font-weight: bold;
	padding: 0 5px;
}
#layout_description {
	float: right;
	width: 40%;
	padding: 7px;
	color: #333;
	border: 1px solid #009dbe;
	background-color: #e7f6ff;
}
table.search_results {
}
table.search_results tr {
	background-color: #9fdcff;
}
table.search_results tr.altrow {
	background-color: #ceedff;
}
table.search_results td {
	vertical-align: top;
	padding-right: 5px;
}
table.search_results th {
	text-align: left;
	padding-right: 10px;
}

/*
 * Dialog Windows
 */
#embed_win {
	width: 600px;
	height: 300px;
}
#new_feed {
	width: 600px;
	height: 400px;
}
#new_feed .dlg_content {
	margin: 10px;
}
#new_feed .dlg_content ul {
	margin-left: 10px;
}
.dlg_content h2 {
	color: #333;
	border-bottom: 1px solid #333;
}
