﻿/*************************************************************************************
/ CSS Styles for Menu on MasterPage
/************************************************************************************/
.TopMenuGroup
{
    background-color:Transparent;    
    font-weight:bold;
    height:18px;
    font-size:10px;
    text-transform:uppercase; 
}

.TopMenuTab
{
  padding-top:0px;
  padding-bottom: 0px;
  padding-left:15px;
  padding-right:15px; 
  cursor:pointer;  
  font-size:10px;
}

.MenuItemGroup
{    
  background-color:#ADADAD;
  height:20px;
  border: solid 1px #ADADAD;  
}
.MenuItemTab
{  
  
  background-color:#EEEEEE;  
  padding-top:5px;
  padding-bottom: 5px;
  padding-left:10px;
  padding-right:10px; 
  cursor:pointer;
  width:60px;  
  text-align:center;
}

.MenuItemHoverTab
{  
  
  background-color:#FFFFFF;
  padding-top:5px;
  padding-bottom: 5px;
  padding-left:10px;
  padding-right:10px; 
  cursor:pointer;  
  width:60px;  
  text-align:center;
}


.dialog-document-details
{
    background-color: White;
    border: solid 1px #ADADAD;
}


/*************************************************************************************
/ MyProfile.aspx - Tabs
/************************************************************************************/

.tab-profile
{
    position:absolute;
    top:350px;
    left:18px;
}

.tab-profile-group
{
    background-color: whitesmoke;
    margin-left:14px;
    width:255px;
  
    
}

.tab-profile-itemlook 
{
    background-color: Transparent; 
    border: solid 1px whitesmoke ; 
    height:20px;
    font-size:10px;
    border-collapse:separate;    
}
.tab-profile-itemlook-hover
{
    border: solid 1px #ADADAD; 
    border-right: 0 none transparent; 
    height:20px;
    cursor: pointer;
    font-size:10px;
    margin-left:1px;
    border-collapse:separate;
    
}

.tab-profile-selected-itemlook
{    
   border: solid 1px #ADADAD; 
   border-right-color: white;
   background-color: White;
   height:20px; 
   width:100%;
   font-weight:bold;
   position: relative;   
   font-size:10px;
   margin-left:2px;
}

/*.tab-profile-selected-itemlook-hover
{    
    border: solid 1px #ADADAD; 
    border-right: 0 none transparent; 
    height:20px;
    cursor: pointer;
    font-size:10px;
    margin:1px;
}
*/

/*************************************************************************************
/ Site-wide Dialogs
/************************************************************************************/
.dialog-modal-mask {    }
.dialog {    }
.dialog TD { background-color:Transparent;}
.dialog-header { font-weight:bold; }

.dialog-content
{    
    margin-left:auto;
    margin-right:auto;
    width:100%;    
    background-color:White;   
}


/*************************************************************************************
/ Site-wide Combo Box
/************************************************************************************/

.comboBox TD, .comboBoxHover TD  { padding:0px; margin:0px;}
.comboBox 
 { 
   border: 1px solid #A6A7AA; 
   background-color: white; 
 }
 
 .comboBoxHover
{ 
  border: 1px solid #555555; 
  background-color: white; 
}

.comboDropDown 
{ 
  border: 1px solid #868686; 
  background-color: white; 
  padding: 1px;
  padding-right: 0px;
  width: 500px;
  cursor: default;
}

.comboTextBox
{
  border: 0px;
  padding-left: 2px;
  padding-right: 2px;
}

.comboItem
{
  font-family: Verdana; 
  font-size: 11px; 
  padding: 3px;
  padding-top: 4px;
  padding-bottom: 4px;
}

.comboItemHover
{
  background-color: #B2B4BF;   
  font-family: Verdana; 
  font-size: 11px; 
  border: 1px solid #DBCE99;
  padding: 2px;
  padding-top: 3px;
  padding-bottom: 3px;
}

/*************************************************************************************
/ DocumentBrowser.aspx - Tab - Document Folders
/************************************************************************************/

.doc-folder
{
    position:absolute;
    top:350px;
    left:18px;
}

.doc-folder-group
{
    background-color: whitesmoke;        
    margin-left:14px;
    width:255px;    
}

.doc-folder-itemlook 
{
    background-color: Transparent; 
    border: solid 1px whitesmoke ; 
    height:20px;
    font-size:10px;
    border-collapse:separate;    
}

.doc-folder-itemlook-hover
{
    border: solid 1px #ADADAD; 
    border-right: 0 none transparent; 
    height:20px;
    cursor: pointer;
    font-size:10px;
    margin-left:1px;
    border-collapse:separate;
}

.doc-folder-selected-itemlook
{    
   border: solid 1px #ADADAD; 
   border-right-color: white;
   background-color: White;
   height:20px; 
   width:100%;
   font-weight:bold;
   position: relative;   
   font-size:10px;
   margin-left:2px;
   
   
}
/*
.doc-folder-selected-itemlook-hover
{    
   border: solid 1px #ADADAD; 
   border-right-color: white;
   background-color: White;
   height:20px; 
   width:100%;
   font-weight:bold;
   position: relative;
   right: -1px;  
   font-size:10px;
    margin:1px;
}*/

/*************************************************************************************
/ DocumentBrowser.aspx - Toolbar - Document List
/************************************************************************************/
/*
.h_toolbar
{
  border:solid 1px #A6A6A6;
  background-image:url(images/h_backgroundgradient.gif);
  background-repeat:repeat-x;
}
.v_toolbar
{
  border:solid 1px #A6A6A6;
  background-image:url(images/v_backgroundgradient.gif);
  background-repeat:repeat-y;
}
*/
.item
{
  border:none;
  padding:2px;
  font-family:Verdana;
  color:black;
  cursor:default;
}
.itemHover
{
  border-width:1px;
  border-style:solid;
  border-color:#0A246A;
  padding:1px;
  background-color:#B6BDD2;
  background-image:none;
  font-family:Verdana;
  color:black;
  cursor:default; 
}
.itemActive
{
  border-width:1px;
  border-style:solid;
  border-color:#0A246A;
  padding:1px;
  background-color:#8592B5;
  background-image:none;
  font-family:Verdana;
  color:white;
  cursor:default; 
}
.itemChecked
{
  border-width:1px;
  border-style:solid;
  border-color:#0A246A;
  padding:1px;
  background-color:#D4D5D8;
  background-image:none;
  font-family:Verdana;
  color:black;
  cursor:default; 
}
