
.debugLine{
background-color: transparent;
background-image: url("images/debugline_grey.gif");
background-repeat: repeat-x;
}

h2{color: #adadad; letter-spacing: 1px;}

A{
    cursor: pointer;    
    font-weight: bold;
    text-decoration: underline;      
}
A:visited,  A:link{color: steelblue;}
A:hover{color: lightsteelblue;}

.padded{
border-collapse: collapse; border: none; margin: 0; padding: 0;
}


.frame1_lt  {
background-image: url("images/frame/frame1_lt.gif");
width: 12px; height: 12px;
background-repeat: no-repeat;
}

.frame1_l  {
background-image: url("images/frame/frame1_l.gif");
width: 12px; 
background-repeat: repeat-y;
}

.frame1_lb  {
background-image: url("images/frame/frame1_lb.gif");
width: 12px; height: 12px;
background-repeat: no-repeat;
}

.frame1_b  {
background-image: url("images/frame/frame1_b.gif");
height: 12px; 
background-repeat: repeat-x;
}

.frame1_rb  {
background-image: url("images/frame/frame1_rb.gif");
width: 12px; height: 12px;
background-repeat: no-repeat;
}

.frame1_r  {
background-image: url("images/frame/frame1_r.gif");
width: 12px; 
background-repeat: repeat-y;
}

.frame1_rt  {
background-image: url("images/frame/frame1_rt.gif");
width: 12px; height: 12px;
background-repeat: no-repeat;
}

.frame1_t  {
background-image: url("images/frame/frame1_t.gif");
height: 12px; 
background-repeat: repeat-x;
}



.ru_notcurrent{
   cursor: hand;
   background-repeat: no-repeat;
   background-image: 
    url("images/flags/ru.gif");
}
.ru_current{
   cursor: default;
   background-repeat: no-repeat;
   background-image: 
    url("images/flags/ru_current.gif");
}
.en_notcurrent{
   cursor: hand;
   background-repeat: no-repeat;
   background-image: 
    url("images/flags/en.gif");
}
.en_current{
   cursor: default;
   background-repeat: no-repeat;
   background-image: 
    url("images/flags/en_current.gif");
}
.cn_notcurrent{
   cursor: hand;
   background-repeat: no-repeat;
   background-image: 
    url("images/flags/cn.gif");
}
.cn_current{
   cursor: default;
   background-repeat: no-repeat;
   background-image: 
    url("images/flags/cn_current.gif");
}
