﻿html {width:100%;height:100%;}
body {width:100%;height:100%; margin:0; padding:0;}
/* HS20080927 body icin gerekebilir IE7 de, width ifadesine dinamik deger yazmak icin
width: expression(document.body.clientWidth < 1000 ? '1000px' : document.body.clientWidth);height:expression(document.body.clientHeight < 750 ? document.body.clientHeight : ''); */
#head{width:100%;height:100%; display:inline;}
#sepetimX{position:absolute; width:100%;height:100% !important; z-index:1;overflow:scroll;}/*sepetimX degil sepetim yapinca sepet div de etkisi gorulur kalsin deniyorum */

/* HS20081029 silinmesin degisken tanimlamak gerekecek
@variables {some_color:#fe8d12;}
div.some_elm{background-color: var(some_color);}
*/

/* HS20090317 class noprint yazilan elemanlar printlere gelmesiNNN*/
@media print{.noprint{display:none;font-size:0px;}}
.pb{page-break-before: always}
.prn{font-size:9px; font-family: "Calibri", Tahoma, Arial; color:#000000}
.prn_bold{font-size:9px; font-weight: bold; font-family:Geneva, Tahoma, Verdana, Arial; color:#000000}

a:visited{text-decoration:none; color:#000000;}
a:active{text-decoration:none; color:#000000;}
a:link{text-decoration:none; color:#000000;}
a:hover{text-decoration: underline; color:#000000;}

.tx_bold{font-size:11px; font-weight: bold; font-family: "Calibri", Tahoma, Arial; color:#000000}
.tx_red_bold{font-size:12px; font-weight: bold; font-family: "Calibri", Tahoma, Arial; color:#FF0000; padding-right:1px; padding-left:1px}
.tx_white{font-size:12px; font-family: "Calibri", Tahoma, Arial; color:white; font-weight:bold; padding-left:3px;}
a.tx_white:link{font-size:11px; font-family: "Calibri", Tahoma, Arial; color:white;font-weight:bold;}
a.tx_white:hover{text-decoration: underline; color:#ffffff;}
a.tx_white:visited{font-size:11px; font-family: "Calibri", Tahoma, Arial; color:white; font-weight:bold;}
a.tx_white:active{text-decoration:none;}

.btn_find{width:20px;height:20px;cursor:pointer;border:none;background-image:url(/images/find_btn.gif); background-repeat:no-repeat; vertical-align:top;}/* HS20150908 explorer'da sorunluydu vertical-align:middle; */
.btn_add{width:16px;height:16px;cursor:pointer;border:none;background-image:url(/images/plus_square.gif);background-color: transparent;}
.btn_sel{width:16px;height:16px;cursor:pointer;border:none;background-image:url(/images/plus_list.gif);background-color: transparent;}
.btn_red{width:80px;height:25px;cursor:pointer;border:none;background-image:url(/images/red_button.png); background-repeat:no-repeat;font-family: Tahoma;color:#FFFFFF;font-size:11px;text-decoration:none;font-weight:bold;}

.opac_div{background-color:FFFFFF; filter:alpha(opacity=80);-moz-opacity:.80;opacity:.80;}
.opac_div_on{background-color:FFFFFF; filter:alpha(opacity=65);-moz-opacity:.65;opacity:.65;}

.f_menu_bold{font-size:12px; font-family:"Calibri" ,Tahoma; font-weight:bold; padding-right:2px; padding-left:5px;}
.f_menu_link{font-size:11px; font-family:"Calibri" ,Tahoma; font-weight:bold; padding-right:2px; padding-left:5px;}

.ent_left{font-family:Tahoma, Arial; width:420px; height:320px; background:url(/images/entry_left.gif); background-repeat:no-repeat;}
.ent_right{font-family:Tahoma, Arial;width:420px; height:320px; background:url(/images/entry_right.gif); background-repeat:no-repeat;}
.ent_head{font-size:24px; font-family:Tahoma, Arial; color:#333333}
.ent_bl_head{font-size:14px; font-family:Tahoma, Arial; color:#333333}
.ent_wh_head{font-size:14px; font-family:Tahoma, Arial; color:#EFEFEF}
.ent_bl_txt a{font-size:11px; font-family:Tahoma, Arial; color:#333333; text-decoration:none; cursor:pointer;}
.ent_bl_txt a:hover{text-decoration:none;}
.ent_wh_txt{font-size:11px; font-family:Tahoma, Arial; color:#EFEFEF}
.user_login{font-size:24px; font-family:Tahoma, Arial; padding:1px; margin-top:2px; margin-bottom:10px; border:1px solid #999999; background:#fbfbfb;}

.inp_rg{font-size:11px; font-family:"Calibri", Tahoma, Arial; border:0px none #ffffff; border-bottom-width:0px; background-color:#ffffff; text-align:right;}
.inp_lf{font-size:11px; font-family:"Calibri", Tahoma, Arial; border:thin none #ffffff; background-color:#ffffff;} 
.inp_money{font-size:11px; font-family:"Calibri", Tahoma, Arial; color:#000000; padding-left:2px; text-align:right;}  

#div_home_note{ width:300px; height:50px; border:1px solid lightgray; color:#FFFFFF; font-size:12px; float:left;}