@charset "utf-8";
/* CSS Document */

body {
	margin:0px;
	background:url(pict/panorama5.jpg) bottom center repeat-x;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	}
	
#tab_main {
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	}
    
#tab_main .cell_pass {
    background:#FFF;
    border:#CCC 1px solid;
    padding:5px;
}

#tab_main .cell_act {
    background:#DDD;
    border:#CCC 1px solid;
    padding:5px;
    cursor: pointer;
}

#tab_switch .act{
    background-color: #fff;
    border-top: #000 1px solid;
    border-left: #000 1px solid;
    border-right: #000 1px solid;
}

#tab_switch .act2{
    background-color: #fff;
    border-bottom: #000 1px solid;
    border-left: #000 1px solid;
    border-right: #000 1px solid;
}

#tab_switch .pas_pas{
    background-color: #fff;
    border-bottom: #000 1px solid;
}

#tab_switch .pas_pas2{
    background-color: #fff;
    border-top: #000 1px solid;
}

#tab_switch .pas_act{
    background-color: #ddd;
    border-bottom: #000 1px solid;
}

#tab_switch .pas_act2{
    background-color: #ddd;
    border-top: #000 1px solid;
}

/* ============================== OLD ============================== */

.description {
	margin: 5px;
}
li {
	font-size: 11px;
}
.contacts1 {
	color: #0000FF;
	text-decoration: underline;
}
.contacts2 {
	color: #FF0000;
	text-decoration: underline;
}
.more_description {
	background-color: #eeeeee;
    font-family:Verdana, Geneva, sans-serif;
    font-size:14px;
    padding-left:10px;
}
.more_tab_headers_white {
	font-size: 14px;
	font-style: normal;
	color: #FFFFFF;
	font-weight: bold;
}
.more_tab_headers_black {
	font-size: 14px;
	font-style: normal;
	color: #000000;
	font-weight: bold;
}
.more_tab_text_red {
	color: #ff0000;
}
.more_tab_text_green {
	color: #00aa00;
}
tr.alt {
	background-color: #dddddd;
}

/* ============================== /OLD ============================== */

#tab{
    border-top:#000 2px solid;
    border-bottom:#000 2px solid;
    border-left:#000 2px solid;
    border-right:#000 1px solid;
    font-family:Verdana, Geneva, sans-serif;
    font-size:14px;
    }

#tab .td_head1{
    border-bottom:#000 1px solid;
    border-right:#000 1px solid;
    padding:5px;
    font-weight:bold;
    text-align:center;
}

#tab .td_head2{
    border-bottom:#000 2px solid;
    border-right:#000 1px solid;
    padding:5px;
    text-align:left;
}

#tab .td_body{
    border-right:#000 1px solid;
    text-align:left;
    padding:5px;
}

#tab .td_foot{
    height: 10px;
    border-top:#000 2px solid;
    border-right:#000 1px solid;
}
