/*********************************************************
 * Define Colors, Background Images and Fonts.
 *********************************************************/

/*********************************************************
 * General
 *********************************************************/
body, #container {
	background-color:#525252 !important;
	color: #333333;
}

.defaultBorder{
	border-color:#000;
}

#innerBorder{
	background-color:#FFF;
}

#browserNotSupported,#enableJavascript{
	background: -webkit-gradient(linear, left top, left bottom, from(#ffe590), to(#FFFFFF));
	background: -moz-linear-gradient(top,  #ffe590,  #FFFFFF);
	/* IE 10+ */
    background-image: -ms-linear-gradient(top, #ffe590, #FFFFFF);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe590', endColorstr='#FFFFFF');
	border: 1px solid #D29201;
}
#browserNotSupported .warning,#enableJavascript .warning{
	background: url("../images/alertIcon_20x20.png") repeat scroll 0 0 transparent
}

#organizationUnit.switchAccount{
	background-color:#2D4A80;
}

#organizationUnit{
	background-color:#343434;
}

#organizationUnit a{
	color: #FFFFFF !important;
	text-decoration: none !important;
}

#organizationTitle{
	color: #FFFFFF;
}

#switchOrgIcon {
	border:0;
}

#searchForm .searchTextSubmitButtonEnabled {
    background: url("../images/searchButton.png") no-repeat 0 0;
    border: none;
    cursor: pointer;
}

#searchForm .searchTextSubmitButtonDisabled {
	background: url("../images/searchButton.png") no-repeat 0 0;
	border: none;
	opacity: 0.4;
	cursor: default;
}

.sortGradient {
	background: url("../images/sortGradient.png") repeat-x scroll 0 0 transparent;
	background-size: cover;
}

.filterApplyButton {
	border-radius: 3px;
	background-color: #ffb221;
	border: solid 1px #d29201;
	cursor: pointer;
}

.filterApplyButtonDisable {
	cursor: default;
	background-color: #ffb221;
	border: solid 1px #d29201;
	opacity: 0.3;
	border-radius: 3px;
}

input.toggleLink{
	background: url("../images/toggleDown.png") no-repeat 0 0;
    border: none;
    cursor: pointer;
}

a.toggleLink,a.toggleLink:link, a.toggleLink:visited, a.toggleLink:hover {
	color: #333333;
}

.disabled a.toggleLink,.disabled a.toggleLink:link,.disabled a.toggleLink:visited,.disabled a.toggleLink:hover{
	color:#999999;
}

.filterLabelColor,.hasPlaceholder{
	color:#999999;
}


/*********************************************************
 * Default links
 *********************************************************/
 
a:link, a:visited, a:hover {
	color:#F1851F;
}

/*********************************************************
 * Header
 *********************************************************/
header {
    background-image:;
}

header a:link,header a:visited,header a:hover {
	color:#F1851F !important;
}

header #organizationUnitWrapper, header #topContainerBorder{
	background-color:#525252;
}


#userProfile a{
	color: #333333;
}

header #userProfileImage{
	cursor: pointer;
	vertical-align: middle;
}

header .userProfileBackground{
	background: #DFDFDF;
}

header #breadcrumb li a, header #breadcrumb li a:hover{
	color: #F1851F;
}

header #breadcrumb li a:last-child, header #breadcrumb li:last-child a, header #breadcrumb li:last-child a:hover{
	color: #333333;
}

header #dropdownMenu{
	background: #FFF url(../images/userProfileIcon.png) no-repeat 10px 10px;
	border: 1px solid #DFDFDF;
}

header #userProfileDropdown #wrapper div{
	border-bottom: 1px solid #DFDFDF;
}

header #dropdownMenu #wrapper div:last-child{
	border: none;
}

header #dropdownMenu #wrapper a, header #dropdownMenu #wrapper a:hover, header #dropdownMenu #wrapper a:visited{
	color:#F1851F;
}


/*********************************************************
 * Navigation
 *********************************************************/

#loggedInHeader,nav{
	background: url('../images/navBackground.png') repeat-x scroll 0 0 transparent;
}

nav ul li a:link, nav ul li a:visited, nav ul li a:hover{
	color: #333333 !important;
}

nav ul li.selected a{
	background: url("../images/navSelected.png") repeat-x scroll 0 0 transparent;
}

nav ul li a:hover{
	background: url("../images/navBackgroundHover.png") repeat-x scroll 0 0 transparent;
}

