body{
background:#A5A5A5;
}

	
#header{
background:transparent;
width:986px;
}

/* --- Top Bars --- */

#headlevel1{
    position:relative;
    float:left;
    width:100%;
    height:80px;
    background-image: url('Dog-Net_Logo.png');
    background-repeat: no-repeat;
    background-position: 610px -59px;
}

.ComName{
    margin-left:90px;
    color:#FFFFFF;
}

.ButtonLog{
    margin-left:10px;
    margin-bottom: 6px;
    display: inline-block;
    background: rgba(255,50,50,1);
    text-decoration:none;
    color: #E1E1E1;
    padding: 0px 15px 0px 15px;
    border-radius:6px 0px 6px 0px;
    -moz-border-radius:6px 0px 6px 0px;
    -webkit-border-radius:6px 0px 6px 0px;
    text-shadow:2px 2px rgba(0,0,0,0.5);
    moz-box-shadow: -2px 2px 2px #333333, 2px 2px 2px #333333;
    webkit-box-shadow: -2px 2px 2px #333333, 2px 2px 2px #333333;
    box-shadow:-2px 2px 2px #333333, 2px 2px 2px #333333;
}
    
.ButtonLog:hover
{   
    background: rgba(205,0,0,1);
}

.ButtonPassChng
{
    position: relative;
    margin-left:10px;
    background: rgba(12,92,155,1);
    text-decoration:none;
    color: #E1E1E1;
    padding: 0px 15px 0px 15px;
    border-radius:6px 0px 6px 0px;
    -moz-border-radius:6px 0px 6px 0px;
    -webkit-border-radius:6px 0px 6px 0px;
    text-shadow:2px 2px rgba(0,0,0,0.5);
    moz-box-shadow: -2px 2px 2px #333333, 2px 2px 2px #333333;
    webkit-box-shadow: -2px 2px 2px #333333, 2px 2px 2px #333333;
    box-shadow:-2px 2px 2px #333333, 2px 2px 2px #333333;
}
    
.ButtonPassChng:hover
{   
    background: rgba(4,88,126,1);
}

#Nav{
position: absolute;
float:left;
padding: 0;
background:transparent;
margin:20px 0px 0px 0px;
}

#Nav a{
position:relative;
float:left;
width:90px;
height:35px;
text-decoration:none;
color:white;
background:#0C5C9B;
text-align:center;
line-height:2.0em;
border-radius:6px 0px 6px 0px;
-moz-border-radius:6px 0px 6px 0px;
-webkit-border-radius:6px 0px 6px 0px;
text-shadow:2px 2px rgba(0,0,0,0.5);
moz-box-shadow: -2px 2px 2px #333333, 2px 2px 2px #333333;
webkit-box-shadow: -2px 2px 2px #333333, 2px 2px 2px #333333;
box-shadow:-2px 2px 2px #333333, 2px 2px 2px #333333;
}

#Nav a[title=Home]
{
    background: rgba(12,155,92,1);
}

#Nav a:hover[title=Home]
{
    background: rgba(4,126,88,1);
}

#Nav li{
float:left;
margin:0px 5px 0px 5px;
list-style:none;
}

#Nav a:hover{
background:#04587E;
}

#Nav a:active {
background: #3288B7;
color: #1A1303;
font-weight: bold;
margin-top:-2px;
moz-box-shadow: -4px 4px 4px #333333;
box-shadow: -4px 4px 4px #333333;
}



#headlevel2{
position:relative;
float:left;
width:100%;
height:35px;
margin-bottom: 10px;
border-radius: 8px 8px 8px 8px;
-moz-border-radius: 8px 8px 8px 8px;
-webkit-border-radius: 8px 8px 8px 8px;
background-image:url(headlvl2.jpg);
}


#headlevel2 a{
text-decoration:none;
color:white;
text-shadow:2px 2px rgba(0,0,0,0.5);
line-height:2.0em;
position:relative;
float:left;
width: auto;
height:35px;
text-align:center;
padding: 0px 15px 0px 15px;
background: rgba(255,50,50,1);
border-radius: 0px 6px 0px 6px;
-moz-border-radius: 0px 6px 0px 6px;
-webkit-border-radius: 0px 6px 0px 6px;
moz-box-shadow: -2px 2px 2px #333333, 2px 2px 2px #333333;
webkit-box-shadow: -2px 2px 2px #333333, 2px 2px 2px #333333;
box-shadow:-2px 2px 2px #333333, 2px 2px 2px #333333;
}

