/****************************************************************
 * Copyright notice
 *
 * (c) 2010 Christian Technology Ministries International Inc.
 * All rights reserved
 *
 * This file is part of the Web-Empowered Church (WEC)
 * (http://WebEmpoweredChurch.org) ministry of Christian Technology Ministries
 * International (http://CTMIinc.org). The WEC is developing TYPO3-based
 * (http://typo3.org) free software for churches around the world. Our desire
 * is to use the Internet to help offer new life through Jesus Christ. Please
 * see http://WebEmpoweredChurch.org/Jesus.
 *
 * You can redistribute this file and/or modify it under the terms of the
 * GNU General Public License as published by the Free Software Foundation;
 * either version 2 of the License, or (at your option) any later version.
 *
 * The GNU General Public License can be found at
 * http://www.gnu.org/copyleft/gpl.html.
 *
 * This file is distributed in the hope that it will be useful for ministry,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
 * GNU General Public License for more details.
 *
 * This copyright notice MUST APPEAR in all copies of the file!
 ****************************************************************/

/****************************************************************
 *
 * This is a modified version of skin_bn_wireframe developed by Ron Hall of BusyNoggin, Inc.
 *
 ****************************************************************/

/* @group Reset Styling */

/* -------------------------------------------------------------- 
  
   reset.css
   * Resets default browser CSS.
   
   Based on work by Eric Meyer:
   * meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/
   
-------------------------------------------------------------- */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p,  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;
 
  /*vertical-align: baseline;*/
}

ul#sortable, ul#nonsortable
{
  padding : 0;
}

ul#sortable li
{
  cursor : pointer;
}

.input_dossier_divers
{
  width : 75% !important;
  display : inline-block !important;
  margin-left : 20px !important;
}

#sortable .glyphicon
{
  margin-right : 15px;
  font-size : 16px;
  float : left;
  margin-top : 7px;
}

#sortable .glyphicon:hover
{
  color : red;
}

#sortable li input[type=checkbox], #nonSortable li input[type=checkbox]
{
  width : 25px;
  height : 25px;
  float : left;
  margin-right : 15px;
}

#sortable2 li, #nonsortable2 li
{
  min-height : 50px;
  line-height : 30px;
}

#sortable2 .badge
{
  margin-top : 5px;
}

#sortable2 .glyphicon
{
  margin-right : 15px;
  font-size : 16px;
  float : left;
  margin-top : 7px;
}

#sortable2 .glyphicon:hover
{
  color : red;
}

#sortable2 li input[type=checkbox], #nonsortable2 li input[type=checkbox]
{
  width : 25px;
  height : 25px;
  float : left;
  margin-right : 15px;
}

#sortable2 li, #nonSortable2 li
{
  min-height : 50px;
  line-height : 30px;
}

#sortable2 .badge
{
  margin-top : 5px;
}

.menu_size {
  
  min-width:180px
}

.dataTables_wrapper .dataTables_filter input {
  
  width:400px
}

.navbar-inverse .navbar-nav > li > a {
    color: #fff;
  font-size: 100%;
}
.navbar-inverse .navbar-nav > li > a:hover {
    color: #000;
  font-size: 100%;
  background-color: #fff;
}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    
    color: #000;
  font-size: 100%;
  background-color: #fff;
  
}

.slider-pro {
    
     cursor: pointer; 
}

.sp-caption-container  a{
  color:#000;
  }

.image_annonce {

margin-bottom: -42px;
  
  
}

.entraide_text a {
color: #000;
text-align: justify;
}
.table {
    margin-bottom: 0px;
}

.rejoignez *:hover {
color: white;
  
}

hr {
    
    margin-bottom: 0px;
    margin-top: 0px;
}

.news-list-container .well{
padding: 0px;
}
.single_template .well{
padding: 0px;
}


.list_news_left{

  float:left;
  width:326px;
  margin:0 auto;
  padding-right:6px;

 display: inline-block;
}

.list_news_center{

  float:left;
  width:326px;
  margin:0 auto;
 display: inline-block;
  padding-right:6px;
}