nav ul li
{
	background: url(../images/navDivider.png) no-repeat scroll 0px 0px transparent;
	background-position:right;
    list-style-type: none;
    vertical-align: middle;
}


nav ul li:first-child /* Disable for the first li */
{
    list-style: none;
}

/*********************************************************
 * Snapshot page
 *********************************************************/

.snapshotPageContainer {
}

.userSnapshotPageIconDiv {
	background: url("../images/usersIcon.png") no-repeat center;
}

.credentialSnapshotPageIconDiv {
	background: url("../images/credentialsIcon.png") no-repeat center;
}

.snapshotPageCount {
	letter-spacing: 2.6px;
	font-size: 18px;
	color: #212121;
}

.snapshotPageTime {
	font-size: 12px;
	line-height: 1.83;
	text-align: center;
	color: #9fa3a7;
}


.snapshotPageHelpText {
	letter-spacing: 1.8px;
	font-size: 14px;
	line-height: 1.57;
	text-align: center;
	color: #545454;
}

.snapshotThematicBreak {
	border: 0;
	border-top: 1px solid #dddddd;
}

.snapshotPageLinkDivTable {
	line-height: 2.0;
	font-size: 12px;
}

.snapshotPageLinkDiv a {
	color: #ea670f;
}

.snapshotPageContainer a {
	cursor: pointer;
}

/*********************************************************
 * Spinner Overlay
 *********************************************************/

.spinnerOverlay {
	background-color: rgba(255,255,255,0.9);
}

#spinnerOverlayContent {
	padding-top:250px;
	text-align: center;
}



.spinnerOverlayText {
	font-size: 14px;
	font-weight: 600;
	color: #727272;
}

.spinnerOverlayCancelButton {
	font-size: 13px;
	font-weight: 600;
	line-height: 1.23;
	color: #ea670f;
}

.spinnerOverlayCancelButton a {
    cursor: pointer;
}

/*********************************************************
 * Content
 *********************************************************/
#content {
    background: #FFF;
}

#filterHeader {
	color:#DFDFDF;
}

#filterContainer{
	background: -webkit-gradient(linear, left top, left bottom, from(#FAFAFA), to(#FFFFFF));
	background: -moz-linear-gradient(top,  #EEEEEE,  #FFFFFF);
	/* IE 10+ */
    background-image: -ms-linear-gradient(top, #EEEEEE, #FFFFFF);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#EEEEEE', endColorstr='#FFFFFF');
}

#filterContainer.border{
	border: 1px solid #AAAAAA;
}

#filterSubmit a, #filterSubmit a:hover, #filterSubmit a:visited{
	cursor:pointer;
	color: #DFDFDF;
}

.clearDivLink{
	cursor:pointer;
}

.clearDivLink, .clearDivLink:hover, .clearDivLink:visited{
	color:#F1851F;
}

#clearAllDiv {
	text-align: right;
	font-size: 12px;
	color: #ea670f;
}

.moreDivLink{
	cursor:pointer;
}

.moreDivLink, .moreDivLink:hover, .moreDivLink:visited{
	color:#F1851F;
} 

.dateRange,.selectRange{
	border: 1px solid #DDDDDD;
}

.dateInput{
	background:#FFFFFF url(../images/iconCalendar.png) no-repeat 18px 18px;
	background-position:right;
	border:none;
}

:-webkit-input-placeholder {
	color: #999999;
}

:-moz-placeholder {
	color: #999999;
}

:-ms-input-placeholder {
	color: #999999;
} 

/*********************************************************
 * Footer
 *********************************************************/
footer {
    border-top: 1px solid #FDB611;
}

footer a:link,footer a:visited,footer a:hover {
	color:#F1851F !important;
}


/**************************************************
 * Styles for Plugin library - Jquery UI
 *.ui-autocomplete-loading { 
 * background: white url('jquery-ui/images/ui-anim_basic_16x16.gif') right center no-repeat; 
 * } 
***************************************************/

.ui-widget-overlay{
	opacity: .70;
	filter:Alpha(Opacity=70);
	background: #000;
	position: fixed;
}

.ui-dialog-titlebar{
	background: url("../images/overlayTitleBackground.png") repeat-x scroll 0 0 transparent;
}

/**************************************************
 * Styles for Plugin library - Jquery UI
 * .ui-autocomplete and .ui-menu/-items
 * library removed rounded corners in an update, restoring them here
***************************************************/
.ui-autocomplete {
	border-radius: 4px;
}

