table {
	background-repeat: repeat-x;
}
body
{
    font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #424244;
	text-decoration: none;
	
	
}

.globalLinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	color: #424244;
	text-decoration: none;
}
.homeSubhead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #424244;	
}
.whiteHomeSubhead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22pt;
	color: #FFFFFF;
	line-height: 36pt;
}
.listHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	color: #000000;
	font-weight: bold;
}
.listText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #424244;
}
.footerText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 12pt;
}
.footerText a:hover
{
   text-decoration:underline;
}


.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #424244;
	text-decoration: none;
	line-height: 17px;
}
.subhead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #000000;
	line-height: 19px;
}
.subheadBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #000000;
	line-height: 19px;
	font-weight: bold;
}
.orderNowBreadcrumbs {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #b7bbbe;
	text-decoration: none;
}
.tableHeaders {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
a {
	color: #424244;
	text-decoration: none;
}
.appointmentover
{
    background-image:url(images/appointmentbgover.jpg);
    width:400px;
    height:75px;    
    background-repeat:repeat-x;
    font-size:12px;
    /*border: outset 1px gray;*/
    cursor:pointer;
}
.appointment1 /*Event*/
{
    width:400px;
    height:75px;    
    background-image:url(images/appointmentbg2.jpg);
    background-repeat:repeat-x;
    font-size:12px
}
.calappointment1
{
    background-image:url(images/appointmentbg2.jpg);
    background-repeat:repeat-x;
}
.appointment2 /*Meeting*/
{
    width:400px;
    height:75px;    
    background-image:url(images/appointmentbg1.jpg);
    background-repeat:repeat-x;
    font-size:12px
}
.calappointment2
{
    background-image:url(images/appointmentbg1.jpg);
    background-repeat:repeat-x;
}
.appointment3 /*Task*/
{
    width:400px;
    height:75px;    
    background-image:url(images/appointmentbg0.jpg);
    background-repeat:repeat-x;
    font-size:12px
}
.calappointment3
{
    background-image:url(images/appointmentbg0.jpg);
    background-repeat:repeat-x;
}
.textBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #424244;
	text-decoration: none;
	line-height: 17px;
	font-weight: bold;
}
.textUnderlined {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #424244;
	text-decoration: underline;
	line-height: 17px;
}
.subscript
{
    font-size:9px;
    font-style:italic;
}
Div.selected
{
    /*background-color:#BEBDBD;*/
    /*border:solid 2px #424244;*/
    color:Green;
    cursor:pointer;
}

Div.blueselected
{
    background-color:white;
    cursor:hand;
}

.packagediv
{
    background-color:#424244;
    color:#e4e4e5;
    position:absolute;
    z-index:100;    
    width:auto;
    height:auto;
    border:solid 1px #e4e4e5;
    padding:10px 10px 10px 10px;
}

.packagediv .header
{
    font-weight:bold;
    text-decoration:underline;
}

.ATHeader
{
    color: #ffffff;
    font-weight:bold;
}
.promolne
{
    position:relative
}
.promoline a
  {
    font-weight:bold;
    color:#CC0000;/*#FF8C00;*/
  }
  
.promodesc
{
    background-color:#424244;
    color:#e4e4e5;
    position:absolute;
    z-index:100;    
    /*width:380px;
    height:150px;*/
    border:solid 1px #e4e4e5;
    padding:5px 5px 5px 5px;
    text-align:left;
    margin-top:15px;
    
}
.promodesc a
{
    color:Orange;
}
.promoline a:hover
{
    text-decoration:underline;
}

.bgimg 
{
    font:10pt verdana; 
    color:#000000; 
    background-image:url(images/passimg.png);
    background-repeat:no-repeat;
     
     background-position: center left;
     }
.ubgimg 
{
    font:10pt verdana;
     color:#000000;
      background-image:url(images/username.png);
  background-repeat:no-repeat; 
  
   background-position: center left;
}
  /* Note, Mozilla may require the "background-attachment:fixed" but other browsers don't need it*/
  .nobgimg {font:10pt verdana; color:#000000; background-image:none;}



  .black {font:10pt arial; color:#000000;}
  .grey {font:10pt arial; color:#989898;}