.list_news_right{

  float:left;
  width:326px;
  margin:0 auto;
display: inline-block;
  padding-right:6px;
  

}


/*.list_news_right .panel-default .panel-heading a{color:#000;}
.list_news_left .panel-default .panel-heading a{color:#000;}
.list_news_center .panel-default .panel-heading a{color:#000;}*/

.test a{ color:#000;
text-decoration:none;
}

.menu_partager a { color:#fff;
  text-size:3;

}

.panel-body .test {
  position: absolute;


width="319px"; 
  height="150px";
visibility:hidden;
   margin: 0;

   background: rgba(255,255,255,0.8);
color: black;
  display: table;
  opacity: 0;
   -webkit-transition: opacity 500ms;
-moz-transition: opacity 500ms;
-o-transition: opacity 500ms;
transition: opacity 500ms;
   display: table-cell;
text-align: justify;
vertical-align: middle;
  
}

.panel-body .test a{
color:black;
 
}

.nom_top_publication a{
color:#000;
  font-size: 16px;
}

.user_une {
visibility:hidden;
   background: none repeat scroll 0 0 rgba(255,255,255, 0.9);
 height:80px;
    position: absolute;

  margin: 0; 
  
padding: 0.5em;
   
color: black;
  display: table;
  opacity: 1;
   -webkit-transition: opacity 500ms;
-moz-transition: opacity 500ms;
-o-transition: opacity 500ms;
transition: opacity 500ms;
   display: table-cell;
text-align: justify;
vertical-align: middle;
 /*margin-top: 129px; */
margin-top: -80px;
  
  
}
.image_user:hover .user_une {
visibility:visible;
  opacity: 1;
  
}

.panel-body:hover .test {
visibility:visible;
  opacity: 1;
  
}

.panel-body .test2 {
   background: none repeat scroll 0 0 rgba(255,255,255, 0.6);
 
    position: absolute;

width:319px;
  height:31px;
visibility:visible;
  margin: 0; 
  min-width:319px;
padding: 0.5em;
   
color: black;
  display: table;
  opacity: 1;
   -webkit-transition: opacity 500ms;
-moz-transition: opacity 500ms;
-o-transition: opacity 500ms;
transition: opacity 500ms;
   display: table-cell;
text-align: justify;
vertical-align: middle;
 /*margin-top: 129px; */
margin-top: 159px;
}




.panel-body .test3 {
   background: none repeat scroll 0 0 rgba(255,255,255, 0.8);
 
    position: absolute;

width:319px;
  height:34px;
visibility:visible;
  margin: 0;
  min-width:319px;
padding: 0.5em;
   
color: black;
  display: table;
  opacity: 1;
   -webkit-transition: opacity 500ms;
-moz-transition: opacity 500ms;
-o-transition: opacity 500ms;
transition: opacity 500ms;
   display: table-cell;
text-align: justify;
vertical-align: middle;
 margin-top: 190px;
z-index: 1;
  margin-right:5px;
}



.panel-body .test2 a{
color:#000;
}
/*.panel-body .test3 a{
color:#000;
}*/




.table td{
   text-align:justify;
 
}

.taille_texte {
  font-size: 1.3em;
}

/*img {
  border-radius: 5px 5px 5px 5px;
  box-shadow:0 0 8px #333333;

}*/

body { /*padding-top: 50px; */}



.tx-kesearch-pi1 {

background-color: #FFFFFF;
    border: 1px solid #BABABA;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) inset;
    margin-bottom: 20px;
    min-height: 20px;
    padding: 19px;
    text-align: justify;  
  

}

/*#kesearch_results {
  background:url("images/body_bg2.gif") repeat scroll left top transparent;
  
background-color: #F4F4F4;
    border: 1px solid #F4F4F4;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 5px 5px #AAAAAA;
    clear: both;
    color: black;
    line-height: 20px;
    margin: 5px 0;
    padding: 10px;
    text-align: justify;  
  

}*/
.divider {
    background: url("images/ligne_tiret.png") repeat-x scroll 0 center rgba(0, 0, 0, 0);
    
    text-align: center;
  
}

