﻿/*
 *  Tags
 *  =======================================================================================================
 *  
 *  
 */ 

html, body, form
{
    height: 100%;
    margin: 0;
    padding: 0;
}

img
{
    border: none;
}

fieldset
{
    padding:5px;
}

th
{
    text-align:left;    
}

body,tr,td,p,div,textarea
{
    font-family:Verdana, Arial, Helvetica;
    font-size:12px;
}

a
{
    color:#334a7c;
    text-decoration:none;
    cursor:pointer;
}

a:hover
{
    text-decoration:underline;
}

hr.gradient-transparent
{
    border: 0;
    height: 1px;
    background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
    background-image:    -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
    background-image:     -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
    background-image:      -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
}

/*
 *  Classes
 *  =======================================================================================================
 *  
 *  
 */ 

.mainBody
{
	margin:0;
	/*background-color:#3c3c3c;*/
	background-color:#ddd;
	font-family: Arial, Helvetica;
	overflow:auto !important;
}

.clear
{
    clear:both;
}

.clearLeft
{
    clear:left;
}

.clearRight
{
    clear:right;
}

.ftWrapper 
{
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -160px;
}

.ftFooter, .ftPush 
{
    height: 160px;
}

.window-wrapper
{
    padding: 10px;
}

.window-wrapper-center
{
    padding: 10px;
    width: 600px;
    margin: 0 auto;
}

.plain-hyperlink
{
    color: #000;
    outline: none;
    cursor: default;
    text-decoration: none;
}

.plain-hyperlink:hover
{
    text-decoration: none;
}

.margin-padding-none
{
    margin:0;
    padding:0;
}

.display-none
{
    display:none;
}

.left-indent
{
    padding-left:10px !important;
}

.top-indent
{
     padding-top:15px !important;
}

.ftSideBar
{
    float:left; 
    width:300px; 
    padding-left:10px;
}

.ftMainContent
{
    /*float:left; 
    width:875px; 
    padding-left:10px;*/
    margin-left:310px;
    /*margin-right:50px;*/
}

.ftDockableBox, .ftDockableBoxDark
{
    margin-bottom:1px !important;
}
 
.ftDockableBoxDark .rdHTitlebar .rdTitlebar
{
    background-image: url('Images/docbacknav.gif') !important; 
}

.ftToolBar
{
    width:100% !important;
}

.ftToolBarText
{
    font-weight:bold !important;
}

#ftContentTopHeader
{
    padding: 5px 3px 0px 5px;
}

#ftBreadCrumbLinks
{
    font-size:12px;
}

.ftBreadCrumbLink a{
    background: transparent url('Images/breadcrumb.gif') no-repeat center right;
    text-decoration: none;
    padding-left:10px;
    padding-right: 18px; /*adjust bullet image padding*/
    color: navy;
}

.ftBreadCrumbLink a:visited, .ftBreadCrumbLink a:active{
   color: navy;
}

.ftBreadCrumbLink a:hover{
    text-decoration: underline;
}

.ftBreadCrumbLinkCurrent
{
    text-decoration: none;
}

#ftBreadCrumbs
{
    width: 97%;
    margin: 0px auto;
    padding-left: 15px;
    border: 1px solid #aaa;
    border-top-color:#fff;
    background-color: #fff;
}

#ftTopContainer
{
	width:100%;
	background-color:#ddd;
	padding-top:10px;
	padding-bottom:30px;
	min-height:400px;
}

#ftTopHeader
{
	background-color:#458bca;
}

#ftTopHeader #ftInnerHeaderContainer
{
	background: url('Images/pageheader.png');
	background-position:left;
	/*background-repeat:no-repeat;
    height:120px;*/
	background-repeat:repeat-y;
}

.ftHeaderLinkSeperator
{
    font-size:12px;
}

#ftInnerHeaderContainerLogo
{
    width:40%;
    /*padding-left:8px;*/
}

#ftInnerHeaderContainerLink
{
    width:60%;
    color:#072f59;
}

#ftInnerHeaderContainerLink a
{
    color:#000;
}

.ftCommunityGroupNameLabel
{
    font-size:140%;
    font-weight:bold;
}

.ftGroupHeaderTable
{
    width:100%;
}

#ftHeaderLinks
{
    padding-top:8px;
}

#ftContentWrapper
{
    float:left;
    margin-right:30px;
    width:67%;
}

#ftLeftColumnInnerTube
{
    padding: 0px 3px 4px 7px;
}

#ftRightColumnInnerTube
{
   padding: 0px 2px 2px 0px;
}

#ftInnerContainerContent
{
	padding-top:8px;
}

#ftInnerContainerSideBar
{
	float:left;
	width:28%;
}

#ftLeftColumnForumInnerTube
{
    padding: 0px 3px 4px 4px;
}

#ftRightColumnForumInnerTube
{
   padding: 0px 7px 2px 0px;
}


#ftInnerForumContainerContent
{
    margin-left:20px;
    float:left;
}

#ftInnerForumContainerSideBar
{
    float:left;
	width:210px;
}

 .ftDockZone
 {
     padding-top:0px !important;
     border:0px !important;
 }
 
 .ftDockableBoxContent
 {
     padding:6px;
 }

.ftCommunityListingMore
{
    padding: 6px;
}

.ftTabPageBody
{
	background-color:#fff;
	border:1px solid #ddd;
}

.ftSearchImageButton
{
	background-image: url('Images/search.gif');
	width:22px;
	height:22px;
	border:0px;
	vertical-align:middle;
}

.ftSearchImageButton:hover
{
	cursor:pointer;
}

#ftGroupSearchBox
{
	padding-left:4px;
	padding-bottom:7px;
}

.ftPanel
{
    border: 1px solid #ccc;
}

.ftPanelTitle
{
    height:34px;
    line-height:34px;
    background-image: url('Images/dockback.gif');
    background-repeat:repeat-x;
    font-weight:bold;
    font-size:90%;
    padding-left:6px;
}

.ftPanelTitleBlue
{
    background-image:url('Images/menubg.png'); 
    height:20px; 
    padding-top:5px; 
    padding-left:10px; 
    font-weight:bold; 
    color:White;
}

.ftPanelTitleOrange
{
    height:34px;
    line-height:34px;
    background-image: url('Images/dockback-orange.png');
    background-repeat:repeat-x;
    font-weight:bold;
    font-size:90%;
    padding-left:6px;
}

.ftSmallText
{
    font-size:85%;
}

.ftErrorText
{
    color:#1060ac !important;
}

.ftTopicListingLastPoster
{
    padding-top:3px;
    font-size:83%;
    color:#555;
}

#ftPostTitleContainer
{
    border-bottom: 1px solid #bbb;
	margin-bottom: 12px;
	background-color: #eee;
	border-left:1px solid #ddd;  
}

.ftPostedAtText
{
    padding:4px;
    color:#777;
    font-size:80%;
}

#ftPostTitle
{
    padding:4px;
    font-size:100%;
    font-weight:bold;
}

#ftPostBody
{
    padding:8px;
    font-size:90%;
}

#ftPostBody a
{
    text-decoration:underline;
}

.ftMessageActions
{
    text-align:right;
	background-color:#ddd;
	padding:4px;
	color:White;
}

.ftMessageActions a
{
    color:White;
}
    
.ftMessageTitle
{
   border-bottom: 1px solid #bbb;
	margin-bottom: 12px;
	background-color: #eee;
	border-left:1px solid #ddd;
}