.ui-menu .ui-menu-item div{
	border-radius: 4px;
}

/**************************************************
 * Object Listing
***************************************************/
#objectListingHeader li a, #objectListingHeader li a:hover, #objectListingHeader li a:visited{
	color: #333333;
	cursor: pointer;
}

#objectListingHeader li#userCount{
	color: #737573;
}

.sortingOptions{
	background: url("../images/sortListingGradient.png") repeat-x scroll 0 0 transparent;
}

.sortingOptions li{
	cursor:pointer;
}

.sortingOptions li.selected{
	background: url("../images/sortListingHover.png") repeat-x scroll 0 0 transparent;
}

.sortingOptions li a{
	background: url(../images/sortListingDivider.png) no-repeat scroll 0px 2px transparent;
}

.sortingOptions li a, #sortingOptions li a:hover, #sortingOptions li a:visited,.sortingOptions li.selected a{
	color: #DFDFDF;
}

.sortingOptions li.selected a.ASC span.ASC{
	background: url(../images/sortArrowUp.png) no-repeat scroll 0 0 transparent;
	background-position: center center;
}

.sortingOptions li.selected a.DESC span.DESC{
	background: url(../images/sortArrowDown.png) no-repeat scroll 0 0 transparent;
	background-position: center center;
}

.contentHolder{
	border: 1px solid #FFF;
	background: -webkit-gradient(linear, left top, left bottom, from(#EEEEEE), to(#FFFFFF));
	background: -moz-linear-gradient(top,  #EEEEEE,  #FFFFFF);
	/* IE 10+ */
    background-image: -ms-linear-gradient(top, #EEEEEE, #FFFFFF);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#EEEEEE', endColorstr='#FFFFFF');
}

#objectResults .objectRow,.noObjectRow{
	border: 1px solid #AAAAAA;
}

.objectLabel {
	border-right: 1px solid #CCC;
}

.objectLabel {
	font-weight: bold;
}

div.contentHolder li.objectDetails {
	border-top: 1px solid #DFDFDF;
}

div.contentHolder li.objectDetails:first-child {
	border-top: none;
}

.objectDetailsWrapper td.detailsLabel {
	font-weight: bold;
	padding-right: 40px;
}

.sectionalButtons{
	border-top: 1px solid #DFDFDF;
}

.sectionalButtons li{ 
	border-left: 1px solid #DFDFDF;
}

.sectionalButtons li:first-child{
	border-left: none;
}

.sectionalButtons li div a{ 
	cursor: pointer;
}

.sectionalButtons li a, .sectionalButtons li a:hover, .sectionalButtons li a:visited{
	color: #DF5B00;
}

.objectActions.addAnotherActions {
	border-top: 1px solid #ccc;
}

.objectActions li a, .objectActions li a:hover, .objectActions li a:visited{
	color: #DF5B00;
}

.objectActions li:last-child{ 
	border: none;
}

.objectActions li{
	border-left: 1px solid #CCC;
}

.objectActions li.noborder{
	border:none;
}


#seeMoreListing{
	background: -webkit-gradient(linear, left top, left bottom, from(#EEEEEE), to(#FFFFFF));
	background: -moz-linear-gradient(top,  #EEEEEE,  #FFFFFF);
	/* IE 10+ */
    background-image: -ms-linear-gradient(top, #EEEEEE, #FFFFFF);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#EEEEEE', endColorstr='#FFFFFF');
	border: 1px solid #AAAAAA;
}

#seeMoreListing .arrowDown{
	background: url(../images/sortArrowDown.png) no-repeat scroll 8px 17px transparent;
}

.sectionalButtons li div.disable{
	color: #999999;
}

/**************************************************
 * User Details Listing
***************************************************/

#detailsContainer .contentHolder{
	border: 1px solid #FFF;
	background: -webkit-gradient(linear, left top, left bottom, from(#EEEEEE), to(#FFFFFF));
	background: -moz-linear-gradient(top,  #EEEEEE,  #FFFFFF);
	/* IE 10+ */
    background-image: -ms-linear-gradient(top, #EEEEEE, #FFFFFF);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#EEEEEE', endColorstr='#FFFFFF');
}

#detailsContainer #objectResults .objectRow,.noObjectRow{
	border: 1px solid #AAAAAA;
}

#detailsContainer .objectLabel {
	border-right: 1px solid #CCC;
}

#detailsContainer .objectLabel {
	font-weight: bold;
}

#detailsContainer div.contentHolder li.objectDetails {
	border-top: 1px solid #DFDFDF;
}

#detailsContainer div.contentHolder li.objectDetails:first-child {
	border-top: none;
}

#detailsContainer .objectDetailsWrapper td.detailsLabel {
	font-weight: bold;
}

#detailsContainer .objectDetailsWrapper td.requiredLabel {
	font-size: 0.9em;
}

/**************************************************
 * Inline Help & Tooltip
***************************************************/

.arrowLeft {
	border-bottom: 10px solid transparent;
	border-top: 10px solid transparent;
	border-right: 10px solid #000;
}

.arrowRight{
	border-bottom: 10px solid transparent;
	border-top: 10px solid transparent;
	border-left: 10px solid #FFF;
}

.tooltip .tooltipWrapper {
	color: #333333;
    border: 1px solid #9C9A9C;
    background: #FFF; 
}

.inlineHelp .tooltipWrapper {
	color: #333333;
    border: 1px solid #82B0E7;
    background: #FFF; 
}

.inlineHelp .tooltipWrapper{
	background: url("../images/helpGradient.png") repeat-x scroll 0 0 transparent;	
}

.inlineHelp .tooltipWrapper .tooltipBorder{
	border: 1px solid #FFF;
}

.inlineHelp .helpCloseButton{
	cursor: pointer;
}

.filtersInlineHelp .tooltipWrapper {
	color: #333333;
    border: 1px solid #82B0E7;
    background: #FFF; 
}

.filtersInlineHelp .tooltipWrapper{
	background: url("../images/helpGradient.png") repeat-x scroll 0 0 transparent;	
}

.filtersInlineHelp .tooltipWrapper .tooltipBorder{
	border: 1px solid #FFF;
}

.filtersInlineHelp .helpCloseButton{
	cursor: pointer;
}

/**************************************************
 * Overlay
***************************************************/

.overlayBorder{
	border: 5px solid #777777;
}

.overlayTitleText a{
	color: #DDDDDD;
	text-decoration: none;
}

.overlayClose{
	background: url("../images/overlayCloseOnclick.png") no-repeat;
	cursor: pointer;
}

.overlayClose:hover{
	background: url("../images/overlayCloseOnHover.png") no-repeat;
}

.ui-dialog-buttonpane #primaryButton{
	background: url("../images/buttonPrimary.png") repeat-x scroll 0 0 transparent;
	border: 1px solid #D79F1F;
}

