﻿.BrandedButtonParent
{
      position:relative;
      padding: 0px 0px 0px 0px;
      margin-left:15px;
      border: 0 none;
}

.BrandedButton
{
    float:left;
      width: 100%;
      margin: 0px 0px 0px 0px;
      padding: 0px 0px 0px 0px;
      background-repeat: repeat; 
      position: absolute; top: 0; left: 0;       
      line-height:100%; height: 29px;
      text-align: center;
      background : none;
      color:#ffffff;
      font-weight: bold;
      font-size: 14px;
      border: 0 none;
      z-index: 5;
      border-radius: 4px;
      box-shadow: 1px 2px 1px, inset 1px 1px 0px;
      behavior: url(/Scripts/PIE/PIE.htc);
}

.BrandedButton.BrandedButtonSmall
{
    height: 25px;
    font-size: 12px;
}

.BrandedButtonDefault
{
    -webkit-box-shadow: 1px 2px 1px #393939, inset 1px 1px 1px #C6C6C6;
    -moz-box-shadow: 1px 2px 1px #393939, inset 1px 1px 1px #C6C6C6;
    box-shadow: 1px 1px 1px #393939, inset 1px 1px 1px #C6C6C6;
    background: #636363;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#969696), to(#303030 ));
    background: -webkit-linear-gradient(to bottom, #969696, #7C7C7C 10%, #494949 90%, #303030 100%);
    background: -moz-linear-gradient(to bottom, #969696, #7C7C7C 10%,#494949 90%,  #303030 100%);
    background: -ms-linear-gradient(to bottom, #969696, #7C7C7C 10%, #494949 90%, #303030 100%);
    background: -o-linear-gradient(to bottom, #969696, #7C7C7C 10%,#494949 90%,  #303030 100%);
    background: linear-gradient(to bottom, #969696, #7C7C7C 10%,#494949 90%,  #303030 100%);
    -pie-background: linear-gradient(#969696, #7C7C7C 10%,#494949 90%,  #303030 100%);
}

.BrandedButton.BrandedButtonDefault.BrandedButtonDisabled
{
    -webkit-box-shadow: 1px 2px 1px #393939, inset 1px 1px 1px #C6C6C6;
    -moz-box-shadow: 1px 2px 1px #393939, inset 1px 1px 1px #C6C6C6;
    box-shadow: 1px 1px 1px #393939, inset 1px 1px 1px #C6C6C6;
    background: #636363;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#E8E8E8), to(#B0B0B0 ));
    background: -webkit-linear-gradient(to bottom, #E8E8E8, #C5C5C5 10%, #BABABA 90%, #B0B0B0 100%);
    background: -moz-linear-gradient(to bottom, #E8E8E8, #C5C5C5 10%,#BABABA 90%,  #B0B0B0 100%);
    background: -ms-linear-gradient(to bottom, #E8E8E8, #C5C5C5 10%, #BABABA 90%, #B0B0B0 100%);
    background: -o-linear-gradient(to bottom, #E8E8E8, #C5C5C5 10%,#BABABA 90%,  #B0B0B0 100%);
    background: linear-gradient(to bottom, #E8E8E8, #C5C5C5 10%,#BABABA 90%,  #B0B0B0 100%);
    -pie-background: linear-gradient(#E8E8E8, #C5C5C5 10%,#BABABA 90%,  #B0B0B0 100%);
}


/*
USING GRADIENTS

To calculate "good" values for the button gradient, use the Lightness calculator from http://serennu.com/colour/colourcalculator.php.
1) Plug in the target color, then find it (or the closest point) in the lightness spread.
2) Put +5% lightness (one box down) at the 10% gradient and -5% (one box up) at the 90% gradient. 
3) Put the +10% for 0-10% and -10% for 90-100%. 
4) Set the bottom shadow to 20% lightness (4th from the top) and the top to 80% (4th up from the bottom).  

*/

.BrandedButtonThemed
{
    -webkit-box-shadow: 1px 2px 1px #A17341;
    -moz-box-shadow: 1px 2px 1px #A17341;
    box-shadow: 1px 2px 1px #A17341, inset 1px 1px 0px #FDDBB7;
    background: #F3A24A;
    
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#F9D3A9), to(#C96F0D ));
    background: -webkit-linear-gradient(to bottom, #F6BA79, #F3A249 20%,  #C96F0D 100%);
    background: -moz-linear-gradient(to bottom, #F6BA79, #F3A249 20%,  #C96F0D 100%);
    background: -ms-linear-gradient(to bottom, #F6BA79, #F3A249 20%,  #C96F0D 100%);
    background: -o-linear-gradient(to bottom, #F6BA79, #F3A249 20%,  #C96F0D 100%);
    background: linear-gradient(to bottom, #F6BA79, #F3A249 20%,  #C96F0D 100%);
    -pie-background: linear-gradient(#F6BA79, #F3A249 20%,  #C96F0D 100%);
}

.BrandedButton.BrandedButtonThemed.BrandedButtonDisabled
{
    -webkit-box-shadow: 1px 2px 1px #D9C7B3, inset 1px 1px 1px #FEF1E2;
    -moz-box-shadow: 1px 2px 1px #D9C7B3, inset 1px 1px 1px #FEF1E2;
    box-shadow: 1px 1px 1px #D9C7B3, inset 1px 1px 1px #FEF1E2;
    background: #FBDAB7;
}

.BrandedCloseButton 
{
	-moz-box-shadow: 1px 1px 10px 1px #8b8b8b;
	-webkit-box-shadow: 1px 1px 10px 1px #8b8b8b;
	box-shadow: 1px 1px 10px 1px #8b8b8b;
	background:-moz-radial-gradient(circle, #f5a34b 5%, #d08c43 100%);
	background:-webkit-radial-gradient(circle, #f5a34b 5%, #d08c43 100%);
	background:-o-radial-gradient(circle, #f5a34b 5%, #d08c43 100%);
	background:-ms-radial-gradient(circle, #f5a34b 5%, #d08c43 100%);
	background:radial-gradient(circle, #f5a34b 5%, #d08c43 100%);
	background-color:#f5a34b;
	-moz-border-radius:42px;
	-webkit-border-radius:42px;
	border-radius:42px;
	border:3.5px solid #d2d2d2;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:'Droid Sans', Verdana, Arial, Sans;
	font-size:15px;
    behavior: url(/Scripts/PIE/PIE.htc);
}
.BrandedCloseButton.modalDialog_contentDiv_closeButton
{
    top: -25px;
    right: -15px;
    height: 33px;
    width: 33px;
}

/*
.BrandedButtonDefault { background-image: url(../Button/ButtonSpritesGray.gif); }
.BrandedButtonDefaultDisabled { background-image: url(../Button/ButtonSpritesGrayDisabled.gif); }
.BrandedButtonDefaultSmall { background-image: url(../Button/ButtonSpritesGraySmall.gif); }
.BrandedButtonDefaultSmallDisabled { background-image: url(../Button/ButtonSpritesGraySmallDisabled.gif); }
.BrandedButtonOrange {background-image: url(../Button/ButtonSpritesOrange.gif);}
.BrandedButtonOrangeDisabled {background-image: url(../Button/ButtonSpritesOrangeDisabled.gif);}
.BrandedButtonOrangeSmall {background-image: url(../Button/ButtonSpritesOrangeSmall.png);}
.BrandedButtonOrangeSmallDisabled {background-image: url(../Button/ButtonSpritesOrangeSmallDisabled.png);}
*/
input::-moz-focus-inner /*Remove button padding in FF*/ 
{  
    border: 0; 
    padding: 0; 
} 
/*
input[disabled='disabled'].BrandedButtonText {
     color: #ffffff;
}
 
.BrandedButtonTextSmall
{
      position: absolute; top: 0; left: 0;       
      line-height:100%; height: 100%;
      text-align: center;
      background : none;
      color:#ffffff;
      font-weight: bolder;
      font-size: 12px;
      margin: 0px 0px 0px 0px;
      padding: 0px 0px 0px 0px;
      border: 0 none;
      z-index: 5;
}

input[disabled='disabled'].BrandedButtonTextSmall {
     color: #ffffff;
}
 */

.BrandedGrid
{
}

.BrandedGrid Table
{
    font-family: "Droid Sans", Verdana, Arial, Sans;
	color: #484848;
    border-spacing: 0;
}

.BrandedGrid A
{
    color: #295b62;
}

.BrandedGridHeader
{
    height: 40px;
    padding: 0px;
    color: #ffffff;
    background-color: #E7864A;
    font-weight: bold;
    font-size: 14px;
    padding-left: 4px;
    padding-right: 11px;
}

TH.BrandedGridHeader
{
    border-right: 1px solid #c9c9c9;
}

TH:last-child.BrandedGridHeader { 
  border-right: 0; 
} 


.BrandedGridHeader A, .BrandedGridHeader SPAN
{
    color: #ffffff;
    padding-top: 14px;
    display: block;
    text-decoration: none;
    font-weight: bold;
}

.BrandedGridHeader A:hover
{
    color: #dedddd;
    text-decoration: underline;
}

/*.EditFormHeader
{
    background-color: #ced9c1;
    color: #475c2c;
    height: 18px;
}

.EditFormButtonRow A { FONT-SIZE: 12px; COLOR: darkgreen }

.EditFormHeader TD { FONT-WEIGHT: bold; FONT-SIZE: 12px; PADDING-TOP: 4px; TEXT-ALIGN: center }*/

.BrandedGridItem
{
    height: 30px;
    padding-left: 4px;
    font-size: 12px;
	color: #484848;
}

.BrandedGridAltItem 
{
    background-color: #dedddd;
}

.BrandedGridItem TD
{
    border-right: 1px solid #c9c9c9;
}

.BrandedGridItem TD:last-child
{
    border-right: 0;
}

.FooterStyle
{
    height: 6px;
    line-height: 4px;
    font-size: 0px;
}

.FooterStyle TD
{
    border-right: 1px solid #c9c9c9;
}

.FooterStyle TD:last-child
{
    border-right: 0;
}

.BrandedGridEditItem
{
    padding-left: 4px;
    background-color: #eef2ea;
}

.BrandedGridSelectedItem
{
    height: 27px;
    padding-left: 4px;
    background-color: #eef2ea;
}

.BrandedGridPager
{
    height: 46px;
    padding-top:5px;
    padding-left: 11px;
    background-color: white;
    vertical-align: top;
    color: #b79ea9;
    font-weight: bold;
}

.BrandedGridPager div
{
    float:left;
}

.BrandedGridPager A
{
    color: #b79ea9;
}

.BrandedGridPager img
{
    margin:0 5px;
}

.BrandedPanel { 
    background:#FFFFFF; 
    margin-top:10px; 
    margin-left: 30px;
    margin-bottom:20px; 
    float:left; 
    position: relative;
    font-size: 14px;
}

.BrandedPanelHeader
{
    font-size: 24px;
	font-weight: bold;
	float: left;
}
.BrandedPanelHeaderWithWhiteFont
{
    font-size: 20px;
	font-weight: bold;
	float: left;
	color: White;
	
    position:relative; 
     left:-3px; 
    
}
.BrandedPanelSubHeader
{
    font-size: 18px;
	font-weight: bold;
	float: left;
	padding-bottom: 5px;
}

.ReportWidgetSubHeader
{
    float:left;
    font-size: 11px;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #f3f4f7;
	color:#666;
	width:100%;
	text-align: center;
}

.BrandedPanelSubHeaderWithWhiteFont
{
    font-size: 18px;
	font-weight: bold;
	float: left;
	padding-top:10px;
	padding-bottom: 10px;
	color: White;
}

.BrandedPanelTextFormat
{
	font-size: 14px;
}

.BrandedPanelDivider
{
    background:url(../Background/silverdivider.png) repeat-x;
	float: left;
	width: 100%;
}

.BrandedPanelAdvancedSearch
{
    background:url(../Panel/hideAdvancedOptionsSilverBg.png) repeat-x;
	float: left;
	width: 100%;
}

.BrandedPanelAdvancedSearch img
{
    border: 0px;
}

.BrandedPanelElementHeader
{
    float: left; 
	width: 100%; 
	margin-top: 5px;
	font-size: 12px;
	display: table-row;
	clear: both;
}

.BrandedPanelElement
{
    float: left; 
	width: 100%; 
	margin-bottom: 5px;
	margin-top: 5px;
	padding-bottom: 5px;
	font-size: 12px;
	display: table-row;
	clear: both;
	line-height:20px;
}

.BrandedPanelElement table
{
    border-collapse: collapse; 
    border-spacing: 0;
    padding: 0;
    width:100%;
}

.BrandedPanelElement td
{
	padding-bottom: 5px;
	padding-top: 5px;
}

.BrandedPanelElement input
{
    vertical-align:middle;
}

.BrandedPanelAdvancedSearchFormElement
{
    float: left; 
	width: 100%; 
	margin-bottom: 5px;
	margin-top: 5px;
	padding-bottom: 5px;
	white-space: nowrap;
}

.BrandedPanelAdvancedSearchButtons
{
    width: 230px;
	float: right;
	padding: 0 0px 0;
}

.BrandedPanelSaveCancelButtonsTop
{
    width: 250px;
	float: right;
	padding: 10px 0 0 0;
}

.BrandedPanelButtons
{
	float: right;
	padding: 0 0 5px 0;
}

.BrandedPanelSaveCancelButtons
{
    width: 250px;
	float: right;
	padding: 0 0 10px 0;
}

.BrandedPanelButtons
{
	float: right;
	padding: 0 0 5px 0;
}

.BrandedPanelBorder_tr { 
    background:url(../Panel/SpriteWhite_tr.png); 
    position:absolute; 
    top:-20px; right:-40px; 
    background-position: top right;
    width:40px; 
    height:20px; 
} 

.BrandedPanelBorder_tl { 
    background:url(../Panel/SpriteWhite_tl.png); 
    position:absolute; 
    top:-20px; left:-40px; 
    background-position: top left;
    width: 40px;
    height:20px; 
}  

.BrandedPanelBorder_t { 
    background:url(../Panel/SpriteWhite_t.png) repeat-x; 
    position:absolute; 
    top:-20px; left:0; 
    background-position: top left;
    width:100%; 
    height:20px; 
} 

.BrandedPanelBorder_l { 
    background:url(../Panel/SpriteWhite_l.png) repeat-y; 
    position:absolute; 
    top:0px; left:-40px; 
    background-position: top left;
    width:40px; 
    height:100%; 
} 

.BrandedPanelBorder_r { 
    background:url(../Panel/SpriteWhite_r.png) repeat-y; 
    position:absolute; 
    top:0; right:-40px; 
    background-position: top right;
    width:40px; 
    height:100%; 
} 

.BrandedPanelBorder_b1  
{
    background: none;
    position:absolute; 
    bottom:-40px; left:130px;
    width: 100%;
} 

.BrandedPanelBorder_b2 { 
    background:url(../Panel/SpriteWhite_b.png) repeat-x;
    background-position: bottom left;
    margin-right: 260px;
    height:40px; 
} 


.BrandedPanelBorder_br { 
    background:url(../Panel/SpriteWhite_br.png); 
    background-position: right bottom;
    position:absolute; 
    bottom:-40px; right:-40px; 
    background-position: bottom right;
    width:170px; 
	height: 40px; 
} 

.BrandedPanelBorder_bl { 
    background:url(../Panel/SpriteWhite_bl.png); 
    position:absolute; 
    bottom:-40px; left:-40px; 
    background-position: bottom left;
    width:170px;
	height: 40px; 
} 


.BrandedPanel .RadListBox span.rlbText 
{ 
    font-family: "Droid Sans", Verdana, Arial, Sans !important;
}

.TabPanelBorder_tr { 
    background:url(../Panel/TabSprite_tr.png); 
    position:absolute; 
    top:-20px; right:-20px; 
    background-position: top right;
    width:40px; 
    height:20px; 
} 

.TabPanelBorder_tl { 
    background:url(../Panel/TabSprite_tl.png); 
    position:absolute; 
    top:-20px; left:-20px; 
    background-position: top left;
    width: 40px;
    height:20px; 
}  

.TabPanelBorder_t { 
    background:url(../Panel/TabSprite_t.png) repeat-x; 
    position:absolute; 
    top:-20px; left:0; 
    background-position: top left;
    width:100%; 
    height:20px; 
} 

.TabPanelBorder_l { 
    background:url(../Panel/TabSprite_l.png) repeat-y; 
    position:absolute; 
    top:0px; left:-20px; 
    background-position: top left;
    width:40px; 
    height:100%; 
} 

.TabPanelBorder_r { 
    background:url(../Panel/TabSprite_r.png) repeat-y; 
    position:absolute; 
    top:0; right:-20px; 
    background-position: top right;
    width:40px; 
    height:100%; 
} 

.TabPanelBorder_b1  
{
    background: none;
    position:absolute; 
    bottom:-20px; left:130px;
    width: 100%;
} 

.TabPanelBorder_b2 { 
    background:url(../Panel/TabSprite_b.png) repeat-x;
    background-position: bottom left;
    margin-right: 260px;
    height:20px; 
} 


.TabPanelBorder_br { 
    background:url(../Panel/TabSprite_br.png); 
    background-position: right bottom;
    position:absolute; 
    bottom:-20px; right:-20px; 
    background-position: bottom right;
    width:170px; 
	height: 20px; 
} 

.TabPanelBorder_bl { 
    background:url(../Panel/TabSprite_bl.png); 
    position:absolute; 
    bottom:-20px; left:-20px; 
    background-position: bottom left;
    width:170px;
	height: 20px; 
} 


.rmpHiddenView { display: none; } 

.rtsSelected 
{
	 background-color: #E7864A;
	 color: White;
}

/*
Side Navigation 
-------------------------------------
These classes are used to decorate the side navigation
content on the Master page.
-------------------------------------
*/
.SideBarNav
{
	float:left;
    color: #fff;
    font-weight: normal;
 	background-color: #efefef;
	margin-left: 17px;
	width: 200px
}

.SideBarNav .SideBarHdr
{
    text-align: left;
    /* •	Header row: border-top: 1px, solid, #fff; shadow-right: 1px, 3px spread, 15% opacity; */
    font-size:14pt;
    background-color: #E7864A;
    border-top: 1px solid #fff; 
    box-shadow: 2px 0 0 2px;
    opacity: 15;
    width: 195px;
    height: 40px;
}

.SideBarNav .SideBarHdr label
{
    margin: 0 2 0 5px;
}

.SideBarNav .SideBarItem
{
    /*•	White row: color: #fff; border-bottom: 1px, solid, #e6e6e6; shadow-right: 1px, 3px spread, 15% opacity;*/
    font-size:12pt;
    /* color: #e46c0a; */
    text-align: left;
    background-color: #fff;
    border-bottom: 1px solid #e6e6e6; 
    box-shadow: 2px 0 0 2px;
    opacity: 15;
    height: 40px;
}

.SideBarNav .SideBarItem label
{
    margin: 0 0 0 5px;
    padding: 0;
    color: #e46c0a;
    text-align: left;
}

.SideBarNav .SideBarAlt
{
    background-color: #fff7e3;
}

.SideBarNav A
{
    margin: 0 0 0 5px;
}

.SideBarNav A:link    {
    text-decoration:    none;
	color: #484848;
}

.SideBarNav A:visited {
    text-decoration:    none;
	color: #484848;
}

.SideBarNav A:active  {
    text-decoration:    none;
	color: #484848;
}

.SideBarNav A:hover   {
    text-decoration:    underline;
	color: #484848;
}

.NoBorderImage
{
    outline-style:none;
    outline-width:0px;
}




/*-----------------------------
    Quadrant
    -----------------------------*/

    .quadrant-holder{
	    width: 100%;
	    padding: 0 0px 0px 0;
	    background-color: #f3f4f7;
	    border: 1px solid #DDD;
	    height:290px;
    }

    .report-box{
	    position: relative;
	    float: left;
	    margin: 5px 0 0 1.5%;
	    width: 188px;
	    height: 135px;
	    border: 1px solid #cfcfcf;
	    background-image: linear-gradient(bottom, rgb(227,227,227) 0%, rgb(252,252,252) 100%);
	    background-image: -o-linear-gradient(bottom, rgb(227,227,227) 0%, rgb(252,252,252) 100%);
	    background-image: -moz-linear-gradient(bottom, rgb(227,227,227) 0%, rgb(252,252,252) 100%);
	    background-image: -webkit-linear-gradient(bottom, rgb(227,227,227) 0%, rgb(252,252,252) 100%);
	    background-image: -ms-linear-gradient(bottom, rgb(227,227,227) 0%, rgb(252,252,252) 100%);
	    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FCFCFC', endColorstr='#E3E3E3');
	    background-color: #ECECEC;
	    -webkit-border-radius: 3px;
	    -moz-border-radius: 3px;
	    border-radius: 3px;
	    -webkit-box-shadow:  1px 1px 3px 0px rgba(0, 0, 0, .1);
        box-shadow:  1px 1px 3px 0px rgba(0, 0, 0, .1);

    }

    .report-box-inner{
	    position: relative;
	    display: block;
	    width: 100%;
	    height: 134px;
	    -webkit-border-radius: 3px;
	    -moz-border-radius: 3px;
	    border-radius: 3px;
	    border-top: 1px solid #FFF;
	    border-right: 1px solid #FFF;
    }

    .report-box .report-text{
	    position: absolute;
	    top: 42%;
	    font-size: 11px;
	    font-weight: bold;
	    color: #666;
	    text-align: center;
	    vertical-align: middle;
	    width: 80%;
	    margin: 0;
	    padding: 0 10%;
	    text-shadow: 1px 1px 1px #ffffff;
    }

    .report-box .btn-close{
	    position: absolute;
	    display: block;
	    top: 1%;
	    right: 5px;
	    width: 21px;
	    height: 21px;
	    background: url(../Button/sprite.png);
	    background-position: 0 0;
	    cursor: pointer;
    }

    .report-box .btn-close:hover{
	    background-position: 0 -21px;
    }

    /*-----------------------------
    Inactive State
    -----------------------------*/

    .inactive.report-box{
	    background-image: none;
	    background-color: #d9d9d9;
	    border: 1px solid #d9d9d9;
	    -webkit-box-shadow: none;
        box-shadow: none;
        filter: none;
    }

    .inactive.report-box .report-box-inner{
	    width: 100%;
	    height: 135px;
	    border: none;
    }
    .inactive.report-box h2{
	    color: #b2b2b2;
	    text-shadow: none;
    }

    /*-----------------------------
    Clear Floats
    -----------------------------*/

    .clear{
	    clear: both;
	    height: 0;
	    width: 0;
    }
        
        
.box {border:2px solid #ECECEC; height:350px; overflow:hidden; }
    .WidgetSubHeader {background:#ECECEC;color:black;padding:5px; }
    .box p {color:#333; margin: 0;  padding: 0;}
    .box {
        -moz-border-radius-topright:5px;
        -moz-border-radius-topleft:5px;
        -webkit-border-top-right-radius:0px;
        -webkit-border-top-left-radius:0px;
    }
    
/*------------Widget Tabs--------------*/


.wTabPanelBorder_bl .wTabPanelBorder_br.wTabPanelBorder_b2 .wTabPanelBorder_b1 .wTabPanelBorder_r .wTabPanelBorder_l .wTabPanelBorder_tl .wTabPanelBorder_tr .wTabPanelBorder_t 
{ 
    border-width:1px;
    border-style:solid;
    border-color: Blue;
    background-color:White;
} 


/*------------Widget Tabs--------------*/