#headlevel2 a:hover
{   
    background: rgba(205,0,0,1);
}

#headlevel2 a.NotActive {
color:#2D2D2D;
}

/* --- Content div on all pages --- */

#content_div{
background:#F7F7F7;
width:984px;
min-height:400px;
border-radius:8px 8px 8px 8px;
-moz-border-radius:8px 8px 8px 8px;
-webkit-border-radius:8px 8px 8px 8px;
border:1px ridge #4B4B4B;
clear: both;
}

#content_div h2
{
    text-align: center;
    padding: 1px;
    margin: 1px;
}

#content_div,#header{
margin-left: auto;
margin-right: auto;
}

#TabDiv{
    float:left;
    margin-top:50px;
    margin-left:30px;
}

.white 
{
    border:0px;
    background:white;
}

.Column2
{
    border: 0px;
    background-color: Gainsboro;
    padding-left: 5px;
}

.Column2Alt
{
    border: 0px;
    background-color: LightSteelBlue;
    padding-left: 5px;
}

.Column2AltHeader
{
    border: 0px;
    background-color: rgba(176,196,222,0.5);
    padding-left: 5px;
}

.nonwhite
{
    background:#E1E1E1;
}

.PadTd td
{
    padding-left: 5px;
}

/* --------------------------
        NEW STUFF
---------------------------*/

.BkColor
{
    background-color: Silver;
}

.FullRnd
{
    border-radius: 4px;
    -moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border: 1px solid #A9A9A9;
}

.TopRnd
{
    border-radius: 4px 4px 0px 0px;
    -moz-border-radius: 4px 4px 0px 0px;
	-webkit-border-radius: 4px 4px 0px 0px;
}

.BaseRnd
{
    border-radius: 0px 0px 4px 4px;
    -moz-border-radius: 0px 0px 4px 4px;
	-webkit-border-radius: 0px 0px 4px 4px;
}

.Shadow
{
    -webkit-box-shadow: 4px 4px 5px rgba(0,0,0,0.6);
    -moz-box-shadow: 4px 4px 5px rgba(0,0,0,0.6);
    box-shadow: 4px 4px 5px rgba(0,0,0,0.6);
}

.Hdr_frm
{
    background-color: white;
    position: relative;
    left: 30px;
    top: 11px;
    padding: 3px 4px 4px 4px;
    border: solid 1px #a9a9a9;
    z-index: 2;
}

.tbl1b
{
    padding-right: 10px;
    padding-left: 10px;
    padding-top: 16px;
    padding-bottom: 10px;
}

.IFlex
{
    display: inline-flex;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
}

.lb
{
    /*line-height: 30px*/
    width: 130px;
    display: inline-block;
    text-align: right;
    margin-top: 10px;
}

.lb2
{
    width: 195px;
    display: inline-block;
    text-align: right;
    margin-top: 10px;
}

.lb3
{
    width: 65px;
    text-align: right;
    display: inline-block;
}

.lb4
{
    width: 117px;
    text-align: right;
    display: inline-block;
}

.lb5
{
    display: inline-block;
    margin-top: 10px;
}

.FrmBox
{
    width: 470px;
    padding: 1px 1px 1px 14px;
    float: left;
}

.clearer
{
    clear: both;
    line-height: 0px;
    height: 5px;
}

.noborder
{
    border: 0px;
}

.Valigntop
{
    vertical-align: top;
}

.fleft
{
    float: left;
}

.fright
{
    float: right;
}

.hoverzoom
{
-webkit-transition-duration: 0.25s; /*Webkit: Animation duration*/
-moz-transition-duration: 0.25s; /*Mozilla duration version*/
-o-transition-duration: 0.25s; /*Opera duration version*/
z-index: 1;
position: relative;
}

.hoverzoom2
{
/*-webkit-transform:scale(1.05); Webkit: Scale up image to 1.2x original size*/
/*-moz-transform:scale(1.05); Mozilla scale version*/
/*-o-transform:scale(1.05); Opera scale version*/
box-shadow:0px 0px 20px gray; /*CSS3 shadow: 30px blurred shadow all around image*/
-webkit-box-shadow:0px 0px 20px gray; /*Safari shadow version*/
-moz-box-shadow:0px 0px 20px gray; /*Mozilla shadow version*/
z-index: 2;
position: relative;
}

