

/**********=POD PAGE LAYOUT**********/
/*=columns
-----------*/
#rm-columns {
	clear: left;
	float: left;
	margin-bottom: 20px;
	position: relative;
	width: 100%;
}
/*=column
----------*/
#rm-columns .rm-column {
	float: left;
	min-height: 30px;
	*position: relative;
	width: 33.05%;
}
#rm-columns.rm-showAll .rm-column { *position: static; }
#rm-columns #rm-headerColumn, #rm-columns #rm-footerColumn {
	clear: both;
	*font-size: 1px;
	margin-right: 6px;
	min-height: 1px;
	width: 100%;
	*zoom: 1;
}
#rm-columns #rm-headerColumn {
	*position: relative;
	*z-index: 3;
}
#rm-columns.rm-showAll #rm-headerColumn { *position: static; }
#rm-columns #rm-headerColumn .rm-pod, #rm-columns #rm-footerColumn .rm-pod { *font-size: 11px; }
#rm-columns .rm-hiddenPod{ display: none; *filter:progid:DXImageTransform.Microsoft.Alpha(opacity=40);}
#rm-columns.rm-showAll .rm-hiddenPod, #rm-columns.rm-resizing .rm-hiddenPod { display: block; }
#rm-columns.rm-showAll .rm-hiddenPod .rm-podWrap, #rm-columns.rm-resizing .rm-hiddenPod .rm-podWrap,
#rm-columns.rm-showAll .rm-glossy.rm-hiddenPod .rm-podHeaderWrap, #rm-columns.rm-resizing .rm-glossy.rm-hiddenPod .rm-podHeaderWrap,
#rm-columns.rm-showAll .rm-hiddenPod .rm-collapseHandle, #rm-columns.rm-resizing .rm-hiddenPod .rm-collapseHandle,
#rm-columns.rm-showAll .rm-hiddenPod .rm-t, #rm-columns.rm-resizing .rm-hiddenPod .rm-t,
#rm-columns.rm-showAll .rm-hiddenPod .rm-b, #rm-columns.rm-resizing .rm-hiddenPod .rm-b {
	opacity: 0.4;
}

#rm-columns.rm-showAll .rm-hiddenPod h2, #rm-columns.rm-resizing .rm-hiddenPod h2 { opacity: 0.4; }
#rm-columns.rm-showAll .rm-glossy.rm-hiddenPod h2, #rm-columns.rm-resizing .rm-glossy.rm-hiddenPod h2 { opacity: 1; }
/*=puller
----------*/
#rm-columns .rm-puller {
	border: solid 1px #fff;
	float: left;
	height: 50px;
	margin: 0 7px 10px;
	visibility: hidden;
	width: 1px;
}
#rm-columns .rm-puller-active {
	background: #ccc;
	cursor: e-resize;
	visibility: visible;
}
#rm-columns .rm-puller-active:hover {
	background: #666;
	border: 1px solid #666;
}
#rm-columns.rm-resizing .rm-puller-active { background: #0158d5 !important; }
#rm-columns.rm-resizing .rm-puller-active:hover {
	background: #0158D5;
	border: solid 1px #0158d5;
}
/**********END POD PAGE LAYOUT**********/


/***********=POD - DEFAULT STRUCTURE**********/
.rm-pod {
	margin: 0 0 17px;
	position: relative;
	z-index: 1;
	*zoom: 1;
}
.rm-showAll .rm-pod { position: static; }
.rm-showAll .rm-podIn {
	position: relative;
	z-index: 0;
}
/*=collapse handle
--------------------*/
.rm-pod .rm-collapseHandle {
	background: url(/_inc/images/pods/light_arrow.png) 3px 5px no-repeat;	
	height: 15px;
	left: 10px;
	position: absolute;
	text-indent: -9999px;
	top: 11px;
	width: 15px;
	z-index: 1;
}
.rm-pod .rm-collapseToggle{
	cursor: pointer;
}
.rm-pod .rm-collapseHandle.rm-collapsed {
	background-image: url(/_inc/images/pods/light_arrow_col.png);
	background-position: 6px 3px;
}
.rm-sansHead .rm-collapseHandle, .rm-sansHeadHover .rm-collapseHandle { display: none; }
.rm-showHead .rm-collapseHandle, .rm-resizing .rm-collapseHandle { display: block; }
/*=pod reload options
---------------*/

.rm-pod div.rm-podReloadIcon,
.rm-pod div.rm-podReloadingIcon{
	width: 12px;
	height: 9px;
	float: right;
	clear: both;
	*z-index: 1;
	cursor: pointer;
	margin-bottom: 2px;
}
.rm-pod div.rm-podReloadIcon{ 
	background: url(/_inc/images/icons/actions/Update_12x9.gif) no-repeat;	
}
.rm-pod div.rm-podReloadingIcon{ 
	background: url(/_inc/images/icons/actions/Wait_12x9.gif) no-repeat;	
}
.rm-resizing div.rm-podReloadIcon, .rm-showHead div.rm-podReloadIcon,
.rm-resizing div.rm-podReloadingIcon, .rm-showHead div.rm-podReloadingIcon{
	display: none;	
}
.rm-pod div.rm-podReload  {
	font-size: 11px;
	height: 12px;
	position: absolute;
	right: 31px;
	top: 12px;
	width: auto;
	*z-index: 1;
	color: #999;
	cursor: move;
}
.rm-sansHead div.rm-podReload, .rm-sansHeadHover div.rm-podReload { display: none; }
.rm-showHead div.rm-podReload, .rm-resizing div.rm-podReload{ display: block; }

