/*
//
// cpv1.css
// Created by Easy Web Sites Ltd.
//
// TC
// Uses Control Panel v1.1
// Stylesheet
*/

.opbutton{
display: block;
width: 130px;
height: 28px;
padding-top: 6px;
padding-left: 10px;
background: #999;
text-align: left;
margin-left: 10px;
color: black;
}

.cpblock{
float: left;
width: 160px;
text-align: center;
border: 1px dashed #c2c2c2;
background: #ececec;
margin-right: 20px;
height: 190px;
color: #363636;
}

.cpblock h1{
color: #363636;

}

.auto{
width: 95%;
height: auto;
padding: 8px;
margin-bottom: 10px;
color: #363636;
}

.auto h1{
color: #363636;
}

#cp_link_box{

}

#cp_link_box a{
padding: 6px 20px 6px 40px;
color: #363636;
background-color: #e2e2e2;
display: block;
border: 1px dotted #363636;
background-position: 6px 7px;
background-repeat: no-repeat;
margin-bottom: 2px;
}

#cp_link_box a:hover{
background-color: #d4d4d4;
color: #222;
}

#cp_link_box a.narrowfloat{
float: left;
width: 150px;
margin-right: 14px;
}