﻿body 
{   
    background-color: #A0A0A0;
    margin:0;
    padding: 0;
    border-spacing: 0px;
    min-width: 100%;
    background-image:url("images/shadow/shadow.gif");
    background-position:top;
    background-repeat: repeat-x;

    font-family: Arial, Helvetica, Sans-Serif;
}

.center
{
    text-align: center;
    width: 100%;
}

.shadow_top_left
{
    background-image:url("images/shadow/schattenkante_links.gif");
    background-repeat:no-repeat;
    background-position:top left;
    z-index: 50;
    display: block;
}
.shadow_top_right
{
    background-image:url("images/shadow/schattenkante_rechts.gif");
    background-repeat:no-repeat;
    background-position:top right;
    z-index: 50;
    display: block;
}
.shadow_left
{
    background-image:url("images/shadow/schattenkante_wh_links.gif");
    background-repeat:repeat-y;
    background-position:left;
    z-index: 50;
    display: inline-block;
}
.shadow_right
{
    background-image:url("images/shadow/schattenkante_wh_rechts.gif");
    background-repeat:repeat-y;
    background-position:right;
    z-index: 50;
    display: block;
}
.shadow_bottom
{
    background-image:url("images/shadow/schattenkante_unten.jpg");
    background-repeat:repeat-x;
    background-position:bottom;
    z-index: 50;
    display: block;
}
.shadow_bottom_left
{
    background-image:url("images/shadow/schattenkante_unten_links.gif");
    background-repeat:no-repeat;
    background-position:bottom left;
    z-index: 50;
    display: block;
}
.shadow_bottom_right
{
    background-image:url("images/shadow/schattenkante_unten_rechts.gif");
    background-repeat:no-repeat;
    background-position:bottom right;
    z-index: 50;
    padding: 0  32px;
    padding-bottom: 48px;
    display: block;
}

.wrapper
{
	background-color: #E0E0E0;   
    min-height:300px;
    min-width:850px;
    display:block;
    margin: 0;
    padding: 0;
    text-align: left;
}

#top
{
    top:0;
    padding: 0;
    padding-right: 10px;
    padding-bottom: -1px;
    background-color: #E0E0E0;  
    text-align: right; 
	min-height: 24px;
    vertical-align:text-bottom;
    text-align: left;
    border-bottom-color: #A0A0A0 ;
    border-bottom-style: solid;
    border-bottom-width: 5px;
}


.topInfo
{
	display:block;
	float:right;
    font-size: small;
    margin-top: 5px;
    margin-right: 5px;
}

#main
{
	bottom:0;
    margin-bottom: -1px;
    padding:10px;
    margin:0;
    background-color: #E0E0E0;
    min-height:300px;
    text-align: left;
    
}

.wrapper *
{
	text-align: left;
}

#footer
{
	background-color: #E0E0E0;
	margin:0;
	font-size:12px;
	padding: 5px;
	text-align: left;
}
#copyright
{
	font-size: 10px;
    color: #4C4C4C;
}

h1
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 24px;
	font-style: normal;
	font-weight:normal;
	text-align: left;
	padding: 5px 0 5px 10px ;
	margin: 0;

}

h2
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 18px;
	font-style: normal;
	font-weight:normal;
	text-align: left;
}

h3
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 14px;
	font-style: normal;
	font-weight:normal;
	text-align: left;
}


#menu
{
	text-align:left;
}


fieldset 
{
    border:1px solid black
}
legend 
{
    color:black; 
    font-weight: bold;
}

.docs
{
    font-size: medium;
    color: #2C2C2C;
}

.docs_medium
{
    font-size: small;
    font-weight: normal;
    color: #2C2C2C;
}

.docs_medium_center
{
    font-size: small;
    font-weight: normal;
    color: #2C2C2C;
    text-align: center; 
}

.docs_medium_bold
{
    font-size: small;
    font-weight: bold;
    color: #2C2C2C;
}

.docs_small
{
    font-size: x-small;
    color: #2C2C2C;
}

.docs_small_bold
{
    font-size: x-small;
    font-weight: bold;
    color: #2C2C2C;
}

.docs_title
{
    font-size: medium;
    font-weight: bold;
    color: #2C2C2C;
}


.panel
{
    font-size: small;
    padding: 5px;
    margin: 2px;
    background-color: #E0E0E0;
}
.panel_res
{
    font-size: small;
    padding: 0px;
    margin: 0px;
    border-spacing: 0px;
    color: #2C2C2C;
    background-color: #E0E0E0;
}
.panel_res legend
{
    color: #2C2C2C;
}
.panel_res fieldset
{
    border: 1px solid #2C2C2C;
}
.table_res
{
    margin: 5px;
}

.res_inactive
{
    background-color: #A0A0A0;
}
.panel_print
{
    font-size: small;
    padding: 5px;
    margin: 2px;
    background-color: #FFFFFF;
}

.grid_row, .grid tr
{
    background-color: #CCCCCC;
}

.grid_pager
{
    text-align: left;
    color: #FFFFFF;
    font-weight: bold;
    text-align: left;
    padding: 0px;
    margin: 0px;
    border-spacing: 0px;
}
.grid_pager_ctl
{
    padding: 0px 35px 0px 0px;
    border-spacing: 0px;
}
tr.GridViewHeader
{
    color: #FFFFFF;
    background-color: #5D7B9D;
    font-weight: bold;
    text-decoration:none;
    text-align:left;
}

