﻿body
{
    margin: 0;
}

a
{
    text-decoration: none;
    color: #F26C1E;
    font-weight: bold;
}

sup
{
    font-size: 8px;
}

.dropcap
{
    float: left;
    color: #F26C1E;
    font-size: 36px;
    line-height: 30px;
    padding-top: 2px;
    font-family: Times, serif, Georgia;
} 

.Green td, .Green
{
    background-color: #A9D867;
}

.Yellow td, .Yellow
{
    background-color: #FFFF82;
}

.Red td, .Red
{
    background-color: #F9ACA4;
}

.Gray td, .Gray
{
    background-color: #C0C0C0;
}

legend
{
    color: #FF9900;
    font-weight: bold;
    margin-top: 20px;
}

#Header
{
    height: 100px;
    background-color: #000000;
}

#Header #Left
{
    float: left;
    background-image: url(images/Logo.gif);
    width: 261px;
    height: 86px;
    position: relative;
    z-index: 100;
}

#Header #Right
{
    position: absolute;
    right: 0px;
    z-index: 1;
}

#Header #RightPicture
{
    display: none;
}

@media print
{
    #TopNav, #LeftColumn, #FilterDiv, #footer, #Header #Right
    {
        display: none;
    }
    
    a
    {
        color: black;
    }
       
    #Header
    {
        height: 100px;
        background-color: #FFFFFF;
    }

    #Header #Left
    {
        background-image: url(images/smithsLogo.gif);
        background-repeat: no-repeat;
    }

    #Header #RightPicture
    {
        display: block;
        float: right;
    }

    
    #RightColumn
    {
        overflow: hidden !important;
    }

}

#Menu
{
    width: 750px;
    margin-left: 31px;
    margin-top: 75px;
	color: #ff9900;
}

#Menu a
{
	text-decoration: none;
	color: White;
	font-family: Verdana, Helvetica;
	font-size: 11px;
	padding: 2px;
}

#Menu a:hover
{
	background-color: #ff9900;
	z-index: 999;
}

#Menu a.current
{
    color: #ff9900;
}

#Menu a.current:hover
{
    background-color: White;
}

#footer
{
    clear: both;
    font-size: 10px;
    margin-top: 20px;
    text-align: center;
    border-top: 1px solid black;
    border-top-color: #F26C1E;
    padding-top: 10px;
    width:100%;
}

.clearing {height: 0; clear: both; }

#HomepageImage
{
    height: 166px;
}

#HomepageLeft fieldset
{
    text-align: center;
    margin: 0px 25px 0px 25px;
}

/* 3 column*/

#container {
    position: relative;
    float:left;
    width:100%;
    /* IE doubles the margins on floats, this takes care of the problem */
    display:inline;
    /* this is where Ryan Brill (author of the ALA's article) and I go in "opposite directions" */
    margin-left:-300px;
}
#HomepageLeft {
    float:left;
    width:300px;
    /* IE doubles the margins on floats, this takes care of the problem */
    display:inline;
    margin-left:300px;
    margin-top: 20px;
}
#HomepageCenter {
    /* the width from #HomepageLeft (300px) + the negative margin from #container (300px) */
    margin-left:600px;
    padding-right: 20px;
    border-right: 1px solid #D0D0BF;
    margin-right: 20px;
    margin-top: 20px;
}
/* good to know: if #sidebar is to be shorter than #main, then there is no need for this rule */
#HomepageRight {
    /* this is to keep the content of #HomepageRight to the right of #main even if the content of "main is shorter */
    padding-left:100%;
    /* this is to "bring back" the #HomepageRight that has been moved out of the viewport because of the padding value */
    margin-top: 20px;
    margin-left:-300px;
}

/* GridView and DetailsView Styling */
div.AspNet-GridView, div.AspNet-DetailsView
{
    float: left;
}

div.AspNet-GridView table, div.AspNet-DetailsView-Data

{
    border: 1px solid #F26C1E;
    margin-top: 20px;
}

div.AspNet-DetailsView-Data
{
}

div.AspNet-GridView tr
{
	background-color:White;
}
tr.AspNet-GridView-Alternate 
{
	background-color:Gray;
}

div.AspNet-GridView td.Notes , div.AspNet-GridView td.Notes
{
    width: 450px;
}

div.AspNet-GridView td, div.AspNet-GridView th
{
    padding: 2px;
    border: 1px solid #F26C1E;
    border-collapse: collapse;
}

div.Pager
{
    clear: both;
}

.NoBorder
{
    border: 0px;
}

#OneColumn
{
    float:left;
    margin-top: 10px;
    margin-left: 10px;
    margin-right: 10px;
}

/*LinkButton Styling*/

a.LinkButton
{
    display: inline-block;
    border: 1px outset black;
    padding: 3px;
    background: #E6E6E6 url(images/LinkButtonBackground.gif) 100% 100% repeat-x;
    border-color: #D6D6D6 #A0A0A0 #A0A0A0 #D6D6D6;
    border-width: 1px 2px 2px 1px;
    font-size: 12px;
    color: Black;
    font-weight: normal;
}