.divider span {
    background: none repeat scroll 0 0 #FFFFFF;
    color: #959697;
    
    font-size: 11px;
    font-style: italic;
    padding: 0 3px;
}

.compte a{
  color:red;
  font-size:20px;
  align: center;
  background-color: #F4F4F4;
    border: 1px solid #F4F4F4;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 5px 5px #AAAAAA;
    clear: both;
    
    line-height: 20px;
    margin: 30px;
    padding: 10px;
  }

.news-amenu-container li a{
  color:#000;
}

.contour_content{
 background-color: #FFFFFF;
    border: 1px solid #BABABA;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) inset;
    margin-bottom: 20px;
    min-height: 20px;
    padding: 19px;
    text-align: justify;
}



.image_suivre img {
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 0 2px #333333;
    
  
}

.image_suivre a{
  color:black;
  
  
  }


.img_profil img{
  border-radius: 5px 5px 5px 5px;
  box-shadow:0 0 8px #333333;

}


.contour_content_login{
background-image  : url(http://www.bonaksion.fr/fileadmin/templates/skins/skin_wireframe/css/images/content_stripes2.gif);  
/*background-color: #F4F4F4;*/
    border: 1px solid #F4F4F4;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 5px 5px #AAAAAA;
    clear: both;
    color: black;
    line-height: 20px;
    /*margin: 25px 0;*/
    padding: 20px;
    text-align: justify;  
}





.tx-jpfaq-pi1 {
background:url("images/content_stripes2.gif") repeat scroll left top transparent;
  line-height: 20px;
 color:black;

  text-align: justify;

    border: 1px solid #F4F4F4;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 5px 5px #AAAAAA;
    clear: both;
    margin: 25px 0;
    padding: 20px;

}

.pkoi_ce_site {
  background:url("images/content_stripes2.gif") repeat scroll left top transparent;
 line-height: 20px;
  font-size: 15px;
 color:black;
  text-align: justify;
 /* background-color: #F4F4F4;*/
    border: 1px solid #F4F4F4;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 5px 5px #AAAAAA;
    clear: both;
    margin: 25px 0;
    padding: 20px;
}


.seconnecter {
  

 /* border: 1px solid #D4D4D4;
    border-radius: 10px 10px 10px 10px;
    padding: 10px;*/

 text-align:center;
}

.twitterButton{
padding-left: 30px;
  float: left;
  margin-top: 0px;
 
}


.facebookButton{
padding-right: 30px;
  float: right;
  margin-top: 0px;
}

/* Tables still need 'cellspacing="0"' in the markup. */
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight:400; }

/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

a img { border: none; }

a:active {
  outline: none;
  }

a:focus {
  -moz-outline-style: none;
  }

/* @end Reset Styling */

/* @group Base Styling */

html {
  height: 100%;
}

body {
 /* font-family: Arial, Helvetica, sans-serif;*/
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 12px;
  line-height: 20px;
  color: #555555;
  font-weight: normal;
  height: 100%;
}

/* NOTE: Much of the typography styling is handled in rte.css */


/* @group Table Styling */

/* NOTE: Table Styling is mostly handled in rte.css */
table {
  border-collapse:collapse;
  /*width: 100%;*/
  }

/* @end Table Styling */

/* @group Additional Tags */


pre {
  margin-bottom: 15px;
  }

code {
  margin-left: 10px;
  margin-right: 10px;
}

pre code {
  margin-left: 0px;
  margin-right: 0px;
  }

pre,
code {
  font-family: 'andale mono', 'monotype.com', 'lucida console', monospace;
  }


/* @end Additional Tags */

/* @group TYPO3 General Styling */

div.csc-textpic-center div.csc-textpic-imagewrap,
div.csc-textpic-left div.csc-textpic-imagewrap,
div.csc-textpic-right div.csc-textpic-imagewrap {
    margin-bottom: 10px;
}
    
/* @end */

/* @group Forms */


