@charset "utf-8";
html { }
body { }
div#wrapper {
width: 1024px;
margin: 0 auto;
border: 0px;
padding: 0px;
background-color: white;
}
header {
height: 100px;
padding: 1em;
color: black;
background-color: #007196;
clear: left;
/*text-align: center;*/
}
section {
background-color: #ddddff;
}
article {
padding: 1em;
}
footer {
height: 70px;
/*padding: 1em;*/
color: black;
background-color: #007196;
/*clear: left;*/
/*text-align: center;*/
}
.hide {
display: none;
}
#error_message {
line-height: 1.5em;
width: 1004px;
padding: 10px;
margin: 10px;
background-color: #aaffff;
}
/*
#page-tabs {
width: 1024px;
height: 30px;
}
*/
#page-tabs ul {
height: 60px;
padding: 0px;
margin: 0px;
}
#page-tabs ul li {
list-style: none;
background-color: #eeeeff;
color: #aaaadd;
float: left;
font-size: 1.3em;
font-weight: none;
line-height: 60px;
vertical-align: middle;
text-align: center;
}
#page-tabs ul li.activated {
font-weight: bold;
color: black;
background-color: #ddddff;
}
#page-tabs ul li.widthOneThird {
width: 33.33%;
}
#page-tabs ul li.widthQuarter {
width: 25%;
}
input[type="checkbox"]{
width:1px;
height:1px;
padding:0;
border:0 none;
margin:0;
position:absolute;
left:0;
top:0;
overflow:hidden;
clip:rect(0 0 0 0);
}
label{
height:15px;
line-height:15px;
padding-left:20px;
display:inline-block;
background:url(http://hcs1105.com/wp/wp-content/themes/hcs1105/images/checkbox1.png) no-repeat 0 0;
font-size:15px;
vertical-align:middle;
cursor:pointer;
}
input[type="checkbox"]:checked + label{
background-position: 0 -15px;
}