/*                              /*
/* ALL <TABLE> DEFINITIONS HERE /*
/*                              /*

/* Main Table Definition */
table.main
{
   position:absolute;
   left:1px;
   top:115px;
   width:800px;
}
/* Table definition that holds the general co. info */
table.compinfo
{
   width:650px;
   border-collapse: collapse;
}
/* Table definition that holds the IT Contact data */
table.itcontactinfo
{
   width:650px;
   border-collapse: collapse;
}
/* Table definition that holds the server data */
table.serverinfo
{
   border-collapse: collapse;
}
/* Table definition for the main options table */
table.mainoptions
{
   width:650px;
   border-collapse: collapse;
}
/* Table definition for the suboptions tables */
table.suboptions
{
   width:280px;
   border-collapse: collapse;
   border-style: none;
   border-width: 1px;
}
/* Table definition for the comments table */
table.comments
{
   width:650px;
   border-collapse: collapse;
}
/* Table definition that holds the submit button */
table.submit
{
   width:650px;
   border-collapse: collapse;
}
/*                              /*
/* END <TABLE> DEFINITIONS      /*
/*                              /*

/*                              /*
/* ALL <TD> DEFINITIONS HERE    /*
/*                              /*

/* TD definition for the input(text) field labels */
td.inputlabel
{
   background-color: #DCD4CC;
   font-family: sans-serif;
   text-align: right;
   border-style: none;
   padding: 2pt;
   font-size: 90%;
}
/* TD definition for the input(text) field objects */
td.inputfield
{
   background-color: #DCD4CC;
   text-align: left;
   border-style: none;
   padding: 2pt;
}
/* TH definition for the input(text) field tables */
td.inputsubhead
{
   background-color: #DCD4CC;
   text-align: center;
   font-family: sans-serif;
   border-style: solid;
   border-bottom-width: 0px;
   border-left-width: 0px;
   border-right-width: 0px;
   border-top-width: 0px;
   font-weight: bold;
}
/* TD definition for the server data table*/
td.serverdata
{
   background-color: #DCD4CC;
   text-align: center;
   border-style: none;
   border-color: #FFFFFF;
   border-width: 1px;
   padding: 1pt;
}
/* TD definition for the options tables */
td.options
{
   background-color: #DCD4CC;
   text-align: left;
   font-family: sans-serif;
   border-style: none;
   border-width: 0px;
   padding: 1pt;
   font-size: 85%;
}
/*                              /*
/* END <TD> DEFINITIONS         /*
/*                              /*

/*                              /*
/* ALL <TH> DEFINITIONS HERE    /*
/*                              /*

/* TH definition for the input(text) field tables */
th.inputfields
{
   background-color: #7396CC;
   text-align: center;
   font-family: sans-serif;
   border-style: solid;
   border-bottom-width: 1px;
   border-left-width: 0px;
   border-right-width: 0px;
   border-top-width: 0px;
   font-weight: bold;
}
/* TH definition for the server data table */
th.serverdata
{
   background-color: #DCD4CC;
   text-align: center;
   border-style: none;
   border-color: #FFFFFF;
   border-width: 1px;
   padding: 1pt;
   font-weight: bold;
}
/* TH definition for the options tables */
th.options
{
   background-color: #7396CC;
   text-align: center;
   font-family: sans-serif;
   border-style: none;
   border-color: #FFFFFF;
   border-width: 1px;
   padding: 1pt;
   font-weight: bold;
}
/* TH definition for the comments tables */
th.comments
{
   background-color: #7396CC;
   text-align: center;
   font-family: sans-serif;
   border-style: none;
   border-color: #FFFFFF;
   border-width: 1px;
   padding: 1pt;
   font-weight: bold;
}
/*                              /*
/* END <TH> DEFINITIONS         /*
/*                              /*