/*form input, form textarea {
  margin-right: 5px;
  background: -moz-linear-gradient(center top , #FFFFFF, #EEEEEE 1px, #FFFFFF 25px) repeat scroll 0 0 transparent;
    border: 1px solid #E5E5E5;
    box-shadow: 0 0 8px #F0F0F0;
  }
*/

form input, form textarea, form select {
 /*background: url("https://ajax.googleapis.com/ajax/libs/jqueryui/1.8.9/themes/base/images/ui-bg_glass_75_e6e6e6_1x400.png") repeat-x scroll 50% 50% #E6E6E6;
    border: 1px solid #D3D3D3;
    color: #555555;*/
    font-weight: normal;
  border-radius: 4px 4px 4px 4px;
  display: inline-block;
    margin-right: 0.1em;
  margin-bottom: 0.1em;
    overflow: visible;
    padding: 0;
    position: relative;
    /*text-align: justify;*/
    text-decoration: none;
    padding: 0.4em 1em 0.4em 1em;
  }



/*form input:hover , form textarea:hover, form select:hover {
 background: url("https://ajax.googleapis.com/ajax/libs/jqueryui/1.8.9/themes/base/images/ui-bg_glass_75_e6e6e6_1x400.png") repeat-x scroll 50% 50% #DADADA;
    border: 1px solid #000000;
    color: #000000;
   font-weight: normal;
  border-radius: 4px 4px 4px 4px;
  display: inline-block;
    /*margin-right: 0.1em;
    overflow: visible;
    padding: 0;
    position: relative;
    text-align: justify;
    text-decoration: none;
    /*padding: 0.4em 1em 0.4em 1em;
  }*/

/*form input:focus , form textarea:focus, form select:focus {
 background: url("https://ajax.googleapis.com/ajax/libs/jqueryui/1.8.9/themes/base/images/ui-bg_glass_75_e6e6e6_1x400.png") repeat-x scroll 50% 50% #DADADA;
    border: 1px solid #000000;
    color: #000000;
   font-weight: normal;
  border-radius: 4px 4px 4px 4px;
  display: inline-block;
    /*margin-right: 0.1em;
    overflow: visible;
    padding: 0;
    position: relative;
    text-align: justify;
    text-decoration: none;
    /*padding: 0.4em 1em 0.4em 1em;
  }*/



form textarea:focus {
  background: #FEFFEF
  }

/*form input:focus, form input:hover {
  color: black;
  }*/

form select {
  font-size: 11px;
  }

form option {
  margin: 0px;
  margin-left: 5px;
  margin-right: 10px;
  }

optgroup {
  font-weight: bold;
  font-style: italic;
  margin: 0;
  margin-top: 5px;
  }

optgroup option {
  padding-left: 5px;
}

legend {
  font-weight: bold;
  color: black;
  }


/* @end Forms */

/* @end Base Styling */

/* @group Common Classes */

.clear {
  clear: both;
  }

.clearOnly {
  clear: both;
  height: 0px;
  margin: 0;
  padding: 0;
  overflow: hidden;
  line-height: 0;
  }

.outOfSight {
  position: absolute;
  top: 0;
  left: -4000px;
  }

.centralHeadline{
  font-size:28px;
  margin-top:0;
}

.csc-firstHeader {
  /*margin-top: 0px;*/
}

.graphicTextWrap {
  overflow: hidden;
  }

.graphicText {
  line-height:300px;
  display: block;
  }

/* @end Common Classes */

/* @group Layout */

#pageWrap {
  max-width: 1170px;
  padding: 0;
  margin-left: auto;
  margin-right: auto;
  background-color: white;
  }
#f1a #pageWrap {
  width: 100%;
  padding: 0;
  margin-left: auto;
  margin-right: auto;
  background-color: white;
  }

#feature {
   /*
  margin-bottom: 10px;
 background:#e6e6e6;
  padding:15px;
  */
  }

#generatedContent-1 {
  width: 230px;
  float: left;
  margin-right: 20px;
  }

#generatedContent-2 {
  width: 230px;
  float: right;
  }

#f1d #contentBlock-1 {
  float: right;
  width: 730px;
  }

