body {
  margin : 10px;
  background: #DDD8D2;
/**  font-family: Georgia, Helvetica, sans-serif; **/
  color:#606060;
}
.sp {display:none;}

.codequotetitle {
    font-family: verdana, sans-serif; font-size: 12px; color: #000080;
    padding-top : 5px;
    padding-right : 5px;
    padding-bottom : 5px;
    padding-left : 5px;
    width: 100%; text-align : left;
}

.code {
    font-family: Courier, 'Courier New', sans-serif; font-size: 12px; color: #006600;
    background-color: #FAFAFA; border: #D1D7DC; border-style: solid;
    border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px;
    padding-top : 5px;
    padding-right : 5px;
    padding-bottom : 5px;
    padding-left : 5px;
    width: 95%; text-align : left;
}
.quote {
    font-family: verdana, sans-serif; font-size: 11px; color: #006600;
    background-color: #FAFAFA; border: #D1D7DC; border-style: solid;
    border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px;
    padding-top : 5px;
    padding-right : 5px;
    padding-bottom : 5px;
    padding-left : 5px;
    width: 95%;
    text-align : left;
}

#error {
 /** float:middle;  **/
  width: 90%;
  margin:30px 0 30px 0;
  padding:30px 0 30px px;
  /**font-size : 1.2em;  **/
  line-height:1.5em;
  border-style: dotted;
  border-width: 1px;
  border-color: #ff0000;
}
#error h2 {
  margin:2px 2px 2px 2px;
  font-family: Arial, Verdana ;
  font-size: 1.2em;
  line-height: 1.8em;
  letter-spacing : 0.8em;
  color: white;
}
#errmsg {
  padding:25px 25px 0 50px;
  width : 60%;
  margin-left : 100px;
  text-align : center;
}

#errlink {
 /**  float:center;
 width:175px; **/
  padding:25px 0 0 5px;
  text-align : center;
  font-size:0.9em;
  line-height:1.5em;
}

#errmsg p em {
  font-style:normal;
  font-size:1.1em;
  height : 50px;
}



#errlink p a {
  font-style:normal;
}


h1, h1 a,
h2, h2 a,
h3 a,
h4 a
  {color:#0055aa;}

/**
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover
  {color:#1BA6B2;}  **/

h2 {
font-size: 16px;
letter-spacing : 0.0em;
}

a {
  color: #ffffff;
  text-decoration: none;
  border-bottom: 1px dotted #6699CC;
}

a:link{
  color: #003366;
  text-decoration: none;
 border-bottom: 1px dotted #6699CC;
}

a:visited{
  color: #6699CC;
  text-decoration: none;
 /** border-bottom: 1px dotted #6699CC; **/
}

a:hover{
  color: #669999;
  text-decoration: none;

/**   border-bottom: 1px solid #000000; **/
}

a.img, a.img, a.img {
  border: 0 none;
}

ul {
  margin:0 0 0 1.2em;
  padding:0 0 20px 0;
}

p {
  margin:0;
  padding:0 0 18px 0;
}

.menubar {
height : 24px;
}

.container {
  border : 1px solid #a0a0a0;
  background: #ffffff;
}

.greyborder {
      border : 1px solid #a0a0a0;
 }
#header1 {
height : 96px;
color : white;
font-size : 20px;
  border-bottom: 0px solid #ffffff;
 }

