/* DIV class for hyperlink to bookmark current tab/menu (navbar)
===================================================================== */
.BookmarkPage
{
  font-family: tahoma, verdana;
  font-size: 11px;
  padding: 0;
  text-align: left;
  width: 400px;
}
/* hide rss icon that doesn't work anyway */
.BookmarkPage img {
 display:none;
 }


/* Menu styles (navbar)
===================================================================== 
.NavBar
{
  background-color: #FFFFFF;
  border: 1px solid #000000;
  padding: 2px;
  padding-bottom: 1px;
  cursor: default;
}

.TopItem
{
  color: #FFFFFF;

  background-color: #082984;
  font-family: tahoma, verdana;
  font-size: 11px;
  font-weight: bold;
  border:1px solid #000;
  padding-top: 4px;
  padding-bottom: 2px;
  cursor:hand;
}

.TopItemHover
{
  color: #FFFFFF;

  background-color: #6373B5;
  font-family: tahoma, verdana;
  font-size: 11px;
  font-weight: bold;
  border: 1px solid #454545;
  padding-top: 4px;
  padding-bottom: 2px;
  cursor:hand;
}

.Level2Item
{
  font-family: tahoma, verdana;
  font-size: 11px;
  padding-left: 10px;
  cursor:hand;
}

.Level2ItemHover
{
  color: #FFFFFF;
  font-family: tahoma, verdana;
  font-size: 11px;
  background-color: #6373B5;
  padding-left: 10px;
  cursor:hand;
}

.Level2Group
{
  background-color:white;
  background-image: url(images/group_bg.gif);
  border-top-color: #F0F1F5;
  padding:10px;
  padding-left:10px;
  padding-right:0px;
}

.Empty
{
}
*/
/********** Menu styles (navbar) *********/
.NavBar {background-color: #ebe8dd; border: 0px; padding: 2px; padding-bottom: 1px; cursor: pointer;}
.TopItem {color: #000000; line-height: 12px; padding: 2px;  background-color: #d8d8d8; font-weight: normal; font-family: Arial; font-size: 12px;  cursor:pointer;}
.TopItemHover {color: #000000; background-color: #d8d8d8; padding: 2px; font-family: Arial; font-size: 12px; font-weight: normal;  cursor:pointer; line-height: 12px;}
.Level2Item
{
    background: #ebe8dd;
    line-height: 12px;
    font-family: Arial;
    font-size: 12px;
    padding-left: 10px;
    color: #333333;
    height: 30px;
    border-bottom: 1px solid #c7c6c6;
    cursor: pointer;
    }
.Level2ItemHover {background: #91a9b6;line-height: 11px;font-family: Arial; font-size: 12px; padding-left: 10px; color: #ebe8dd; height: 30px; border-bottom: 1px solid #c7c6c6; cursor:pointer;}
.Level2Group {padding:10px; padding-right:0px;}
.Empty {}



/* Grid styles
===================================================================== */

.GridClass
{
  CURSOR: default
}

.RowClass
{
  BACKGROUND-COLOR: transparent;
  BORDER-TOP: #cccccc 1px solid;
}

.DataCell 
{
  BORDER-RIGHT: #cccccc 1px solid;
  PADDING: 5px 4px 4px  6px;
  FONT-SIZE: 12px;
  CURSOR: default;
  FONT-FAMILY: Arial;
  vertical-align:top;
 
  
}

.DataCellSummary
{
  BORDER-RIGHT: #cccccc 1px solid;
  PADDING: 5px 4px 4px  6px;
  FONT-SIZE: 11px;
  CURSOR: default;
  FONT-FAMILY: Arial;
  vertical-align:top;
 
  
}
.DataCellType
{
    border-right: #cccccc 1px solid;
    padding: 3px 2px 3px 3px;
    font-size: 11px;
    cursor: default;
    font-family: Arial;
    vertical-align: top;
    color: #666666;
}

.AlternatingRowClass 
{
  BACKGROUND-COLOR: #e5e5e5;
  BORDER-TOP: #cccccc 1px solid;
}

.HeaderClass 
{
	font-weight: bold;
	font-size: 10px;
	font-family: verdana;
	text-decoration: underline;
}

.HeadingCellClass 
{
  cursor:pointer;
  PADDING-RIGHT: 10px;
  PADDING-LEFT: 4px;
  HEIGHT: 20px
}

.HeadingTextClass
{
	padding-left: 5px;
	font-weight: bold;
	font-size: 10px;
	font-family: verdana;
	
	text-decoration: underline;
}

.HeadingRowClass 
{
  BACKGROUND: url(images/ss_grid.jpg)
}

.SelectorCell 
{
  BORDER-RIGHT: 0px;
  BORDER-TOP: #040484 1px solid;
  BACKGROUND: url(images/blue_bg.gif);
  BORDER-LEFT: 0px;
  BORDER-BOTTOM: 0px;
  HEIGHT: 20px
}

.SelectedRowClass 
{
  BORDER-RIGHT: #040484 1px solid;
  BORDER-TOP: #040484 1px solid;
  BORDER-LEFT: #040484 1px solid;
  BORDER-BOTTOM: #040484 1px solid;   BACKGROUND-COLOR: #90a8d0;
  
}

.SelectedRowClass TD.DataCell 
{
  BORDER-RIGHT: #90a8d0 1px solid;
}

.IndentCell 
{
  BORDER-RIGHT: 0px;
  BACKGROUND: #ffffff;
  HEIGHT: 20px;
  vertical-align: top;
}

table .checkBoxList 
{
 font-size: 11px;  
 }
table .checkBoxList td 
{  padding: 2px; margin: 0px; vertical-align:top;
}
table .checkBoxList checkbox
 {display: block;
	float: left;
	clear: left;
	height: 11px;
	padding: 0;
	margin: 0;
	
 }
 table .checkBoxList label
{
    /*float: left; padding-left: 25px;
    position: relative;
    float:left;
    margin-top: -18px;
    margin-left:20px;
    color: #333333;
    display:block;*/
    
    display: block;
    clear: none;
    width: 95%;
    font-size: 11px;
    font-family: sans-serif;
    margin-left: 20px;
    margin-top:-17px;
}
.feray
{
    font-weight: normal;
    font-size: 11px;
    font-family: Arial;
    color: #333333;
}

