﻿body {
    margin: 10px 0px 10px 0px;
    background-color: #214A8C;
    font-family: Arial Verdana Times New Roman;
}
a
{
    color: #214A8C;
    text-decoration: none;
}
.site_linkbutton 
{
    font-weight: bolder;
}
.login_box
{
    width: 40%;
    float: left;
}
.nav_linkbutton
{
    color: #214A8C;
}
.site_outholder
{
    width: 1000px;
    margin: 0 auto;
    padding: 5px;
    background-color: Transparent;
}
.site_inholder
{
    margin: 0px;
    padding: 0px;
    background-color: White;
}
.main_header
{
    font-size: large;
    color: #000000;
    text-transform: capitalize;
    text-decoration: underline;
    margin-bottom: 3px;
}
.main_text
{
    text-indent: 5px;
    text-align: left;
}
.site_nav_menu_item
{
    /*border-style: outset;
    border-width: thin;
    background-color: #AAAAAA;
    */
    text-align: center;
    font-size: large;
    font-weight: bold;
    margin-right: 5px;
    margin-bottom: 5px;
    margin-top: 0px;
    list-style-type: none;
}
.site_navigation
{
    float: left;
    margin: 0px auto 0px auto;
    width: 15%;
    background-color: inherit;
    padding: 0px 10px 0px 20px;
}
.site_content
{
    float: left;
    width: 80%;
    border-left-style: groove;
    border-left-width: thin;
    padding-left: 10px;
    background-color: inherit;
}
.clear
{
    clear: left;
}
.left
{
    float: left;
    width: 50%;
}
.site_title
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: x-large;
    font-weight: bolder;
    color: #9ECC45;
}
.nav_linkbutton
{
    text-decoration: none;
}
.site_nav_menu
{
    margin-left: 0px;
    padding-left: 0px;
}
.site_header
{
    border-bottom-style: groove;
    border-bottom-width: thin;
    margin: 0px auto 25px auto;
    background-position: center center;
    background-image: url('images/pawtrack/pawtrack_banner.jpg');
    background-repeat: no-repeat;
    background-color: inherit;
    width: 800px;
    height:100px;
}
.site_footer
{
    padding: 0px;
    border-top-style: groove;
    border-top-width: thin;
    background-color: inherit;
    margin: 25px auto 0px auto;
    width: 800px;
}
.site_copyright
{
	padding: 0px;
	margin: 0px;
}
.status_repeater
{
	background-color: #9ECC45;
}
.status_repeater_header
{
	background-color: #8DBB34;
	padding: 0px 20px 0px 10px;
}
.status_repeater_1
{
	background-color: #DDDDDD;
	padding: 0px 20px 0px 10px;
}
.status_repeater_2
{
	background-color: #BBBBBB;
	padding: 0px 20px 0px 10px;
}
.tracking_repeater
{
	background-color: #9ECC45;
}
.tracking_repeater_header
{
	background-color: #8DBB34;
	padding: 2px 20px 2px 10px;
}
.tracking_repeater_1
{
	background-color: #DDDDDD;
	padding: 2px 20px 2px 10px;
}
.tracking_repeater_2
{
	background-color: #BBBBBB;
	padding: 2px 20px 2px 10px;
}
.units_label
{
	background-color: #EEEEEE;
}
.units_data
{
	background-color: #EEEEEE;
}
.login_box
{
	padding: 10px 10px 10px 400px;
	border: solid 2px #ffffff;
	width: 50%;
}

