/* RSS Feed */
#RSSFeeds {
margin: 0;
padding: 0;
}

#RSSFeeds h3 {
color: #f30;
font-weight: bold;
font-size: 18px;
margin: 0;
padding: 8px 0 0 0;
}

#RSSFeeds p.rssBlurb {
margin: 0;
padding: 0 0 10px 0;
}
/* END RSS Feed */

#RSSFeeds form { /* No borders in forms */
		display: inline;
}

h4.addFeeds {
	font-size: 12px;
	color: #f30;
}

#addNewFeed {
	background: #f2f2f2;
	padding: 0;
	margin: 0;
}

#addNewFeed dl {
	margin: 0 0 10px 0;
}

#addNewFeed dt {
	margin: 0 0 4px 0 !important;
	font-weight: bold;
	float: none !important;
	line-height: auto !important;
	width: auto !important;
}

#addNewFeed dd {
	margin: 0 0 4px 0 !important;
	float: none !important;
}

#addNewFeed dl#rssInternal {
width: 330px;
float: left;
margin: 5px 0 12px 13px;
padding: 0;
display: inline;
}

#addNewFeed dl#rssExternal {
width: 330px;
float: right;
margin: 5px 13px 12px 0;
padding: 0;
display: inline;
}

#addNewFeed dd select {
display: block;
float: left;
width: 250px;
height: 20px;
margin: 0;
padding: 0;
}

#addNewFeed dd input {
display: block;
float: left;
width: 250px;
margin: 0;
padding: 0;
}

#addNewFeed button {

width: 60px !important;
height: 20px;
line-height: 20px;
text-align: center;
background: #1f6eb8;
color: #fff;
border: none;
padding: 0 !important;
margin: 0 0 0 4px !important;
}

#dragableBoxesColumn1 {
	margin: 0 0 5px 0;
	padding: 0;
	width: 50%;
}

#dragableBoxesColumn2 {
	margin: 0 0 5px 0;
	padding: 0;
	width: 50%;
}

#dragableBoxesColumn3 {
}

#dragableBoxesColumn4 {
}

/*<group=Draggable Boxes>*/

.dragableBox { /* The RSS box */
	margin: 0 0 10px 0;
	padding: 0 0 6px 0;
	border: 1px solid #c8c8c8;
}

#dragableBoxesColumn1 .dragableBox {
	margin-right: 10px;
}

#dragableBoxesColumn2 .dragableBox {
	margin-left: 5px;
}

.RSSbuttonClose {
position: absolute;
top: 2px;
right: 2px;
width: 16px;
height: 16px;
background: url(../images/rss/delete.gif) no-repeat center center;
text-indent: -999em;
margin: 0;
padding: 0;
}

.RSSbuttonEdit {
position: absolute;
top: 2px;
right: 20px;
width: 16px;
height: 16px;
background: url(../images/rss/info.gif) no-repeat center center;
text-indent: -999em;
margin: 0;
padding: 0;
}

#content .dragableBox * { /* Reset all values to avoid conflicts */
	margin: 0;
	padding: 0;
}

.dragableBoxHeader { /* Header inside RSS box */
	color: #333;
	font-size: 11px;
	font-weight: bold;
	position: relative;
	height: 21px;
	border-bottom: 1px solid #c8c8c8;
	line-height:  23px;
	margin: 0 0 10px 0 !important;
	background: url(../images/rss/bg_hdr.jpg) repeat-x;
	padding: 0 6px !important;
}

.dragableBoxHeader span {line-height: 22px; }

.dragableBoxHeader h3 { /* Text inside header of RSS box */
	line-height: 20px;
	font-size: 14px;
	color: #666;
	padding: 0 45px 2px 6px !important;
	margin-left: 8px !important;
}

.dragableBoxHeader span.rssNumberOfItems { /* Text inside header of RSS box */
	
}

.dragableBoxHeader img { /* Image inside RSS box */
	border: 0;
	position: absolute;
	top: 2px;
	right: 0px;
}

/* COMMENTED BACKSLASH HACK \*/
* html .dragableBoxHeader img {
	right: 20px;
}
/* CLOSE BACKSLASH HACK */

.dragableBoxHeader img.dragableBoxEditLink { /* Edit image inside RSS box */
	right: 17px;
}

/* COMMENTED BACKSLASH HACK \*/
* html .dragableBoxHeader img.dragableBoxEditLink {
	right: 37px;
}

/* CLOSE BACKSLASH HACK */

.boxItemHeader { /* Title of items inside dragable boxes */
	color: #000;
	text-decoration: none;
	overflow: hidden;
	background: url(../images/arrow_red.gif) no-repeat left 2px;
}

.boxItemHeader a { /* Link of items inside dragable boxes */
	display: block !important;
	font-size: 11px;
	margin: 0 0 0 11px !important;
	background: none;
}

.boxItemHeader:hover { /* Title of items inside dragable boxes - mouseover*/
	text-decoration: underline;
}

.dragableBoxHeader input { /* text inputs that gets visible when you click on the "edit" link at the top of a rss box */
	font-size: 10px;
}

.rssNumberOfItems { /* Number of RSS items in header - the one inside parantheses */
	color: #ccc;
	display: none;
}

.dragableBoxContent { /* DIV holding data inside dragable boxes */
	padding: 0;
	clear: both;
}

.dragableBoxContent ul { /* List of items */
}

.dragableBoxContent li { /* List of items */
	margin: 0 0 4px 8px !important;
	list-style: none;
}

#rectangleDiv { /* Dotted rectangle indicating where objects will be dropped */
	border: 1px dotted red;
	margin: 0;
}

.closeButton { /* Close button */
}

.closeButton_over { /* Close button - mouse over */
}

.dragableBoxStatusBar { /* Status bar at the bottom of rss boxes */
	height: 14px;
	background-color: #f2f2f2;
	padding: 2px;
	display: none;
}

.dragableBoxEditLink { /* Edit link on top of a box */
	color: #317082;
	text-decoration: none;
	padding-top: 1px;
	right: 20px;
}

.dragableBoxEditLink:hover { /* Edit link - mouse over */
	text-decoration: underline;
}

/*</group>*/
	

/* RSS Edit Form */
.RSSeditForm table, .RSSeditForm tr, .RSSeditForm td {border: none !important; }
.RSSeditForm table {margin: 13px 0 0 13px !important; }
.RSSeditForm table tbody tr td {padding: 0 10px 4px 0 !important; }