.rm-pod div.rm-podReload a{
	text-decoration: underline;
	margin-left: 8px;
	color: #999;
}
/*=pod options
---------------*/
.rm-pod ul.rm-podOptions {
	font-size: 11px;
	height: 12px;
	list-style: none;
	position: absolute;
	right: 12px;
	top: 12px;
	width: 11px;
	*z-index: 1;
}
.rm-podOptions li.rm-editMenu {
	height: 12px;
	vertical-align: top;
	width: 11px;
}
.rm-podOptions .rm-editMenu span {
	background: url(/_inc/images/icons/others/PodMenu_11x11.png) 0 0 no-repeat;
	cursor: pointer;
	display: block;
	height: 11px;
	position: relative;
	text-indent: -9999px;
	width: 11px;
	z-index: 6;
}
.rm-podOptions .rm-editMenu ul.rm-globalAM {
	display: none;
	left: auto;
	right: -1px;
	top: -1px;
}
.rm-podOptions .rm-editMenu:hover ul.rm-globalAM,
.rm-podOptions .rm-editMenu.hover ul.rm-globalAM { display: block; }
.rm-sansHead ul.rm-podOptions, .rm-sansHeadHover ul.rm-podOptions { display: none; }
.rm-showHead ul.rm-podOptions, .rm-resizing ul.rm-podOptions { display: block; }
/*=pod header
---------------*/
.rm-pod .rm-podHeaderWrap {
	background-color: #fff;
	border: 1px solid #ebebeb;
	border-width: 0 1px;
	cursor: move;
	*zoom: 1;
}
.rm-staticPod .rm-podHeaderWrap,
.rm-viewer .rm-pod .rm-podHeaderWrap,
.rm-noEdit .rm-pod .rm-podHeaderWrap { cursor: default; }
.rm-podHeaderWrap .rm-podHeader {
	overflow: hidden;
	padding: 8px 0 0;
	width: 100%;
}
.rm-podHeaderWrap .rm-podHeaderInner {
	overflow: hidden;
	width: 100%;
}
.rm-pod .rm-sansHead .rm-podHeaderWrap, .rm-pod .rm-sansHeadHover .rm-podHeaderWrap { display: none; }
.rm-pod .rm-showHead .rm-podHeaderWrap, .rm-resizing .rm-pod .rm-podHeaderWrap { display: block; }
.rm-podHeader h2 {
	background-position: 0 1px;
	background-repeat: no-repeat;
	color: #000;
	font-size: 11px;
	margin: 0 27px;
	overflow: hidden;
	padding: 2px 21px;
	position: relative;
	text-overflow: ellipsis;
}
.rm-podHeadReload h2 {
	margin-right: 80px;	
}
.rm-hiddenPod .rm-podHeader h2 { min-height: 12px; }
.rm-podHeader h2.rm-typeNoIcon { padding-left: 0; }
.rm-podHeader h2 .rm-count {
	padding-left: 3px;
	white-space: nowrap;
}
.rm-hiddenPodIcon { margin-left: 3px; } 
.rm-hiddenPodIcon:hover { background-color: transparent; }
.rm-hiddenPodIcon img.forIE6 { display: none; }
/*=pod content
--------------*/
.rm-pod .rm-podContent {
	clear: both;
	margin: 0 16px 0 14px;
	overflow: hidden;
	*position: relative;
}
.rm-pod .rm-podContentInner {
	overflow: hidden;
	padding-top: 12px;
	width: 100%;
	clear: both;
}

.rm-sansHead .rm-podContentInner { padding-top: 0px; }
.rm-normal .rm-sansHead .rm-podContentInner, .rm-normal .rm-sansHead .rm-podContentInner { padding-top: 12px; }
.rm-normal div.rm-podReloadIcon, .rm-normal div.rm-podReloadingIcon{ margin: 10px 0 -8px 0; }
.rm-resizing .rm-podContentInner { padding-top: 12px; }


/***********END POD - DEFAULT STRUCTURE**********/


/**********=SKINS**********/
/*=NORMAL
----------*/
.rm-pod .rm-t {
	background: url(/_inc/images/pods/normal/top_left.png) 0 100% no-repeat;
	height: 2px;
	width: 100%;
}
.rm-pod .rm-t div {
	background: url(/_inc/images/pods/normal/top_right.png) 100% 100% no-repeat;
	font-size: 1px;
	height: 2px;
	margin-left: 2px;
}
.rm-pod .rm-podWrap {
	background: url(/_inc/images/pods/normal/left.png) 0 0 repeat-y #fff;
	width: 100%;
}
.rm-pod .rm-podWrap .rm-podWrapInner {
	background: url(/_inc/images/pods/normal/right.png) 100% 0 repeat-y;
	margin-left: 2px;
}
.rm-pod .rm-b {
	background: url(/_inc/images/pods/normal/bottom_left.png) 0 0 no-repeat;
	*font-size: 1px;
	height: 14px;
	width: 100%;
}
.rm-pod .rm-b div {
	background: url(/_inc/images/pods/normal/bottom_right.png) 100% 0 no-repeat;
	*font-size: 1px;
	height: 14px;
	margin-left: 2px;
}
/*=END NORMAL SKIN*/

/*=GLOSSY WHITE SKIN
----------------------*/
.rm-glossy .rm-sansHead .rm-t,
.rm-glossy .rm-sansHeadHover .rm-t {
	background-image: url(/_inc/images/pods/glossy/top_left_sans_head.gif);
	display: block;
	height: 12px
}
.rm-glossy .rm-sansHead .rm-t div,
.rm-glossy .rm-sansHeadHover .rm-t div {
	background-image: url(/_inc/images/pods/glossy/top_right_sans_head.gif);
	height: 12px;
	margin-left: 8px;
}
.rm-glossy .rm-t,
.rm-resizing .rm-glossy .rm-sansHead .rm-t,
.rm-resizing .rm-glossy .rm-sansHeadHover .rm-t,
.rm-glossy .rm-showHead .rm-t { display: none; }
.rm-glossy .rm-podWrap { background-image: url(/_inc/images/pods/glossy/left.gif); }
.rm-glossy .rm-podWrap .rm-podWrapInner {
	background-image: url(/_inc/images/pods/glossy/right.png);
	margin-left: 0;
}
.rm-glossy .rm-b { background-image: url(/_inc/images/pods/glossy/bottom_left.gif); }
.rm-glossy .rm-b div {
	background-image: url(/_inc/images/pods/glossy/bottom_right.gif);
	margin-left: 8px;
}
.rm-collapsed.rm-glossy .rm-b {
	background-position: 0 bottom;
	height: 5px;
	margin-top: -3px;
}
.rm-collapsed.rm-glossy .rm-b div {
	background-position: 100% bottom;
	height: 5px;
	position: relative;
}
/*=collapse handle
--------------------*/
.rm-glossy .rm-collapseHandle {
	left: 5px;
	top: 4px;
}
/*=pod options
---------------*/
.rm-glossy ul.rm-podOptions {
	right: 6px;
	top: 6px;
	z-index: 1;
}
.rm-glossy div.rm-podReload {
	right: 25px;
	top: 5px;
}
.rm-glossy ul.rm-podOptions .rm-optClose { margin-top: 1px; }
.rm-glossy .rm-podHeaderWrap {
	background: url(/_inc/images/pods/glossy/top_left.gif) 0 0 no-repeat;
	border: 0;
	height: 26px;
	padding-right: 0;
	white-space: nowrap;
}
.rm-glossy .rm-podHeaderWrap .rm-podHeader {
	background: url(/_inc/images/pods/glossy/top_right.gif) 100% 0 no-repeat;
	height: 26px;
	margin-left: 8px;
	padding-top: 0;
	width: auto;
}
.rm-glossy .rm-podHeader h2 { margin: 3px 75px 0 15px; }
.rm-glossy .rm-podHeadReload h2 {
	margin-right: 80px;	
}
.rm-glossy .rm-podContent { margin-left: 16px; }
/*=END GLOSSY WHITE SKIN*/