.ftMessageDisplayAltRow .gridItem
{
    padding:0px !important;
    background:#fff !important;
}

.ftMessageDisplayRow .gridItem
{
   padding:0px !important;
   background:#777 !important;
   
}

.discussion-item
{
    background-color:#777;
}

.discussion-alt-item
{
    background-color:Blue;
}

.ContainerSurround
{
    border:1px solid #555;
    /* box-shadow: 0px 0px 12px #111111; */
    -webkit-box-shadow: 0px 0px 12px #111111;
    -moz-box-shadow: 0px 0px 12px #111111;
}

.tabPageChildGroup
{
    margin-top:-2px;
    background-color:#eee;
    border-left:1px solid #777;
    border-right:1px solid #777;
    border-top:1px solid #777;
    background-image: url(/Images/subtabback.png);
    width:100%;
}

.tabPage,.tabPageDark,.tabPageLight
{
	background-color:#eee;
	border:1px solid #777;
	padding:6px;
}

.tabPageDark
{
	background-color:#ccc;
}

.tabPageLight
{
	background-color:#fff;
}

.mainTable
{
	border:1px solid #ddd;
}

.tableHeaderRow
{
	background-image: url(/images/tableback.gif);
	font-weight:bold;
	color:#fff;
	height:30px;
	padding:2px 5px 2px 5px;
}

.tableRow
{
	background-color: #ddd;
	color:#000;
}

.tableRowFooter
{
	background-color: #bbb;
}

.rmSelected
{
    background-color:White;
}

.quoteReply
{
    font-size:30px; 
    font-weight:bold;
}

.hideAttachmentHeader
{
    display:none;
}

.printborder
{
    border-bottom:1px solid Black;
}

/* FuseTalkDefault Skins */

.RadMenu_FuseTalkDefault
{
    background-image:url(/Skins/FuseTalkDefault/Images/docbacknav.gif);
    border:1px solid Grey;   
}

.RadMenu_FuseTalkDefault .rmLink
{
    color:Black;
    height:30px;
}

.RadMenu_FuseTalkDefault .rmFirst .rmLink:hover
{
    border-right:1px solid Black;
    border-left:none;
}

.RadMenu_FuseTalkDefault .rmLast .rmLink:hover
{
    border-left:1px solid Black;
    border-right:none;
}

.RadMenu_FuseTalkDefault .rmLink:hover
{
    background-image:url(/Skins/FuseTalkDefault/Images/dockback.gif) !important;
    border-right:1px solid Black;
    border-left:1px solid Black;
}

.RadMenu_FuseTalkDefault .rmText
{
    padding-top:8px !important;
}

.padding_8
{
    padding-left:8px;
}

.question_header
{
    background-color:#3db8f7;
}

.question_item
{
    background-color:#FAFAFA;
}

.optionlist-padding
{
    padding-top:3px;
    padding-bottom:3px;
}

div#ftBottomFooter
{
    width:100%;
    height:160px;
    background-image:url(/Images/footerbgbl.png);
    background-repeat:repeat-x;
    /*padding:10px;*/
    color:#ddd;
}

#ftBottomFooterWrapper
{
    padding-top:80px;
}

#ftBottomFooterLeft
{
    float:left;
    padding:10px 10px 10px 20px;
    width: 450px; 
}

#ftBottomFooterRight
{
    float:right;
    padding: 0 10px;
    text-align:right;
    width: 200px; 
}

.ftBottomFooterLogo
{
	width: 185px;
	height: 63px;
    float:right;
    background-image:url(/Images/felogofootergray.png);
    background-repeat:no-repeat;
}

.ftBottomFooterLogo:hover
{
    background-image:url(/Images/felogofooter.png);
}

div#sredtable td
{
    vertical-align:top;
}

.sredtablefooter
{
    background-image:url(Images/docbacknav.gif);
}

.sredtableheader
{
    background-image:url(Images/dockback.gif);
}

/*  Book View CSS */
.bookviewcontentpane
{
    background: #698ebe;
}

.bookviewpages
{
    width: 90%;
    min-height:300px;
    background: #fff;
    margin-right:auto;
    margin-left:auto;
    padding: 10px 20px;
    overflow: hidden;
}

.bookviewpages-header
{
    width: 90%;
    background: #A0A0A0;
    margin-left:auto;
    margin-right:auto;
    margin-top:10px;
    padding: 5px 20px;
    text-align:right;
}

.bookviewnav
{
    background-image:url(Images/dockback.gif);
}

.padding_top
{
    padding-top:4px;
}

/* To Be Removed */
.redasterisk
{
    color:Red;
    font-weight:bold;
    font-size:15px;
}

.yellowasterisk
{
    color:Yellow;
    font-weight:bold;
    font-size:15px;
}

.greenasterisk
{
    color:Green;
    font-weight:bold;
    font-size:15px;
}


/*
div.RadTreeView_DefaultM .rtPlus, div.RadTreeView_DefaultM .rtMinus {
    background-image: url("/Images/foldercloseopen.png");
    background-position:top;
    background-repeat:no-repeat;
    width:24px;
    height:24px;
    float:left;
}

div.RadTreeView_DefaultM .rtMinus:hover{
    background-image: url("/Images/foldercloseopen.png");
    background-position:top;
    background-repeat:no-repeat;
    width:24px;
    height:24px;
}

div.RadTreeView_DefaultM .rtMinus {
    background-image: url("/Images/foldercloseopen.png");
    background-position:bottom;
    background-repeat:no-repeat;
    width:24px;
    height:24px;
    float:left;
}
*/

div.RadTreeView_DefaultM .rtPlus, div.RadTreeView_DefaultM .rtMinus {
    float:left;
}

div.RadTreeView_DefaultM .rtMinus {
    float:left;
}

div.RadTreeView_DefaultM .rtImg {
    float:left;
}
    
div.RadTreeView_DefaultM .rtLines .rtTop,
div.RadTreeView_DefaultM .rtLines .rtMid,
div.RadTreeView_DefaultM .rtLines .rtBot,
div.RadTreeView_DefaultM .rtLines .rtLast .rtTop,
div.RadTreeView_DefaultM .rtLines .rtFirst,
div.RadTreeView_DefaultM .rtLines .rtFirst .rtUL,
div.RadTreeView_DefaultM .rtLines .rtLI,
div.RadTreeView_DefaultM .rtLines .rtFirst .rtUL
       
{
    background-image: none;
}

div.RadTreeView_DefaultM .rtIn
{
    width:95%;
    display:block;
    float:left;
}

div.RadTreeView_DefaultM .rtUL
{
    clear:both;
}

div.RadTreeView_DefaultM .rtLI
{
    clear:both;
}

.RadTreeView_Author .rtIn
{
    width:95%;
}

.RadTreeView_Author .rtHover .rtIn,
.RadTreeView_Author .rtSelected .rtIn {
   background: none !important;
   border: none !important;
   padding: 4px 3px 3px !important;   
   width:95%;
}

.RadTreeView_Author .rtSelected .rtIn
{
   color:Black !important;
   font-weight:bold !important;
}

div.RadTreeView_Author .rtLines .rtTop,
div.RadTreeView_Author .rtLines .rtMid,
div.RadTreeView_Author .rtLines .rtBot,
div.RadTreeView_Author .rtLines .rtLast .rtTop,
div.RadTreeView_Author .rtLines .rtFirst,
div.RadTreeView_Author .rtLines .rtFirst .rtUL,
div.RadTreeView_Author .rtLines .rtLI,
div.RadTreeView_Author .rtLines .rtFirst .rtUL
       
