﻿



#cpanel 
{
	position:absolute;
	width:270px;
	top:60px;
	left:50%;
	z-index:9999;
	display:none;
	cursor:move;
	background-color:#fff;
	padding:10px;
	border:1px solid #555;
}

#cp_choice input {
display:none;
}

#cp_choice table td 
{
    padding:0 0 0 5px;
}

#cp_choice th
{
    padding:0;
    font-size:11px;
    line-height:21px;
    font-weight:normal;
}    

td.label 
{
    width:60px;
    background-color:#f7f7f7;
    font-size:11px;
    text-align:right;
    padding-right:5px;
}



table.cp_choice input {
display:none;
}


table.cp_choice_small input {
display:none;
}

table.cp_choice_smaller input {
display:none;
}

table.cp_choice th
{
    padding:0;
    font-size:11px;
    line-height:21px;
    font-weight:normal;
    font-weight:bold;
    border-bottom:1px solid #fff;
    border-top:0px solid #fff;
    border-right:1px solid #fff;
    border-left:1px solid #fff;
    text-align:left;
}    

table.cp_choice_small th
{
    padding:0;
    font-size:11px;
    line-height:21px;
    font-weight:normal;
    font-weight:bold;
    /*border-bottom:1px solid #fff;
    border-top:0px solid #fff;
    border-right:1px solid #fff;
    border-left:1px solid #fff;*/
    text-align:left;
}    

table.cp_choice_smaller th
{
    padding:0;
    font-size:11px;
    line-height:21px;
    font-weight:normal;
    font-weight:bold;
    /*border-bottom:1px solid #fff;
    border-top:0px solid #fff;
    border-right:1px solid #fff;
    border-left:1px solid #fff;*/
    text-align:left;
} 


table.dev_tab {  border-top:0px solid #f63; }
table.abs_tab {  border-top:0px solid #3c6; }
table.acc_tab {  border-top:0px solid #39f; }


table.dev_tab th {  background-color:#D5F0F9; }
table.abs_tab th {  background-color:#D5F0F9; }
table.acc_tab th {  background-color:#D5F0F9; }


td.label 
{
    width:60px;
    background-color:#f7f7f7;
    font-size:11px;
    text-align:right;
    padding-right:5px;
}

table.cp_choice label {
background-image:url(weather/label_text.gif);
background-repeat:no-repeat;
background-position:top right;
padding:0;
display:block;
width:75px;
height:21px;
line-height:20px;
font-size:11px;
text-align:center;
font-family:arial;
color:#999;
margin:0;
cursor:pointer;
}

table.cp_choice label.checked {
background-image:url(weather/label_text.gif);
background-position:bottom left;
color:#fff;
font-weight:bold;
}

table.cp_choice_small  label {
background-image:url(weather/label_text_small2.gif);
background-repeat:no-repeat;
background-position:top right;
padding:0;
display:block;
width:70px;
height:21px;
line-height:20px;
font-size:11px;
text-align:center;
font-family:arial;
background-color:#eee;
color:#002E67;
margin-bottom:2px;
cursor:pointer;
font-weight:bold;
}

table.cp_choice_small label.checked {
background-image:url(weather/label_text_small2.gif);
background-position:bottom left;
color:#002E67;
font-weight:bold;
}


table.cp_choice_smaller  label {
background-image:url(weather/label_text_smaller.png);
background-repeat:no-repeat;
background-position:top left;
padding:0;
display:block;
width:32px;
height:18px;
line-height:20px;
font-size:11px;
text-align:center;
font-family:arial;
background-color:#D7F0FA;
color:#002E67;
margin-bottom:2px;
cursor:pointer;
font-weight:bold;
}

table.cp_choice_smaller label.checked {
background-image:url(weather/label_text_smaller.png);
background-position:bottom left;
color:#002E67;
font-weight:bold;
}