#f1e #contentBlock-1 {
  float: left;
  width: 730px;
  }

#f1f #contentBlock-1 {
  float: left;
  width: 480px;
  }

#f2a #contentBlock-1 {
  float: left;
  width: 630px;
  }

#f2a #contentBlock-2 {
  width: 330px;
  float: right;
  }

#f2b #contentBlock-1 {
  float: left;
  width: 670px;
  
  }

#f2b #contentBlock-2 {
  width: 290px;
  float: right;
  }

#f2c #contentBlock-1 {
  float: left;
  width: 730px;
  }

#f2c #contentBlock-2 {
  width: 230px;
  float: right;
  }


#f2d #contentBlock-1 {
  float: left;
  width: 480px;
  }

#f2d #contentBlock-2 {
  width: 230px;
  float: right;
  }

#f2e #contentBlock-1 {
  float: left;
  width: 480px;
  margin-right: 20px;
  }

#f2e #contentBlock-2 {
  width: 230px;
  float: left;
  }

#f3a #contentBlock-1,
#f3b #contentBlock-1 {
  float: left;
  width: 480px;
  margin-right: 20px;
  }

#f3a #contentBlock-2,
#f3b #contentBlock-2 {
  width: 230px;
  float: left;
  }

#f3a #contentBlock-3,
#f3b #contentBlock-3,
#f3c #contentBlock-3,
#f3d #contentBlock-3 {
  width: 230px;
  float: right;
  }

#f3c #contentBlock-1,
#f3d #contentBlock-1 {
  float: left;
  width: 480px;
  }

#f3c #contentBlock-2,
#f3d #contentBlock-2 {
  width: 230px;
  float: left;
  margin-right: 20px;
  }

/* @end Layout */

/* @group Header */

#header {
  margin-top: 5px;
  margin-bottom: 35px;
  position:relative;
  padding-top: 50px; 
  }

#masthead {
  float: left;
  /*margin: 25px 0;*/
  padding: 0;
  }

#masthead a {
  display: block;
  }

#masthead h1 {
  margin: 0;
  font-size:36px;
  padding: 0;
}

#masthead h1 a,
#masthead h1 a:active {
  color: #666;
  font-family:Georgia, "Times New Roman", Times, serif;
}


#masthead h1 a:hover{
  color: #222;
}

#topNav {
  margin: 0;
  padding-top: 4px;
  position:absolute;
  right:0;
  z-index:5;
}

#login {
  margin: 0;
  padding-left: 20px;
  float: right;
  
  font-size:11px;
  color:#eee;
}



/*#search {
  float: left;
  margin: 0 0 0 10px;
  padding: 0;
  width: 200px;
}
#search form {
  margin: 0;
}
#search input {
  padding: 0;
  margin: 0;
  vertical-align: middle;
}

#search #siteSearchInput {
  padding: 2px;
  width: 158px;
  text-align: center;
}
*/
/* @group Global Menu */
#globalMenu-wrapper{ /* adding this div is for fix the clear float in IE7 */
  margin: 0;
  padding:10px 0 0 0;
  background: url("images/bottom_border.png") no-repeat scroll 0 0 transparent;
  
  /*border-top: 3px solid #e6e6e6;*/
  clear:both; /* this helps to clear the float for masthead and topnav */
}

#globalMenu {
  clear: both;/* thie clear is necessary because it clears the masthead and topnav float */
  margin: 0px;
  padding: 0;
  font-size: 16px;
  }

#globalMenu li {
    /*background: url("images/border_menu.png") no-repeat scroll right transparent;*/
  display: inline;
  float: left;
  padding: 0 20px 0 0;
  margin: 0 20px 5px 0; 
  border-right: 2px solid #e6e6e6;
  white-space:nowrap;
  }

#globalMenu li.last {
  border: none;
  }

#globalMenu a {
  height: 17px;
  display: inline;
  float: left;
  color: #666666;
}

#globalMenu a:hover {
  color: black;
  }

#globalMenu li.active a {
  color: #3399cc;
}