.ui-dialog-buttonpane #secondaryButton{
	background: url("../images/buttonSecondary.png") repeat-x scroll 0 0 transparent;
	border: 1px solid #878787;
}


/*********************************************************
 * Messaging
 *********************************************************/
 
#ajaxMessagingComponent.messageError .messagingIcon{
	background: url("../images/messageErrorIcon.png");
}

#ajaxMessagingComponent.messageSuccess .messagingIcon{
	background: url("../images/messageSuccessIcon.png");
}

#ajaxMessagingComponent.messageAlert .messagingIcon{
	background: url("../images/messageAlertIcon.png");
}

#ajaxMessagingComponent.messageInfo .messagingIcon{
	background: url("../images/messageInfoIcon.png");
}

.messageAlert{
	background: url("../images/alertMessageGradient.png") repeat-x scroll 0 0 transparent;
	border: 1px solid #FFCC01;
}

.messageError{
	background: url("../images/errorMessageGradient.png") repeat-x scroll 0 0 transparent;
	border: 1px solid #CC3333;
}

.authLayout .messageError{
	background-color: #FFFFFF;
}

.authLayout .messageSuccess{
	background-color: #FFFFFF;
}

.messageInfo{
	background: url("../images/infoMessageGradient.png") repeat-x scroll 0 0 transparent;
	border: 1px solid #689DCE;
}

.messageSuccess{
	background: url("../images/successMessageGradient.png") repeat-x scroll 0 0 transparent;
	border: 1px solid #5EB25E;
}

#successMessagingComponent a, #successMessagingComponent a:hover, #successMessagingComponent a:visited{
	color: #333333;
}

#errorMessagingComponent a, #errorMessagingComponent a:hover, #errorMessagingComponent a:visited{
	color: #333333;
}

#overlayMessagingComponent.messageError .messagingIcon{
	background: url("../images/messageErrorIcon.png");
}

