﻿.loginBody
{
    background-color:Black;
}
body
{
    margin-top:0px;
    margin-left:0px;
    background-color:Black;
    color:White;
}
body,
body INPUT,
body SELECT,
body TEXTAREA
{
    font-family:Verdana;
    font-size:9px;
}
body INPUT,
body SELECT,
body TEXTAREA
{
    border:solid 1px black;
}
body INPUT,
body TEXTAREA
{
    background-color:#eee;
}
.gridMain TD
{
    border:solid 1px #cecece;
}
#divDetail A:link,
#divDetail A:visited,
#divDetail A:active,
#divDetail A:hover
{
    font-weight:bold;
	color:red;
	text-decoration:none;
}
.filter TD
{
    white-space:nowrap;
}

.adminLogout
{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    text-align:right;
}
.adminLogout A
{
    padding-right:10px;
    color:white;
    text-decoration:none;
}
#adminMenu
{
    background-color:Black;
    color:White;
    font-size:14px;
    padding:10px;
    height:100%;
}
A:link,
A:visited,
A:active
{
	text-decoration:none;
}
A:hover
{
	text-decoration:underline;
}
.adminLogout A:link,
.adminLogout A:visited,
.adminLogout A:active,
#adminMenu A:link,
#adminMenu A:visited,
#adminMenu A:active
{
	color:White;
}
.adminLogout A:hover,
#adminMenu A:hover
{
	color:White;
}

#tabPanelContainer
{
   display:block;
   clear:both;
    
    border:solid 1px #eee;
}
#tabPanelContainer DIV
{
}
#tabPanel
{
}
#tabPanel UL
{
    display:inline;
    list-style:none;
}
#tabPanel LI
{
    font-weight:bold;
    cursor:hand;
    padding-top:6px;
    height:20px;
    border:solid 1px white;
    padding-right:10px;
    padding-left:10px;
    float:left;
    margin-bottom:-1px;
}
#tabPanel LI:hover
{
    text-decoration:underline;
}

#tabPanel .active
{
    color:Black;
    background-color:#eee;
}
#tabPanel .inactive
{
    color:white;
    background-color: Black;
}

.header
{
  font-weight:bold;
  font-size:14px;
}

 .lblDetail
 {
    color:#FF5500;
    padding-left:5px;
    font-weight:bold;
 }
 .spanPointerRed
 {
    cursor:pointer;
    color:Red;
 }
 .spanPointerRed:hover
 {
    text-decoration:underline;
 }
 .panelNewFilter
 {
    margin-left: -4px;
    margin-top:-2px;
    padding:4px;
    display:none;
    position:absolute;
    background-color:White;
    border:solid 1px black;
    color:Black;
 }
 .loadingBox
 {
	border:ridge 1px white;
	padding:10px;
 }