/* CSS Document */

#k_popup a img {
border : 0;
display : inline;
}
#k_popup a {
text-decoration : none;
}
#k_popup a:hover {
color : #3882c3;
text-decoration : underline;
}
.k_float {
z-index : 9999999;
position : fixed !important ;
position : absolute;
cursor : pointer;
}
#kampylink img {
border : 0;
display : block;
}
.k_top {
top : 0;
}
.k_top_sl {
top : 15px;
}
.k_top_hl_sl {
top : 100px;
}
.k_top_hl {
top : 85px;
}
.k_bottom {
bottom : 0;
}
.k_bottom_sl {
bottom : 15px;
}
.k_bottom_hl_sl {
bottom : 99px;
}
.k_bottom_hl {
bottom : 84px;
}
.k_right {
right : 0;
}
.k_left {
left : 0;
}
#k_popup {
position : absolute;
top : 0;
left : 0;
z-index : 9999;
font-family : 'arial';
font-weight : bold;
display : none;
border : 1px solid black;
}
#k_pop_header {
text-align : center;
font-size : 20px;
padding : 10px;
font-weight : bolder;
margin : 10px 9px 0;
}
#k_pop_question_container {
font-size : 11px;
padding : 10px 0 10px 0;
text-align : center;
border : 1px solid black;
margin : 10px 9px 0;
/*background : white;*/
}
#k_pop_yes_no {
margin : 0 auto;
width : 138px;
padding : 10px 0 0 0;
}
#k_pop_yes_btn, #k_pop_no_btn {
border-color : #d9dfea #0e1f5b #0e1f5b #d9dfea;
border-style : solid;
border-width : 1px;
padding : 2px 10px 3px;
text-align : center;
font-size : 11px;
font-weight : bold;
text-decoration : none;
width : 40px;
cursor : pointer;
/*color : white;*/
}
#k_pop_branding {
font-size : 11px;
padding : 3px 0;
text-align : right;
}
#k_pop_branding a {
color : #3882c3;
direction : ltr;
text-align : right;
font-weight : normal;
margin-right : 10px;
}
#k_pop_whatisthis {
float : left;
padding : 1px 0 0 9px;
}
#k_pop_remind {
text-decoration : underline;
font-weight : normal;
cursor : pointer;
}
#k_close_button {
color : gray;
border : 1px solid gray;
display : none;
width : 11px;
height : 16px;
font-size : 12px;
text-align : center;
}
.kc_top {
top : 80px;
}
.kc_bottom {
bottom : 80px;
}
.kc_right {
right : 10px;
}
.kc_left {
left : 10px;
}
#k_slogan {
font-family : 'Trebuchet MS', Arial, Helvetica, sans-serif;
font-size : 9px;
color : #666;
margin-left : 2px;
margin-right : 2px;
cursor : default;
}
#k_slogan a {
font-family : 'Trebuchet MS', Arial, Helvetica, sans-serif;
font-size : 9px;
color : #666;
text-decoration : none;
cursor : default;
}