/*
 * custom css
 */

/* prettyprint */
pre.prettyprint {
 margin: 0;
 padding: 0 0 0 15px;
/* background-color: #FFF;*/
 border: 1px dotted #888;
}
ol.linenums {
  margin-top: 0;
  margin-bottom: 0;
/*  background-color: #FFF;*/
}
li.L0,li.L1,li.L2,li.L3,li.L4,li.L5,li.L6,li.L7,li.L8,li.L9,li.L10,li.L11,li.L12,li.L13,li.L14,li.L15,li.L16,li.L17,li.L18,li.L19,li.L20,li.L21,li.L22,li.L23,li.L24,li.L25,li.L26,li.L27,li.L28,li.L29,li.L30 {
  padding-left: 10px;
  line-height: 1.5;
  border-left: 2px solid #6CE26C;
  color:#d5d5d5;
}


/* table th attribute */
.tc  {
  text-align: center;
}

a:target {
    margin-top: -63px;
    padding-top: 63px;
    -webkit-background-clip: content-box;
    background-clip: content-box;
}

img.center{ margin-left: 200px; margin-top: -25px;}
p.pop { margin-left: -10px;}
p.put { margin-left: 25px;}
p.down { margin-top: +15px;}
p.indent { text-indent: 2em;}

.bodyfont {
 font-family: 'Bookman Old Style', 'Times New Roman', Times, serif;
/* font-family: Garamond, serif;*/
/* font-family: Georgia, serif;*/
/* font-family: 'MS Serif', 'New York', sans-serif;*/
/* font-family: 'Times New Roman', Times, serif;*/
/* font-family: Webdings, sans-serif;*/
/* font-family: Wingdings, 'Zapf Dingbats', sans-serif;*/
/* font-family: verdana, "trebuchet ms", helvetica, arial, sans;*/
/* font-family: sans-serif, Arial, Helvetica Neue,Helvetica;*/
 font-style: normal;
 font-variant: normal;
/* font-weight: 200; */
 line-height: 26px;
 color:#454545;
}


.itemfont {
  font-family: Helvetica Inserat,Arial Black,sans serif;
/* font-family: Garamond, serif;*/
/* font-family: verdana, "trebuchet ms", helvetica, arial, sans;*/
/*  font-family: Tahoma, helvetica, Black verdana, Verdana, Arial, "trebuchet ms", helvetica, arial, sans;*/
/*  font-family: Arial, Helvetica Neue,Helvetica;*/
  font-style: normal;
  font-variant: normal;
  font-weight: 450;
  line-height: 26.4px;
  color:#404040;
}

.titlefont {
 font-family: Impact,Helvetica Inserat,Arial Black,sans serif;
 font-style: normal;
 font-variant: normal;
 font-weight: 400;
}

div.chtop p:first-child:first-letter {
 float:left;
 color:#693;
 font-size: 55px;
 line-height: 50px;
 padding-right: 8px;
 font-family: Georgia, seref;
}

#small {
       font-size:0.78em;       
	color:#333333;
}

.smallchar {
        font-size:85%;
}

.bg-white {
	  background-color: #ffffff;
}

.bg-green {
	  margin-top: -8px;
	  margin-left: -10px;
	  margin-right: -10px;
	  margin-bottom: -5px;
#	  background-color: #3bdb87;
	  background-color: #3b87db;
#	  background-color: #db3b3b;
}

.bg-blue {
	  margin-top: -8px;
	  margin-left: -10px;
	  margin-right: -10px;
	  margin-bottom: -5px;
	  background-color: #3b87db;
}

#white {
       color:#ffffff;
}

#title {
       padding-top: 15px;
       padding-left: 15px;
       font-size: 32px; 
       color: #ffffff;
}

#litegray {
	  /*color:#efdfff;*/
	  color: #efefef;
       	  font-size: 18px; 
}

#red {
	  color: #ff0000;
}

img.size {
	 width: 80%;
	 height: 80%;
}

img.emailsize {
	 height: 27px;
}

.mar {
  float: right;
  margin-right: 1em;
  margin-bottom: 1em;
}

.mal {
  float: left;
  margin-left: 1em;
  margin-bottom: 1em;
}

pre.lang-sql {
/* */
}
pre.lang-c {
   max-width: 80em;
/*   overflow: auto; */
/*   overflow: scroll; */
/*   background-color: #003030; *
}
pre.source {
   max-width: 80em;
/*   overflow: auto; */
/*   overflow: scroll;*/
/*   background-color: #100000; */
}
pre.command {
   background-color: #002020;
}
pre.etc {
/*   background-color: #005500;*/
}
pre.conf {
/*   background-color: #000000; */
}

pre.lang-sql-monosp {
    font-family: monospace, serif;
    font-size: 100%;
}
pre.lang-c-monosp {
    font-family: monospace, serif;
    font-size: 100%;
   max-width: 80em;
}
pre.source-monosp {
    font-family: monospace, serif;
    font-size: 100%;
   max-width: 80em;
}
pre.command-monosp {
    font-family: monospace, serif; 
    font-size: 100%;
   background-color: #002020;
}
pre.etc-monosp {
    font-family: monospace, serif; 
}
pre.conf-monosp {
    font-family: monospace, serif; 
}


/*---------------------------------

-----------------------------------*/
ul.notice li {
  list-style:none;
  margin:0 0 0 -1.7em;
  text-indent:-1.5em;
  padding-left:1.7em;
}

/*---------------------------------
 DropManu Position
-----------------------------------*/
#dropmenupos {
  position:relative;
  /*  position: fixed; */
  top: 10px;
}

/*---------------------------------
	PRE & CODE
-----------------------------------*/
code{
font-family: Consolas, "Andale Mono WT", "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", "DejaVu Sans Mono", "Bitstream Vera Sans Mono", "Liberation Mono", "Nimbus Mono L", Monaco, "Courier New", Courier, monospace;
font-size:0.9em;
border:1px solid lightblue;
padding:3px;
-moz-border-radius:3px;
-webkit-border-radius:3px;
border-radius:3px;
color:#518BAB;
}

pre{
white-space: pre-wrap;       /* css-3 */
white-space: -moz-pre-wrap !important;  /* Mozilla, since 1999 */
white-space: -pre-wrap;      /* Opera 4-6 */
white-space: -o-pre-wrap;    /* Opera 7 */
word-wrap: break-word;       /* Internet Explorer 5.5+ */
margin: 0 0 0 0;
padding:5px 5px 3px 5px;
background:#fff;
-moz-border-radius:5px;
-webkit-border-radius:5px;
border-radius:5px;
-webkit-box-shadow:inset 0 0 7px rgba(0,0,0,0.2);
-moz-box-shadow:inset 0 0 7px rgba(0,0,0,0.2);
box-shadow:inset 0 0 7px rgba(0,0,0,0.2);
padding:10px;
margin:0 0;
border:1px solid #ddd;
font-family: Consolas, "Andale Mono WT", "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", "DejaVu Sans Mono", "Bitstream Vera Sans Mono", "Liberation Mono", "Nimbus Mono L", Monaco, "Courier New", Courier, monospace;
font-size:0.9em;
}

