﻿/*  Style Sheet settings for Delta website

*/

body 
{	
	background-color:#161618;  /* slate gray */
	background-position:center;	
	/*background-image:url(~/Images/computermonitorbackground.tif) ;
	background-repeat:repeat;*/
}

.GridLink
{
    font-family:Verdana, Arial;
    font-size:14px;
    font-weight:600;
    color:silver;   
}

.ExtraLargeCaption
{
	text-align:center;
	color:#c7741b;
    font-family:Verdana, Arial;
    font-size:larger ;
    font-weight:bold;    
	
	}

.LargePurpleCaption
{
	text-align:center;
	color:#8477a1;
    font-family:Verdana, Arial;
    font-size:large ;
    font-weight:bold;    
    font-style:italic;
	
	}

.LabelCenter
{
	text-align:center;
	color:silver;
    font-family:Verdana, Arial;
    font-size:11px;
    font-weight:bold;    
}

.LabelError
{
    font-family:Verdana, Arial;
    font-size:12px;
    font-weight:bold;
    color:Red;
    background-color:#161618;    
    text-decoration:none;
    text-align:left;
	}
	
.OrangeLabel
{
    font-family:   Verdana, Arial;
    font-size:12px;
    font-weight:400;
    background-color:#161618;    
    color:#c7741b;
    text-decoration:none;
    text-align:left;
    line-height:2;
}

.LabelValue
{
    font-family:   Verdana, Arial;
    font-size:12px;
    font-weight:400;
    background-color:#cccaca;    
    color:Gray;
    text-decoration:none;
    text-align:left;
    line-height:2;
}

.LabelIndentedList
{
    font-family:   Verdana, Arial;
    font-size:12px;
    font-weight:400;
    background-color:#cccaca;    
    color:black;
    text-decoration:none;
    text-align:left;
    line-height:2;
    text-indent:50px;
}

.MenuLink
{
	font-family: Book Antiqua,Arial;
	color: Navy;
	font-size: small;
	background-color:#cccaca;	
	text-decoration:UnderLine;
	text-align:right;
}

.LabelCaption
{
    font-family:Verdana, Arial;
    font-size:12px;
    font-weight:500;
    color:silver;
    text-decoration:none;
    text-align:right;
}

.FooterText
{
    font-family:   Verdana, Arial;
    font-size:10px;
    font-weight:normal;
    background-color:#161618;    
    color:silver;
    text-decoration:none;
    text-align:center;
    line-height:2;
	
	}

/*
.dropDownControl
{
    font-family:Arial;
    font-size:11px;
}

.textBoxControl
{
    font-family:Arial;
    font-size:11px;    
}





.LabelItalicCentered
{
    font-family:Arial;
    font-size:11px;
    font-weight:500;
    font-style:italic ;
    text-align:center;
    background-color:White;
    color:#00346b;    
    
}

.LabelHeader
{
    font-family:Arial;
    font-size:11px;
    font-weight: bold;
    color:Black;
    text-decoration:none;
    vertical-align:middle;
    float:left;
    margin-left:10px;
}

.HelpTextLabel
{
    font-family:Arial;
    font-style:italic;
    font-size:10px;
    font-weight:500;
    background-color:White;
    color:Black;    
    text-align:left;
}

.MessageControlFailedLabel
    {
    font-family:Arial;
    font-style:italic;
    font-size:10px;
    font-weight:bold;
    background-color:InfoBackground;
    color:Red;    
    text-align:left;
}

.MessageControlSuccessLabel
{
    font-family:Arial;
    font-style:italic;
    font-size:10px;
    font-weight:bold;
    background-color:InfoBackground;
    color:Green;   
    text-align:left;
}

.MessageControlWarningLabel
{
    font-family:Arial;
    font-style:italic;
    font-size:10px;
    font-weight:bold;
    background-color:InfoBackground;
    color:Black;    
    text-align:left;
}

    
.MenuLinkButton
{
    font-family:Arial;
    font-size:11px;
    font-weight:bold;
    color:#00346b;
    text-decoration:UnderLine;
    vertical-align:middle;    
}

A.MenuLinkButton
{
    text-decoration:None;
    color:#00346b;
}

    
.GridHeader
{
    font-family:Arial;
    font-size:11px;
    font-weight:500;
    background-color:White;
    color:Black;   
}
.GridPager
{
    font-family:Arial;
    font-size:11px;
    font-weight:500;
    background-color:White;
    color:Black;   
}


/*Modal Popup
.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}


.modalPopup {
	background-color:#ffffdd;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width:250px;
}

.GridTextBox
{
	font-family:Arial;
    font-size:11px;
}
.GridLabel
{
	font-family:Arial;
    font-size:11px;
 }
.MultiGridHeader
{
	font-family:Arial;
	font-size:11px;
    vertical-align:bottom;
}
.GridDropDown
{
	font-family:Arial;
    font-size:11px;
}


.HoverMenuLinkButton
{
    font-family:Arial;
    font-size:11px;
    font-weight:Bold;
    color:#3E408A;
    text-decoration:UnderLine;
    
}
.GridSmallControl
{
   font-family:Arial;
   font-size:9px;
   padding:1px;
   
}
*/