﻿.headingtext{
    border:0px solid blue; font-family:Arial 'Times New Roman' Verdana;font-size:18pt;text-align:center;background-color:#89c5ff;
}

.txtbox{
    border:1px solid blue; font-family:Arial 'Times New Roman' Verdana;font-size:12pt;
}

.newbtn{
    border:1px solid blue; font-family:Arial 'Times New Roman' Verdana;font-size:14pt;height:35px;width:100px;
    background-color:#4bb2f7;color:blue; }

.newbtn:hover{
    border:1px solid blue; font-family:Arial 'Times New Roman' Verdana;font-size:14pt;height:35px;width:100px;
    background-color:#007acc;color:white; }

.logoutbtn{
    border:1px solid blue; font-family:Arial 'Times New Roman' Verdana;font-size:12pt;height:25px;width:80px;
    background-color:blue;color:white; border-radius:7px 7px 7px 7px; }

.logoutbtn:hover{
    border:1px solid blue; font-family:Arial 'Times New Roman' Verdana;font-size:13pt;height:25px;width:80px;
    background-color:#4bb2f7;color:white; border-radius:7px 7px 7px 7px; }

.closebtn{border:1px solid blue; font-family:Arial 'Times New Roman' Verdana;font-size:14pt;height:35px;width:100px;
    background-color:#4bb2f7;color:blue;}

.closebtn:hover{border:1px solid blue; font-family:Arial 'Times New Roman' Verdana;font-size:14pt;height:35px;width:100px;
    background-color:#fb808b;color:blue;}

.tableborder{
    border:1px solid blue; border-radius:10px 10px 10px 10px;padding-top:10px;padding-bottom:10px;}

.billtext{
    border:1px solid blue;width:140px;height:20px;}

.billheader{
    border:1px solid blue;  font-family:Arial 'Times New Roman' Verdana;font-size:11pt;text-align:left;background-color:#319df8;color:white;
    }