﻿@charset "utf-8";
/* CSS Document */

.progressRetrieveContentPanel
{
	background: transparent url(Images/Progress_RetrieveContent.gif) no-repeat top left;
	width: 250px;
	height: 200px;
}

body
{
	margin: 0px;
}
.note
{
	font-size: 10px;
}

/* generic classes */
.no-wrap
{
	white-space: nowrap;
}
.valign-middle
{
	vertical-align: middle;
}
.float-left
{
	float: left;
}
.float-right
{
	float: right;
}
.clear-left
{
	clear: left;
}
.clear-both
{
	clear: both;
}
.clearfloat
{
	/* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear: both;
	height: 0px;
	font-size: 1px;
	line-height: 0px;
}

.barSearch
{
	height: 32px;
	margin: 0;
	padding: 0;
	line-height: 32px;
	font-size: 17px;
	background: url(Images/horizontalBgs.png) 0 0 repeat-x #2b769f;
	color: #ffffff;
}

.barSearch input.searchButton
{
	width: 100px;
	height: 25px;
	background: url(Images/buttons.png) 0 0 no-repeat;
	color: #ffffff;
	font-size: 15px;
	font-weight: bold;
	border: 0;
}
/* IE6 - replace PNG with GIF */
/*\*/
* html .barSearch input.searchButton
{
	background-image: url(images/buttons.gif);
}
/**/
.barSearch input:hover.searchButton, .barSearch input:active.searchButton
{
	background-position: 0 -25px;
}
.barSearch .searchKeyword
{
	width: 200px;
}

.barTitle
{
	line-height: 32px;
	font-size: 17px;
	margin: 0;
	padding: 0 10px;
	font-weight: bold;
	color: #FFFFFF;
	background: url(Images/horizontalBgs.png) 0 0 repeat-x;
}

/* not used - should be deleted
.expressGridHeader
{
	background-color: #bfd7e6;
	color: #333333;
	font-weight: bold;
	text-align: left;
	border-right: 1px solid #efefef;
	white-space: nowrap;
}
*/

/* Main Layout Wrappers */
#mainBodyAgentSearchResults
{
	width: 980px;
	min-width: 980px;
}
#agentSearchResultsContainer
{
	width: 600px;
	min-width: 600px;
	background: url(Images/displayBg.png) 100% 0 repeat-y;
}
#rightSideContainer
{
	min-width: 380px;
}
#subscriptionsListContainer
{
	width: 800px;
	background: url(Images/displayBg.png) 100% 0 repeat-y;
}
#userProfileContainer
{
	width: 800px;
	background: url(Images/displayBg.png) 100% 0 repeat-y;
}

a.lnkNavExpress
{
	display: block;
	height: 65px;
	text-indent: -1000em;
	background: url(Images/mainTabs/express_al-top.png) 0 0 no-repeat;
}
a:link.lnkNavExpressHomeOn, a:visited.lnkNavExpressHomeOn
{
	background: url(Images/mainTabs/al-top.png) 0 0 no-repeat;
	width: 100px;
	background-position: -1090px -35px;
}
a.lnkNavExpressHomeOn, a:hover.lnkNavExpressHomeOn, a:active.lnkNavExpressHomeOn
{
	background: url(Images/mainTabs/al-top.png) 0 0 no-repeat;
	width: 100px;
	background-position: -1090px -100px;
}
a:link.lnkNavExpressMyPortal, a:visited.lnkNavExpressMyPortal
{
	width: 181px;
	background-position: -200px -35px;
}
a.lnkNavExpressMyPortalOn, a:hover.lnkNavExpressMyPortal, a:active.lnkNavExpressMyPortal
{
	width: 181px;
	background-position: -200px -101px;
}
a:link.lnkNavExpressLibrary, a:visited.lnkNavExpressLibrary
{
	width: 162px;
	background-position: -381px -35px;
}
a.lnkNavExpressLibraryOn, a:hover.lnkNavExpressLibrary, a:active.lnkNavExpressLibrary
{
	width: 162px;
	background-position: -381px -101px;
}
a:link.lnkNavExpressMySubscriptions, a:visited.lnkNavExpressMySubscriptions
{
	width: 237px;
	background-position: -543px -35px;
}
a.lnkNavExpressMySubscriptionsOn, a:hover.lnkNavExpressMySubscriptions, a:active.lnkNavExpressMySubscriptions
{
	width: 237px;
	background-position: -543px -101px;
}

/* Search Results */
#tblResults
{
	margin: 0;
	background-color: #FFFFFF;
	border-right: 1px solid #00813b;
}
#tblResults tr td
{
	padding-bottom: 15px;
}
.resultName
{
	line-height: 14px;
	font-size: 14px;
	font-weight: bold;
}
a:link.resultRefreshSampleContent, a:visited.resultRefreshSampleContent
{
	line-height: 14px;
	font-size: 11px;
	color: #0066FF;
	background: url(Images/iconsDelivery.png) -680px 0 no-repeat;
	width: 100px;
	padding-left: 18px;
	vertical-align: middle;
	text-decoration: none;
	white-space: nowrap;
}
/* IE6 - replace PNG with GIF */
/*\*/
* html a:link.resultRefreshSampleContent, * html a:visited.resultRefreshSampleContent
{
	background-image: url(Images/iconsDelivery.gif);
}
/**/
a:hover.resultRefreshSampleContent, a:active.resultRefreshSampleContent
{
	color: #003399;
	text-decoration: underline;
	background-position: -680px -40px;
}

.resultDescription
{
	color: #000000;
}
.resultAdded
{
	color: #009900;
	font-size: 11px;
	white-space: nowrap;
}
.resultTags
{
	color: #666666;
	font-size: 11px;
}
.resultTags a:link, .resultTags a:visited
{
	color: #0066FF;
	text-decoration: none;
}
.resultTags a:hover, .resultTags a:active
{
	color: #003399;
	text-decoration: underline;
}
a.btnChannel
{
	float: left;
	display: block;
	width: 30px;
	height: 30px;
	margin: 1px;
	padding: 0;
	background: url(Images/iconsDelivery.png) 100% 100% no-repeat;
	border: 0;
	text-indent: -1000px;
}
/* IE6 - replace PNG with GIF */
/*\*/
* html a.btnChannel
{
	background-image: url(images/iconsDelivery.gif);
}
/**/
a:link.btnAlerter, a:visited.btnAlerter
{
	background-position: -840px 0;
}
a:hover.btnAlerter, a:active.btnAlerter
{
	background-position: -800px -40px;
}
a:link.btnMobile, a:visited.btnMobile
{
	background-position: -760px -80px;
}
a:hover.btnMobile, a:active.btnMobile
{
	background-position: -720px -120px;
}
a:link.btnPortalNews, a:visited.btnPortalNews
{
	background-position: -680px -160px;
}
a:hover.btnPortalNews, a:active.btnPortalNews
{
	background-position: -640px -200px;
}
a:link.btnPortalTable, a:visited.btnPortalTable
{
	background-position: -600px -240px;
}
a:hover.btnPortalTable, a:active.btnPortalTable
{
	background-position: -560px -280px;
}
a:link.btnPortalGraph, a:visited.btnPortalGraph
{
	background-position: -520px -320px;
}
a:hover.btnPortalGraph, a:active.btnPortalGraph
{
	background-position: -480px -360px;
}
a:link.btnPortalMap, a:visited.btnPortalMap
{
	background-position: -440px -400px;
}
a:hover.btnPortalMap, a:active.btnPortalMap
{
	background-position: -400px -440px;
}
a:link.btnEmailNews, a:visited.btnEmailNews
{
	background-position: -360px -480px;
}
a:hover.btnEmailNews, a:active.btnEmailNews
{
	background-position: -320px -520px;
}
a:link.btnEmailTable, a:visited.btnEmailTable
{
	background-position: -280px -560px;
}
a:hover.btnEmailTable, a:active.btnEmailTable
{
	background-position: -240px -600px;
}
a:link.btnEmailExcel, a:visited.btnEmailExcel
{
	background-position: -200px -640px;
}
a:hover.btnEmailExcel, a:active.btnEmailExcel
{
	background-position: -160px -680px;
}
a:link.btnEmailCSV, a:visited.btnEmailCSV
{
	background-position: -120px -720px;
}
a:hover.btnEmailCSV, a:active.btnEmailCSV
{
	background-position: -80px -760px;
}
a:link.btnEmailXML, a:visited.btnEmailXML
{
	background-position: -40px -800px;
}
a:hover.btnEmailXML, a:active.btnEmailXML
{
	background-position: 0 -840px;
}
a.btnPersonalize
{
	background-position: -480px 0;
	width: 100px;
	margin: 1px 1px 1px 10px;
	line-height: 30px;
	font-size: 13px;
	text-indent: 30px;
	font-weight: normal;
	text-decoration: none;
	color: #0066FF;
}
a:hover.btnPersonalize
{
	background-position: -480px -40px;
	font-weight: bold;
	color: #003399;
	text-decoration: underline;
}

/* buttons Bar */
.buttonsContainerTop
{
	padding: 10px 2px 1px 5px;
	background: url(Images/agentResultsPaginationBg.png) 100% 0 no-repeat;
}
.buttonsContainerBottom
{
	padding: 1px 2px 10px 5px;
	background: url(Images/agentResultsPaginationBg.png) 100% 100% no-repeat;
}

.borderDashTop
{
	border-top: 1px dashed #dddddd;
}
.borderDashBottom
{
	border-bottom: 1px dashed #dddddd;
}
.buttonsBar
{
	height: 30px;
}

a.btnBar
{
	display: block;
	margin: 2px;
	line-height: 25px;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	color: #FFFFFF;
	background: url(images/buttons.png) 100% 100% no-repeat;
}
/* IE6 - replace PNG with GIF */
/*\*/
* html a.btnBar
{
	background-image: url(images/buttons.gif);
}
/**/

a:link.btnBarSave, a:visited.btnBarSave
{
	float: right;
	width: 100px;
	background-position: 0 0;
}
a:hover.btnBarSave, a:active.btnBarSave
{
	color: #FFFFFF;
	background-position: 0 -25px;
}
a.btnBarSaveDisabled
{
	width: 100px;
	color: #efefef;
	background-position: 0 -50px;
	cursor: default;
}

a:link.btnBarCancel, a:visited.btnBarCancel
{
	float: right;
	width: 70px;
	background-position: 0 -150px;
}
a:hover.btnBarCancel, a:active.btnBarCancel
{
	color: #FFFFFF;
	background-position: 0 -175px;
}
a.btnBarCancelDisabled
{
	width: 70px;
	color: #efefef;
	background-position: 0 -125px;
	cursor: default;
}
.dialogTitle {text-align:left; padding:3px 3px 6px 3px; font-size:17px;}
.dialogDetailsBox {background: #ffffff; padding:3px;}
.dialogButtons {padding-top:6px;}

span.pageButtons
{
	float: right;
	width: auto;
	white-space: nowrap;
}
span.pageCurrent
{
	float: left;
	display: block;
	width: auto;
	height: 30px;
	line-height: 30px;
	font-size: 12px;
	margin: 0;
	padding: 0px 3px;
	vertical-align: middle;
	background: url(Images/paginationBg.png) -60px 0 no-repeat;
}
/* IE6 fix */
/*\*/
* html span.pageCurrent
{
	padding-top: 5px;
}
/**/



span.pageCurrent select
{
	font-size: 12px;
	vertical-align: middle;
}

a.btnPage
{
	float: left;
	display: block;
	width: 25px;
	height: 30px;
	margin: 0;
	padding: 0;
	background: url(Images/paginationBg.png) 100% 100% no-repeat;
	text-indent: -1000px;
}
a:link.btnPageFirst, a:visited.btnPageFirst
{
	background-position: 0 0;
}
a:hover.btnPageFirst, a:active.btnPageFirst
{
	background-position: 0 -40px;
}
a:link.btnPageFirstDisabled, a:visited.btnPageFirstDisabled, a:hover.btnPageFirstDisabled, a:active.btnPageFirstDisabled
{
	background-position: 0 -80px;
}
a:link.btnPagePrevious, a:visited.btnPagePrevious
{
	background-position: -25px 0;
}
a:hover.btnPagePrevious, a:active.btnPagePrevious
{
	background-position: -25px -40px;
}
a:link.btnPagePreviousDisabled, a:visited.btnPagePreviousDisabled, a:hover.btnPagePreviousDisabled, a:active.btnPagePreviousDisabled
{
	background-position: -25px -80px;
}
a:link.btnPageNext, a:visited.btnPageNext
{
	background-position: -250px 0;
}
a:hover.btnPageNext, a:active.btnPageNext
{
	background-position: -250px -40px;
}
a:link.btnPageNextDisabled, a:visited.btnPageNextDisabled, a:hover.btnPageNextDisabled, a:active.btnPageNextDisabled
{
	background-position: -250px -80px;
}
a:link.btnPageLast, a:visited.btnPageLast
{
	background-position: -275px 0;
}
a:hover.btnPageLast, a:active.btnPageLast
{
	background-position: -275px -40px;
}
a:link.btnPageLastDisabled, a:visited.btnPageLastDisabled, a:hover.btnPageLastDisabled, a:active.btnPageLastDisabled
{
	background-position: -275px -80px;
}

.sortSwitch
{
	float: left;
	width: auto;
	height: 30px;
	line-height: 30px;
	font-size: 12px;
}
.sortSwitch select
{
	font-size: 12px;
	background-color: #efefef;
}
a.btnLibrarySortBy
{
	width: auto;
	color: #4866ff;
	text-decoration: none;
	background: url(Images/sortArrows.png) 100% 32px no-repeat;
}
a.btnLibrarySortByUp
{
	padding-right: 16px;
	font-weight: bold;
	background-position: 100% 0;
}
a.btnLibrarySortByDown
{
	padding-right: 16px;
	font-weight: bold;
	background-position: 100% -16px;
}

/* Delivery Channels */
.radioDeliveryChannels span
{
	/*float:left; display:block;*/
	vertical-align: top;
	height: 40px;
}
.radioDelivery
{
	float: left;
	margin: 5px;
}
/* delivery channel choices */
.pradioDeliveryLabel Label
{
	/*float:left; display:block;*/
	height: 40px;
	vertical-align: middle;
	padding: 9px 0 0 30px;
	color: #000000;
	background: url(Images/iconsDelivery.png) 100% 100% no-repeat;
}
/* IE6 - replace PNG with GIF */
/*\*/
* html .pradioDeliveryLabel Label
{
	background-image: url(Images/iconsDelivery.gif);
}
/**/
.radioDeliveryLabel
{
	float: left;
	display: block;
	height: 30px;
	vertical-align: middle;
	padding-left: 30px;
	background: url(Images/iconsDelivery.png) 100% 100% no-repeat;
}
/* IE6 - replace PNG with GIF */
/*\*/
* html .radioDeliveryLabel
{
	background-image: url(Images/iconsDelivery.gif);
}
/**/
.subscriptionsListTableContainer
{
	border-right: 1px solid #00813b;
}
.lnkSubscriptionEdit
{
	display: block;
	line-height: 30px;
	padding-left: 30px;
	background: url(images/iconsDelivery.png) 100% 100% no-repeat;
}
/* IE6 - replace PNG with GIF */
/*\*/
* html .lnkSubscriptionEdit
{
	background-image: url(images/iconsDelivery.gif);
}
/**/

.deliveryChannelAlerter Label
{
	background-position: -840px 0;
}
.deliveryChannelMobile Label
{
	background-position: -760px -80px;
}
.deliveryChannelPortalNews Label
{
	background-position: -680px -160px;
}
.deliveryChannelPortalTable Label
{
	background-position: -600px -240px;
}
.deliveryChannelPortalGraph Label
{
	background-position: -520px -320px;
}
.deliveryChannelPortalMap Label
{
	background-position: -440px -400px;
}
.deliveryChannelEmailNews Label
{
	background-position: -360px -480px;
}
.deliveryChannelEmailTable Label
{
	background-position: -280px -560px;
}
.deliveryChannelEmailExcel Label
{
	background-position: -200px -640px;
}
.deliveryChannelEmailCSV Label
{
	background-position: -120px -720px;
}
.deliveryChannelEmailXML Label
{
	background-position: -40px -800px;
}

.deliveryChannelPortal Label
{
	background-position: -520px -320px;
}
/*NOTE2DEV: Remove this line once the portla type classes have been implemented; this is here to still show something untill they're implemented*/

.deliveryChannelAlerter
{
	background-position: -840px 0;
}
.deliveryChannelMobile
{
	background-position: -760px -80px;
}
.deliveryChannelPortalNews
{
	background-position: -680px -160px;
}
.deliveryChannelPortalTable
{
	background-position: -600px -240px;
}
.deliveryChannelPortalGraph
{
	background-position: -520px -320px;
}
.deliveryChannelPortalMap
{
	background-position: -440px -400px;
}
.deliveryChannelEmailNews
{
	background-position: -360px -480px;
}
.deliveryChannelEmailTable
{
	background-position: -280px -560px;
}
.deliveryChannelEmailExcel
{
	background-position: -200px -640px;
}
.deliveryChannelEmailCSV
{
	background-position: -120px -720px;
}
.deliveryChannelEmailXML
{
	background-position: -40px -800px;
}

.deliveryChannelPortal
{
	background-position: -520px -320px;
}
/*NOTE2DEV: Remove this line once the portla type classes have been implemented; this is here to still show something untill they're implemented*/

/* Subscriptions */
a.btnSortBy, span.noSorting
{
	float: left;
	display: block;
	width: auto;
	color: #333333;
	text-decoration: none;
	line-height: 16px;
	background: url(Images/sortArrows.png) 100% 32px no-repeat;
}
a.btnSortByUp
{
	padding-right: 16px;
	background-position: 100% 0;
}
a.btnSortByDown
{
	padding-right: 16px;
	background-position: 100% -16px;
}

span.btnActions
{
	display: block;
	width: 60px;
}
a.btnAction
{
	float: left;
	display: block;
	width: 30px;
	height: 30px;
	margin: 0;
	padding: 0;
	background: url(Images/actions.gif) 100% 100% no-repeat;
	text-indent: -1000px;
}
a:link.btnActionRun, a:visited.btnActionRun
{
	background-position: 0 0;
}
a:hover.btnActionRun, a:active.btnActionRun
{
	background-position: 0 -30px;
}
a:link.btnActionDelete, a:visited.btnActionDelete
{
	background-position: 0 -60px;
}
a:hover.btnActionDelete, a:active.btnActionDelete
{
	background-position: 0 -90px;
}
a.btnActionRunDeactivated
{
	background-position: 0 -120px;
	cursor: help;
}
a.btnActionRunning
{
	background: url(images/i_Result_Running.gif) 4px 4px no-repeat;
}

/* Message Box */
.messageBoxContainer
{
}
.messageBox
{
	margin: 7px 7px 0 7px;
	background: #FFFFCC;
	padding: 15px 5px 20px 10px;
	border: 1px solid #CC0000;
}
.messageBox .textBoxRenameAgent
{
	width: 250px;
	font-size: inherit;
}

a.btnMsg
{
	display: block;
	margin: 2px;
	line-height: 25px;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	color: #FFFFFF;
	background: url(Images/buttons.png) 100% 100% no-repeat;
}
/* IE6 - replace PNG with GIF */
/*\*/
* html a.btnMsg
{
	background-image: url(images/buttons.gif);
}
/**/

a:link.btnMsgContinue, a:visited.btnMsgContinue
{
	width: 100px;
	background-position: 0 0;
}
a:hover.btnMsgContinue, a:active.btnMsgContinue
{
	color: #FFFFFF;
	background-position: 0 -25px;
}
a.btnMsgContinueDisabled
{
	width: 100px;
	color: #efefef;
	background-position: 0 -50px;
	cursor: default;
}

a:link.btnMsgCancel, a:visited.btnMsgCancel
{
	width: 70px;
	background-position: 0 -150px;
}
a:hover.btnMsgCancel, a:active.btnMsgCancel
{
	color: #FFFFFF;
	background-position: 0 -175px;
}
a.btnMsgCancelDisabled
{
	width: 70px;
	color: #efefef;
	background-position: 0 -125px;
	cursor: default;
}

/* User Profile */
.userProfile
{
	padding: 5px 7px;
	background: #FFFFFF;
	border-right: 1px solid #00813b;
}
.userProfile h4
{
	margin: 0px;
}
.downloadsList
{
	margin-top: 0;
}
.userProfile .tblContainer {
	width: 80%
}
.userProfile .tblContainer ul {
	margin: 2px 0px 0px 25px;
	vertical-align: top
}

a.btnMsgCancelDisabled
{
	width: 70px;
	color: #efefef;
	background-position: 0 -125px;
	cursor: default;
}

/* SUBSCRIPTION EDIT - library */
/* Tabs
body.mainContainer {padding: 0px;}
body.mainContainer div.subscriptionName {font-size:15px; padding:7px 0 0 7px;}
body.mainContainer div.subscriptionName input {width:350px; font-size:15px; vertical-align:middle;}

body.mainContainer select,
body.mainContainer input[type="text"] {margin:0 0 1px 1px;}
body.mainContainer h4 {margin: 7px 0 10px 0; font-size: 17px; line-height:17px; font-weight:bold; color:#333333;}
body.mainContainer p.settingsDescription {color:#666666; padding-bottom:5px;}
div.subEdit_Library ul {position:relative; margin:7px 0 0 0; padding:0; height:225px;}
div.subEdit_Library ul li {display:block; float:left; list-style-type: none; margin:0; padding:0; width:24%;}
div.subEdit_Library ul div.tabContent {position:absolute; width:100%; left:-10000px; background-color: #EDF1F9; border: 1px solid #3a799b;}
div.subEdit_Library ul li.tabSelected div.tabContent { left:0;}

div.subEdit_Library ul h3 {margin:0 0 0 10px; padding:0 10px 0 0; white-space:nowrap; background: url(images/tabsBg.png) 100% 0 no-repeat;}
div.subEdit_Library ul h3 a {display:block; margin: 0 0 0 -10px;  padding:4px 0 1px 10px; height:30px; width:100%; overflow: hidden; text-decoration:none; background: url(images/tabsBg.png) 0 0 no-repeat; color:#333333; font-weight: normal; line-height:15px; font-size:14px;}

div.subEdit_Library ul li.tabSelected h3 { background-position: 100% -50px;}
div.subEdit_Library ul li.tabSelected h3 a { background-position: 0 -50px; color:#ffffff; font-weight:bold; font-size:15px;}
div.subEdit_Library ul h3 a:hover {}
 */

/* SUBSCRIPTION EDIT - Schedule Tab (both in Portal and Library) */
.scheduleBoundingBox
{
	border: 1px solid #cccccc;
	margin: 0 0 0 20px;
	padding: 3px;
	width:auto;
}

.scheduleOn, .scheduleAt
{
	font-weight: bold;
	display: block;
	float: left;
	margin-top: 3px;
}

.scheduleOnDays 
{
	display: block; 
	float: left; 
	width: 200px; 
	padding: 0 10px 0 0; 
	width: auto;
}

.scheduleOnDays table 
{
	border-collapse:collapse; 
	border:0;
}

.scheduleOnDays td 
{
	margin:0; 
	padding:0; 
	font-size:12px;
}

.scheduleAtTime
{
	display: block;
	float: left;
	width: 200px;
	padding: 0 10px 0 0;
	width: auto;
}


.btnRemove
{
	line-height: 16px;
	padding: 0 12px 0 6px;
	text-decoration: none;
	background: url(images/iconsDelivery.png) -480px -160px no-repeat;
}
/* IE6 - replace PNG with GIF */
/*\*/
* html .btnRemove
{
	background-image: url(images/iconsDelivery.gif);
}
/**/

/* Mouseover Agent Content Preview */
.previewSampleInfoBox
{
	background-color: #CCE5FF;
	color: #000000;
	border-bottom: 2px inset #ffffff;
}
.previewSampleInfoBox h4
{
	font-size: 14px;
	font-weight: bold;
	color: #666666;
	margin: 0;
	padding: 0 0 4px 0;
}


/* Dialog Window */
.r1c1
{
	background: url(images/modalBg_01.png) 0 0 no-repeat;
	background-position: bottom;
	line-height: 12px;
	width: 12px;
}
.r1c2
{
	background: url(images/modalBg_02.png) 0 0 no-repeat;
	background-position: bottom;
	line-height: 12px;
}
.r1c3
{
	background: url(images/modalBg_03.png) 0 0 no-repeat;
	background-position: bottom;
	line-height: 12px;
	width: 12px;
}

.r2c1
{
	background: url(images/modalBg_04.png);
	line-height: 12px;
	width: 12px;
}
.r2c2
{
	background-color: #cce5ff;
}
.r2c3
{
	background: url(images/modalBg_06.png);
	line-height: 12px;
	width: 12px;
}

.r3c1
{
	background: url(images/modalBg_07.png) 0 0 no-repeat;
	background-position: top;
	line-height: 12px;
	width: 12px;
}
.r3c2
{
	background: url(images/modalBg_08.png) 0 0 no-repeat;
	background-position: top;
	line-height: 12px;
}
.r3c3
{
	background: url(images/modalBg_09.png) 0 0 no-repeat;
	background-position: top;
	line-height: 12px;
	width: 12px;
}

.soFrame
{
	height: 300px;
}

.soExpressSample #mainContainer
{
	height: 245px;
}

.soFramePersonalize
{
	height: 295px;
}

/* ##########
 PORTAL 
 ########## */

.splitterBar1
{
	cursor: e-resize;
	background: url(Images/splitterBg.png) repeat-y;
}
.splitterBarTop
{
	display: block;
	background: url(images/sideBarTop.png);
	width: 6px;
	height: 40px;
}
#portalContainer
{
	position: relative;
	min-height: 500px;
	width: 100%;
}
#portal-display
{
	position: relative;
	clear: left;
	padding: 0 3px;
	background: #efefef;
	min-width: 980px;
	min-height: 400px;
}
#portal-sidebar
{
	margin: 0;
	padding: 0;
	background: url(images/sideBarBg.png) right repeat-y;
}
#portal-sidebar h1
{
	line-height: 31px;
	font-size: 15px;
	margin: 1px 0px 0px;
	padding: 0 10px;
	font-weight: bold;
	color: #FFFFFF;
	background: url(images/sideBarTop.png);
}
#PortletSearchForm
{
	margin: 0;
	padding: 5px;
	background-color: #B7E6C2;
	border-bottom: 1px solid #339A4B;
}
#PortletSearchForm input[type="text"]
{
	width: 120px;
	height: 21px;
	line-height: 21px;
	padding: 0 3px;
	border: 1px solid #4268bd;
}
#PortletSearchForm input[type="button"]
{
	width: 50px;
	height: 23px;
	background: url(Images/btnSearch.png) 0 0 no-repeat;
	color: #ffffff;
	font-weight: bold;
	font-size: 12px;
	border: 1px solid #4268bd;
}
#PortletSearchForm p
{
	padding-top: 5px;
	color: #333333;
}
#PortletSearchForm p a
{
	text-decoration: none;
	color: #006600;
}
#PortletSearchForm p a:hover
{
	text-decoration: underline;
	color: #009900;
}
.sandbox
{
	display: block;
	margin-left: 10px;
	height: 40px;
	width: 40px;
	background: url(Images/iconsPortlet.png) 0 0 no-repeat;
	border-left: 1px dotted #666666;
	text-indent: -1000px);
}
.optionNewPortalTab
{
	color: #0000FF;
}

/* Agent Results Right Side Column */
.resultsTagCloud, .requestAgent
{
	padding: 15px 5px 5px 10px;
	width: 380px;
}
.resultsTagCloud h4, .requestAgent h4
{
	font-size: 15px;
	font-weight: bold;
	color: #666666;
	margin: 0;
	width: 380px;
}
.requestAgent div
{
	padding-top: 8px;
}

/* Subscription Agent Info Box */
#subscriptionAgentInfo
{
	padding: 7px 5px 10px 5px;
}
#subscriptionAgentInfo h4
{
	font-size: 15px;
	font-weight: bold;
	color: #333333;
	margin: 0 0 3px 0;
}
#subscriptionAgentInfo td.infoLabel
{
	color: #999999;
	padding-right: 4px;
}

/* Subscription Preview Box */
#subscriptionPreview
{
	padding: 7px 5px 5px 5px;
}
/*similar to #agentInfo*/
#subscriptionPreview h4
{
	font-size: 15px;
	font-weight: bold;
	color: #333333;
	margin: 0 0 2px 0;
}
/*similar to #agentInfo*/
#subscriptionPreviewBox
{
	background: #ffffff;
	border: 1px solid #cccccc;
	min-width: 300px;
	max-width: 600px;
}

.barHeaderlbl
{
	padding-left:10px;
	font-weight:bold;
}

.searchButton
{
	position:relative;
	top:1px;
}

