﻿body
{
  /* background-color: Teal; 
   background-color:  #C0C0C0;*/
    font-family: Arial, Helvetica, sans-serif;
    /*color: #FFFFFF;*/
}

a:link {
    COLOR: blue;
}
a:visited {
    COLOR: Purple;
}
a:hover {
    COLOR: blue;
}
a:active {
    COLOR: black;
}

.dataTable a:link {
    COLOR: blue;
}
.dataTable a:visited {
    COLOR: black;
}
.dataTable a:hover {
    COLOR: red;
}
.dataTable a:active {
    COLOR: black;
}

h2
{
    margin-top: 10px;
    text-align: center;
    border-bottom: 1px solid white;
    padding-bottom: 10px;
    margin-bottom: 5px;
}

h4
{
    margin-top: 8px;
    margin-bottom: 8px;
}

.topPanel
{
    /*border: 1px solid grey;*/
    padding: 5px;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
    text-align: center;
    
    /*background-color: #E8E8E8 ;
   background-color:  #C0C0C0;
    background-color: #006F7B;*/
}
.topbanner {
    background-color: #4DB1B7;
    height: 150px;
    border: 1px solid black;
    position: relative;
}

    .topbanner img {
        background-color: #4DB1B7;
        height: 150px;
        float: left;
    }
.mainContentPanel
{
      border: 1px solid grey;
    /*  background-color: #E8E8E8 ;
   background-color:  #C0C0C0;
   background-color: #006F7B;*/
    padding: 10px;
    width: 900px;
    /*height: 580px;*/
    margin-left: auto;
    margin-right: auto;
}
.headertext {
  
    float: right;
    vertical-align: bottom;
    color: white;
    text-align: right;
    /**/ position: absolute;
    right: 1%;
    bottom: 2%;
    border-width: 5px;
    font-size:70px;
}
.bottomPanel
{
    text-align: center;
    margin-top: 10px;
    font-size: small;
}

.loginStatus
{
    text-align: right;
    margin-top: 5px;
    color: white
}

.loginPanel
{
    margin: 40px;
}

.loginControl {
    /*background-color: Teal;*/
    margin-right: auto;
    margin-left: auto;
}

.table
{
    width: 400px;
    border-width: 1px;
    border-style: solid;
    border-color: gray;
}

.custHomeInfo
{
    padding: 8px;
    /*float: right;*/
    border: solid 1px gray;
    /*width: 250px;*/
    height: 300px;
}

.contentBox {
    padding: 8px;
    border: 1px solid gray;
    margin-bottom: 10px;
    position: relative;
}

.headerNav
{
    text-align: right;
}
#divInterval{
    padding-top:5px;
}

#btnSubmit {
    float: right;
    text-align: right;
    position: absolute;
    right: 1%;
    bottom:2%;
    border-width:5px;
}

    #btnSubmit input {
        
        padding: 5px 7px ;
        font-size: 16px;

    }

#divService {
    padding-top: 5px;
}
#divFurtherDesc {
    padding-top: 5px;
}
#ddlTypeStyle select{
   
    height:25px;
    width:170px;
}