#header2 {
color : #ffffff;
font-size : 18px;
height : 100px;
border-bottom: 0px solid #ffffff;

}
.submenu {  border-top: 1px solid #ffffff; }
.topicheader {
  text-align: center;
  margin-top:0px;
  padding-top : 3px;
  color : #ffffff;
  font-size: 13px;
  height : 27px;
}

.hidden {
display: none; text-align:left; color:#000;
background: #ffffff;
padding : 5px;
border-bottom: 1px solid #c0c0c0;
border-right: 1px solid #c0c0c0;
}

/********************/

ul.menu_tab {
    position : relative; top: 1px;
    margin:0;
    clear: both;
    padding: 0.1ex 0.5em 0;
    list-style: none;
    border: none;
}

* html ul.menu_tab {padding-top:1px;}    /** IE Fix **/

ul.menu_tab li {
    float:left;
    margin:0;
    padding: 0px 0px 0 10px;
    border: none;
}
ul.menu_tab li a {
    float:left;
    display:block;
    white-space:nowrap;
    padding: 0px 6px 0px 3px;
    text-decoration:none;
    color:#ffffff;
    font-size: 10px;
    font-family : verdana;
    line-height : 22px;
    font-weight: bold;
    border: none;
}
ul.menu_tab li a:hover {
color : #FFFF79;
}
ul.menu_tab li.current {
    background-position:0% -44px;
    border: none;
}
ul.menu_tab li.current a {
    background-position:100% -44px;
    color:#FFFF79;
    padding-bottom: 0px;

}
ul.menu_tab li.current a:hover {
    text-decoration: normal;
    color:#FFFF79;

}

/* Commented Backslash Hack: hides rule from IE5-Mac \*/
ul.menu_tab li a {
float:none;
}
/* End IE5-Mac hack */

ul.menu_tab li a:hover {
    border : none;
    text-decoration: underline;        /* for IE */
    }

ul.menu_tab li:hover {            /* Won't work in IE */
    background-position:0% -22px;
    color:#505050;
}
* html ul.menu_tab a:hover { background-position:0% -22px; }    /** IE Fix **/

ul.menu_tab li:hover a {            /* Won't work in IE */
    background-position: 100% -22px;
    color:#505050;
    /* text-decoration: none; */
}

li, dd {
  margin-bottom: 6px;
}

p, li, dl, dd, dt {
  line-height: 130%;
}

#adminmenu2 {
 /** background: #bdbdbd;  **/
  border-bottom: none;
  margin: 0;
  padding: 3px 2em 0;
}

#adminmenu2 li {
  display: inline;
  line-height: 200%;
  list-style: none;
  text-align: center;
  color: #ffffff;
}



#adminmenu2 .current {
  background: #ffffff;
  border-top: 1px solid #a0a0a0;
  border-right: 2px solid #909090;
  color: #606060;
  font-weight: bold;
}

#adminmenu2 a {
  border: none;
  color: #ffffff;
  font-size: 10px;
  padding: 0.3em .4em .9em;
}

#adminmenu2 a:hover {
 background: #f0f0f0;
  color: #393939;
}

#adminmenu2 li {
  line-height: 160%;
}

/****************************/


#remarks {
  float :  right;
  width : 175px;
}


#remarks span {
  text-align: center;
  font-size: 10px;
  font-family: Georgia;
  color : #ffffff;
}

.tdhead { font-family: Verdana, Arial, Helvetica, sans-serif;
                  width : 100%;
                  font-weight: bold;
                  font-size: 12px;
                  text-align: center;
                  letter-spacing: 0.09em;
                  height: 32px;
                  color: #f0f0f0;
}

.greybg {
    background: #f0f0f0;
    font-family :  Verdana, Arial, Helvetica, sans-serif;
    font-size : 11px;
    color : #000000;
    padding : 4px 4px 4px 4px;
    height : 22px;
}

.whitebg {
   background: #ffffff;
    font-family :  Verdana, Arial, Helvetica, sans-serif;
    font-size : 11px;
    color : #000000;
    padding : 4px 4px 4px 4px;
    height : 22px;
}
.subtitle {
   background: #ffffff;
    font-family :  Verdana, Arial, Helvetica, sans-serif;
    font-size : 11px;
    color : #000000;
    height : 24px;
    text-align : center;
}

