/* --------- */
/*    Adv    */
/* --------- */

.Advs
{
    margin-bottom: -10px;
    overflow: hidden;
}

.Advs .Adv
{
    display: block;
    background-color: #eff2f6;
    height: 100px;
    width: 220px;
    padding-right: 10px;
    margin-bottom: 10px;
    cursor: pointer;
}

.Advs .Adv img
{
    float: left;
    width: 100px;
}

.Advs .Adv .Title, .Advs .Adv .Text
{
    float: right;
    width: 112px;
}

.Advs .Adv .Title
{
    height: 24px;
    line-height: 24px;
    font-size: 14px;
    color: #1a0959;
    font-weight: bold;
    overflow: hidden;
}

.Advs .Adv .Text span
{
    padding-left: 15px;
    background: url('../Images/arrow.jpg') no-repeat left 2px;
}

.Advs.Links .Link
{
    display: block;
    padding: 0 0 10px 15px;
    background: url('../Images/arrow.jpg') no-repeat left 2px;
}


/* --------- */
/*    News   */
/* --------- */

.News img
{
    padding-bottom: 10px;
}

.News .Title
{
    padding: 10px 0;
}

.News .List
{
    border-top: solid 1px black;
    padding-top: 15px;
    margin-top: 15px;
}

.News .List .item
{
    padding: 3px 0;
}

.News .List .DateText
{
    text-decoration: none;
    font-size: 10px;
    padding-left: 3px;
}

.NewsSnippet .News
{
    padding-bottom: 10px;
}

.NewsSnippet .News .Date
{
    font-size: 9px;
    color: #9193a0;
}

.NewsSnippet .News a
{
    padding-left: 15px;
    background: url('../Images/arrow.jpg') no-repeat left 2px;
}

/* WebCam special */
#skn_lyut_ctr16912_WebCamModule_imgWebCam, #skn_lyut_ctr17060_WebCamModule_imgWebCam,
#skn_lyut_ctr17061_WebCamModule_imgWebCam, #skn_lyut_ctr17062_WebCamModule_imgWebCam
{
    width: 230px;
    height: 172px;
}

/* ------------------- */
/*    FlightSchedule   */
/* ------------------- */
.FlightSchedule {
  color: #ffffff;
  font-size: 12px;
}
.FlightSchedule table {
  border-collapse: collapse;
  border: 0;
  margin: 0;
  padding: 0;
  background-color: #465989;
  width: 100%;
  text-transform: uppercase;
}
.FlightSchedule table th {
  color: #cbd400;
  background-color: #2d4073;
  font-size: 10px;
  text-align: left;
  padding: 3px 0;
}
.FlightSchedule table td {
  border-bottom: solid 1px #596c9d;
  padding: 2px 0;
}
.FlightSchedule table td:first-child, .FlightSchedule table th:first-child, .MetObservations table td:first-child, .MetObservations table th:first-child, .Statistics table td:first-child, .Statistics table th:first-child
{ padding-left: 10px; }
.FlightSchedule table td:last-child, .FlightSchedule table th:last-child, .MetObservations table td:last-child, .MetObservations table th:last-child, .Statistics table td:last-child, .Statistics table th:last-child
{ padding-right: 10px !important; }
.MetObservations table th:first-child, .MetObservations table td:first-child
{ width: 38px; }
.FlightSchedule .More {
  display: block;
  color: #cbd400;
  font-size: 10px;
  text-align: right;
  text-transform: uppercase;
  padding: 4px 29px;
  background: URL('../Images/yellow_arrow.jpg') no-repeat 450px center;
  background-color: #2d4073;
  text-decoration: none;
}
.FlightSchedule .Header {
  color: #ffffff;
  font-size: 16px;
  height: 36px;
  line-height: 36px;
  font-weight: bold;
  display: block;
  padding-left: 45px;
}
.FlightSchedule .Arrivals {
  margin-bottom: 20px;
  background: URL('../Images/containerTitleBlueBg.jpg') repeat-x 0 0;
}
.FlightSchedule .Departures { background: URL('../Images/containerTitleBlueBg.jpg') repeat-x 0 0; }
.FlightSchedule .Arrivals .Header { background: URL('../Images/icon_land.jpg') no-repeat 13px 9px; }
.FlightSchedule .Departures .Header { background: URL('../Images/icon_takeoff.jpg') no-repeat 12px 14px; }
.FlightSchedule .Error { color: Red; }
.FlightSchedule table tr { display: none; }
.FlightSchedule table tr.HeaderRow, .FlightSchedule table tr.Day0, .FlightSchedule table tr.Day1 { display: table-row; *display: block; }
.FlightSchedule .More.Expanded {
  background-image: none;
  color: #2d4073;
  cursor: default;
}

/* ------------------ */
/*   MetObservations  */
/* ------------------ */
.MetObservations { background: URL('../Images/containerTitleBg.jpg') repeat-x 0 0; }
.MetObservations .GridHeader {
  display: block;
  height: 36px;
  line-height: 36px;
  padding-left: 42px;
  font-size: 16px;
  font-weight: bold;
  color: #1a0959;
  background: URL('../Images/icon_weather.jpg') no-repeat 10px 9px;
}
.MetObservations .RadChart { margin-top: 20px; }
.MetObservations table.MasterTable_WebBlue td, .MetObservations th, .Statistics table.MasterTable_WebBlue td {
  color: #2c345b;
  font-family: Tahoma, Geneva;
  background: none;
  font-size: 12px;
  text-align: right;
  padding: 4px 5px 3px;
}
.MetObservations.Widget table.MasterTable_WebBlue td, .MetObservations.Widget th
{
    padding: 4px 0 3px;
}

.MetObservations .RadGrid_WebBlue, .MetObservations.Widget .Grid, .MetObservations.Widget table.MasterTable_WebBlue, .Statistics .RadGrid_WebBlue { border: none; }
.MetObservations table.MasterTable_WebBlue {
  backgound-color: #e8ecf4;
  border-bottom: solid #d7dbe5 21px;
}
.MetObservations .GridRow_WebBlue td, .Statistics .GridRow_WebBlue td { border-color: #d8deeb; }
.MetObservations .GridAltRow_WebBlue td, .Statistics .GridAltRow_WebBlue td { border-color: transparent; }
.MetObservations .GridAltRow_WebBlue, .MetObservations .GridRow_WebBlue, .Statistics .GridAltRow_WebBlue, .Statistics .GridRow_WebBlue { background: none; }
.MetObservations .ExtraText {
  display: block;
  margin: 20px 0;
}
.MetObservations.Widget .More {
  display: block;
  text-align: right;
  text-transform: uppercase;
  padding: 4px 29px;
  background: URL('../Images/arrow_purple.jpg') no-repeat 450px center;
  background-color: #d7dbe5;
  text-decoration: none;
}

.ie6 .MetObservations table.MasterTable_WebBlue
{
    border-bottom: 0;
}

/* ------------- */
/*   Statistics  */
/* ------------- */
.Statistics .Views, .Statistics .RadGrid { margin-bottom: 10px; }
.Statistics .RadChart { margin-bottom: 20px; }
.Statistics table.MasterTable_WebBlue th {
  color: #2c345b;
  font-family: Tahoma, Geneva;
  background: none;
  font-size: 12px;
  background-color: #d7dbe5;
}
.Statistics table.MasterTable_WebBlue { backgound-color: #e8ecf4; }
.Statistics table.MasterTable_WebBlue td
{
    text-align: left;
}
.Statistics table.MasterTable_WebBlue tr td:first-child
{
    padding-left: 10px;
}