{
    background-image: none;
}

.author-category
{
    padding:0 5px 5px 5px; 
    border-top:1px dotted Silver;
}

.author-category-child
{
    padding:0 5px 5px 5px; 
}

.RadGrid_Author .rgRow .rgSelected
{
    color:Red !important;
}

.success-message
{
    color:White;
    background-color:#369000;
    display:block;
    background-image:url(/Images/Icons/Small/check.png);
    background-position:left;
    background-repeat:no-repeat;
    padding:3px 3px 3px 20px;
    
}

.blue-bar
{
    background-color:rgb(51, 103, 153); 
    padding:5px;
    color:White;
    font-weight:bold;
    
}

.gold-bar
{
    background-color:rgb(255, 153, 0); 
    padding:5px;
}

.service-test
{
    color:#CFCFCF;
    background-color:#e7e1b0;
    padding:3px;
   
}

.push-left
{
    margin-left:20px;
}

.div25
{
    height:50px;
    width:50px;
}

.improvementplan-list
{
    border-bottom:1px dotted Silver;
    padding-left:10px;
}

.error-message
{
    background-image:url(/Images/Icons/Medium/delete.png);
    background-position:5px 5px;
    background-repeat:no-repeat;
    padding: 10px 10px 10px 40px;
    color:Red;
    font-weight:bold;
    border:1px solid red;
}

.warning-message
{
    background-image:url(/Images/Icons/Medium/warning-icon.png);
    background-position:10px 10px;
    background-repeat:no-repeat;
    padding: 10px 10px 10px 40px;
    color:Orange;
    font-weight:bold;
    border:1px solid orange;
}

.successful-message
{    
    background-image:url(/Images/Icons/Medium/check.png);
    background-position:5px 5px;
    background-repeat:no-repeat;
    padding: 10px 10px 10px 40px;
    color:Green;
    font-weight:bold;  
    border:1px solid green;  
}

.datalist-border
{
    border:1px solid #336799; margin-top:10px;
}

.datalist-rightnav
{
    width:73px; background-image:url(/Images/bgbluegrright.png); background-repeat:repeat-y; vertical-align:middle; text-align:center;
}

.datalist-leftnav
{
    width:73px; background-image:url(/Images/bgbluegrleft.png); background-repeat:repeat-y; vertical-align:middle; text-align:center;
}

.datalist-bg
{
    background-color:#c6d4e2;
}

.datalist-contentimg
{
    padding:5px; margin-right:20px; margin-left:20px; border:1px solid #A0A0A0; width:150px; height:200px; text-align:center;
}

.datalist-content-text
{
    padding:5px; margin-left:15px;
}

.datalist-content-tools
{
    padding:5px; margin-right:20px; margin-left:20px; border:1px solid #A0A0A0; width:150px; height:30px; text-align:left; background-color:#A0A0A0;
}

.content-management-headerx
{
    background-image:url(/Images/data-content-header.png); 
    padding:10px;
    color:#fff;
    font-weight:bold;
}

.licensed-content-containerx
{
    background-color:#f00000; border:1px solid #ccc; border-top:none; 
}

.datalist-content-containerx
{
    height:220px; padding:0px 0px 10px 0px; float:left; width:850px;
}

.datalist-content-imgx
{
    width:110px; float:left; border:0px solid red; height:220px; padding:10px 2px 10px 2px;
}

.datalist-content-detailsx
{
    width:700px; float:left; margin-left:15px; border:0px solid green; padding:5px;
}

.datalist-content-chartx
{
    margin-left:15px; border:0px solid blue; float:left;
}

.datalist-content-toolbarx
{
    clear:left; padding:5px; background-image:url(/Images/data-content-toolbar-gr.png); background-repeat:repeat-x;
}

.datalist-content-toolbar-buttonx
{
    text-decoration:none;
    color:#fff;
    background-image:url(/Images/data-content-button-bl.png);
    border:1px solid #ccc;
    padding:5px;
    cursor:pointer;
    margin-right:10px;
}

.datalist-content-toolbar-buttonx:hover 
{
    text-decoration:none;
    color:#000;
    background-color:#fff;
    background-image:url(/Images/data-content-button-or.png);
    border:1px solid #ccc;
    padding:5px;
    cursor:pointer;
    margin-right:10px;
}

.datalist-content-toolbar-buttonx[disabled]
{
    background-color:#ddd;
    background-image:none;
    border:1px solid #ccc;
    padding:5px;
    cursor:default;
    margin-right:10px;
}

.communityforum-list-shade
{
    display:block;
    text-decoration:none;
    background-image:url(/Images/Icons/Medium/3D/group_Blue32.png);
    background-repeat:no-repeat;
    background-position:left;
    padding-left:40px;
    height:34px;
    border-bottom:1px solid #F4F4F4;
    vertical-align:middle;
    padding-top:10px;
    margin:0px;
}

.communityforum-list-shade a
{
    display:block;
    padding-right:40px;
}

.communityforum-list-shade-green
{
    display:block;
    text-decoration:none;
    background-image:url(/Images/Icons/Medium/3D/group_Blue32.png);
    background-repeat:no-repeat;
    background-position:left;
    padding-left:40px;
    height:34px;
    border-bottom:1px solid #F4F4F4;
    vertical-align:middle;
    padding-top:10px;
    margin:0px;
    color:#336799;
    font-weight:bold;
}

.communityforum-list-shade-green a
{
    display:block;
    padding-right:40px;
}

.communityforum-list
{
    display:block;
    text-decoration:none;
    background-image:url(/Images/Icons/Medium/3D/group_Orange32.png);
    background-position:left;
    padding-right:40px;
    height:34px;
}

.org-name-logo
{
    text-decoration:none;
    color:White;
    font-weight:bold;
    font-size:x-large;
}

.top-menu-nav
{
    text-decoration:none;
    color:White;
    background-image:url(/Images/menubg.png);
    border:1px solid White;
    padding:5px;
    cursor:pointer;
}

.top-menu-nav:hover
{
    background-image:none;
    text-decoration:none;
    background-image:url(/Images/data-content-button-or.png);
    color:#000;
}

.top-menu-nav[disabled]
{
    background-color:#ddd;
    background-image:none;
    border:1px solid #ccc;
    padding:5px;
    cursor:default;
    color:#999;
}

.top-menu-nav-help
{
    text-decoration:none;
    color:White;
    background-image:url(/Images/Icons/Medium/help.png);
    background-repeat:no-repeat;
}

.communitycluster-label
{
    color:Black;
    font-weight:normal;
}

.model-category
{
    color:Red;
    text-decoration:none;
}

.normal-category
{
    color:Black;
    text-decoration:none;
}

.chkListChoice input 
{ 
    margin-left: -50px; 
}

.chkListChoice td 
{ 
    padding-left: 20px; 
}

.lnkbtn-current
{
    display:inline-block;
    padding:5px;
    text-decoration:none;
    border-top:1px solid #CFCFCF;
    border-left:1px solid #CFCFCF;
    border-right:1px solid #CFCFCF;
    border-bottom:2px solid White;
    background-color:White;
    margin-bottom:-2px;
}

.lnkbtn-active
{
    display:inline-block;
    padding:5px;
    text-decoration:none;
    border:1px solid #336799;
    background-color:#F0F0F0;
}