.admin {
     font-family :  Verdana, Arial, Helvetica, sans-serif;
     font-size : 14px;
     color : #909090;
}
.smallfont {
     font-family : Verdana, Arial, Helvetica, sans-serif;
     font-size : 10px;
     color : #303030;
     padding-right : 3px;
     padding-left : 3px;
}
.stdfont {
     font-family : Verdana, Arial, Helvetica, sans-serif;
     font-size : 11px;
     color : #303030;
     padding-right : 5px;
     padding-left : 5px;
}
.headerfont {
     font-family : Verdana, Arial, Helvetica, sans-serif;
     font-size : 12px;
     color : #303030;
     padding :8px 0 8px 0;
     font-weight : bold;
     text-align: center;

}

.blogcontent  {
    padding-top : 3px;
    padding-right : 3px;
    padding-bottom : 3px;
    padding-left : 3px;
}

#adminbanner {
    border-right: #fff 0px solid; padding-right: 0px; border-top: #fff 0px solid; padding-left: 0px;   padding-bottom: 0px; margin: 0px auto; border-left: #fff 0px solid; width :180px;  padding-top: 0px; border-bottom: #fff 0px solid; height: 60px
}

.post.single {clear:both; text-align:left; width:550px;}
.post.single .details {margin:0 0 22px 0; }

p.excert {
  font-family: Georgia, Helvetica, sans-serif;
  font-size: 12px;
  text-align:left;
  padding-bottom :18px;
}

p.details {
border-color:#949494;
  font-size: 10px;
  text-align:right;
  padding:3px 10px 0px 0px
}

.post .details {
  padding-right:6px;
  font-style:normal;
  font-size: 10px;;
}

.date { /**margin:0 0 22px 0; **/
  padding-left:15px;
  padding-bottom:15px;
  padding-right:6px;
  border-color:#949494;
  font-style:normal;
  letter-spacing : 0.09em;
}

.post #category {
  clear:both;
  text-align:right;
  padding:3px 10px 0px 0px;
  font-size:0.9em;
  border-top:1px solid;
  border-color:#F3F4F4;
}

fieldset {
  border: 1px solid #cccccc;
  /**background : #ffffff;
  -moz-border-radius: 4px;   **/
  padding: 6px;
  font-family : verdana;
  font-size : 12px;
  text-align : center;
}
a.block, a.block:hover, a.lblock {
  border-bottom: none;
  display: block;
  padding: 5px 2px 5px 2px;
  line-height : 100%;
  text-align : center;
  color : #0000ff;
  text-decoration : underline;
}

a.block:hover, a.lblock:hover {
  padding: 3px 2px 3px 2px;
  background: #ccc;
  line-height : 100%;
  text-decoration : none;
}

a.lblock {
  text-align : left;
  }

td {
  font-family : verdana;
  font-size : 11px;
}

a { text-decoration : none; }
a:hover { text-decoration : underline; }

input {
  font-size: 11px;
  font-family: Verdana;
/**  border-width: 0px 2px 2px 0px ;
  border-style:solid;
  border-color: #cccccc;  **/
  background: #efefef;
  padding : 2px;
  margin: 2px;
}
textarea
{
  font-size: 12px;
  font-family: Georgia;
  border-style: solid;
  border-width: 1px;
  border-color: #aaaaaa;
  background: #f7f7f7;
  padding : 2px;
  margin: 2px;
}

select {
  font-size: 10px;
  font-family: Verdana;
  border-style: solid;
  border-width: 1px;
  border-color: #aaaaaa;
  background: #ffffff;
  margin: 2px;
}

#pagination li {
  display: inline;
  /**line-height: 200%; **/
  list-style: none;
  text-align: center;
  color: #a0a0a0;
}

#pagination .pages {
  margin :0px 2px 0px 2px;
  padding:3px 3px 3px 3px;
  text-align:left;
  color: #a0a0a0;
  border :1px solid #dfdfdf;
  background:white;
}
#pagination .page {
  margin :0px 2px 0px 2px;
  padding:3px 3px 3px 3px;
  text-align:left;
  color: #a0a0a0;
  border :0px solid #dfdfdf;
  background:white;
}
#pagination .currentpage {
  padding:3px 3px 3px 3px;
  text-align:left;
  color: #ffffff;
  border :1px solid #dfdfdf;
  background:#a0a0a0;
}
