* {
    margin: 0;
    padding: 0;
}

body {
//     background: #fff;
//     font-size: 12px;
//     line-height: 18px;
//    font-family: Verdana, Arial, Helvetica, sans-serif;
    margin: 0;
    padding: 0;
    color: #000000;
}

h1 { font-size: 26px; }
h1, h2, h3, h4 { margin-bottom: 5px; }
ul, ol { margin: 0 1.5em 0.5em }

.none { display: none; }

p + p { text-indent: 0em; margin-top: -1em; }

// img { border: none; }
// a { color: #57626a; text-decoration: none; }
// a:hover { text-decoration: underline; color : #000; }

a {
    color: #FF4800;
    text-decoration: none;
}

a:hover {
    color: #FF4800;
    text-decoration: underline;
}

input[type="text"],
input[type="password"],
textarea {
    background: #F3F3F3 url(/media/img/form-shadow.png) repeat-x scroll left top;
    border-color: #C6C6C6 #C6C6C6 #E3E3E3;
    border-style: solid;
    border-width: 1px;
    color: #666666;
    padding: 3px;
}

form p label { display: block; }
form div label { display: block; }
form div { margin-top: 0.5em; }

p img { margin: 0px; }

.comment { padding: 5px; }
.even { border-top: 1px solid #CCCCCC; }
.odd { background-color: #f0f0f0; border-top: 1px solid #CCCCCC; }

#header { 
    margin: 0;
    border-top: 5px solid #ccc;
    border-bottom: 1px solid #ccc;
}

#header #search {
    border: 3px solid #ccc;
    margin-top: -3px;
}

#header input, #header form {
    margin 0; padding: 0;
    width: 184px;
}

#header #logo {
    position: absolute;
}

#header #logo h1 {
    display: block;
    font-size: 26px;
    font-weight: 100;
    letter-spacing: -3px;
    padding: 12px 0 0px 10px;
    margin-bottom: 0px;
}

#header #logo h1 a {
    color: #FF4800;
    text-decoration: none;
}

#header #logo h1 a:hover {
    color: #FF4800;
    text-decoration: none;
    font-style: italic;
}

#header #logo h2 {
    color: #ccc;
    font-size: 15px;
    font-weight: 100;
    padding: 0 0 0 11px;
    letter-spacing: -1px;
    line-height: 12px;
}

#header .menu {
    padding-bottom: 5px;
}

#header .menu ul {
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    margin-left: 5px;
}

#header .menu ul li {
    float: left;
}

#header .menu ul li a {
    float: left;
    padding: 0 5px;
    position: relative;
    text-decoration: none;
    display: block;
    float: left;
    font-size: 14px;
    color: #444;
}

#header .menu ul li a:hover {
    text-decoration: underline;
    color: #FF4800;
}

//#content { padding: 10px 20px; }

.inset { margin-left: 5px; }

.right {
    margin-top: 7px;
}

.right h2 {
    color: #FF4800;
    font-size: 20px;
    padding: 0;
    margin: 0;
//    padding : 10px 0 15px 0;
}

.right h2 a {
    color: #FF4800;
    text-decoration: none;
}
.left {
//    border-right: 1px solid #bbb;
//    font-size: 12px;
}

.left ul {
    list-style-type: square;
    padding-left: 5px;
    color: #57626a;
}
.left h2 {
    height: 30px;
    font-size: 14px;
    color: #666;
    line-height: 30px;
    font-weight: 600;
}
// .left a { text-decoration: none }

.vertline { background: url(/media/img/bg_line_ccc.png) repeat-y; }

#footer {
    background: #eee;
    border-top: 3px solid #57626a;
    text-align: center;
    color: #333;
    font-size: 11px;
    padding: 10px;
}

.center {
text-align: center;
}

.searchrnd{display:block}
.searchrnd *{
  display:block;
  height:1px;
  overflow:hidden;
  font-size:.01em;
  background:#ccc;
}
.searchrnd1{
  margin-left:3px;
  margin-right:3px;
  padding-left:1px;
  padding-right:1px;
  border-left:1px solid #e1e1e1;
  border-right:1px solid #e1e1e1;
  background:#f2f2f2}
.searchrnd2{
  margin-left:1px;
  margin-right:1px;
  padding-right:1px;
  padding-left:1px;
  border-left:1px solid #d1d1d1;
  border-right:1px solid #d1d1d1;
  background:#f5f5f5}
.searchrnd3{
  margin-left:1px;
  margin-right:1px;
  border-left:1px solid #f5f5f5;
  border-right:1px solid #f5f5f5;}
.searchrnd4{
  border-left:1px solid #e1e1e1;
  border-right:1px solid #e1e1e1}
.searchrnd5{
  border-left:1px solid #f2f2f2;
  border-right:1px solid #f2f2f2}
.searchrndfg{
  background:#ffffff}

#ticker {
    color: #57627A;
    margin-top: 10px;
    width: 410px;
    height: 40px;
    overflow: hidden;
    list-style-type: none;
}

#ticker li {
}

#ticker a {
    color: #57627A;
    text-decoration: none;
}

.entry { 
    border-bottom: 1px dotted #ccc;    
    //width: 620px;
}
.entry + .entry { margin-top: 1em; }
.entry .title, .entry .title a {
    color: #FF4800;
    text-decoration: none;
    font-size: 22px;
}

.entry h1 {
    font-size: 18px;
}
.entry h2 {
    font-size: 16px;
    color: #000000;
}

.entry p img {
    padding: 5px;
    float: none;
}

.entry p {
    font-family: Verdana, Arial, Helvetica, sans-serif;
//    font-size: 13px;
}

th, td {
    padding: 0px;
}