﻿body
{
    /*background-position: #F0F0F0 url(../images/Background.jpg) repeat-x; */
    margin: 0px;
    padding: 0px; /*background: #F0F0F0 url(../images/Background.jpg) repeat-y;*/
    background-image: url(Images/Background-Short.jpg);
    background-repeat: repeat-x;
    font: 12px  tahoma, Arial, Helvetica, sans-serif;
    text-align: justify;
    
}


h1, h2, h3, .header1
{

    
    font-family:  tahoma, Arial, Helvetica, sans-serif;

    color: #ff3d00;
}
h1,  .header1
{
        font-size: 16px;
    font-weight:bold;
    letter-spacing: -0.5px;
}

h2
{
    font-size:12px;
}

h3
{
    font-size: 12px;
    letter-spacing: -0.5px;
}

p, ol, ul
{
    line-height: 1.67em;
}

/*img
{
    border-style: none;
    border-width: 0px;
    border: none;
 
}*/

a
{
    color: #c40e0e;
    text-decoration: none;
}


a:hover
{
    text-decoration: none;
}

hr
{
    display: block;
    color: #C0C0C0;
}
#container
{

    width: 800px;
    margin: 0 auto;
}


#header
{
    width: 800px;
    height: 95px;
    margin: 0 auto;
  padding:1px;
   
}

#logo
{
    float: right;
    padding: 0 0 0 0;
    margin-top: 20px;
    width: 202px;
    height: 38px;
    background: url(images/glendeninglogo.jpg) no-repeat right top;
}

#userStatus
{
   float:right;
    padding: 0 0 0 0;
    margin-top: 48px;
    width: 800px;
    height: 20px;
    color: #FFFFFF;
    text-align:right;
  
}

#userStatus a{
color:#FFFFFF;
font-weight:bold;

}



/* Menu */

#menu
{
    float: left;
    background-image: url(./Images/GlendeningSwirl.jpg);
    background-repeat: no-repeat;
    margin-top: 20px;
    min-height: 36px;
    min-width: 36px;
}

#menu ul
{
    margin: 0px;
    padding: 10px 0px 0px 50px;
    list-style: none;
}

#menu li
{
    display: inline;
    margin-left: 10px;
}

#menu a
{
    display: block;
    float: left;
    margin-left: 10px;
    padding-right: 0px;
    padding-top: 0px;
    text-decoration: none;
    font-family: calibri, tahoma, Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #CCCCCC;
    font-weight: bold;
}

#menu a:hover
{
    text-decoration: border-top 1px solid #FFFFFF;
    color: #ff3d00;
}

/* Page */

#wrapper
{
    width: 800px;
    margin: 95px 0 0 0;
    padding: 0 0 0 0;
  

}

#page
{
    margin:0;
    padding:0;
  
   width:800px;

}

#yellowBand
{
     width: 800px;
    margin: 0 0 0 0;
 height:235px;
 
  
}
input, textarea, select
{
    border: 1px solid #C0C0C0;
    padding: 2px;
    font-family: tahoma, calibri, tahoma, Arial, Helvetica, sans-serif;
    font-size: 12px;

}
.textbox, select
{
    width:200px;
}
.datagrids
{
    width:400px;
    border:none;
    padding:2px;
}

/* Content */


.status
{
    color: #E29004;
}

table, td
{
    padding: 2px;
}


table.stdTable
{
    border: 1px solid #EEBD00;
    margin: 0px;
    padding: 0px;
    background-image: url(./Images/tableBodyBG.gif);
    background-repeat: repeat-x;
}




.stdTable th
{

    
    background-image: url(./Images/tableHeadBG.gif);
    background-repeat:repeat-x;
    font-weight: bold;
    color: #000000;
    font-size: 15px;
    height:20px;
    padding:2px;

}