#overlayMessagingComponent.messageAlert .messagingIcon{
	background: url("../images/messageAlertIcon.png");
}

#overlayMessagingComponent.messageSuccess .messagingIcon{
	background: url("../images/messageSuccessIcon.png");
}


/*********************************************************
 * Button
 *********************************************************/

button{
     -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
     -moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
     box-shadow: 0 1px 2px rgba(0,0,0,.2);
}

.primary {
	 color: #333333;
	 border: solid 1px #D29201;
	 background: #FEA800;
	 background: -webkit-gradient(linear, left top, left bottom, from(#FEE188), to(#FFB221));
	 background: -moz-linear-gradient(top,  #FEE188,  #FFB221);
	/* IE 10+ */
	   background-image: -ms-linear-gradient(top, #FEE188, #FFB221);
	 filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#FEE188', endColorstr='#FFB221');
}
button.primary:focus,.primary:hover {
	 background: #f47c20;
	 background: -webkit-gradient(linear, left top, left bottom, from(#FFB221), to(#FEE188));
	 background: -moz-linear-gradient(top,  #FFB221,  #FEE188);
	 /* IE 10+ */
	 background-image: -ms-linear-gradient(top, #FFB221, #FEE188);
	 filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFB221', endColorstr='#FEE188');
}
.primary:active {
	 color: #333333;
	 background: -webkit-gradient(linear, left top, left bottom, from(#FFB221), to(#FEE188));
	 background: -moz-linear-gradient(top,  #FFB221,  #FEE188);
	 /* IE 10+ */
	 background-image: -ms-linear-gradient(top, #FFB221, #FEE188);
	 filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFB221', endColorstr='#FEE188');
}

.primary:disabled {
    color: #333333;
    background: -webkit-gradient(linear, left top, left bottom, from(#FFB221), to(#FEE188));
    background: -moz-linear-gradient(top,  #FFB221,  #FEE188);
    /* IE 10+ */
    background-image: -ms-linear-gradient(top, #FFB221, #FEE188);
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFB221', endColorstr='#FEE188');
    opacity: 0.6;
}

.secondary {
	 color: #333333;
	 border: solid 1px #888888;
	 background: #FEA800;
	 background: -webkit-gradient(linear, left top, left bottom, from(#EDEDED), to(#A5A5A5));
	 background: -moz-linear-gradient(top,  #EDEDED,  #A5A5A5);
	 /* IE 10+ */
	 background-image: -ms-linear-gradient(top, #EDEDED, #A5A5A5);
	 filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#EDEDED', endColorstr='#A5A5A5');
}
button.secondary:focus,.secondary:hover {
	 background: #f47c20;
	 background: -webkit-gradient(linear, left top, left bottom, from(#A5A5A5), to(#EDEDED));
	 background: -moz-linear-gradient(top,  #A5A5A5,  #EDEDED);
	 /* IE 10+ */
	 background-image: -ms-linear-gradient(top, #A5A5A5, #EDEDED);
	 filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#A5A5A5', endColorstr='#EDEDED');
}
.secondary:active {
	 color: #333333;
	 background: -webkit-gradient(linear, left top, left bottom, from(#A5A5A5), to(#EDEDED));
	 background: -moz-linear-gradient(top,  #A5A5A5,  #EDEDED);
	 /* IE 10+ */
	 background-image: -ms-linear-gradient(top, #A5A5A5, #EDEDED);
	 filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#A5A5A5', endColorstr='#EDEDED');
}

.secondary:disabled {
    color: #333333;
    background: -webkit-gradient(linear, left top, left bottom, from(#A5A5A5), to(#EDEDED));
    background: -moz-linear-gradient(top,  #A5A5A5,  #EDEDED);
    /* IE 10+ */
    background-image: -ms-linear-gradient(top, #A5A5A5, #EDEDED);
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#A5A5A5', endColorstr='#EDEDED');
    opacity: 0.6;
}

/************************************************************
 *  Loading
************************************************************/
.loadingAjax{
	background: url("../images/loaderBlack.gif") repeat-x scroll 0 0 transparent;
}

.thinkAjax{
	background: url("../images/thinking25.gif") repeat-x scroll 0 0 transparent;
}

.disabled{
	color: #999999;
}

.hidden{
	display:none;
}


/************************************************************
 *  Login
************************************************************/
#content.authLayout {
	background: url("../images/GradientSYMC.png") no-repeat;
	background-size: 100%;
	overflow: hidden;
}

#loginFormContainer .secCodeBox, #loginFormContainer .loginFormBox, #loginFormContainer .secondOTPBox, #loginFormContainer .logoutBox, #loginFormContainer .credentialBox{
	border: 1px solid #555555;
	background: -webkit-gradient(linear, left top, left bottom, from(#FDE395), to(#FFFFFF));
	background: -moz-linear-gradient(top,  #FDE395,  #FFFFFF);
	/* IE 10+ */
    background-image: -ms-linear-gradient(top, #FDE395, #FFFFFF);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#FDE395', endColorstr='#FFFFFF');
	
}

#loginFormContainer .loginFormHeader {
	/* background: url("../images/signInHdrGradient.png") repeat-x 0 0; */
	background: url("../images/overlayTitleBackground.png") repeat-x scroll 0 0 transparent;
	background-size: 100%;
}


#loginFormContainer .loginFormDivider {
	background: url("../images/signInDottedLine.png") no-repeat;
}


/************************************************************
 *  Dashboard
************************************************************/
#dashboard #notificationPanel,#dashboard #activityPanel,#dashboard #chartsPanel{
	border: 1px solid #AAAAAA;
}
#chartsPanel .title, #notificationPanel .title,#activityPanel .title{
	background: url("../images/sortListingGradient.png") repeat-x scroll 0 0 transparent;
	color:#FFFFFF;
}
#chartsPanel #dashboardSlide{
	background: url("../images/dashboardBarTile.png") repeat-x scroll 0 0 transparent;
}
#dashboardSlide #nav a { 
	background: url("../images/dashboardWhiteDot.png") no-repeat 0 0; 
}
#dashboardSlide #nav li.activeSlide a { 
	background: url("../images/dashboardBlackDot.png") no-repeat 0 0; 
}
#notificationPanel .linkarrow{
	background: url("../images/notificationArrow.png") no-repeat 0 0;
}
#notificationPanel .iconNotes .alertIcon{
	background: url("../images/iconAlertNotification.png") no-repeat 0 0;
}
#notificationPanel .iconNotes .infoIcon{
	background: url("../images/iconAlertNotification.png") no-repeat 0 0;
}
#notificationPanel .iconNotes .rssfeedIcon{
	background: url("../images/IconRSS.png") no-repeat 0 0;
}
#notificationPanel .iconNotes .supportIcon{
	background: url("../images/iconSupportAdvice.png") no-repeat 0 0;
}

#slideCredentialActivity ul li a,#slideUserActivity ul li a,#slideUniqueUserActivity ul li a{
	color:#F1851F;
}

#slideCredentialActivity ul li a.selected,#slideUserActivity ul li a.selected,#slideUniqueUserActivity ul li a.selected{
	color:#333333;
}

/************************************************************
 *  Dashboard - Activity Panel
************************************************************/
#activityPanel{
	background-color: #EEEEEE;
}
#activityPanel .panelContent .contentBorder{
	border:1px solid #AAAAAA;
	background:#FFFFFF;
}
#activityPanel .seeReports{
	color: #F1851F;
}
#activityPanel .tableHeader{
	background-color: #BBBBBB; 
}
#activityPanel ul.trow{
	border-bottom: 2px solid #BBBBBB;
}
#activityPanel .activityResults a,#activityPanel .activityResults a:HOVER,#activityPanel .activityResults a:VISITED{
	color:#333333;
}
#activityPanel ul.Error li span,#activityPanel .tableFooter span.Error{
	background: url("../images/errorIcon_12x12.png") no-repeat scroll 0 0 transparent;
}

#activityPanel ul.Success li span,#activityPanel .tableFooter span.Success{
	background: url("../images/successIcon_12x12.png") no-repeat scroll 0 0 transparent;
}

/************************************************************
 *  Dashboard - Notification Panel
************************************************************/
#notificationPanel .iconNotes{
	background: #EEEEEE; 
}

/*#notificationPanel #alertNotification ul { list-style-image: url("../images/iconAlertNotification.png");}*/
#notificationPanel #alertNotification ul li.alertIcon{
	  background: url("../images/iconAlertNotification.png") no-repeat scroll 0 0 transparent;
}

#notificationPanel #alertNotification ul {
	color: #444444;
}
#notificationPanel .iconNotes ul{
	background: #FFFFFF;
	border:1px solid #AAAAAA;
}

label.error{
	background-color: red;
}