/* CSS Document */
.Table1
{
  background-color: #99CCFF;
  font-family: Arial;
  font-size: medium;
}

.LoginCaption
{
 font-family: Times New Roman;
 font-size: 18px;

}

.TableBorder1
{
   background-color:#FFFAF9;
  	border-top-width: 1px;
  	border-right-width: 1px;
  	border-bottom-width: 1px;
  	border-left-width: 1px;
  	border-top-style: SOLID;
  	border-right-style: SOLID;
  	border-bottom-style: SOLID;
  	border-left-style: SOLID;
  	border-top-color: #6699cc;
  	border-right-color: #6699cc;
  	border-bottom-color: #6699cc;
  	border-left-color: #6699cc;
}

.Caption1
{
  font-family: arial;
  font-size: x-small;
  color: #6699cc;
  font-weight: bold;
}
.Sidelink
{
  font-size: 12px;
  font-family: arial;
  color: rgb(0,0,0);
}

.Button {
     BORDER-RIGHT: #a76414 1px solid; PADDING-RIGHT: 1px; BORDER-TOP: #f7b668 1px solid; PADDING-LEFT: 1px; FONT-WEIGHT: bold; FONT-SIZE: 11px; PADDING-BOTTOM: 1px; BORDER-LEFT: #f7b668 1px solid; COLOR: white; PADDING-TOP: 1px; BORDER-BOTTOM: #a76414 1px solid; FONT-FAMILY: Verdana, Geneva, Arial, Helvetica, sans-serif; BACKGROUND-COLOR: #f7941d
}

.Button1 {
color: #000000;
text-decoration: none;
background-color: #A2AAB5;
display: block;
padding: 3px 0px 3px 12px;
width: 150px;
border-top: 1px solid #EEEEEE;
border-right: 1px solid #666666;
border-bottom: 1px solid #666666;
border-left: 1px solid #EEEEEE;
background-repeat: no-repeat;
} 

.JobsListHead
{
  font-size: x-small;
  font-style: oblique;
  font-weight: bold;
  font-family: Arial;
 background-color: rgb(255,255,255);
  color: rgb(51,102,255);

}

.JobsListText1
{
  font-family: Arial;
  font-size: x-small;
   color: rgb(102,102,255);
}
.JobsListText
{
  font-family: Arial;
  font-size: x-small;
  color: rgb(0,102,153);
  /*font-weight: bold;*/

}

.TableBorderJobs
  {
    background-color: white;
  	border-top-width: 1px;
  	border-right-width: 1px;
  	border-bottom-width: 1px;
  	border-left-width: 1px;
  	border-top-style: solid;
  	border-right-style: solid;
  	border-bottom-style: solid;
  	border-left-style: solid;
  	border-top-color: #666666;
  	border-right-color: #666666;
  	border-bottom-color: #666666;
  	border-left-color: #666666;
  }
.HeadText
{
  font-family: Arial;
  font-size: 12px;
  color: rgb(204,51,0);
  font-weight: bold;

}


