﻿body 
{
    background-color: #ffffff;
    font-family: Tahoma;
    font-size: 11px;
    margin-top: 0px;
    margin-left: 2px;
}


a:link, a:visited
{
    color: Black;
    text-decoration: none;
}

a:hover{
    color: Black;
    text-decoration: underline;
}

a:active{
    color: Black;
    text-decoration: none;
}


/*Mavibar içindeki menuitem ların herbiri*/
.menuitem_link:link {
	color: White;
	text-decoration: none;
}
.menuitem_link:visited {
	color: White;
	text-decoration: none;
}
.menuitem_link:hover {
	color: White;
	text-decoration: underline;
}
.menuitem_link:active {
	color: White;
	text-decoration: none;
}


/*Ust tarafta sağda olan linkler*/
.menu_link:link {
	color: Black;
	text-decoration: none;
	font-size: 11px;
}
.menu_link:visited {
	color: Black;
	text-decoration: none;
	font-size: 11px;
}
.menu_link:hover {
	color: Black;
	text-decoration: underline;
	font-size: 11px;
}
.menu_link:active {
	color: Black;
	text-decoration: none;
	font-size: 11px;
}



/*Hotel resimler, facility, harita linkler*/
.otelinfo_link:link {
	color: Blue;
	text-decoration: none;
	font-size: 10px;
}
.otelinfo_link:visited {
	color: Blue;
	text-decoration: none;
	font-size: 10px;
}
.otelinfo_link:hover {
	color: Blue;
	text-decoration: underline;
	font-size: 10px;
}
.otelinfo_link:active {
	color: Blue;
	text-decoration: none;
	font-size: 10px;
}


/*Cikis butonu linki*/
.link_Cikis:link {
	color: Maroon;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
}
.link_Cikis:visited {
	text-decoration: none;
	color: Maroon;
	font-size: 12px;
	font-weight: bold;
}
.link_Cikis:hover {
	text-decoration: underline;
	color: Maroon;
	font-size: 12px;
	font-weight: bold;
}
.link_Cikis:active {
	text-decoration: none;
	color: Maroon;
	font-size: 12px;
	font-weight: bold;
}


.td_menuitem{
    background-image: url('../Images/project/bg_menu.jpg');
    cursor: pointer;
    color: #ffffff;
}
.td_menuitem_over{
    background-image: url('../Images/project/bg_menu_over.jpg');
    color: #ffffff;
}


.bg_1{
    background-color: #F0F0F0;
}

.bg_2{
    background-color: #566D94;
}

.bg_3{
    background-color: Silver;
}


.td_window_title{
	border: solid 1px gray;
    background-color: #566D94;
    font-weight: bold;
    padding-left: 2px;
    color: #FFFFFF;
}
.td_window_header{
	border: solid 1px gray;
    background-color: #F0F0F0;
}
.td_window_content{
	border: solid 1px gray;
    background-color: White;
}


.td_bottom{
    border: solid 1px gray;
    background-color: Silver;
}

.td_zaman{
    color: White;
    background-color: #566D94;
}

.td_spr{
    font-size: 3px;
    height: 5px;
    background-color: #FFFFFF;
}

/*Label lar*/
.lbl_tutar{
	color: Maroon;
	font-size: 14px;
	font-weight: bold;
}

.lbl_baslik{
	font-weight: bold;
	font-size: 10px;
}

.lbl_baslik_1
{
	font-size: 11px;
	font-weight: bold;
}

.lbl_htlunvan{
	font-size: 16px;
	font-weight: bold;
	color: #666666;
}

.lbl_pckunvan{
	font-size: 16px;
	font-weight: bold;
	color: #000000;
}

.lbl_musait{
    color: Green;
    font-weight: bold;
}

.lbl_musait_degil{
    color: Maroon;
    font-weight: bold;
}

.lbl_sor_sat{
    color: orange;
    font-weight: bold;
}
