html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
}

body  { 
  font-size: 75%;
  color: #666;
  background-color: #EFEFEF;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1.5;
  margin: 0;
} 

h1 { font-size: 13px; margin: 8px 0 10px; padding: 0 0 0 5px; color: #fff; background: #444 url(../images/h1-bg.png) top left repeat-x; text-transform: uppercase; font-weight: bold; }
h2 { margin: 0 0 0 5px; padding: 0; color: #ff9900; font-size: 15px; font-weight: bold; }
h3 { margin: 0; padding: 5px 0 0; color: #ff9900; font-size: 18px; font-weight: bold; text-transform: uppercase; }
a  { 
  color: #444;
  text-decoration: underline;
}
img { vertical-align: top; }


#main {
  background-color: #FFF;
  margin:0 auto;
  width:310px;
  border:1px solid #CCC;
  padding:5px;
}

#header {
  text-align:center;
}

#bottom {
  text-align:center;
  color:#666666;
  font-family:Arial,Helvetica,sans-serif;
  font-size:11px;
  font-weight:normal;
}

.input{
  border:1px solid #CCC;
  font-size:13px;
}

#search{
  height:20px;
  margin-bottom:10px;
}

#search div{
  float:left;
  height:18px;
}

#search input{
  margin:0 2px;
  float:left;
}

#search .input{
  width:220px;
}

#search .btn{
  border:1px solid #CCC;
  width:60px;
}


ul,li {
list-style-type:none;
}

.videoBox {
  border:1px solid #CCC;
  margin:3px 0;
  height:120px;
  padding:6px;
  background-color:#F9F9F9;
}

.img {
  float:left;
  display:block;
  margin-right:10px;
}

.img img{
  width:160px;
  height:120px;
}

.videoBox h2{
  color:#CCC;
  font-size:12px;
  font-weight:bold;
  line-height:15px;
}

.videoBox h2 a{
}
             
.videoBox span{
  color:#666;
}

.videoBox span b{
  padding-right:5px;
  color:#000;
}


.pager {
  text-align:center;
  height:100px;
  font-size:20px;
  padding:5px;
}

.pager table{
  width:100%;
}

.pager div{
  font-size:30px;
}

.pager a{
  text-decoration:none;
}

#sqlDebug {
  position:absolute;
  border:1px dotted #F00;
  margin:2px;
  padding:2px;
  color:#000;
  font-size:10px;
  width:500px;
  top:0px;
}