a.LinkButton:hover
{
    background-color: #CECECE;
}

/* Top Nav */

#TopNav 
{
    float: left;
}

#TopNav ul
{
    margin: 0;
}

#TopNav li
{
    list-style: none;
    float: left;
    padding-left: 16px;
    font-size: 12px;
    line-height: 20px;
    white-space: nowrap;
    background: #BBB url(images/TopNav.gif) 0 100% no-repeat;
}

#TopNav a
{
    display: block;
    float: left;
    padding: 0 16px 0 0;
    text-decoration: none;
    font-weight: bold;
    background: #DDD url(images/TopNav.gif) 100% 100% no-repeat;
    color: #A9ABAC;
}

#TopNav #current, #TopNav #current a
{
    color: blue;
    background-image: url(images/TopNavSelected.gif);
}

#TopNav a:hover
{
    color: White;
}

/* Maps Navigation */

#MapsNav
{
    width: 250px;
}

#MapsNav ul
{
    margin: 0;
}

#MapsNav li
{
    list-style: none;
}

/* Left Column Navigation Bar */

#LeftColumn
{
    float: left;
    margin-right: 40px;
    width: 120px;
}

#LeftColumn ul
{
    list-style: none;
    margin: 0;
    padding: 0;
}

#LeftColumn li.head
{
    margin-top: 3px;
    color: Black;
    width: 100%;
    font-weight: bold;
    text-align: center;
    border-left: 10px solid #F26C1E;
    padding: 3px;
}

#LeftColumn a
{
    display: block;
    width: 100%;
    padding: 3px;
    margin: 3px 3px 3px 0px;
    color: #A9ABAC;
    background-color: black;
    text-align: center;
    border-left: 10px solid #F26C1E;
}

#RightColumn
{
    float: left;
    overflow: auto;    
}

#LeftColumn a:hover
{
    color: White;
}

/************ MaskedEdit Related Styles ***********************/
.MaskedEditFocus
{
    background-color: #ffffcc;
    color: #000000;
}
.MaskedEditMessage
{
	color: #ff0000;
	font-weight: bold;
}
.MaskedEditError
{
    background-color: #ffcccc;
}
.MaskedEditFocusNegative
{
    background-color: #ffffcc;
    color: #ff0000;
}
.MaskedEditBlurNegative
{
    color: #ff0000;
}

/* Tabs Styling */

.ajax__tab_xp .ajax__tab_tab
{
    font-size: 13px;
    width: 100px;
}

/* Modal Update Progress */

.modalUpdateProgress
{
    text-align:center;
    font-size: 28px;
    padding: 10px; 
    border-style:solid; 
    border-width:1px; 
    background-color: Gray; 
}

/* DropDownList */
.ContextMenuPanel 
{
	border: 1px solid #868686;
	z-index: 1000;
	background: url(images/menu-bg.gif) repeat-y 0 0 #FAFAFA;
	cursor: default;
	padding: 1px 1px 0px 1px;
	font-size: 11px;
	width: 150px;
	height: 300px;
	overflow: auto;
}

.ContextMenuBreak
{
	margin:1px 1px 1px 32px;
	padding:0;
	height:1px;
	overflow:hidden;
	display:block;
	border-top: 1px solid #C5C5C5;	
}

a.ContextMenuItem
{
	margin: 1px 0 1px 0;
	display: block;
	color: #003399;
	text-decoration: none;
	cursor: pointer;	
	padding: 4px 19px 4px 33px;
	white-space: nowrap;
}

a.ContextMenuItem-Selected
{
	font-weight: bold;
}

a.ContextMenuItem:hover
{
	background-color: #FFE6A0;
	color: #003399;
	border: 1px solid #D2B47A;
	padding: 3px 18px 3px 32px;
}


/* Reporting */

.ReportH1
{
    font-size: 18px;
    text-align: center;
    font-weight: bold;
}

.ReportH2
{
    font-size: 16px;
    font-weight: bold;
}

.ReportH3
{
    font-size: 14px;
    font-weight: bold;
}

.ReportHR
{
    border-top: 5px solid red;
    width: 400px; 
}

/*Hover Menu*/
.popupMenu {
	position:absolute;
	visibility:hidden;
	background-color:#F5F7F8;
}

.popupHover {
	background-image:url(images/header-opened.png);
	background-repeat:repeat-x;
	background-position:left top;
	background-color:#F5F7F8;
}

.popupMenu table, .standardStyleMenu
{
    border-collapse: collapse;
    margin-bottom: 10px;
}


.standardStyleMenu td {
    border: 2px solid gray;
    padding: 5px;
}

/*Centering the Recovery Password Control*/
.AspNet-PasswordRecovery table {
    text-align: center; 
    margin-right: auto; 
    margin-left: auto;
}