/* $Id: blockquote.css,v 1.4 2010/12/06 00:54:21 zeta Exp $ */
blockquote.style1 {
  font: normal;
  font-size: medium;
  font-style: italic;
  background-color: #faebbc;
  border-top: 1px solid #e1cc89;
  border-bottom: 1px solid #e1cc89;
  border-left: 1px solid #e1cc89;
  border-right: 1px solid #e1cc89;
  margin: 5px;
  background-image: url(images/openquote1.gif);
  background-position: 15px 12px;
  background-repeat: no-repeat;
  text-indent: 23px;
  text-align: right;
  }
  blockquote.style1 span {
     display: block;
     padding-left: 1.3em;
     padding-right: 1.3em;
     background-image: url(images/closequote1.gif);
     background-repeat: no-repeat;
     background-position: bottom right;
     text-align: justify;   
}
blockquote.style2 {
  padding: 1em;
  position: relative;
  font: normal;
  font-size: medium;
  font-style: italic;
  background-color: #e2e0ff;
  border-top: 1px solid #c6c1ff;
  border-bottom: 1px solid #c6c1ff;
  border-left: 1px solid #c6c1ff;
  border-right: 1px solid #c6c1ff;
  margin: 5px;
  background-image: url(images/quote_start.png);
  background-position: 15px 15px;
  background-repeat: no-repeat;
  text-indent: 23px;
  text-align: right;
  }
  blockquote.style2 span {
     display: block;
     padding-left: 1.3em;
     padding-right: 1.3em;
     background-image: url(images/quote_end.png);
     background-repeat: no-repeat;
     background-position: bottom right;
     text-align: justify;   
}
blockquote.abstract {
  display: block;
  background-color: #eeeeee;
  border-top: 1px solid #b0b0b0;
  border-bottom: 1px solid #b0b0b0;
  border-left: 1px solid #b0b0b0;
  border-right: 1px solid #b0b0b0;
  margin: 5px;
  text-align: justify;
}
blockquote.orange {
  display: block;
  background-color: #faebbc;
  border-top: 1px solid #e1cc89;
  border-bottom: 1px solid #e1cc89;
  border-left: 1px solid #e1cc89;
  border-right: 1px solid #e1cc89;
  margin: 5px;
  text-align: justify;
}
blockquote.title {
  display: block;
  font-style: normal;
  font-size: large;
  margin: 20px;
  text-align: center;
  background-color: #ffffe9;
  border-top: 1px solid #e1cc89;
  border-bottom: 1px solid #e1cc89;
  border-left: 1px solid #e1cc89;
  border-right: 1px solid #e1cc89; 
} 
blockquote.authors {
  display: block;
  font-style: normal;
  font-size: large;
  margin: 20px;
  text-align: center;
  background-color: #cccccc;
  border-top: 1px solid #c5c5c5;
  border-bottom: 1px solid #c5c5c5;
  border-left: 1px solid #c5c5c5;
  border-right: 1px solid #c5c5c5; 
} 

blockquote {
  padding: 1em !important;
  position: relative;
  font-style: italic;
}
blockquote .quote_start {
  border-left: 1px solid #E9EFF3; /* LTR */
  border-top:  1px solid #E9EFF3;
  bottom: 3em;
  left: 0; /* LTR */
  min-height: 2em;
  position: absolute;
  top: 0;
  width: 20%;
}
blockquote .quote_start div {
  background-position: left top; /* LTR */
  left: -5px; /* LTR */
  top:  -5px;
}
blockquote .quote_end {
  border-bottom: 1px solid #E9EFF3;
  border-right:  1px solid #E9EFF3; /* LTR */
  bottom: 0;
  position: absolute;
  right: 0; /* LTR */
  top: 2.3em;
  width: 20%;
}
blockquote .quote_end div {
  background-position: right bottom; /* LTR */
  bottom: -5px;
  right:  -5px; /* LTR */
}

/*- Menu Tabs F--------------------------- */

    #tabsF {
      float:left;
      width:100%;
      background:#DAE4EA;
      font-size:93%;
      line-height:normal;
	  border-bottom:1px solid #666;
      }
    #tabsF ul {
	  margin:0;
	  padding:0px 10px 0px 10px;
	  list-style:none;
      }
    #tabsF li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabsF a {
      float:left;
      background:url("http://ejolts.net/drupal/files/pictures/tableftF.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
      }
    #current a {
      float:left;
      background:url("http://ejolts.net/drupal/files/pictures/tableftI.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 5px;
      text-decoration:none;
      }
    #tabsF a span {
      float:left;
      display:block;
      background:url("http://ejolts.net/drupal/files/pictures/tabrightF.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#666;
      }
    #current a span {
      float:left;
      display:block;
      background:url("http://ejolts.net/drupal/files/pictures/tabrightI.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#666;
      }    
/* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabsF a span {float:none;}
/* End IE5-Mac hack */
    #tabsF a:hover span {
      color:#FFF;
      }
    #tabsF a:hover {
      background-position:0% -42px;
      }
    #tabsF a:hover span {
      background-position:100% -42px;
      }
/*- Menu Tabs I--------------------------- */

    #tabsI {
      float:left;
      width:100%;
      background:#EFF4FA;
      font-size:93%;
      line-height:normal;
	  border-bottom:1px solid #DD740B;
      }
    #tabsI ul {
	  margin:0;
	  padding:10px 10px 0 50px;
	  list-style:none;
      }
    #tabsI li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabsI a {
      float:left;
      background:url("http://ejolts.net/drupal/files/pictures/tableftI.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 5px;
      text-decoration:none;
      }
    #tabsI a span {
      float:left;
      display:block;
      background:url("http://ejolts.net/drupal/files/pictures/tabrightI.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#FFF;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabsI a span {float:none;}
    /* End IE5-Mac hack */
    #tabsI a:hover span {
      color:#FFF;
      }
    #tabsI a:hover {
      background-position:0% -42px;
      }
    #tabsI a:hover span {
      background-position:100% -42px;
      }

/* Adjust this width to fit your needs */
.container_right {
width:240px;
margin: 5px 0px 5px 15px;
float:right;
}
.container_left {
width:230px;
margin: 5px 15px 5px 0px;
float:left;
}
.container_head {
height:30px;
background-image:url(http://ejolts.net/drupal/files/pictures/sidebar_center.jpg);
border-width: 0px 1px 0px 1px;
border-spacing: 0px;
border-style: none solid none solid;
border-color: #D3D3D3;
}

/* To Center align the title add= text-align:center; */
.container_head_text {
height:30px;
padding:7px 0 0 0;
font-family:Arial, Helvetica, sans-serif;
color:#666666;
font-size:16px;
font-weight:bold;
margin-left:10px;
}

.container_content {
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
padding:7px;
color:#666666;
border-width: 1px 1px 1px 1px;
border-spacing: 0px;
border-style: none solid solid solid;
border-color: #D3D3D3;
}