﻿A.HeaderLink {
	MARGIN-TOP: 0px; FONT-WEIGHT: bold; FONT-SIZE: 8pt; COLOR: #ffffff; FONT-FAMILY: Verdana, Genewa, Arial, Helvetica, sans-serif; TEXT-DECORATION: none
}
A.HeaderLink:hover {
	TEXT-DECORATION: underline
}
DIV.HeaderLink {
	FONT-SIZE: 8pt; MARGIN-LEFT: 10px; COLOR: #ffffff; MARGIN-RIGHT: 10px; FONT-FAMILY: Verdana, Genewa, Arial, Helvetica, sans-serif; TEXT-DECORATION: none
}

.Token{MARGIN-LEFT: 10px; MARGIN-RIGHT: 10px;	FONT-WEIGHT: bold; FONT-SIZE: 8pt; COLOR: #ffffff; FONT-FAMILY: Verdana, Genewa, Arial, Helvetica, sans-serif; TEXT-DECORATION: none;
   
    }


.menuItem
{
	FONT-SIZE: 8pt;
    cursor: hand;
    text-align: center;
    color: white;
    FONT-FAMILY: Verdana, Genewa, Arial, Helvetica, sans-serif;
}

.tableFrame
{
    border-right: gainsboro thick solid;
    border-top: gainsboro thick solid;
    border-left: gainsboro thick solid;
    border-bottom: gainsboro thick solid;
    width:700px;   
}
.tableFrameHeaderRow
{
     background-color: gainsboro;
     text-align: left;
     font-weight:bold 
}

.tablePane
{
    width: 100%;
    height: 800px;
}

body
{
    background-color: white;
    font-family: Tahoma;
    margin-left: 0px;
     margin-right : 0px;
     margin-top:0px;
     FONT-SIZE: 9pt;
     FONT-FAMILY: Verdana, Genewa, Arial, Helvetica, sans-serif;
     margin-bottom:0px
     

}
.titleStyle1
{
    font-weight: bold;
    font-size: 11pt; 
    COLOR: #990000;
   
}

.titleStyle2
{
  font-weight: bold; 
}

.tttt
{
    background-color: #b1b1b1;
}


.pushButtonStyle1
{
    border-right: black thin solid;
    border-top: black thin solid;
    font-weight: bold;
    border-left: black thin solid;
    color: white;
    border-bottom: black thin solid;
    font-style: italic;
    background-color: #696969;
}

.wrongDataStyle
{
    color: red;
}

.HeaderLineStyle
{
    color: white;
    background-color: #4e6a80;
}

.GridHeaderStyle
{
    vertical-align: middle;
    color: white;
    background-color: #4e6a80;
}
.GridItemStyle
{
    vertical-align: middle;
    color: black;
    background-color: white;    
}

.GridAlterItemStyle
{
    vertical-align: middle;
    color: black;
    background-color: #ebebeb;
}
.GridSelectedItemStyle
{
    vertical-align: middle;
    color: black;
    text-align: center;
    background-color: green;
}

.TableRowStyle1
{
    color: black;
    background-color: #ebebeb;
   
}
.TableRowStyle2
{
    color: black;
    background-color: white;
   
}


.LeftMenuItem
{
    border-bottom: gainsboro thin solid;
    cursor: hand;
}