/*
//
// cpv1.css
// Created by Easy Web Sites Ltd.
//
// TC
// Uses Control Panel v1.1
// Stylesheet
*/

a.opbutton{
display: block;
width: 130px;
height: 28px;
padding-top: 6px;
padding-left: 10px;
background: white;
text-align: left;
margin-left: 10px;
color: black;
}

.cpblock{
float: left;
width: 160px;
border: 1px solid #09360a;
background: #ececec;
height: 190px;
background-image: url(images/grad.png);
background-repeat: repeat-x;
background-position: top right;
margin: 10px;
margin-right: 20px;
}

.cpblock h1{
margin-bottom: 5px;
padding-top: 5px;
}

.cpblock a{
color: #363636;
}

.auto{
width: 700px;
margin-left: 100px;
height: auto;
padding: 8px;
margin-bottom: 10px;
color: #363636;
}

.auto h1{
padding-top: 0px;
}



a.btn{
padding: 2px;
margin: 2px;
background-color: #f1f1f1;
border: 1px solid #ccc;
padding-left: 18px;
background-image: url(images/icons/cog.png);
background-repeat: no-repeat;
background-position: center left;
}

a.btn:hover{
background-color: #e2e2e2;
border-color: #aaa;
}