﻿/*
    //==============================================================
    //Modification Log:
    //   Date    Developer   Description of Changes
    // --------  ---------   ----------------------------------
    //12/14/2009 M.Neubauer  Added Verysmall
    //01/05/2010 M.Neubauer  Added TableBorderColor
    //02/18/2010 M.Neubaeur  Added Tab stuff
    //03/02/2010 M.Neubauer  Fixed Tab Color
    //03/02/2010 M.Neubauer  Added MenuVertical for background color
    //05/03/2010 M.Neubauer  Changed to 2009 black background
    //==============================================================
*/
body 
{
    
}
    .BackGround {background-color:black;
                 margin-top:10px;}
    .MenuUnderline a:link{text-decoration:none;}
    .MenuUnderline a:hover {text-decoration:underline;}

    .TableBorderColor{border-color:White;}
    
.tr_gray
{
    background-color: Gray;
}

.font1white
{
    color: Black;
    font-family: Arial;
    font-size: small;
    text-align: left;
}
.MenuButtonColor
{
    color: White;
}

.verysmall {
    font:9px tahoma,verdana,sans-serif; 
	color:#000000; 
	text-decoration: none; 
}

.verysmall a:visited, .verysmall a {
  color: #0000FF;
  text-decoration: none;
}

.verysmall a:hover {
  color: #0000FF;
  text-decoration: underline;
}

.MenuVertical
{
  background-color:#E4DBB4;
}

      ul#tabs { list-style-type: none; margin: 1px 0 0 0; padding: 0 0 0.2em 0; }
      ul#tabs li { display: inline; }
      ul#tabs li a { color: #000066; background-color: #E4DBB4; font-weight: bold; border: 1px solid #c9c3ba; border-bottom: none; padding: 0.1em 0.2em 0.2em 0.2em; text-decoration: none; }
      ul#tabs li a:hover { color: white; background-color: #000066; font-weight: bold; }
      ul#tabs li a.selected { color: #000; background-color: #f1f0ee; font-weight: bold; padding: 0.1em 0.3em 0.3em 0.3em; }
      div.tabContent {border: 1px solid #D8CC9C; padding: 0.1em; background-color: #f1f0ee;}
      div.tabScroll { width:200px; height:360px; overflow: auto;}
      div.tabWidth { width:520px;}
      div.tabContent.hide { display: none; }

      ul#tabs2 { list-style-type: none; margin: 1px 0 0 0; padding: 0 0 0.2em 0; }
      ul#tabs2 li { display: inline; }
      ul#tabs2 li a { color: black; background-color: white; font-weight: bold; border: 1px solid black; border-bottom: none; padding: 0.1em 0.2em 0.2em 0.2em; text-decoration: none; }
      ul#tabs2 li a:hover { color: white; background-color: #000066; font-weight: bold; }
      ul#tabs2 li a.selected { color: white; background-color: black; font-weight: bold; padding: 0.1em 0.3em 0.3em 0.3em; }
      div.tabContent2 {border: 1px solid #D8CC9C; padding: 0.1em; background-color: #f1f0ee;}
      div.tabContent2.hide { display: none; }


/* FONTS */
.font1 {
    font:12px arial,sans-serif; 
    color:#000000; 
    text-decoration:none;
    text-align: left;
}

.font1red {
    font:12px arial,sans-serif; 
    color:red; 
    text-decoration:none;
    text-align: left;
}

.font1 a:visited, .font1 a {
    font:12px arial,sans-serif; 
    color:#0000FF; 
    text-decoration:none;
}

.font1 a:hover {
    font:12px arial,sans-serif; 
    color:#0000FF; 
    text-decoration:underline;
}

.font1boldsm {
    font:bold 14px arial,sans-serif; 
	color:#000000; 
	text-decoration:none;
	line-height:26px;
	text-align: left;
}

.font1bold {
    font:bold 22px arial,sans-serif; 
	color:#000000; 
	text-decoration:none;
    text-align: left;
}