#globalMenu ul {
  position: absolute;
  height: 20px; 
  top: 20px;
  left: 0px;
  margin: 0px;
  background-color: #999;
  width: 940px;
  font-size: 11px;
  padding-left: 10px;
}

/* @end Global Menu */

/* @end Header */

/* @group Footer */

#footer {
  /*border-top: 2px solid #e6e6e6;*/
  padding-top: 10px;
  margin-top: 10px;
  
   /* background-image:url("http://www.bonaksion.fr/fileadmin/templates/skins/skin_wireframe/css/images/content_stripes2.gif");*/
    background-color: #000;
    
    /*border-radius: 10px 10px 10px 10px;*/
    color: #fff;
    line-height: 20px;
    margin-bottom: 25px;
    padding: 10px;
    position: relative;
}

#footerCopyright {
  float: left;
  color: #999999;
  text-align:left;
  width:60%;
}

 #footer a{
  color:white;
  
  /*display: block;
  float: right;
  color: #999999;
  text-align:right;
  width:30%;*/
  }

#footer li {
  list-style-type: none;
  }

#footer a:hover {
  color: gray;
  }

/* @end Footer*/

/* @group Local Menu */

#localMenu {
  margin-left: 0;
  margin-top:5px;
  padding-top: 10px;
  padding-bottom: 5px;
  border-right: 1px solid #3399cc;
  border-top: 3px solid #3399cc;
  margin-bottom:20px;
  }

#localMenu ul {
  margin-left:0;
  margin-top:10px;
  }
#localMenu ul ul, 
#localMenu ul ul ul, 
#localMenu ul ul ul ul{
  margin-left:20px;
  }
#localMenu ul li {
  margin-bottom: 8px;
  }

#localMenu li {
  list-style: none;
  margin-bottom: 10px;
  font-size: 14px;
  }
#localMenu li li, 
#localMenu li li li, 
#localMenu li li li li {
  margin-bottom: 8px;
  font-size: 12px;
  }
#localMenu li a {
  color: #666666;
  padding-right:8px;
  }

#localMenu li a:hover {
  color: black;
  }

#localMenu li.current a {
  color: #3399cc;
  }

#localMenu li.current li a {
  color: #666666;
  }

#localMenu li.current {
  background: url(images/local_menu_arrow.gif) no-repeat right -5px;
  }

/* @end Local Menu */






/* @group Module Styling */

.moduleHeader {
 /* margin: 0;
  padding: 0 15px 0 0;
  color: white;
  background: url(images/right_module_cap.gif) no-repeat right top;
  font-size: 16px;*/
  background: url("images/right_module_cap.gif") no-repeat scroll right top transparent;
    color: #222222;
    font-size: 19px;
    line-height: 1.1em;
    margin: 0;
    padding: 0 15px 0 0;
   
  }

.moduleHeader .moduleHeaderInnerWrap {
 /* display: block;
  padding: 5px 0 5px 10px;
  background: #3399cc url(images/left_module_cap.gif) no-repeat left top;
  
  */
  
  background: url("images/left_module_cap.gif") no-repeat scroll left top transparent;
    display: block;
    padding: 7px 0 7px 10px;
  
  }

.moduleFooter {
  /*height: 15px;
  margin: 0;
  padding-right: 15px;
  background: url(images/right_module_cap.gif) no-repeat right bottom;
  font-size: 1px;
  overflow: hidden;
  line-height: 1em;*/
  
  background: url("images/right_module_bottom.gif") repeat scroll right bottom transparent;
    font-size: 1px;
    height: 7px;
    margin: 0;
    overflow: hidden;
    padding-right: 15px;
 
  }

.moduleFooter span {
  /*display: block;
  height: 15px;
  background: #3399cc url(images/left_module_cap.gif) no-repeat left bottom;*/
   background: url("images/left_module_bottom.gif") no-repeat scroll left bottom transparent;
    display: block;
    height: 7px;
  }

.moduleBody {
  /*padding: 15px 10px 10px 10px;*/
  font-size: 12px;
    padding: 10px 10px 5px;
  text-align:justify;
  }