/*=BARE NAKED SKIN
-------------------*/
.rm-naked .rm-podWrap,
.rm-naked .rm-podWrap .rm-podWrapInner,
.rm-naked .rm-t,
.rm-naked .rm-b,
.rm-naked .rm-b div { background-image: none; }
.rm-naked .rm-podWrap { background-color: transparent; }
.rm-naked .rm-podWrap .rm-podWrapInner { margin: 0; }
.rm-naked .rm-t,
.rm-naked .rm-b { display: none; }
.rm-naked .rm-collapseHandle {
	left: 0;
	top: 2px;
}
.rm-naked ul.rm-podOptions {
	right: 0;
	top: 3px;
}
.rm-naked div.rm-podReload {
	right: 19px;
	top: 2px;
}
.rm-naked .rm-podHeaderWrap {
	background-color: transparent;
	border: 0;
	margin-bottom: 8px;
}
.rm-naked .rm-podHeaderWrap .rm-podHeader { padding-top: 0; }
.rm-naked .rm-podHeader h2 { margin-left: 18px; }
.rm-naked .rm-sansHead .rm-podWrap { padding-top: 0; }
.rm-naked .rm-podContent { margin: 0; }
.rm-naked .rm-podContent .rm-podContentInner { padding-top: 0; }
/*=END BARE NAKED SKIN*/

