﻿/* tree Properties */
.Tree
{

 width: 250px;
 height:100%;
 /*max-height:2800px;*/

 float:left;
 overflow: visible;
 /*padding-top:20px;*/

  
}    

.Tree img

{
	width:20px;
}

.Tree a:link, a:visited
{
	/*color:white;*/
}

.Tree a:hover
{
	color:white;
}

/*detail button*/
.fieldDetailButton {


/*border-right:1px solid #BABABA; 
color:#424242;
padding:4px;
text-transform:uppercase;
float:left;
font-size:12px;*/

    border-collapse: separate;
    -webkit-background-origin: border !important;
    -moz-background-origin: border !important;
    background-origin: border-box !important;
    background: #FFFFFF;
    background: linear-gradient(top, #FFFFFF 0, #CFD2D3 100%) no-repeat;
    background: -webkit-linear-gradient(top, #FFFFFF 0, #CFD2D3 100%) no-repeat;
    background: -moz-linear-gradient(top, #FFFFFF 0, #CFD2D3 100%) no-repeat;
    background: -o-linear-gradient(top, #FFFFFF 0, #CFD2D3 100%) no-repeat;
    background: -ms-linear-gradient(top, #FFFFFF 0, #CFD2D3 100%) no-repeat;
    background: linear-gradient(top, #FFFFFF 0, #CFD2D3 100%) no-repeat;
    -svg-background: linear-gradient(top, #FFFFFF 0, #CFD2D3 100%) no-repeat;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.15);
    border: 1px solid #C7C7C7;
    padding: 0 20px;
    margin: 0 auto;
    /*height: 29px;*/
    text-decoration: none !important;
}

.oldButton {
      background: rgb(247,131,82); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(247,131,82,1) 0%, rgba(239,97,45,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(247,131,82,1)), color-stop(100%,rgba(239,97,45,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(247,131,82,1) 0%,rgba(239,97,45,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(247,131,82,1) 0%,rgba(239,97,45,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(247,131,82,1) 0%,rgba(239,97,45,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(247,131,82,1) 0%,rgba(239,97,45,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f78352', endColorstr='#ef612d',GradientType=0 ); /* IE6-9 */
}

.fieldDetailButton:hover {
       background: #FCE0B1;
   background: linear-gradient(top, #FEF2DD 0, #FAD189 100%) no-repeat;
   background: -webkit-linear-gradient(top, #FEF2DD 0, #FAD189 100%) no-repeat;
   background: -moz-linear-gradient(top, #FEF2DD 0, #FAD189 100%) no-repeat;
   background: -o-linear-gradient(top, #FEF2DD 0, #FAD189 100%) no-repeat;
   background: -ms-linear-gradient(top, #FEF2DD 0, #FAD189 100%) no-repeat;
   background: linear-gradient(top, #FEF2DD 0, #FAD189 100%) no-repeat;
   -svg-background: linear-gradient(top, #FEF2DD 0, #FAD189 100%) no-repeat;
   -webkit-border-radius:4px;
   -moz-border-radius:4px;
   border-radius:4px;
   -webkit-box-shadow:0 0 2px 1px rgba(0, 0, 0, 0.15);
   -moz-box-shadow:0 0 2px 1px rgba(0, 0, 0, 0.15);
   box-shadow:0 0 2px 1px rgba(0, 0, 0, 0.15);
   border:1px solid #F9C367;
   padding:0 20px;
   margin:0 auto;
    color: #000000 !important;
}

.mContent_pnlSearch{
    display: block;
}

.mContentFrameContent{
    
    float: none;
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
}

.mContent_pnlContent{
    
     display: block;
    float: none;
}

.FilterTable
{

border-collapse:collapse;
background:transparent;
font-family: Verdana, Geneva, sans-serif;
font-weight:700;
font-size:12px;

}

	.FilterTable .FilterButton:hover {
		color: green;
	}

.fltrClass {
    /*display: none;*/
}

.Key
{

background:whitesmoke;

float:left;
margin-right:2px;
font-size:12px;
text-decoration:none;
color:#424242;
padding:2px;
word-wrap:break-word;
-moz-transition: all 1s ease;
-webkit-transition: all 1000ms ease;
-o-transition: all 1000ms ease;
transition: all 1000ms ease;

width:65px;
height:70px;

}

.Key2
{

background:whitesmoke;

float:left;
margin-top:10px;
margin-right:5px;
font-size:10px;
text-decoration:none;
color:#424242;
padding:2px;
word-wrap:break-word;
-moz-transition: all 1s ease;
-webkit-transition: all 1000ms ease;
-o-transition: all 1000ms ease;
transition: all 1000ms ease;


}

.Key img
{
width:40px;
height:40px;
float:none;

}

.Key2 img {

width:72px;
height:72px;

}

.Key:hover ,.Key2:hover,.RowDiv:hover

{
background: -moz-linear-gradient(top,  rgba(64,146,214,0.5) 99%, rgba(64,146,214,0) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(99%,rgba(64,146,214,0.5)), color-stop(100%,rgba(64,146,214,0))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(64,146,214,0.5) 99%,rgba(64,146,214,0) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(64,146,214,0.5) 99%,rgba(64,146,214,0) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(64,146,214,0.5) 99%,rgba(64,146,214,0) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(64,146,214,0.5) 99%,rgba(64,146,214,0) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#804092d6', endColorstr='#004092d6',GradientType=0 ); /* IE6-9 */

}

.mContentLabelHeader
{
position: fixed; 
clear: both; 
width: 100%; 
top: 0; 
border: none;
background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(225,255,255,1)), color-stop(1%,rgba(253,255,255,1)), color-stop(3%,rgba(225,255,255,1)), color-stop(7%,rgba(225,255,255,1)), color-stop(12%,rgba(230,248,253,1)), color-stop(44%,rgba(200,238,251,1)), color-stop(75%,rgba(190,228,248,1)), color-stop(100%,rgba(177,216,245,1)));
background: -moz-linear-gradient(left, rgba(225,255,255,1) 0%, rgba(225,255,255,1) 1%, rgba(253,255,255,1) 3%, rgba(225,255,255,1) 9%, rgba(230,248,253,1) 27%, rgba(200,238,251,1) 54%, rgba(190,228,248,1) 75%, rgba(177,216,245,1) 100%);height:25px;
font-family: Calibri ,Calibri ,Calibri ; 
font-style:oblique;
text-align:center;
}    


.FixedButton
{

position:fixed;
clear:both;
width: 100%;
height:100px;
left:0px;
top: 0px; 
overflow:hidden;
background : white;
z-index:5;
}

.MenuGridButton{
	width: 100%;
    padding-bottom: 3px;
}

.MenuGridButton a, .MenuGridButton a:hover{
	text-decoration: none
}

.tabs-Content{
    width: 100%;
    overflow: scroll;
    min-height: 768px;
}
 