tr.GridViewHeader a:visited
{
    color: #FFFFFF;
    font-weight: bold;
    text-decoration: underline;
}

tr.GridViewHeader a:link
{
    color: #FFFFFF;
    font-weight: bold;
    text-decoration: underline;
}


.grid_row_alt
{
    background-color: Silver;
}
.grid_line	
{
    width: 500px;
}
.grid_multiline	
{
    width: 500px;
}

.metartable
{
    border: 1px solid #ffffff;
    font-size: small;
    background-color: #C0C0C0;
}
.metar_gelb
{
    background-color: #FFFF66;
}
.metar_rot
{
    background-color: #FF5B5B;
}

.res_tab
{
    border: 1px solid #ffffff;
    font-size: small;
}

.res_sep
{
    background-color: #ffffff;
    margin: 0px;
    padding: 0px;
    border-spacing: 0px;
}
.res_sep_night
{
    background-color: #333333;
    margin: 0px;
    padding: 0px;
    border-spacing: 0px;
}
.res_sep_day
{
    background-color: #E6D504;
    margin: 0px;
    padding: 0px;
    border-spacing: 0px;
}
	
.res_menu
{
    border-color: #C0C0C0;
    background-color: #C0C0C0;
    margin: 0px;
    padding: 4px;
    border-spacing: 0px;
    border-width: 0px;
}	

.fs_res
{
    background-image: url('images/24/res_cyl_fs.png');
    background-repeat: repeat;
}
.fs_res2
{
    background-image: url('images/24/res_cyl_fs2.png');
    background-repeat: repeat;
}

.normal_res
{
    background: url('images/24/res_cyl.png');
    background-repeat: repeat;
}
.normal_res2
{
    background: url('images/24/res_cyl2.png');
    background-repeat: repeat;
}
.normal_res_bold
{
    background: url('images/24/res_cyl.png');
    background-repeat: repeat;
    font-weight: bold;
}
.non_closed_res
{
    background: url('images/24/res_nc_cyl.png');
    background-repeat: repeat;
}

.calendar
{
    border-style: outset;
    background-color: #CCCCCC;
    font-size: large;
}

.tool_tip
{
    border-style: outset;
    border-width: medium;
    padding: 5px;
    margin: 2px;
    background-color: #FFFF66;
    font-size: small;
}
.flz_sel
{
    border-style: outset;
    border-width: thin;
    font-size: medium;
    background-color: #C0C0C0;
}
.flz_selected
{
    border-style: outset;
    border-width: thin;
    font-size: medium;
    background-color: #FFFF00;
}
	
.cleaner 
{
	clear:both;
	height:1px;
	font-size:1px;
	border:none;
	margin:0; padding:0;
	background:transparent;
}

.grid
{
    font-size: small;
    color: #2C2C2C;
    border: 1px solid #606060;
    white-space: nowrap;
}

.grid_wrap
{
    font-size: small;
    color: #2C2C2C;
    border: 1px solid #606060;
}

.tt_fg
{
    background-color: Silver;
}
.tt_text
{
    font-size: small;
    font-weight: normal;
    color: #2C2C2C;
}
	
.news
{
    border: thin solid #808080;
    background-color: #C0C0C0;
    font-size: small;
}	

.Item
{
    /* CSS class for non-selected Menu Item */
    border: 1pt  #C0C0C0;
    background: #C0C0C0 url('images/24/cylinder.png');
    color: #2C2C2C;
    line-height: 24px;
    font-size: small;
}
.ItemSelected, .ItemHover
{
  /* CSS class for hovering and selected Menu Item
     ... which can be split up, of course! */
    border: 1pt  #C0C0C0;
    background:  #C0C0C0 url('images/24/cylinder_rev.png') ;
    color: #ffffff;
    line-height: 24px;
    font-size: small;
}
.Item_res
{
    /* CSS class for non-selected Menu Item */
    border: 0pt  #C0C0C0;
    background: #C0C0C0;
    color: #2C2C2C;
    line-height: 48px;
    font-size: small;
}
.ItemSelected_res, .ItemHover
{
    /* CSS class for hovering and selected Menu Item
     ... which can be split up, of course! */
    background-position: #0099FF;
    border: 0pt #C0C0C0;
    background: #0099FF;
    color: #2C2C2C;
    line-height: 48px;
}
/* CSS classes for standard Links, only valid inside the #menu DIV */
a,  a:visited
{
  background: transparent ! important;
  display: block;
}
a:hover, a:active,  a:focus
{
  background: transparent ! important;
  display: block;
}

.style1
{
    width: 100%;
}
.style2
{
    width: 180px;
}
.flz_status
{
    border: 2pt  #C0C0C0;
    border-width: thin;
    border-color: #000000;
    width: 100%;
}

table.planestat{
	border-width: 0px;
	border-spacing: 0px;
	border-style: none;
	border-collapse: collapse;
    width: 100%;
}
table.planestat td {
    border-color: #808080;
    border-style: solid;
    border-width: 1px;
}
table.planestat td.planehi {
    border-top-width: 0px;
}

.radar  
{
    width: 710px; 
    height: 640px; 
    overflow: hidden;
}
.radar img
{
    margin: -76px 0px 0px 0px;
    background-image: url("images/bg_radar.png");
    background-position: 0px 0px;
    background-repeat: no-repeat;
}
