/* Start of CMSMS style sheet 'Handheld' */
.zenlogin{
  text-align:center;
  font-weight:bold;
  border:1px dotted orange;
  border-left:1px solid orange;
  border-top:1px solid orange;
  width:200px;
  margin-top:20px;
}

.zenlogin ttl{
  float:left;
  font-weight:bold;
  line-height:15px;
  border:5px solid orange;
  background-color:orange;
}

.zenmenu{
  text-align:left;
}

.zenmenu ul{
  display:block;
  list-style-type:none;
  width:200px;
}

.zenmenu ul li{
  display:block;
  margin-left:20px;
  border-bottom:1px solid orange;
  line-height:20px;
}

.zenmenu ul li a{
  color:black;
  font-style:italic;
}

.zenmenu ul li a:hover{
  color:black;
  text-decoration:underline;
  background:none;
}

.zentable{
  width:90%;
  background:#d0d0d0;
  float:both;
  margin:auto;
}

.zentable a{
   color:black;
   font-style:italic;
}

.zentable a:hover{
  text-decoration:underline;
  background:none;
}

.zentable tr{
 background:#f0f0f0;
 border:0px;
 padding:0px;
 margin:0px;
 
}

.zentable th{
 background:#ff510c;
 line-height:16px;
}

.zentable tr:hover{
 background:#ff830c;
}

.zentable td{
 border-bottom:1px dotted black;
 margin:0px;
 padding-top:4px;
 padding-bottom:4px;
}

.zentable tr:hover{
 background:orange;
}

.zentitle{
  font-weight:bold;
  font-size:14px;
  padding-left:5px;
  color:black;
  line-height:16px;
  width:90%;
  background:url('uploads/images/bg_title.gif') no-repeat;
}

#zenimagepreview{
   width:100px;
   height:80px;
   color:#909090;
   text-align:center;
}

#zenimagepreview img{
   padding:10px;
  border:1px dotted orange;
}

.zenalert, .zenerror{
   background:#ffcccc;
   border:2px solid red;
   padding:10px;
}

.zenpage{
  background:transparent;
}
.zenorologio{
  text-color:black;
  background:transparent;
  border:0px;
  width:150px;
  height:100px;
}

#cdown{
   margin-left:-10px;
   border-top:2px solid red;
   border-bottom:2px solid red;
   background-color:#ffaaaa;
   width:100%;
   padding:5px;
   margin-bottom:10px;
}

.zengare{
   border-left:5px solid orange;
}

.zengare th{
   border-bottom:2px solid orange;
}

.zengare td{
   font-style:italic;
   padding:10px;
   border-bottom:1px solid orange;
}

.zengare td a{
   font-weight:bold;
}
/* End of 'Handheld' */

