/*
body 
select
.goodmessage
.handcursor
.infotext
.inputbox
.loginbox
.logintext
.mainmenu
.mainmenu:hover
.reportheading
.tableheader
.tabletext1
.warning
*/

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

select
{
color:#0000CC;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
}

.goodmessage
{
color:#03F;
font-size:14px;
font-weight: 900;
}

.handcursor
{
color:#0099FF;
cursor:pointer;
font-family:"Times New Roman", Times, serif;
font-size:13px;
}

.infotext
{
color:#993300;
font-size:12px;
font-style:italic;
}

.inputbox
{
color:#0000CC;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
}

.loginbox
{
font-family:"Times New Roman", Times, serif;
font-size:12px;
color:#999999;
height:12px;
}

.logintext
{
font-family:"Times New Roman", Times, serif;
font-size:12px;
color:#660000;
height:12px;
}

.mainmenu
{
color:#990000;
cursor:pointer;
}

.mainmenu:hover
{
color:#FF9900;
}

.reportheading
{
color:#990000;
font-size:18px;
font-family:"Times New Roman", Times, serif;
font-weight:bold;
}

.tableheader
{
color:#FFFFFF;
font-size:14px;
font-weight:bold;
font-family:"Times New Roman", Times, serif;
background-color:#663366;
}

.tabletext1
{
color:#666666;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
}

.warning
{
color:#F00;
font-size:14px;
font-weight: 900;
}

td{
padding-left: 3px;	
padding-right: 3px;	
}

#addclienttbl input[type="button"],
#addclienttbl input[type="reset"],
#frmSend input[type="button"]
{
border-radius: 10px;
padding-left: 10px;	
padding-right: 10px;
color:#0000CC;	
-webkit-appearance: none;
}

  .scheduletable {
    margin: 0 auto; /* or margin: 0 auto 0 auto */
  }