/* Customer Service Portal Styles */
.widget {
   font: 8pt Arial, Helvetica, sans-serif;
   color: #000000;
}
a:link.widget, a:visited.widget {
   font: 8pt Arial, Helvetica, sans-serif;
   color: #000000;
   text-decoration: none;
}
a:active.widget, a:hover.widget {
   font: 8pt Arial, Helvetica, sans-serif;
   color: #000000;
   text-decoration: underline;
}

input.button {
   border: thin solid #666666;
   text-decoration: none;
   color: #666666;
   font-size: 9pt;
}

.cs-body-title {
   color: #ff6600;
}
.cs-widget-title {
   font-weight: bold;
   color: #000000;
}

.cs-headline {
   font: bold 13pt Arial, Helvetica, sans-serif;
   color: #339966;
}

.cs-aircraft {
   font: bold 11pt Arial, Helvetica, sans-serif;
   color: #ff6600;
}

.cs-h2 {
   font: bold 9pt Arial, Helvetica, sans-serif;
   color: #ff6600;
}
a:link.cs-h2, a:visited.cs-h2 {
   font: bold 9pt Arial, Helvetica, sans-serif;
   color: #ff6600;
   text-decoration: none;
}
a:active.cs-h2, a:hover.cs-h2 {
   font: bold 9pt Arial, Helvetica, sans-serif;
   color: #cc6600;
   text-decoration : none;
}

.cs-h3 {
   font: bold 8pt Arial, Helvetica, sans-serif;
   color: #666666;
}
a:link.cs-h3, a:visited.cs-h3 {
   font: bold 8pt Arial, Helvetica, sans-serif;
   color: #666666;
   text-decoration: underline;
}
a:active.cs-h3, a:hover.cs-h3 {
   font: bold 8pt Arial, Helvetica, sans-serif;
   color: #999999;
   text-decoration : underline;
}

.cs-help {
   font: italic 8pt Arial, Helvetica, sans-serif;
}

/* Table Properties */
table.cs-green {
   border-collapse: collapse;
   border: 1px solid #339966;
}
table.cs-green .cs-h2 a:link, table.cs-green .cs-h2 a:visited {
   font: bold 9pt Arial, Helvetica, sans-serif;
   color: #ff6600;
   text-decoration: none;
}
table.cs-green .cs-h2 a:active, table.cs-green .cs-h2 a:hover {
   font: bold 9pt Arial, Helvetica, sans-serif;
   color: #cc6600;
   text-decoration : none;
}
table.cs-green .cs-h3 a:link, table.cs-green .cs-h3 a:visited {
   font: bold 8pt Arial, Helvetica, sans-serif;
   color: #666666;
   text-decoration: underline;
}
table.cs-green .cs-h3 a:active, table.cs-green .cs-h3 a:hover {
   font: bold 8pt Arial, Helvetica, sans-serif;
   color: #999999;
   text-decoration : underline;
}

table.cs-gray {
   border-collapse: collapse;
}
table.cs-gray td {
   border: 1px solid #808080;
}
table.cs-gray .cs-h2 a:link, table.cs-gray .cs-h2 a:visited {
   font: bold 9pt Arial, Helvetica, sans-serif;
   color: #ff6600;
   text-decoration: none;
}
table.cs-gray .cs-h2 a:active, table.cs-gray .cs-h2 a:hover {
   font: bold 9pt Arial, Helvetica, sans-serif;
   color: #cc6600;
   text-decoration : none;
}
table.cs-gray .cs-h3 a:link, table.cs-gray .cs-h3 a:visited {
   font: bold 8pt Arial, Helvetica, sans-serif;
   color: #666666;
   text-decoration: underline;
}
table.cs-gray .cs-h3 a:active, table.cs-gray .cs-h3 a:hover {
   font: bold 8pt Arial, Helvetica, sans-serif;
   color: #999999;
   text-decoration : underline;
}