/**********=SHADED TITLE**********/
.rm-shaded .rm-t { display: none; }
.rm-shaded .rm-collapseHandle {
	left: 3px;
	top: 4px;
}
.rm-shaded ul.rm-podOptions {
	right: 5px;
	top: 5px;
}
.rm-shaded div.rm-podReload {
	right: 24px;
	top: 5px;
}
.rm-shaded .rm-podHeaderWrap {
	background-color: #ebebeb;
	border: 1px solid #666;
	border-width: 1px 0 0;
}
.rm-yellowShade .rm-podHeaderWrap {
	background-color: #fff0c5;
	border-color: #ff7f00;
}
.rm-redShade .rm-podHeaderWrap {
	background-color: #fce0e0;
	border-color: #c00;
}
.rm-greenShade .rm-podHeaderWrap {
	background-color: #e5fcc6;
	border-color: #3b5f0b;
}
.rm-blueShade .rm-podHeaderWrap {
	background-color: #cce1fc;
	border-color: #0029ff;
}
.rm-blueGreyShade .rm-podHeaderWrap {
	background-color: #d8dfea;
	border-color: #324d8b;
}
.rm-darkGreyShade .rm-podHeaderWrap {
	background-color: #1a1a1a;
	border-color: #808080;
}
.rm-shaded .rm-podHeaderWrap .rm-podHeader { padding: 3px 0 2px; }
.rm-shaded .rm-podHeader h2 {
	color: #666;
	margin: 0 21px;
	min-height: 13px;
	padding-bottom: 2px;
	padding-top: 1px;
	background-position: 0 0;
}
.rm-shaded .rm-podHeadReload h2 {
	margin-right: 90px;	
}
.rm-yellowShade .rm-podHeader h2, .rm-yellowShade div.rm-podReload, .rm-yellowShade div.rm-podReload a { color: #ff7f00; }
.rm-redShade .rm-podHeader h2, .rm-redShade div.rm-podReload, .rm-redShade div.rm-podReload a { color: #c00; }
.rm-greenShade .rm-podHeader h2, .rm-greenShade div.rm-podReload, .rm-greenShade div.rm-podReload a { color: #3b5f0b; }
.rm-blueShade .rm-podHeader h2, .rm-blueShade div.rm-podReload, .rm-blueShade div.rm-podReload a { color: #0029ff; }
.rm-blueGreyShade .rm-podHeader h2, .rm-blueGreyShade div.rm-podReload, .rm-blueGreyShade div.rm-podReload a { color: #324d8b; }
.rm-darkGreyShade .rm-podHeader h2, .rm-darkGreyShade div.rm-podReload, .rm-darkGreyShade div.rm-podReload a { color: #808080; }
.rm-shaded .rm-podWrap { background-image: none; }
.rm-shaded .rm-podWrap .rm-podWrapInner {
	background-image: none;
	margin: 0;
}
.rm-shaded .rm-podContent { margin: 0; }
.rm-shaded .rm-b { display: none; }
/*=END SHADED TITLE SKINS*/

/**********END SKINS**********/

/**********=POD FONT COLOURS (default)**********/
.rm-emphLevel1 { color: #000; }
.rm-emphLevel2 { color: #666; }
.rm-emphLevel3 { color: #999; }
.rm-emphLevel4 { color: #bbb; }
.rm-errorTxt { color: #f00; }
/**********END POD FONT COLOURS (default)**********/


/**********=DRAG AND DROP STYLES**********/
#rm-ddShadow{
	background: #ddd;
	border: 1px dashed #ccc;
	display: none;
	height: 28px;
	margin: 10px 5px;
}
/**********END DRAG AND DROP STYLES**********/


/**********=MODIFY COLUMN LAYOUT**********/
/*=column resize
-----------------*/
.rm-column .rm-resize {
	border: 1px dotted #0158d5;
	border-width: 1px 1px 0;
	display: none;
	margin: 0 0 10px;
	overflow: hidden;
	padding: 5px 6px 1px 8px;
	position: relative;
}
.rm-resizing .rm-column .rm-resize { display: block; }
.rm-column.rm-lockedCol .rm-resize {
	border-color: #c00;
	border-style: solid;
}
.rm-widthInfo label {
	color: #999;
	display: inline;
	margin: 0;
	padding-right: 4px;
}
.rm-lockedCol label { color: #000; }
/*=edit pods
-------------*/
.rm-column .rm-pod .rm-podOptions .rm-optEdit { display: none; }
.rm-resizing .rm-column .rm-pod .rm-podOptions .rm-optEdit { display: block; }
/*=width info
--------------*/
.rm-resize .rm-widthInfo { float: left; }
.rm-widthInfo .rm-regInput {
	background-color: #FFFFFF;
	border: 1px solid #FFFFFF;
	color: #666;
	font-size: 11px;
	padding: 1px 2px;
	text-align: right;
	width: 26px;
}
.rm-lockedCol .rm-widthInfo .rm-regInput {
	background-color: #F9F9F9;
	border-color: #B1B1B1;
	color: #000;
}
.rm-widthInfo .rm-unit {
	color: #999;
	padding-left: 3px;
	vertical-align: middle;
}
.rm-lockedCol .rm-widthInfo .rm-unit { color: #000; }
/*=lock/unlock
---------------*/
.rm-resize .rm-lock, .rm-resize .rm-unlock {
	float: right;
	cursor: pointer;
	height: 18px;
	width: 83px;
}
.rm-resize .rm-lock { background: url(/_inc/images/buttons/column-unlocked.png) 100% 0 no-repeat; }
.rm-resize .rm-unlock {
	background: url(/_inc/images/buttons/column-locked.png) 100% 0 no-repeat;
	display: none;
}
.rm-lockedCol .rm-resize .rm-lock { display: none; }
.rm-lockedCol .rm-resize .rm-unlock { display: block; }
/*=delete column
-----------------*/
.rm-resize .rm-delete {
	background: url(/_inc/images/icons/actions/remove-red_16x16.png) 0 0 no-repeat;
	cursor: pointer;
	float: right;
	height: 16px;
	margin-left: 10px;
	margin-top: 1px;
	text-indent: -9999px;
	width: 16px;
}
/*=add column
--------------*/
#rm-addColumn {
	background: #fff;
	border: 1px solid #a3a3a3;
	border-width: 1px 0 1px 1px;
	cursor: pointer;
	display: none;
	padding: 6px 9px;
	position: absolute;
	right: -20px;
	top: 71px;
	*top: 83px;
	width: 16px;
	z-index: 4999; /* 1 less than toolbar */
}
#rm-addColumn span.rm-addText {
	display: none;
	padding-right: 6px;
	vertical-align: middle;
}
#rm-addColumn:hover, #rm-addColumn.hover { width: auto; }
#rm-addColumn:hover span.rm-addText, #rm-addColumn.hover span.rm-addText { display: inline; }
#rm-addColumn .forIE6 { display: none; }
/*=save changes
----------------*/
.rm-saveChanges { display: none; }
/*=fixed height pod
--------------------*/
.rm-pod .rm-podFixedHeight .rm-podContentInner {
	overflow: auto;
	position:relative;
}

/**********END MODIFY COLUMN LAYOUT**********/


/**********=POD TYPES**********/

/*=activity streams
--------------------*/
.rm-podAdd .rm-formContent .rm-typeMyStream,
.rm-podAdd .rm-formContent .rm-typeContactStream,
.rm-podAdd .rm-formContent .rm-typeProfileStream {
	background-image: url(/_inc/images/icons/others/ActivityStream_32x32.png);
	background-position: 6px 6px;
}
.rm-podHeader .rm-typeMyStream, #rm-iconOpts .rm-typeMyStream,
.rm-podHeader .rm-typeContactStream, #rm-iconOpts .rm-typeContactStream,
.rm-podHeader .rm-typeProfileStream, #rm-iconOpts .rm-typeProfileStream { background-image: url(/_inc/images/icons/others/ActivityStream_16x16.png); }
/*=groups
----------*/
.rm-podAdd .rm-formContent .rm-typeMyGroups {
	background-image: url(/_inc/images/icons/users-groups/MyGroups_32x32.png);
	background-position: 6px 5px;
}
.rm-podHeader .rm-typeMyGroups, #rm-iconOpts .rm-typeMyGroups { background-image: url(/_inc/images/icons/users-groups/MyGroups_16x16.png); }
/*=events
----------*/
.rm-podAdd .rm-formContent .rm-typeEvent {
	background-image: url(/_inc/images/icons/items/CalendarEntry_32x32.png);
	background-position: 7px 7px;
}
.rm-podHeader .rm-typeEvent, #rm-iconOpts .rm-typeEvent { background-image: url(/_inc/images/icons/items/CalendarEntry_16x16.png); }
/*=custom
----------*/
.rm-podAdd .rm-formContent .rm-typeCustom {
	background-image: url(/_inc/images/icons/pod_directory_icons/CustomContent_32x32.png);
	background-position: 6px 6px;
}
.rm-podHeader .rm-typeCustom,
#rm-iconOpts .rm-typeCustom { background-image: url(/_inc/images/icons/pod_directory_icons/CustomContent_16x16.png); }
/*=external site
-----------------*/
.rm-podAdd .rm-formContent .rm-typeExternal {
	background-image: url(/_inc/images/icons/pod_directory_icons/ExternalSite_32x32.png);
	background-position: 6px 6px;
}
.rm-podHeader .rm-typeExternal, #rm-iconOpts .rm-typeExternal { background-image: url(/_inc/images/icons/pod_directory_icons/ExternalSite_16x16.png); }
/*=my contacts/shared contacts
-------------------------------*/
.rm-podAdd .rm-formContent .rm-typeContacts,
.rm-podAdd .rm-formContent .rm-typeSharedList {
	background-image: url(/_inc/images/icons/users-groups/group_32x32.png);
	background-position: 6px 5px;
}
.rm-podHeader .rm-typeContacts, .rm-podHeader .rm-typeSharedList,
#rm-iconOpts .rm-typeContacts, #rm-iconOpts .rm-typeSharedList { background-image: url(/_inc/images/icons/users-groups/group_16x16.png);}
/*=mutual contacts
-------------------*/
.rm-podHeader .rm-mutualContacts, #rm-iconOpts .rm-mutualContacts { background-image: url(/_inc/images/icons/users-groups/user-online_16x16.png);}
/*=my messages
---------------*/
.rm-podAdd .rm-formContent .rm-typeMessages { background-image: url(/_inc/images/icons/messages/ActionItem_32x32.png); }
.rm-podHeader .rm-typeMessages, #rm-iconOpts .rm-typeMessages { background-image: url(/_inc/images/icons/messages/ActionItem_16x16.png); }
/*=my status
---------------*/
.rm-podAdd .rm-formContent .rm-typeStatus { background-position: 4px 6px; }
/*=pending actions
-------------------*/
.rm-podAdd .rm-formContent .rm-typePending {
	background-image: url(/_inc/images/icons/pod_directory_icons/PendingActions_32x32.png);
	background-position: 6px 6px;
}
.rm-podHeader .rm-typePending, #rm-iconOpts .rm-typePending { background-image: url(/_inc/images/icons/pod_directory_icons/PendingActions_16x16.png); }
/*=twitter
-------------------*/
.rm-podAdd .rm-formContent .rm-typeTwitter {
	background-image: url(/_inc/images/icons/others/twitterIcon_32x32.png);
	background-position: 6px 6px;
}	
.rm-podHeader .rm-typeTwitter, #rm-iconOpts .rm-typeTwitter { background-image: url(/_inc/images/icons/others/twitter_16x16.gif); }
/*=recent discussions
-------------------*/
.rm-podAdd .rm-formContent .rm-typeDiscussion {
	background-image: url(/_inc/images/icons/items/DiscussionThread_32x32.png);
	background-position: 6px 5px;
}
.rm-podHeader .rm-typeDiscussion, #rm-iconOpts .rm-typeDiscussion { background-image: url(/_inc/images/icons/items/DiscussionMessage_16x16.png); }
/*=profile field set
---------------------*/
.rm-podAdd .rm-formContent .rm-typeProFs {
	background-image: url(/_inc/images/icons/users-groups/user-profile_32x32.png);
	background-position: 4px 5px;
}
.rm-podHeader .rm-typeProFs, #rm-iconOpts .rm-typeProFs { background-image: url(/_inc/images/icons/users-groups/user-profile_16x16.png); }
/*=profile photo
-----------------*/
.rm-podAdd .rm-formContent .rm-typeProPhoto { background-image: url(/_inc/images/icons/users-groups/profile-image_32x32.png); }
.rm-podHeader .rm-typeProPhoto, #rm-iconOpts .rm-typeProPhoto { background-image: url(/_inc/images/icons/users-groups/profile-image_16x16.png); }
/*=profile tags
----------------*/
.rm-podAdd .rm-formContent .rm-typeProTags {
	background-image: url(/_inc/images/icons/pod_directory_icons/ProfileTags_32x32.png);
	background-position: 5px 5px;
}
.rm-podHeader .rm-typeProTags, #rm-iconOpts .rm-typeProTags { background-image: url(/_inc/images/icons/pod_directory_icons/ProfileTags_16x16.png); }
/*=page listing
----------------*/
.rm-podAdd .rm-formContent .rm-typeFolderList,
.rm-pageConfig #rm-iconOpts .rm-typeFolderList .rm-directory {
	background-image: url(/_inc/images/icons/containers/Page_32x32.png);
	background-position: 6px 5px;
}
.rm-podHeader .rm-typeFolderList, #rm-iconOpts .rm-typeFolderList,
.rm-pageConfig #rm-iconOpts .rm-typeFolderList .rm-titleBar { background-image: url(/_inc/images/icons/containers/Page_16x16.png); }
.rm-pageConfig #rm-iconOpts .rm-typeFolderList,
.rm-pageConfig #rm-iconOpts .rm-typeFolderList { background-image: none; }
/*=item listing
----------------*/
.rm-podAdd .rm-formContent .rm-typeItemList {
	background-image: url(/_inc/images/icons/others/PagePod_32x32.png);
	background-position: 6px 6px;
}
.rm-podAdd .rm-formContent .rm-typeImage {
	background-image: url(/_inc/images/icons/items/Image_32x32.png);
	background-position: 6px 6px;
}
/*=comment listing
----------------*/
.rm-podAdd .rm-formContent .rm-typeComment {
	background-image: url(/_inc/images/icons/items/Comment_32x32.png);
	background-position: 6px 5px;
}
.rm-podHeader .rm-typeItemList, #rm-iconOpts .rm-typeItemList { background-image: url(/_inc/images/icons/others/PagePod_16x16.png); }

.rm-podHeader .rm-typeImage, #rm-iconOpts .rm-typeImage { background-image: url(/_inc/images/icons/items/Image_16x16.png); }
.rm-itemListing .rm-staticWarning {	
	margin: 15px 0;
	float: left;
}
.rm-activityRestricted {
	background: url(/_inc/images/icons/states/hidden_11x11.png) 0px 2px no-repeat;
	padding-left: 17px;
	color: #666;
	margin-bottom: 15px;
}
.rm-activityRestricted a { 
	color: #666;
	text-decoration: underline; 
}
/*=single item
---------------*/
.rm-podAdd .rm-formContent .rm-typeSingleItem { background-image: url(/_inc/images/icons/items/SingleItemPod_32x32.png); }
.rm-podHeader .rm-typeSingleItem, #rm-iconOpts .rm-typeSingleItem { background-image: url(/_inc/images/icons/items/SingleItemPod_16x16.png); }
/*=folder breadcrumb
---------------------*/
.rm-podAdd .rm-formContent .rm-typeFolderCrumb {
	background-image: url(/_inc/images/icons/items/Breadcrumb_32x32.png);
	background-position: 5px 6px;
}
.rm-podHeader .rm-typeFolderCrumb, #rm-iconOpts .rm-typeFolderCrumb { background-image: url(/_inc/images/icons/items/Breadcrumb_16x16.png); }
/*=profile comments
--------------------*/
.rm-podAdd .rm-formContent .rm-typeProfileComment { background-position: 4px 5px; }
/*=feed
--------*/
.rm-podAdd .rm-formContent .rm-typeFeed { background-position: 6px 7px; }
/*=welcome
-----------*/
.rm-podHeader .rm-typeWelcome, #rm-iconOpts .rm-typeWelcome { background-image: url(/_inc/images/icons/actions/Info_16x16.png); }
/*=my profiles
----------------*/
.rm-podAdd .rm-formContent .rm-typeMyProfiles {
	background-image: url(/_inc/images/icons/users-groups/user-profile_32x32.png);
	background-position: 6px 5px;
}
.rm-podHeader .rm-typeMyProfiles, #rm-iconOpts .rm-typeMyProfiles { background-image: url(/_inc/images/icons/users-groups/user-profile_16x16.png); }
/*=tour pod
------------*/
.rm-podAdd .rm-formContent .rm-typeTour {
	background-image: url(/_inc/images/icons/actions/help_32x32.png);
	background-position: 4px 5px;
}
.rm-podHeader .rm-typeTour, #rm-iconOpts .rm-typeTour { background-image: url(/_inc/images/icons/actions/help_16x16.png); }
/*=summary pod
------------*/
.rm-podAdd .rm-formContent .rm-typeSummary {
	background-image: url(/_inc/images/icons/pod_directory_icons/MySummary_32x32.png);
	background-position: 4px 5px;
}
.rm-podHeader .rm-typeSummary, #rm-iconOpts .rm-typeSummary { background-image: url(/_inc/images/icons/pod_directory_icons/MySummary_16x16.png); }
/*=pod type content
--------------------*/
.rm-podType h3 {
	margin-bottom: 2px;
	color: #000;
}
.rm-podType.rm-expanded h3 { color: #000; }
.rm-podType p {
	color: #666;
	margin: 0 0 2px;
}
.rm-podAdd .rm-configOpts { display: none; }
.rm-podAdd .rm-expanded .rm-configOpts {
	display: block;
	margin: 0;
}
.rm-configOpts h4 {
	color: #000;
	font-weight: bold;
	margin-bottom: 4px;
}
.rm-configOpts h4 span.rm-note { font-weight: normal; }
.rm-configOpts ol { margin: 8px 0 8px 15px; }
.rm-configOpts li { margin-bottom: 2px; }
/*=rm-groupOverview
--------------------*/
#rm-overviewOverlay {
	background-color: #fff;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	z-index: 1;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	*display: none !important;
}
.rm-overlayFocus { z-index: 2 !important; }
#rm-overviewDescription .rm-overviewNextOpts { margin:15px 0 5px; }
#rm-overviewDescription .rm-overviewNextOpts li {
	display: inline;
	margin-right: 7px;
	list-style: none;
}
/*=delete group overview modal
--------------------------------*/
#rm-deleteOverview h2 {
	background: url(/_inc/images/icons/actions/remove-red_32x32.png) 0 0 no-repeat;
	font-family: Arial, Helvetica, Tahoma, sans-serif;
	font-size: 19px;
	margin-bottom: 10px;
	padding: 5px 0 8px 37px;
}
#rm-deleteOverview p {
	margin-bottom: 2px;
	font-size: 13px;
}
#rm-deleteOverview .rm-formFinish {
	margin-top: 15px;
}
/*=rm-stealthPod
--------------------*/
.rm-stealthPod {
	position: relative;
	margin-bottom: 5px;
	zoom: 1;
}
.rm-stealthPod .rm-stealthPodTitle {
	font-family: Arial,Helvetica,Tahoma,sans-serif;
	font-size: 16px;
	border-bottom: 1px solid #CCC;
	margin-bottom: 12px
}
.rm-overviewStreamTitle {
	font-family: Arial,Helvetica,Tahoma,sans-serif;
	font-size: 24px;
	margin-bottom: 17px
}
.rm-stealthPod .rm-detailList { margin-bottom: 10px; }
.rm-stealthPod .rm-detail {
	position: relative;
	margin-bottom: 10px;
}
.rm-stealthPod .rm-detail .rm-thumb {
	position: absolute;
	left: 0;
	top: 0;
}
.rm-stealthPod .rm-detail .rm-thumb a { background-color: transparent; }
.rm-stealthPod .rm-detail .rm-info {
	margin-left: 42px;
	min-height: 32px;
}
/*=rm-searchOverviewPod
--------------------*/
#rm-searchOverviewPod .rm-stealthPodTitle {
	position: absolute;
	left: 0;
	top: 0;
	border-bottom: none;
	margin: 0;
}
#rm-searchOverviewPod .rm-searchInputWrap {
	border: 1px solid #B1B1B1;
	background-color: #F9F9F9;
	clear: left;
	overflow: hidden;
	padding: 0;
} 
#rm-searchOverviewPod .rm-searchInput {
	border: none;
	background-color: transparent;
	padding: 0;
	width: 230px;
	float: left;
	margin: 4px 0 4px 5px;
}
#rm-searchOverviewPod .rm-searchInput.rm-defaultValue { color: #999; }
#rm-searchOverviewPod .rm-searchPodSubmit {
	display: block;
	float: right;
	height: 23px;
	text-indent: -9000px;
	width: 28px;
	background: transparent url(/_inc/images/icons/actions/search_flipped_16x16.png) no-repeat center center;
}
/*=rm-discussionOverviewPod
--------------------*/
#rm-discussionOverviewPod .rm-featured,
#rm-discussionOverviewPod .rm-notFeatured {
	position: absolute;
	right: 0;
	top: 0;
	background: transparent url(/_inc/images/icons/actions/feature_16x16.png) no-repeat 0 1px;
	color:#000;
	padding: 4px 5px 2px 20px;
}
#rm-discussionOverviewPod .rm-notFeatured {
	background-image: url(/_inc/images/icons/actions/feature_stop_16x16.png);
	color: #666;
}
#rm-discussionOverviewPod .rm-notFeatured:hover { color: #000; }
#rm-discussionOverviewPod .rm-topicWrap {
	max-height: 28px;
	overflow: hidden;
	text-overflow: ellipsis;
}
/*=rm-membersOverviewPod
--------------------*/
#rm-membersOverviewPod .rm-detail .rm-thumb { cursor: pointer; }
/*=rm-overviewPod
--------------------*/
#rm-overviewPod #rm-overviewContent { overflow: hidden; }
#rm-overviewPod .rm-hidden {
	height: 0;
	visibility: hidden;
}
#rm-overviewEditOpts { white-space: nowrap; }
.rm-overviewDescription {
	float: right;
	color: #666;
	text-decoration: underline;
	background-image: url(/_inc/images/icons/actions/InfoGray_16x16.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	padding-left: 20px;
	line-height: 16px;
	margin-top: 6px;
	margin-left: 15px;
}
.rm-overviewBrowse {
	float: right;
	text-decoration: underline;
	background-image: url(/_inc/images/groups/logo16.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	padding-left: 20px;
	line-height: 16px;
	margin-top: 6px;
	margin-left: 15px;
}
#rm-overviewPod #rm-overviewHead {
	margin-bottom: 15px;
	min-height: 28px;
}
#rm-overviewPod #rm-overviewTitle {
	font-family: Arial,Helvetica,Tahoma,sans-serif;
	font-size: 24px;
	display: inline;
	vertical-align: middle;
	margin-right: 13px;
}
#rm-overviewPod #rm-overviewUpdate,
#rm-overviewPod #rm-overviewRemove {
	text-decoration: underline;
	background-repeat: no-repeat;
	background-position: 0 0;
	padding-left: 20px;
	display: inline-block;
	line-height: 16px;
	vertical-align: middle;
}
#rm-overviewPod #rm-overviewUpdate {
	background-image: url(/_inc/images/icons/actions/edit_16x16.png);
	margin-right: 10px;
}
#rm-overviewPod #rm-overviewRemove { background-image: url(/_inc/images/icons/actions/remove_16x16.png); }
#rm-overviewDescription {
	font-family: Arial,Helvetica,Tahoma,sans-serif;
	font-size: 16px;
	padding: 15px 20px;
	-webkit-box-shadow: 0px 0px 7px rgba(0,0,0,0.2);
 	-moz-box-shadow: 0px 0px 7px rgba(0,0,0,0.2);
 	margin: 4px;
 	line-height: 1.4;
 	margin: 0\9; /* hack for IE */
}
#rm-overviewDescription #rm-descWrap { overflow: hidden; }
#rm-overviewDescription a { text-decoration: underline; }
#rm-overviewPod .rm-overviewColor1 {
	background-color: #fffee8;
	border: 1px solid #fbd993;
}
#rm-overviewPod .rm-overviewColor2 {
	background-color: #fff2cf;
	border: 1px solid #ff9300;
}
#rm-overviewPod .rm-overviewColor3 {
	background-color: #eafbd0;
	border: 1px solid #4b700b;
}
#rm-overviewPod .rm-overviewColor4 {
	background-color: #d5e7fd;
	border: 1px solid #014aff;
}
#rm-overviewPod .rm-overviewColor5 {
	background-color: #fed6d6;
	border: 1px solid #ff2600;
}
#rm-overviewPod .rm-overviewColor6 {
	background-color: #fff;
	border: 1px solid #d6d6d6;
}
#rm-overviewPod .rm-overviewColor7 {
	background-color: transparent;
	border: none;
	padding: 0;
	margin: 0;
	-webkit-box-shadow: none;
 	-moz-box-shadow: none;
}
#rm-overviewPod #rm-addLink { text-decoration: underline; }
#rm-overviewPod .rm-overviewColor1 #rm-addLink { color: #c80; }
#rm-overviewPod .rm-overviewColor2 #rm-addLink { color: #ff7f00; }
#rm-overviewPod .rm-overviewColor3 #rm-addLink { color: #3b5f0b; }
#rm-overviewPod .rm-overviewColor4 #rm-addLink { color: #0029ff; }
#rm-overviewPod .rm-overviewColor5 #rm-addLink { color: #f00; }
#rm-overviewPod .rm-overviewColor6 #rm-addLink { color: #666; }
#rm-overviewPod .rm-overviewColor7 #rm-addLink { color: #666; }
#rm-overviewPod .rm-formActions {
	float: right;
	margin-top: 6px;
	margin-left: 4px;
}
#rm-overviewPod .rm-formActions li {
	float: left;
	margin-left: 7px;
	margin-bottom: 0;
	clear: none;
}
#rm-overviewPod #rm-overviewTitle_wrap {
	overflow: hidden;
	margin-bottom: 20px;
}
#rm-overviewPod #rm-overviewTitle_wrap .rm-textareaWrapper {
	background-color: #f9f9f9;
	border: 1px solid #b1b1b1;
	padding: 2px 3px 3px;
}
#rm-overviewPod #rm-overviewTitle_wrap .rm-textareaWrapper textarea {
	border: none;
	font-family: Arial, Helvetica, Tahoma, sans-serif;
	font-size: 24px;
	padding: 0;
	width: 100%;
	height: 28px;
	resize: none;
}
#rm-overviewPod #rm-overviewTitle_wrap .rm-textareaWrapper .rm-charactersRemaining { display: none; }
#rm-overviewPod #rm-overviewEditForm {
	margin: 0;
	padding: 0;
}
#rm-overviewPod #rm-overviewEditForm .mceIframeContainer {
	border: none;
	padding-right: 50px;
	padding-right: 42px\9; /*hack for IE*/
	vertical-align: top;
}
#rm-overviewPod #rm-overviewEditForm .rm-color7NoPadding .mceIframeContainer { padding-right: 2px; }
#rm-overviewBody_ifr {
	padding: 15px 20px;
	-webkit-box-shadow: 0px 0px 7px rgba(0,0,0,0.2);
 	-moz-box-shadow: 0px 0px 7px rgba(0,0,0,0.2);
 	margin: 4px;
 	margin: 0\9; /* hack for IE */
}
#rm-overviewBody_ifr.rm-overviewColor7 {
	background-color: transparent;
	border: 1px dashed #D6D6D6;
	padding: 0;
	-webkit-box-shadow: none;
 	-moz-box-shadow: none;
 	height: 315px !important;
 	height: 307px\9 !important; /* hack for IE */
}
#rm-overviewPod .rm-mceOptions { display: none; }
#rm-overviewPod #rm-overviewBody_wrap { margin-bottom: 12px; }
#rm-overviewPod .rm-overviewColorSelect li {
	-webkit-box-shadow: 0 0 7px rgba(0,0,0,0.2);
 	-moz-box-shadow: 0 0 7px rgba(0,0,0,0.2);
 	margin: 4px 8px 4px 4px;
 	clear: none;
 	padding: 20px;
 	float: left;
 	padding: 13px;
 	cursor: pointer;
}
#rm-overviewPod .rm-overviewColorSelect li.rm-overviewColor7 {
	-webkit-box-shadow: none;
 	-moz-box-shadow: none;
 	border: 1px dashed #D6D6D6;
}
#rm-overviewPod .rm-overviewColorSelect li input { cursor: pointer; }

