﻿body
{
    background-image: url(images/background.gif);
    margin: 0px;
}

.tblInner
{
    background-color: #0C0404;  
    height:100%    
}

.tblOuter
{
    height: 100%;
}

.tdFooter
{
    background-color: #000e11;    
}

.tdBody
{
    background-color: #ffffff;
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    padding-top: 0px;
    width: 100%;
}

.BodyHeaderCenter
{
    width: 100%;
}

.MainMenu
{
    font-weight: bold;
    font-size: 8pt;
    color: white;
    font-family: Verdana;
}

.menuTop
{
    background-image: url(images/mnuGradientTop.gif);
}

.menuBottom
{
    background-image: url(images/mnuGradientBottom.gif);
}

.menuBG
{
	background-color: #ddad6f;
	padding-left: 15px;
	padding-right: 15px;
	border-top: white thin solid;
	border-bottom: white thin solid;
}

.breadCrumb
{
    color: white;
    background-color: #0C0404;
}

.loginPostion
{
    text-align: center;
    vertical-align: middle;
    height: 100%;
}

.lblFooterText
{
    font-size: 8pt;
    color: #ffffff;
    font-family: Verdana;
}

.tdLogin
{
    padding-right: 50px;
    vertical-align: top;
    text-align: left;
    width: 100%;
    padding-left: 100px;
    padding-top: 50px;
    padding-bottom: 270px;
}

.tdBodyHeader
{
    padding-right: 10px;
    padding-left: 10px;
}

.tdBody
{
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 15px;
    padding-top: 15px;
    background-color: #0C0404;  
}

.ModuleBG
{    
    background-color: #ffffff;
}

.lblError
{
    font-weight: bold;
    font-size: 8pt;
    color: red;
    font-family: Verdana;
}

.lblSuccess
{
    font-weight: bold;
    font-size: 8pt;
    color: green;
    font-family: Verdana;
}

.ModuleLowerLeftRound
{
    background-image: url(images/InnerRoundLowerLeft.gif);
}

.ModuleLowerRightRound
{
    background-image: url(images/InnerRoundLowerRight.gif);    
}

.ModuleUpperLeftRound
{
    background-image: url(images/InnerRoundUpperLeft.gif);    
}

.ModuleUpperRightRound
{
    background-image: url(images/InnerRoundUpperRight.gif);    
}

.ModulePadding
{
    padding-right: 5px;
    padding-left: 5px;
    padding-bottom: 5px;
    padding-top: 5px;
}

.ModuleTitle
{
    font-size: 15pt;
    font-family: Arial;
}    

.GridView
{
	font-size: 10pt;
	font-family: Verdana;
	border-right: #990000 thin solid;
	border-top: #990000 thin solid;
	border-left: #990000 thin solid;
	border-bottom: #990000 thin solid;
	font-weight: normal;
	text-align: left;
}

.GridViewHeader
{
    font-weight: bold;
    color: white;
    background-color: #990000;
    text-decoration: none; 
    font-size: 8pt;   
}

.GridViewHeader a:link
{
	font-weight: bold;
	color: white;		
}

.GridViewHeader a:visited
{
	 font-weight: bold;
    color: white;        	
}




.GridViewSelectedStyle
{
    font-weight: bold;
    background-color: #FFCC66;
}

.GridViewAlternatingStyle
{    
    background-color: #ffffff;   
	font-family: Verdana;
	text-decoration: none;
}

.GridViewRowStyle
{
	background-color: #FFFBD6;	
	font-family: Verdana;
	text-decoration: none;
}

.GridViewPagerStyle
{
    color: white;
    text-decoration: none;
}

.GridViewPagerStyle A
{
     color: white;
    text-decoration: none;    
}


.hr
{
    color: #bc040d;
    height: 2px;
}

.FormView
{
    font-size: 10pt;
    font-family: Verdana;
    border-right: #990000 thin solid;
    border-top: #990000 thin solid;
    border-left: #990000 thin solid;
    border-bottom: #990000 thin solid;
    padding-right: 4px;
    padding-left: 4px;
    padding-bottom: 4px;
    padding-top: 4px;
}

.FormViewHeader
{
    font-weight: bold;
    color: white;
    background-color: #990000;
    
}

.FormViewCommand
{
    background-color: #FFFBD6;    
}

.lbl
{
    font-weight: bold;
    font-size: 8pt;
    font-family: Verdana;
}

.RegularLabel
{    
    font-size: 8pt;
    font-family: Verdana;    
}

.ControlPadding
{
        padding-right: 2px;    
}

.lblSuccess
{
    font-weight: bold;
    font-size: 8pt;
    color: green;
    font-family: Verdana;    
}

.mnuItems
{
	font-size: 10pt;
	color: black;
	font-family: Verdana;
	background-color: #ddad6f;	
}


.mnuSubMenu
{
	font-size: 10pt;
	color: black;
	font-family: Verdana;
	background-color: #ddad6f;	
	border-right: white thin solid;
	border-top: white thin solid;
	border-left: white thin solid;
	border-bottom: white thin solid;
}

.mnuItemsHover
{
	font-size: 10pt;
	color: black;
	font-family: Verdana;
	background-color: #ffcc00;
}

.link
{
	font-size: 8pt;
	font-family: Verdana;
	text-decoration: underline;
	color: blue;
}


