/* Default CSS Stylesheet for a new Web Application project */

body {
  background-color: white;
  font-family: Verdana, Helvetica, sans-serif;
  font-size: 0.8em;
  font-weight: normal;
  letter-spacing: normal;
  text-transform: none;
  word-spacing: normal
}

h1, h2, h3, h4, h5, th, thead, tfoot
{
  color: #003366;
}

h1
{
  font-weight: 700;
  font-size: 1.75em;
  word-spacing: normal;
  text-transform: none;
  border-bottom: #000099 thin solid;
  font-style: normal;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  letter-spacing: normal;
  text-decoration: none;
} 
    
H2  { 
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size:  1.25em;
  font-weight:  700;
  font-style: normal;
  text-decoration:  none;
  word-spacing: normal;
  letter-spacing: normal;
  text-transform: none;
  } 
    
H3  { 
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size:  1.25em;
  font-weight:  500;
  font-style: normal;
  text-decoration:  none;
  word-spacing: normal;
  letter-spacing: normal;
  text-transform: none;
  } 
    
H4  { 
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size:  1.33em;
  font-weight:  500;
  text-decoration:  none;
  word-spacing: normal;
  letter-spacing: normal;
  text-transform: none;
  } 
    
H5, DT  { 
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size:  1em;
  font-weight:  700;
  font-style: normal;
  text-decoration:  none;
  word-spacing: normal;
  letter-spacing: normal;
  text-transform: none;
  } 
    
H6  { 
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size:  .8em;
  font-weight:  700;
  font-style: normal;
  text-decoration:  none;
  word-spacing: normal;
  letter-spacing: normal;
  text-transform: none;
  } 
    
TFOOT, THEAD  { 
  font-size:  1em;
  word-spacing: normal;
  letter-spacing: normal;
  text-transform: none;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  } 
    
TH  { 
  vertical-align: baseline;
  font-size:  1em;
  font-weight:  bold;
  word-spacing: normal;
  letter-spacing: normal;
  text-transform: none;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  } 
  
TD  { 
  word-spacing: normal;
  letter-spacing: normal;
  text-transform: none;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  } 


A:link  { 
  text-decoration:  none;
  color:  #3333cc;
  } 
    
A:visited { 
  text-decoration:  none;
  color:  #333399;
  } 
    
A:active  { 
  text-decoration:  none;
  color:  #333399;
  } 
    
A:hover { 
  text-decoration:  underline;
  color:  #3333cc;
  }
  
SMALL { 
  font-size:  .7em;
  } 

BIG { 
  font-size:  1.17em;
  } 

BLOCKQUOTE, PRE { 
  font-family:  Courier New, monospace;
  } 
  

UL LI { 
  list-style-type:  square ;
  } 

UL LI LI  { 
  list-style-type:  disc;
  } 

UL LI LI LI { 
  list-style-type:  circle;
  } 
  
OL LI { 
  list-style-type:  decimal;
  } 

OL OL LI  { 
  list-style-type:  lower-alpha;
  } 

OL OL OL LI { 
  list-style-type:  lower-roman;
  } 

IMG   {
  margin-top: 5px;
  margin-left: 10px;
  margin-right: 10px;
  }
  
.Header
{
  font-weight: bold;
  font-size: 16px;
  font-family: Verdana, Arial, Helvetica, sans-serif
}

.Msg
{
    FONT-WEIGHT: bold;
    COLOR: #ff0000;
    FONT-FAMILY: Verdana, arial, helvetica, sans-serif
}

.Denied
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 20px;
    COLOR: #ff0000;
    FONT-FAMILY: Verdana, arial, helvetica, sans-serif
}

.TableHeader
{
    FONT-SIZE: 12px;
    BACKGROUND: #666699;
    FONT-FAMILY: Verdana, arial, helvetica, sans-serif
}

.TableHeaderLight
{
    FONT-SIZE: 12px;
    BACKGROUND: #e3e4ff;
    FONT-FAMILY: Verdana, arial, helvetica, sans-serif
}

.TableHeaderSmall
{
    FONT-SIZE: 0.7em;
    BACKGROUND: #666699;
    FONT-FAMILY: Verdana, arial, helvetica, sans-serif
}

.RowLight
{
    FONT-SIZE: 12px;
    BACKGROUND: #e3e4ff;
    FONT-FAMILY: Verdana, arial, helvetica, sans-serif
}

.RowDark
{
    FONT-SIZE: 12px;
    BACKGROUND: #b7baff;
    FONT-FAMILY: Verdana, arial, helvetica, sans-serif
}

.RowNormal
{
    BACKGROUND: #f5f5ff;
    FONT-FAMILY: Verdana, arial, helvetica, sans-serif
}

.TableHeaderSmall
{
    FONT-SIZE: 10px;
    BACKGROUND: #666699;
    FONT-FAMILY: Verdana, arial, helvetica, sans-serif
}

.RowLightSmall
{
    FONT-SIZE: 10px;
    BACKGROUND: #e3e4ff;
    FONT-FAMILY: Verdana, arial, helvetica, sans-serif
}

.RowDarkSmall
{
    FONT-SIZE: 10px;
    BACKGROUND: #b7baff;
    FONT-FAMILY: Verdana, arial, helvetica, sans-serif
}

.RowNormalSmall
{
    FONT-SIZE: 10px;
    BACKGROUND: #f5f5ff;
    FONT-FAMILY: Verdana, arial, helvetica, sans-serif
}

.MenuItems
{
    FONT-SIZE: 11px;
    COLOR: #101010;
    FONT-FAMILY: Verdana, arial, helvetica, sans-serif
}

.TabDate
{
  font-weight: bold;
}
.MainTab
{
  border-bottom: #000099 thin solid;
}
.AdHeading
{
  font-size: 0.8em
}
.AdSeperator
{
  border-left: #000099 thin solid;
}
.LogSample
{
  border-right: gray thin solid;
  padding-right: 10px;
  border-top: gray thin solid;
  padding-left: 10px;
  font-size: 0.8em;
  padding-bottom: 10px;
  margin: 5px;
  border-left: gray thin solid;
  padding-top: 10px;
  border-bottom: gray thin solid;
  background-color: #e6e6e6;
}