/**********END POD TYPES**********/

/**********=OTHER POD-SPECIFIC RULES**********/
/*=remove pod (modal)
----------------------*/
#rm-removePod h1 { background-image: url(/_inc/images/icons/actions/PagePodRemove_32x32.png); }
#rm-removePod p {
	font-size: 13px;
	margin-bottom: 2px;
}
#rm-removePod p.rm-deletePodTitle {
	font-weight: bold;
	margin-bottom: 15px;
}

/*=info/confirm message
------------------------*/
#rm-columnLockHelp, #rm-saveChangesHelp {
	display: none;
	position: relative;
	top: -10px;
	float: left;
}
#rm-saveChangesHelp { padding-right: 17px; }
#rm-saveChangesHelp p {
	background-image: url(/_inc/images/form_tip_success_right.png);
	background-position: right center;
	background-repeat: no-repeat;
	background-color: transparent;
	margin-right: -30px;
	padding-right: 30px;
}
#rm-columnLockHelp p {
	background: transparent url(/_inc/images/buttons/ColumnLock.png) no-repeat right center;
	padding-right: 60px;
}
/*=safemode
------------*/
.rm-safemode {
	color: #999999;
	padding: 10px;
	text-align: center;
}

/*=reset page (modal)
----------------------*/
#rm-resetPage h1 { background-image: url(/_inc/images/icons/users-groups/ResetPage_32x32.png); }
#rm-resetPage p {
	color: #000;
	font-size: 13px;
}
#rm-resetPage .rm-staticFormTip { margin-bottom: 17px; }
/*=reset page from template (modal)
----------------------*/
#rm-resetTemplate h1 { background-image: url(/_inc/images/icons/users-groups/GroupTemplate_32x32.png); }
#rm-resetTemplate p {
	color: #000;
	font-size: 13px;
}
#rm-resetTemplate p a {
	text-decoration: underline;
	color: #c00;
}
#rm-resetTemplate .rm-staticFormTip { margin-bottom: 17px; }
/*=pod skin select (modal and tag)
----------------------*/
.rm-skinSelectWrap,.rm-podTitleAutoHide,
#rm-manageGroupContent .rm-selectPodSkin{
	margin-top: 15px;	
}
.rm-podTitleAutoHide ol{ margin-left: 20px; margin-top:6px; }
.rm-podTitleAutoHide li{ margin-bottom: 6px; }
.rm-skinSelectWrap ol{
	margin-left: 0;	
}
.rm-skinSelectWrap select,
.rm-selectPodSkin select{
	max-width: 330px;
	width: 330px;	
}
#rm-skinPreviewPane{
	height: 350px;
	overflow: auto;
	padding: 5px;
	margin-bottom: 15px;
	position: relative;	
}
.rm-skinPreview .rm-pod{
	padding: 0;
	margin: 0;	
}
.rm-skinPreview .rm-pod .rm-b,
.rm-skinPreview .rm-pod .rm-b div{
	display: block;	
}
.rm-skinPreview .rm-shaded .rm-b,
.rm-skinPreview .rm-shaded .rm-podWrap{ visibility: hidden; }
.rm-skinPreview .rm-podContent{
	height: 2px;	
}
.rm-skinPreview li,
.rm-skinPreview .rm-podHeaderWrap {
	cursor: pointer;	
}
.rm-skinPreview ol{
	list-style: none;	
}
.rm-skinPreview li{
	margin-bottom: 15px;	
}
.rm-skinPreview h1{
	background-image:url(/_inc/images/icons/others/PagePod_32x32.png);
}
.rm-skinPreview .rm-skinPodWrap{
	background-color: #FFFFFF;
	padding: 15px 15px;
	border: 1px solid #DDDDDD;
	margin: 4px 10px 0px 10px;	
}
.rm-skinPreview li.selected label{
	font-weight: bold;
}
.rm-skinPreview li.selected .rm-skinPodWrap{
	background-color: #E5E5E5;
	border: 2px solid #000000;
}
.rm-skinPreview .hover .rm-skinPodWrap{
	background-color: #E5E5E5;
	border: 1px solid #999999;
}
.rm-skinPreviewLink {
	background: url(/_inc/images/icons/others/PagePod_16x16.png) 0 0 no-repeat;
	color: #0029ff;
	cursor: pointer;
	*height: 14px;
	margin-left: 5px;
	padding: 0 0 2px 19px;
	text-decoration: underline;
}
/**********END OTHER POD SPECIFIC RULES**********/