.center
{
    margin-left: auto;
    margin-right: auto;
}

.DCalendar
{
    position: relative;
    float: left;
    margin-left: 20px;
    top: 40px;
}

.ABtn
{
    width: 185px;
    display: inline-block;
}

.Dnone
{
    display: none;
}

.greyout
{
    left: 0;
    top: 0;
    margin: 0;
    padding: 0;
    background-color: #000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
    z-index: 5;
    visibility: hidden;
    position: fixed;
    width: 100%;
    height: 100%;
}

.layer
{
    position: fixed;
    z-index: 10;
}

#mess
{
    color: Red;
}

.Msgbx_bar
{
    text-align: left;
    float: left;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-left: 5px;
    background-color: gray;
    border-bottom: 1px solid darkgray;
}

.Msgbx_title
{
    color: white;
    font-weight: normal;
    font-family: Arial;
}

.Msgbx_close
{
    font-size: 12pt;
    float: right;
    position: relative;
    margin: 2px;
    padding: 2px;
    color: white;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    background-color: lightgray;
    border: thin solid darkgray;
}

.Msgbx_inner
{
    background-color: #F7F7F7;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    border: thin solid darkgray;
}

.bordbottom
{
    border-bottom: thin solid lightgrey;
}

.bordbottom2
{
    border-bottom: thin solid lightgrey;
}

.bordbottom2 td
{
    border-left: thin solid lightgrey;
    border-right: thin solid lightgrey;
    padding-left: 4px;
    padding-right: 4px;
}

.bordbottom2 th
{
    border-left: thin solid lightgrey;
    border-right: thin solid lightgrey;
    border-top: thin solid lightgrey;
}

.billsline
{
    background-color: White;
    border: 1px solid black;
}

.bills td
{
    padding-left: 2px;
    padding-right: 2px;
}

.bills th
{
    padding-left: 2px;
    padding-right: 2px;
}

.BillLeft
{
    float: right;
    width: 473px;
    border: thin solid black;
    border-top: none;
    border-right: none;
    padding: 2px;
    text-align: right;
}

.BillRight
{
    float: right;
    width: 66px;
    border: thin solid black;
    border-top: none;
    padding: 2px;
}

.gridoverflow
{
    overflow-x: hidden;
    overflow-y: auto;
    display: block;
}

.DogMax
{
    background-color: Red;
    color: White;
}

.DogNearMax
{
    background-color: Orange;
    color: black;
}

.ImgHere
{
    background-image: url('Icons1/check.png');
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
}

.ImgGone
{
    background-image: url('Icons1/check2.png');
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
}

.ImgNotArrived
{
    width: 16px;
    height: 16px;
}

.DayList
{
    height: 190px;
    display: block;
}

.HAlignRight
{
    text-align: right;
}

.MsgIcon
{
    position: relative;
    top: 2px;
}

.NxtHeader
{
    background-color: LightBlue;
    padding-left: 10px;
    width: 99%;
    position: relative;
    top: -1px;
    left: -1px;
    font-weight: bold;
}

.AuditCharges thead
{
    text-align: center;
    font-weight: bold;
}

.AuditCharges, .AuditCharges td
{
    border: thin solid black;
    border-collapse: collapse;
}

/*---Calendar icon---*/
img[src="../../Styles/Calendar.png"]
{
    cursor: pointer;
    position: relative;
    top: 3px;
}

.LabelDayNotes
{
    min-height: 50px;
}

.VacWarn
{
    background-color: Yellow;
}

.VacIcon
{
    background-image: url('Icons2/Needle2.png');
    background-repeat: no-repeat;
    background-attachment: scroll;
    display: inline-block;
    width: 18px;
}

.Ibtn
{
    position: relative;
    left: -705px;
    display: inline-block;
}

input[type=submit][value=i]
{
    background: rgba(50,150,255,1);
    padding: 0px 4px;
    font-family: times new roman;
}

input[type=submit][value=i]:hover
{
    background: rgba(0,100,255,1);
}

#ui-datepicker-div{
    -webkit-box-shadow: 4px 4px 5px rgba(0,0,0,0.6);
    -moz-box-shadow: 4px 4px 5px rgba(0,0,0,0.6);
    box-shadow: 4px 4px 5px rgba(0,0,0,0.6);
}

.ui-datepicker{
    z-index: 3 !important;
}
.ui-datepicker-trigger{
    margin-left: 4px;
    margin-bottom: 1px;
}