.moduleBodyWrap {
  /*border-left: 2px solid #3399cc;
  border-right: 2px solid #3399cc;*/
  
  background: url("images/module-bg.gif") repeat-x scroll center top #E3E3E3;
    border-left: 1px solid #8F8F8F;
    border-right: 1px solid #E9E9E9;
  /* Please note that the thickness values on the two border values above will be overridden in the final output. Make sure these values match the constant moduleBodyBorderWidth */
  }

.unframed .moduleBody,
.unframed .moduleBodyWrap {
  padding: 0;
  border: 0;
  }

.unframed .moduleBodyWrap {
  background:none; 
} 

.moduleBodyBleed {
  padding: 0;
  }

.columnGroup {
  margin-bottom: 10px;
  }

.columnGroupRule {
  border-bottom: 1px solid #7f7f7f;
  }

.moduleGroup {
  margin-bottom: 10px;
  margin-top:5px;
  }

.moduleFeature {
  margin-bottom: 15px;
  }

/* @end Module Styling */



/* @group Forms */

.csc-mailform-field label,
.csc-mailform-field label {
  display: block;
  }

/* @end */



/************section menu*******************/

.sectionMenuWrapper {
  width: 100%;
}

.sectionMenu {
  margin: 0;
  text-align: left;
}

.sectionMenu .menuItem {
  display: inline-block;
  width: 345px;
  margin: 0 20px 20px 0;
  vertical-align: top;
  zoom: 1; 
  *display:inline;
}

.wrapper {
  vertical-align: top;
}

.menuItem > a + .wrapper {
  margin-left: 120px;
}

.menuItem > a {
  float: left;
  vertical-align: top;
}

.menuItem h3 {
  margin: 0;
}


/************* Section Menus ********************/
label {
  font-weight: bold;
  display: inline;
 
}

.instructions {
  font-size: 10px;
  line-height: 1.1em;
}

/*input[type=text],
input[type=password],
textarea,
select {
  background-color: #fff;
  border: 1px solid #bbb;
  margin: 5px 0 0 0;
}

input[type=text]:focus,
input[type=password]:focus
textarea:focus,
select:focus {
  border-color: #666;
}

input[type=text],
input[type=password],
textarea,
select {
  margin: 3px 0;
}





input[type=checkbox],
input[type=radio] {
  position: relative;
  top: .25em;
}
*/
input[type=text],
input[type=password] {
  /* width: 300px;*/
  padding:3px;
}

input[type=text]:hover,
input[type=password]:hover {
  /* width: 300px;*/
  padding:3px;
}

input[type=text]:focus,
input[type=password]:focus {
  /* width: 300px;*/
  padding:3px;
}
textarea {
  width: 520px;
  height: 150px;
  padding: 3px;
}
/* Account for Frontend User Registration using <label> for checkbox items with no other surround markup */
#tx-srfeuserregister-pi1-fe_users_form input[type=checkbox] + label,
#tx-srfeuserregister-pi1-fe_users_form input[type=radio] + label {
  margin-top: 0;
  display: inline;
  font-weight: normal;
}
#tx-srfeuserregister-pi1-fe_users_form input[type=checkbox] + label:after,
#tx-srfeuserregister-pi1-fe_users_form input[type=radio] + label:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.inline {
  display: inline-block;
  vertical-align: top;
}

.error, .notice, .success {
  border:2px solid #DDDDDD;
  margin-bottom:1em;
  padding:0.8em;
}

.error:empty, .notice:empty, .success:empty {
  display: none;
}

.error {
  background: #FBE3E4 none repeat scroll 0 0;
  border-color: #FBC2C4;
  color: #8A1F11;
}

.success {
  background: #E6EFC2 none repeat scroll 0 0;
  border-color: #C6D880;
  color: #264409;
}

.notice {
  background: #FFF6BF none repeat scroll 0 0;
  border-color: #FFD324;
  color: #514721;
}

form ol,
form ul {
  list-style-type: none;
  margin-left: 0;
}

form hr {
  height: 1px;
  border: none;
  border-top: 1px solid #bbb;
  margin: 15px 0 15px 0;
}

