﻿/* ================================
    CSS STYLES FOR THE OMP-ELC 
    v1.0, 04/2007
   ================================
*/  

#dtabs 
{
  /*padding-top: 5px;*/
  border-bottom: 1px solid #ccc;
}

#dtabs img {
  cursor: pointer;
}

#dtabcontainer {
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  margin-left: 10px;
}

#dtabbottom 
{
  padding-bottom: 5px;
  border-bottom: 1px solid #ccc;
}

.dtabcontent {
  height:   110px;
  display:  block;
  /*margin: 10px 13px 10px 13px;*/
}

.dtabinput {
  margin: 0 0 0 0;
  padding:0;
  border:0;
}

.Normal_White 
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    /*line-height: 12px;*/
    color:White;
}

.Normal_Black 
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    color:#000000;
}

.Normal_Blue 
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    color:#336699;
}

.TopMenu_Format
{
    BORDER-RIGHT: 1px solid; 
    BORDER-TOP: 1px solid; 
    BORDER-LEFT: 1px solid; 
    BORDER-BOTTOM: 1px solid; 
    HEIGHT: 25px;
}

.HeadBg 
{
    background-color: #0d375f; /*#0d375f;*/  /*#990000;*/
}

.SiteTitle 
{
	FONT-WEIGHT: bold; 
	FONT-SIZE: 20px; COLOR: #cccc99; 
	FONT-FAMILY: Verdana Bold, Helvetica, sans-serif;
}

.TabBg 
{
	BORDER-LEFT-COLOR: white; 
	BORDER-BOTTOM-COLOR: white; 
	BORDER-TOP-COLOR: white; 
	BACKGROUND-COLOR: white; 
	BORDER-RIGHT-COLOR: white;
}

.OtherTabsBg {
	BORDER-LEFT-COLOR: black; 
	BORDER-BOTTOM-COLOR: black; 
	BORDER-TOP-COLOR: black; 
	BACKGROUND-COLOR: dimgray; 
	BORDER-RIGHT-COLOR: black;
}

.SelectedTab 
{
	FONT-WEIGHT: bold; 
	FONT-SIZE: 13px; 
	COLOR: darkred; 
	FONT-FAMILY: Verdana, Helvetica, sans-serif;
}

.OtherTabs 
{
	FONT-WEIGHT: bold; 
	FONT-SIZE: 13px; 
	COLOR: white; 
	FONT-FAMILY: Verdana, Helvetica, sans-serif; 
	TEXT-DECORATION: none;
}

A.OtherTabs:link 
{
	COLOR: #eeeeee; TEXT-DECORATION: none;
}

A.OtherTabs:visited 
{
	COLOR: #eeeeee; TEXT-DECORATION: none;
}

A.OtherTabs:active 
{
	COLOR: #eeeeee; TEXT-DECORATION: none;
}

A.OtherTabs:hover 
{
	COLOR: white; TEXT-DECORATION: underline;
}


.LeftMenu 
{
	FONT-SIZE: 12px; 
	COLOR: white; 
	FONT-FAMILY: Verdana, Helvetica, sans-serif; 
	TEXT-DECORATION: none;
}

A.LeftMenu:link 
{
	COLOR: #eeeeee; TEXT-DECORATION: none;
}

A.LeftMenu:visited 
{
	COLOR: #eeeeee; TEXT-DECORATION: none;
}

A.LeftMenu:active 
{
	COLOR: #eeeeee; TEXT-DECORATION: none;
}

A.LeftMenu:hover 
{
	COLOR: white; TEXT-DECORATION: underline;
}

.RedInput
{
    text-align:left;
    color:Maroon;
}

.RedNumberInput
{
    text-align:right;
    color:Maroon;
}