div.rgHeaderDiv .rgHeader
{
    padding:0;
    text-align:left;
    font-weight:bold;
    height:25px;
}

.current-category
{
    background-image:url(/Skins/FuseTalkDefaultFull/Images/dockback.gif);
    padding:5px;
    background-repeat:repeat-x;
}

.attachmentIcon
{
    height:32px;
    width:32px;
}

.css-vertical-text {
	color:#333;
	border:0px solid red;
	-writing-mode:tb-rl !important;
	-webkit-transform:rotate(90deg);
	-moz-transform:rotate(90deg);
	-o-transform: rotate(90deg);
	white-space:nowrap;
	display:block;
	bottom:0;
	width:20px;
	height:20px;
	font-family: ‘Trebuchet MS’, Helvetica, sans-serif;
	font-size:24px;
	font-weight:normal;
	-text-shadow: 0px 0px 1px #333;
}

.febook-button
{
    background-color:red; 
    text-align:center; 
    padding:3px;
    border-bottom:1px solid white;
}

.bookviewpages-expertiseview
{
    width: 90%;
    background-color:White;
    margin-left:auto;
    margin-right:auto;
    margin-top:10px;
    padding: 5px 20px;
    text-align:left;
}

div#febook-expertiseview
{
    
}

div#febook-expertiseview a
{
    text-decoration:none;
    display:block;
    color:Black;
    padding:5px;
    border-bottom:2px solid #CCCCCC;
    font-weight:bold;
    background-color:#8eb4de; /*rgb(255, 153, 0); */
}

div#febook-expertiseview a input
{
    margin-right:5px;
}

.febook-top-menu-nav
{
    text-decoration:none;
    background-image:url(/Images/menubg.png);
    padding:5px;
    color:White;
}

.tabPageFEBookView
{
    margin-top:-2px;
    background-color:#eee;
    border-left:1px solid #777;
    border-right:1px solid #777;
    border-top:1px solid #777;
    background-image: url(/Images/subtabback.png);
    width:100%;
}

.febook-top-menu-nav-selected
{
    text-decoration:none;
    background-image:url(/Images/menubg-selected.png);
    padding:5px;
    color:Black;    
}

.no-cover-image
{
    font-size:x-large;
    font-weight:bold;
}

.expertise-view-empty-topic
{
    font-size:x-large;
    color:#D0D0D0;
    font-weight:bold;
    text-align:center;
    display:table-cell;
    vertical-align:middle;
    padding-left:100px;
}

.febook-topic-button
{
    text-decoration:none;
    background-image:url(/Images/menubg-selected.png);
    color:Black;  
    padding:5px;
}

.loader {
	    position: fixed;
	    top: 50%;
	    left: 50%;
	    margin-left: -50px; /* half width of the loader gif */
	    margin-top: -50px; /* half height of the loader gif */
	    text-align:center;
	    z-index:9999;
             overflow: auto;
	    width: 310px; /* width of the loader gif */
	    height: 75px; /*hight of the loader gif +2px to fix IE8 issue */
	}

.plus_button
{
    background-image:url(/Skins/FuseTalkDefault/Images/add16.png);
    background-repeat:no-repeat;
    background-position:left;
    height:20px;
    padding-left:20px;
}

.successful-message-grid
{    
    background-image:url(/Images/Icons/Small/check.png);
    background-position:left;
    background-repeat:no-repeat;
    padding: 10px 10px 10px 18px;
    color:White;
    font-weight:bold;
}

.icnNewFolder { display:none !important; }

/*
 *  Start
 *  =======================================================================================================
 *  
 *  
 */ 

/*
 *  FE Window Body Style
 *  -------------------------------------------------------------------------------------------------------
 *  
 * 
 */
 
 .fe-window-body
 {
     margin:0;
     padding:0;
     background-color:#ddd
 }
 
 .fe-confirm-window-buttons
 {
     width: 250px;
     margin: 0 auto;
     padding-top: 30px;
 }

/*
 *  FE Topic Body Style
 *  -------------------------------------------------------------------------------------------------------
 *  
 * 
 */
 
 .fe-default-topic-style
 {
     font-size: 12px;
     font-family: Verdana;
 }
 
/* 
 *  Information Bar Style
 *  -------------------------------------------------------------------------------------------------------
 *  
 *  
 */

.info-title-bar
{
    background: #698ebe;
    height:25px; 
    padding-top:10px; 
    padding-left:10px; 
    color:White;
    margin-bottom:5px;
}

.info-title-bar-withicon
{
    background: #698ebe;
    height:25px; 
    padding-top:10px; 
    padding-left:30px; 
    color:White;
    background-image:url(/Images/Icons/Small/Information.png);
    background-repeat:no-repeat;
    background-position:5px 10px;
}

.info-title-bar-withicononly
{
    height:25px; 
    padding-top:10px; 
    padding-left:30px; 
    color:White;
    margin-bottom:5px;
    background-image:url(/Images/Icons/Small/Information.png);
    background-repeat:no-repeat;
    background-position:5px 10px;
}

/* 
 *  Category Tree Display Style
 *  -------------------------------------------------------------------------------------------------------
 *  
 *  
 */

.main-cat-display-tree
{
    text-decoration:none;
    color:#000;
}

.main-cat-display-tree-model
{
    text-decoration:none;
    color:#f00;
}

.main-cat-display-tree:hover,
.main-cat-display-tree-model:hover
{
    color:#ff8c00;
}

.main-cat-display-stats
{
    font-size:10px;
    color:#0f355e;
    margin-left:5px;
}

.main-cat-display-image-button
{
    cursor:pointer;
}

/* 
 *  FE Tile Menu Style
 *  -------------------------------------------------------------------------------------------------------
 *  
 *  
 */

.community-tile-header
{
    color:#1f6da9;
    font-family:Arial Rounded MT Bold;
    font-size:24px;
}

.community-tile-title
{
    margin-left:5px;
}

.community-tile-image
{
    float:left;
}

.community-tile
{
    border:1px solid #aaa; 
    background-color:#999;
    color:white;
    padding:15px 2px 2px 10px; 
    margin-right:10px;
    margin-bottom:10px; 
    width:270px; 
    height:85px;
    /*background-image:url(/Images/Icons/Large/group_Blue64.png);*/
    background-repeat:no-repeat;
    background-position:left;
    float:left;
}

.community-tile:hover
{
    background-image:url(/Images/tilehoverorange.png);
    background-repeat:repeat-x;
    border:1px solid #ddd;
    color:black;
    /*font-weight:bold;*/
    float:left;
}

.community-tile-shadow
{
    position:relative;
    border:1px dashed #aaa; 
    background-color:#eee;
    color:black;
    padding:15px 2px 2px 10px; 
    margin-right:10px;
    margin-bottom:10px; 
    width:270px; 
    height:85px;
    background-repeat:no-repeat;
    background-position:left;
    float:left;
}

.community-tile-shadow-title
{
    /*color:black;
    font-family:Arial Rounded MT Bold;
    font-size:24px;*/
}

.community-tile-link
{
    position:absolute;
    bottom:5px;
    right:5px;
    text-decoration:none;
    color:White;
    background-image:url(/Images/menubg.png);
    border:1px solid White;
    padding:5px;
    cursor:pointer;
}

.community-tile-link:hover
{
    background-image:none;
    text-decoration:none;
    background-image:url(/Images/data-content-button-or.png);
    color:#000;
}

.community-tile-link[disabled]
{
    background-color:#ddd;
    background-image:none;
    border:1px solid #ccc;
    padding:5px;
    cursor:default;
}

.category-tile
{
    border:1px solid #aaa; 
    background-color:#eee;
    color:Black;
    padding:15px 2px 2px 10px; 
    margin-right:10px;
    margin-bottom:10px; 
    width:270px; 
    height:85px;
    /*background-image:url(/Images/Icons/Large/group_Blue64.png);*/
    background-repeat:no-repeat;
    background-position:left;
}

.category-tile:hover
{
    background-image:url(/Images/tilehoverorange.png);
    background-repeat:repeat-x;
    border:1px solid #eee;
    color:black;
    /*font-weight:bold;*/
}

/* 
 *  Side Bar Menu Style
 *  -------------------------------------------------------------------------------------------------------
 *  
 *  
 */

.sidebarmenu
{
    /*width:275px;*/
    margin-left:5px;
}

.sidebarmenu ul
{
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.sidebarmenu li
{
    height: 25px;
    list-style: none;
    line-height: 26px;
    background: #38509f;
    border: 1px solid #ccc;
    border-bottom: none;
    position: relative;
    
    background: -moz-linear-gradient(top,  #38509f,  #132b63);
    background: -webkit-gradient(linear, left top, left bottom, from(#38509f), to(#132b63));
    background: linear-gradient(to bottom, #38509f, #132b63);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#38509f', endColorstr='#132b63',GradientType=0 );
}

.sidebarmenu li a
{
    width: 100%;
    color: #fff;
    padding: 0 10px;
    display: inline-block;
    text-decoration: none;
}

a.sidebarmenu-item-link:hover
{
    color: #000;
    background: #FF9900;
    background: -moz-linear-gradient(top,  #FFC266,  #FF9900);
    background: -webkit-gradient(linear, left top, left bottom, from(#FFC266), to(#FF9900));
    background: linear-gradient(to bottom, #FFC266, #FF9900);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFC266', endColorstr='#FF9900',GradientType=0 );
}

a.sidebarmenu-item-disabled,
a.sidebarmenu-item-disabled:hover
{
    color: #000;
    cursor: default;
    background: #e1e1e1;
}

.sidebarmenu-item-help
{
    position: absolute;
    top: 5px;
    right: 5px;
}

.sidebarmenu-item-dropdownimage
{
    position: absolute;
    top: 5px;
    right: 5px;
}

.sidebarmenu-item-dropdownlist .rmActive,
.sidebarmenu-item-dropdownlist .rmItem
{
    min-width: 300px !important;
}

/* 
 *  Search Form Style 
 *  -------------------------------------------------------------------------------------------------------
 *  
 *  
 */

.search-form  
{   
	margin: 0;
	padding: 0;
	width: 385px;
	height: 20px;
	border: none;
	position: relative;
	background: #eee;
	overflow: hidden;
}

/* Text Box */
.search-form  .search-textbox 
{
    top: 0;
    left: 0;
	border: none;
	width: 300px;
	height: 20px;
	position: absolute;
	background: #eee;
}

.search-form  .search-textbox:focus 
{
	outline: none;
	background: #fff;
}

/* Buttons */
.search-form .search-button, .search-form-reset
{
	padding: 0;
	width: 83px;
	height: 20px;
	border: none;
	outline: none;
	color: #FFFFFF;
	font-weight: bold;
	background: url(/Images/data-content-button-bl.png);
	
	background: -moz-linear-gradient(top,  #38509f,  #132b63);
    background: -webkit-gradient(linear, left top, left bottom, from(#38509f), to(#132b63));
    background: linear-gradient(to bottom, #38509f, #132b63);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#38509f', endColorstr='#132b63',GradientType=0 );
}

.search-form .search-button
{
    top: 0;
    right: 0;
	border: none;
	height: 20px;
	position: absolute;
}

.search-form .search-button:hover, .search-form .search-button:active, .search-form-reset:hover
{
	color: #000;
	background: url(/Images/data-content-button-or.png);
	
    background: -moz-linear-gradient(top,  #FFC266,  #FF9900);
    background: -webkit-gradient(linear, left top, left bottom, from(#FFC266), to(#FF9900));
    background: linear-gradient(to bottom, #FFC266, #FF9900);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFC266', endColorstr='#FF9900',GradientType=0 );
}

/* 
 *  Embedded Excel Grid Style 
 *  -------------------------------------------------------------------------------------------------------
 *  
 *  
 */

#EmbeddedExcelGridStyle .RadGrid
{
    border: none !important;
}

#EmbeddedExcelGridStyle .RadGrid:active,
#EmbeddedExcelGridStyle  .RadGrid:focus
{
    outline-style: none !important;
    -moz-outline-style: none !important;
}

#EmbeddedExcelGridStyle .rgEditRow
{
    background: none !important;
}

#EmbeddedExcelGridStyle .rgRow td,
#EmbeddedExcelGridStyle .rgAltRow td,
#EmbeddedExcelGridStyle .rgEditRow td
{
    border: 1px solid #CFD9E7 !important;
    padding-left: 0 !important;
    padding-right: 2px !important;
    padding-bottom: 0px !important;
    padding-top: 0px !important;
}

#EmbeddedExcelGridStyle .rgRow .singleSelect,
#EmbeddedExcelGridStyle .rgAltRow .singleSelect,
#EmbeddedExcelGridStyle .rgEditRow .singleSelect,
#EmbeddedExcelGridStyle .rgRow .doubleSelect,
#EmbeddedExcelGridStyle .rgAltRow .doubleSelect,
#EmbeddedExcelGridStyle .rgEditRow .doubleSelect
{
    border: 1px solid #01144E !important;
}

#EmbeddedExcelGridStyle .rgRow .doubleSelect,
#EmbeddedExcelGridStyle .rgAltRow .doubleSelect,
#EmbeddedExcelGridStyle .rgEditRow .doubleSelect
{
    background: #CDFFB1 !important;
}

#EmbeddedExcelGridStyle .rgRow input,
#EmbeddedExcelGridStyle .rgAltRow input,
#EmbeddedExcelGridStyle .rgEditRow input
{
    background: none transparent;
    height: 100%;
    border: 0;
}

#EmbeddedExcelGridStyle .AnswerDeleteStyle 
{
    color:Black !important ;
    text-decoration:none;
    padding-left:10px;
}

#EmbeddedExcelGridStyle .orderWidth input 
{
    width:30px;
}

#EmbeddedExcelGridStyle .answerText input 
{
    width:300px;
}

/* 
 *  Context Menu Style
 *  -------------------------------------------------------------------------------------------------------
 *  
 *  
 */

.fe-context-menu
{
    z-index: 4900 !important; /* keep context menu underneath pop windows, which have a z index of 5001 */
}

.fe-context-menu .rmText
{
    font-size: 0.9em;
}

.fe-context-menu .rmDisabled
{
    color: #aaa !important;
    background-color: transparent !important;
}

.fe-context-menu .rmItem, 
.fe-context-menu .rmFirst, 
.fe-context-menu .rmLast
{
    margin: 2px !important;
    border: 1px solid transparent !important;
}

.fe-context-menu .rmItem:hover, 
.fe-context-menu .rmFirst:hover, 
.fe-context-menu .rmLast:hover
{
    color: #0f3789;
    cursor: default !important;
    background-color: #e7f1ff !important;
    border: 1px solid #bcd2f1 !important;/*
    background-color: #FFC266 !important;
    border: 1px solid #FF9900 !important;*/
    
}

.fe-context-menu .rmSeparator:hover
{
    background-color: transparent !important;
    border: 1px solid transparent !important;
}

/* 
 *  RadAsync Upload Customized Input Style
 *  -------------------------------------------------------------------------------------------------------
 *  
 *  
 */

/* Update User Avatar */
#DivUpdateUserAvatar .RadUpload input.ruFakeInput {
    display: none;
}
#DivUpdateUserAvatar .RadUpload input.ruBrowse {
    width: 115px;
}
#DivUpdateUserAvatar .RadUpload input.ruButton {
    margin: 0;
    background-position: 0 -46px;
}
#DivUpdateUserAvatar .RadUpload input.ruButtonHover {
    background-position: 100% -46px;
}

/* Upload in Grid */
/*#DivUploadInGridSmall .RadUpload .ruBrowse
{
    background-image: url('/Images/Icons/Small/Arrow_Up_Green.png') !important;
}
#DivUpdateUserAvatar .RadUpload input.ruFakeInput {
    display: none;
}*/
#DivUploadInGrid .RadUpload input.ruFakeInput {
    display: none;
}
#DivUploadInGrid .RadUpload input.ruBrowse {
    width: 115px;
    background-position: 0 -46px;
}
#DivUploadInGrid .RadUpload input.ruButton {
    margin: 0;
    background-position: 0 -46px;
}
#DivUploadInGrid .RadUpload input.ruButtonHover {
    background-position: 100% -46px;
}
/*#DivUploadInGridSmall div.RadUpload .ruBrowse, div.RadUpload .ruBrowse .ruButtonHover
{
    background-image: url('../Images/Image.jpg') !important;
    background-position: 0 -23px !important;
    height: 24px !important;
    width: 150px !important;
}*/

/*
#RadAsyncUploadPicture. RadUpload_Default .ruButton
  {         
           /*it is an example URL
       background-image: url('/Images/Icons/Small/Arrow_Up_Green.png');
  }*/

/* 
 *  Button Style
 *  -------------------------------------------------------------------------------------------------------
 *  
 *  
 */ 

.fe-small-button
{
    width: 16px;
    height: 16px;
}

.fe-medium-button
{
    width: 24px;
    height: 24px;
}

.fe-large-button
{
    width: 64px;
    height: 64px;
}

.fe-button,
.fe-upload-trigger,
.fe-upload-trigger-hover
{
    color: #fff;
    padding: 2px 20px;
    list-style: none;
    line-height: 26px;
    background: #38509f;
    background-repeat: repeat-x;
    border: 1px solid #ccc;
    
    background: -moz-linear-gradient(top,  #38509f,  #132b63);
    background: -webkit-gradient(linear, left top, left bottom, from(#38509f), to(#132b63));
    background: -o-linear-gradient(top, #38509f, #132b63);
    background: linear-gradient(to bottom, #38509f, #132b63);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#38509f', endColorstr='#132b63',GradientType=0);
}

.fe-button:hover,
.fe-upload-trigger:hover,
.fe-upload-trigger-hover
{
    color: #000;
    background: #FF9900;
    
    background: -moz-linear-gradient(top,  #ffc266,  #ff9900);
    background: -webkit-gradient(linear, left top, left bottom, from(#ffc266), to(#ff9900));
    background: -o-linear-gradient(top, #ffc266, #ff9900);
    background: linear-gradient(to bottom, #ffc266, #ff9900);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffc266', endColorstr='#ff9900',GradientType=0);
}

.fe-button[disabled],
.fe-upload-trigger[disabled]
{
    border:1px solid #aaa;
    background:#ccc;
    cursor:default;
    filter:none;
    color:#999;
}

.gray-button
{
    text-decoration:none;
    background-color:#ddd;
    color:#000;
    border:1px solid White;
    padding:5px;
}

.gray-button:hover
{
    background-image:none;
    background-color:#bbb;
    color:#000;
    cursor:pointer;
}

.light-button
{
    color:White;
    text-decoration:none;
    background-color: #698ebe;
    background-image:none;
    border:1px solid White;
    padding:5px;
    cursor:pointer;
}

.light-button:hover
{
    background-color:transparent;
    background-image:url(/Images/data-content-button-or.png);
    color:#000;
}

.vertical-wizard-button-container-window
{
    min-width:180px;
    position:absolute;
    border:1px solid #ccc; /* to constrast the background color of the class .fe-window-body*/
    left: 610px; /* to appear outside and to the right of the class .window-wrapper-center */
}

/* 
 *  FE Tab Style
 *  -------------------------------------------------------------------------------------------------------
 *  
 *  
 */ 

.tab-container-dark
{
    height:35px;
    background: #666;
}

.tab-item-dark,
.tab-item-dark a
{
    float: left;
    color: #fff;
    cursor: default;
    background: #666;
    padding: 10px 0px;
    text-decoration: none;
    
    /*background: -moz-linear-gradient(top,  #999999,  #333333);
    background: -webkit-gradient(linear, left top, left bottom, from(#999999), to(#333333));
    background: linear-gradient(to bottom, #999999, #333333);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#999999', endColorstr='#333333',GradientType=0 );*/
}

.tab-item-dark:hover,
.tab-item-dark a:hover
{
    color: Black;
    cursor: default;
    background: #FF9900;
    text-decoration: none;
    
    background: -moz-linear-gradient(top,  #FFC266,  #FF9900);
    background: -webkit-gradient(linear, left top, left bottom, from(#FFC266), to(#FF9900));
    background: linear-gradient(to bottom, #ffc266, #ff9900);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFC266', endColorstr='#FF9900',GradientType=0 );
}

.tab-item-selected,
.tab-item-selected:hover,
.tab-item-selected a
{
    float: left;
    color: Black;
    cursor: default;
    padding: 10px 0px;
    background: #FF9900;
    text-decoration: none;
    
    background: -moz-linear-gradient(top,  #FFC266,  #FF9900);
    background: -webkit-gradient(linear, left top, left bottom, from(#FFC266), to(#FF9900));
    background: linear-gradient(to bottom, #ffc266, #ff9900);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFC266', endColorstr='#FF9900',GradientType=0 );
}

/* 
 *  FE File Input Style
 *  -------------------------------------------------------------------------------------------------------
 *  
 *  
 */ 

.file-input-container
{
    position:relative;
}

.file-input
{
    position:relative;
    width:83px;
    height:28px;
    z-index:1101;
    vertical-align:top;
    cursor:pointer;
    opacity:0;
    -moz-opacity:0;
    filter: alpha(opacity=00);
}

.file-input-trigger
{
    left:0px;
    z-index:1100;
    position:absolute;
    
    text-decoration:none;
    color:White;
    background-image:url(/Register/Images/menubg.png);
    border:1px solid White;
    padding:5px 5px;
    cursor:pointer;
}

.file-input-trigger-hover
{
    left:0px;
    z-index:1100;
    position:absolute;
    
    text-decoration:none;
    color:Black;
    background-image:url(/Register/Images/data-content-button-or.png);
    border:1px solid White;
    padding:5px 5px;
    cursor:pointer;
}

.file-input-trigger-disabled
{
    width:83px;
    position:absolute;
    left:0px;
    z-index:1102;
    
    text-decoration:none;
    color:Black;
    background-color:#ddd;
    background-image:none;
    border:1px solid #ccc;
    padding:5px 5px;
    cursor:default;
}

.fe-upload
{
    display:inline;
    position:relative;
}

.fe-upload-input
{
    width:83px;
    height:24px;
    z-index:101;
    cursor:default;
    position:relative;
    vertical-align:top;
    opacity:0;
    -moz-opacity:0;
    filter: alpha(opacity=00);
}

.fe-upload-trigger,
.fe-upload-trigger-hover
{
    left:0px;
    z-index:100;
    position:absolute;
}

/* 
 *  FE Table Style
 *  -------------------------------------------------------------------------------------------------------
 *  
 *  
 */ 
 
.form-table
{
    display:table;
    position:relative;
    border-left:1px solid #cecece;
    border-right:1px solid #cecece;
}
 
.form-table-header
{
    color:#fff;
    position:relative;
    padding:7px 20px;
    background: #38509f;
    background-repeat: repeat-x;
    border:1px solid #cecece;
    
    background: -moz-linear-gradient(top,  #38509f,  #132b63);
    background: -webkit-gradient(linear, left top, left bottom, from(#38509f), to(#132b63));
    background: -o-linear-gradient(top, #38509f, #132b63);
    background: linear-gradient(to bottom, #38509f, #132b63);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#38509f', endColorstr='#132b63',GradientType=0);
    border-radius:5px 5px 0 0;
}
 
.form-table-header-title
{
    position:absolute;
    display:block;
    top:50%;
    height:20px;
    margin-top:-10px;
}

.form-table-row
{
    display:table-row;
    background:#f0f3f5;
}

.form-table-row-alternate
{
    display:table-row;
    background:#fff;
}

.form-table-header-background
{
    color: #000;
    background: #bdd9e7;
    background-repeat: repeat-x;
    
    background: -moz-linear-gradient(top,  #ddf1fc,  #a8dbf6);
    background: -webkit-gradient(linear, left top, left bottom, from(#ddf1fc), to(#a8dbf6));
    background: -o-linear-gradient(top, #ddf1fc, #a8dbf6);
    background: linear-gradient(to bottom, #ddf1fc, #a8dbf6);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ddf1fc', endColorstr='#a8dbf6',GradientType=0);
}

.form-table-row-background
{
    background:#f0f3f5;
}

.form-table-row-alternate-background
{
    background:#fff;
}

.form-table-cell
{
    display:table-cell;
    padding:10px;
    width:300px;
}
 
.form-table-cell-text
{
    text-align:right;
    vertical-align:top;
}

table.fe-table
{
    width:100%;
    border-left:1px solid #e0e0e0;
    border-right:1px solid #e0e0e0;
}

tr.fe-table-row
{
    padding:0;
    background:#fff;
}

tr.fe-table-row:nth-child(odd) 
{
    background:#f0f3f5;
}

td.fe-table-cell
{
    padding:10px;
    vertical-align:middle;
    border-bottom:1px solid #e0e0e0;
}

td.fe-table-cell-image
{
    width:1%;
}

.form-table-footer
{
    padding:20px 10px;
    border:1px solid #cecece;
    border-top:none;
    text-align:center;
}

/* 
 *  FE Modal Style
 *  -------------------------------------------------------------------------------------------------------
 *  
 *  
 */ 
 
.modal-overlay
{
	position: absolute;
	display: none;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: black;
	z-index:6001;
	-moz-opacity: 0.4;
	opacity: .40;
	filter: alpha(opacity=40);
}

.modal-overlay-visible
{
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: black;
	z-index:6001;
	-moz-opacity: 0.4;
	opacity: .40;
	filter: alpha(opacity=40);
}

.modal-overlay-above
{
	position:relative;
	z-index:6002;
}

.modal-overlay-window
{
    position:absolute;
    display:none;
    padding:15px 5px;
    overflow:auto;
    top:25%;
    left:25%;
    width:50%;
    height:50%;
    z-index:6002;
    background-color:#ccc;
    /*border:1px solid #313131;*/
    -moz-box-shadow:0 0 30px 10px #333;
    -webkit-box-shadow:0 0 30px 10px #333;
    box-shadow:0 0 30px 10px #333;
}

.modal-overlay-window-close
{
    position:absolute;
    display:block;
    color:white;
    top:0px;
    right:0px;
    width:20px;
    height:20px;
    z-index:6003;
    text-align:center;
    line-height:20px;
    background-color:red;
    border:1px solid #aaa;
    /*-moz-border-radius:20px;
    -webkit-border-radius:20px;
    border-radius:20px;*/
    cursor:default;
    
    background: -moz-linear-gradient(top,  #ff3333,  #cc0000);
    background: -webkit-gradient(linear, left top, left bottom, from(#ff3333), to(#cc0000));
    background: -o-linear-gradient(top, #ff3333, #cc0000);
    background: linear-gradient(to bottom, #ff3333, #cc0000);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3333', endColorstr='#cc0000',GradientType=0);
}

.modal-overlay-window-close:hover
{
    background:red;
}

/* 
 *  FE Text Regions Style
 *  -------------------------------------------------------------------------------------------------------
 *  
 *  
 */ 
 
.fe-tool-tip
{
    max-width:300px;
    padding: 3px;
    display:none;
    position:absolute;
    font-size: 0.8em;
    font-family: "Trebuchet MS", Helvetica, sans-serif;
    text-align: left;
    border: 1px solid #335CAD;
    background-color: #CCD6EB;
    z-index: 3010;
}

.fe-tool-tip-dynamic-light
{
    display:none;
    border:1px solid #999;
    background-color:#ff9;
    width:350px;
    height:150px;
    font:.8em arial, helvetica, sans-serif;
    padding:5px;
    position:absolute;
    overflow:auto;
    -moz-box-shadow:0 0 12px 2px #111;
    -webkit-box-shadow:0 0 12px 2px #111;
    box-shadow:0 0 12px 2px #111;
}

.fe-hint
{
    padding: 3px;
    margin: 5px 0;
    display: block;
    text-align: left;
    font-style: italic;
    font-family: "Trebuchet MS", Helvetica, sans-serif;
    border: 1px solid #335CAD;
    background-color: #CCD6EB;
}

.fe-hint:before
{
    padding-right: 7px;
    content: url('/Images/Icons/Small/Information.png');
}

/* 
 *  FE Text Box Style
 *  -------------------------------------------------------------------------------------------------------
 *  
 *  
 */ 

.fe-textbox
{ 
    width: 270px;
    background-color: #fefefe;
    background-repeat: no-repeat;
    padding: 10px 10px 10px 20px;
    border: 1px solid #CCC;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0 1px 1px #ccc inset, 0 1px 0 #fff;
    -webkit-box-shadow: 0 1px 1px #CCC inset, 0 1px 0 #fff;
    box-shadow: 0 1px 1px #CCC inset, 0 1px 0 #fff;
}

.fe-textbox:focus
{ 
    background-color: #FFF; 
    border-color: #E8C291; 
    outline: none; 
    -moz-box-shadow: 0 0 0 1px #e8c291 inset; 
    -webkit-box-shadow: 0 0 0 1px #E8C291 inset; 
    box-shadow: 0 0 0 1px #E8C291 inset; 
} 

.fe-textbox-window
{ 
    width: 270px;
    background-color: #fefefe;
    background-repeat: no-repeat;
    padding: 10px 10px 10px 20px;
    border: 1px solid #CCC;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0 1px 1px #ccc inset, 0 1px 0 #ddd;
    -webkit-box-shadow: 0 1px 1px #CCC inset, 0 1px 0 #ddd;
    box-shadow: 0 1px 1px #CCC inset, 0 1px 0 #ddd;
}

.fe-textbox-window:focus
{ 
    background-color: #FFF; 
    border-color: #E8C291; 
    outline: none; 
    -moz-box-shadow: 0 0 0 1px #e8c291 inset; 
    -webkit-box-shadow: 0 0 0 1px #E8C291 inset; 
    box-shadow: 0 0 0 1px #E8C291 inset; 
} 

/* 
 *  FE Drop Down Menu Style
 *  -------------------------------------------------------------------------------------------------------
 *  
 *  
 */ 
 
 .fe-dropdownmenu
 {
    background-color: #fefefe;
    padding: 5px;
    min-width: 200px;
    border: 1px solid #CCC;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
 }
 
 .fe-dropdownmenu option
 {
    background-color: #FFF; 
 }

/* 
 *  FE Radio Button Menu Style
 *  -------------------------------------------------------------------------------------------------------
 *  
 *  
 */ 

.fe-radiobutton input[type=radio]
{
    display:none; 
    /*margin:10px;*/
}
 
.fe-radiobutton input[type=radio] + label
{
    border-left: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #b3b3b3;
    display:inline-block;
    padding: 4px 12px;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 20px;
    color: #333;
    text-align: center;
    text-shadow: 0 1px 1px rgba(255,255,255,0.75);
    vertical-align: middle;
    background-color: #f5f5f5;
    background-repeat: repeat-x;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    background-image: linear-gradient(to bottom,#fff,#e6e6e6);
    margin-left: -2px;
    margin-right: -2px;
    margin-top: -2px;
}

.fe-radiobutton input[type=radio]:checked + label
{ 
    outline: 0;
    background-image: none;
    background-color:#FF9900;
    -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,0.15),0 1px 2px rgba(0,0,0,0.05);
    -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,0.15),0 1px 2px rgba(0,0,0,0.05);
    box-shadow: inset 0 2px 4px rgba(0,0,0,0.15),0 1px 2px rgba(0,0,0,0.05);
    text-shadow:none;
}

/*
 *  =======================================================================================================
 *  End
 *  
 *  
 *  
 */ 

.toolbar-lightblue
{
    position:relative;
    background-image:url(/Images/toolbar-lightblue.png);
    background-repeat:repeat-x;
    height:36px;
    padding-left:10px;
    color:White;
}

.innertoolbar-vertical-align-middle
{
    position:absolute;
    top:50%;
    height:36px;
    margin-top:-10px;
}

.topic-discussion
{
    text-decoration:none;
    color:White;
    background-image:url(/Images/menubg.png);
    border:1px solid White;
    padding:4px;
    cursor:pointer;
    margin-left:5px;
}

.topic-discussion:hover
{
    background-image:none;
    text-decoration:none;
    background-image:url(/Images/data-content-button-or.png);
    color:#000;
}

div#topic-div-discussion a
{
    color:White;
}

div#topic-div-discussion a:hover
{
    color:Black;
}

.ImprovementPlanRadioButton label
{
    margin-right:25px;
}

.RadWindow .rwStatusbarRow 
{
    display:none;
}

.info-div
{
    color:#222;   
}

.my-activities-header
{
    position:relative;
    background-image:url(/Images/toolbar-lightblue.png);
    height:36px;
    color:White;
    padding-left:10px;
    /*padding-right:10px;*/
}

.my-activities-header-item
{
    position:absolute;
    top:50%;
    height:26px;
    margin-top:-13px;
}

.my-activities-preferences
{
    border:1px solid #ccc;
    border-top:none;
    background-color:#fff;
    padding:10px;
    display:none;
}

a.fe-normal-link
{
    text-decoration:none;
    color:White;
    background-image:url(/Images/menubg.png);
    border:1px solid White;
    padding:5px;
}

a.fe-normal-link:hover
{
    background-image:url(/Images/data-content-button-or.png);
    color:#000;
}

.submitted-category-status
{
    color:#ff8c00;
    margin-left:10px;
}

.reToolZone
{
    display:none;
}

.outer-config-container
{
    padding:7px;
    position:relative;
    background-color:#eee;
}

.inner-config-container
{
    padding:7px;
    position:relative;
    background-color:#fff;
    border:1px solid #ddd;
}

.inner-config-container-button
{
    float: right;
}

.draft-item
{
    background-color:Red;
    color:White;
    padding:3px;
    font-weight:bold;
    font-variant:small-caps;
}

#DivReadOnlyEditor .reToolbarWrapper
{
    display:none;
}

div.RadToolBar .rtbUL
{
    width: 100%;
    white-space: normal;
}

div.RadToolBar .rightButton
{
    float: right;
}

div.RadToolBar .leftButton
{
    float: left;
}

div.RadToolBar .textVerticalAlign
{
    line-height: 30px;
}

div.RadToolBar .buttonVerticalAlign
{
    margin-top: 3px !important;
}

div.RadToolBar .searchFormVerticalAlign
{
    margin-top: 3px !important;
}

div.RadToolBar .searchFormRightMargin
{
    margin-right: 7px !important;
}

.helpButtonVerticalTop
{
    vertical-align:top;
}

.category-admin-content
{
    background-color: #ccc;
}

.successful-message-white
{
    background-image:url(/Images/Icons/Medium/check.png);
    background-position:5px 5px;
    background-repeat:no-repeat;
    padding: 10px 10px 10px 40px;
    color:White;
    font-weight:bold;  
    border:1px solid green;  
}

div#score-card-question .reToolCell
{
    display:none !important;
}

div#score-card-question .reWrapper
{
    border: 0 !important;
}

.login-option-label label
{
    padding-left:10px;
}
}

.modify-licensed-content-title-bar
{
    background: #698ebe;
    height:25px; 
    padding-top:10px; 
    padding-left:10px; 
    color:White;
    white-space: nowrap;
    overflow: hidden;
}

.edit-score-card-tab-content
{
    padding:5px; 
    background-color:white; 
    border:1px solid #CFCFCF;
}

.edit-score-card-header
{
    margin-bottom:5px; 
    background-color:#C0C0C0; 
    padding:4px;
}

.ajax-loading-panel
{
    background: #000 url(/Images/loading.gif) center center no-repeat;
}

.upload-in-grid-control-container
{
    width: 150px;
    padding: 2px;
    position: relative;/*
    overflow: hidden;
    background-color: #ddd;
    border: 1px solid #ccc;*/
}

.upload-in-grid-content-container
{
    width: 150px;
    padding: 3px;
    position: relative;
    overflow: hidden;
    background-color: #eee;
    border: 1px solid #ccc;
    /*border-bottom:none;*/
}

.upload-in-grid-upload
{
    width:115px !important;
}

.upload-in-grid-content
{
}

.avatar-image
{
    max-width:80px;
}

#menu-handle {
    cursor: pointer;
}
#menu-handle.expanded {
    transform: rotate(-90deg);
    left: -5px;
}
#menu-handle.collpased {
    transform: rotate(90deg);
    left: 5px;
}

.flex-parent {
    display: flex;
    flex-direction: column;
}

.flex-autogrow {
    flex: 1 1 auto;
}

.flex-fix-updatepanelinline span {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
}

.main-color {
    color: #334a7c;
}

[data-cat-id] .node-menu {
    opacity: 0;
    margin-left: 10px; 
    font-size: 1.5em; 
    cursor: pointer;
}

[data-cat-id]:hover .node-menu {
    opacity: 1;
}
