@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,700,300italic,400italic,700italic);

* {
    margin: 0;
    padding: 0;	
}

::selection {
    background: #70bde8;
    color: #fff;
}

::-moz-selection {
    background: #70bde8;
    color: #fff;
}

body {
    font: 75%/125% 'Open Sans', Arial, Helvetica, sans-serif;
    font-weight: 400;
    color: #525252;
    text-align: center;
    background: #dcdbd4 url(../img/bg.jpg) repeat top left;
}

img {
    border: none;	
}

a {
    color: #045b7c;	
}

h1, h2 {
    font-weight: 300;
    color: #045b7c;
}

.important_right {
    float:right !important;
}
.inline_list {
    list-style-type: none;	
}

.inline_list li {
    display: inline;
}

.clear {
    clear: both;	
}

.align_left {
    float: left;
}

.align_right {
    float: right;	
}
.align_center {
    
}
.container {
    width: 960px;
    margin: 0 auto;
    text-align: left;
}

#header {
    padding-top: 15px;
}

#header .container {
    padding: 0 25px;
    width: 910px;	
}

#header #nav {
    float: right;	
}

#header #nav li {
    float: left;	
}

#header #nav li a {
    display: block;
    font-family: Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    font-weight: bold;
    color: #545452;
    text-decoration: none;
    padding: 10px 12px;
    font-size: 14px;
}

#header #nav li.active a {
    background: rgba(0,0,0,0.1);
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

#page .container {
    -moz-border-radius: 10px;
    border-radius: 10px;
    -moz-box-shadow: 0 0 3px rgba(0,0,0.3);
    -webkit-box-shadow: 0 0 3px rgba(0,0,0.3);
    box-shadow: 0 0 3px rgba(0,0,0.3);
}

#page .page_head {
    background: transparent url(../img/page_head.png) no-repeat top left;
    padding: 25px;
    padding-bottom: 0;
    height: 38px;
}

#page .page_head h1 {
    color: #fff;	
}

#page .page_body {
    background: transparent url(../img/page_body.jpg) repeat-y top left;
    padding: 25px;
    padding-bottom: 0;
}

#page .page_footer {
    background: transparent url(../img/page_footer.png) no-repeat top left;
    width: 100%;
    height: 25px;
}

#page .page_content {
    background: #f1f1f1;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-topright: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    overflow: hidden;
}

#page .two_columns_left .col_left {
    width: 270px;
    padding-bottom: 15px;
    float: left;
}

#page .two_columns_left .col_right {
    width: 638px;
    float: right;
    background: #fff;
    border-left: 1px solid #ddd;
    min-height:500px;
}

#page .one_column .col_single {
    background: #fff;	
}

#page .page_content_bottom {
    height: 6px;
    width: 100%;	
    background: #1a74a2 url(../img/page_content_footer_bg.gif) repeat-x bottom left;
}

/** Table **/

.data_table {
    width: 100%;
    border-collapse: collapse;
}

.data_table thead {
}

.data_table thead td, .tablescroll_head td ,.data_table thead th, .tablescroll_head th, .table-heading {
    padding: 10px 15px;	
    border-right: 1px solid #4495c1;
    border-color: rgba(0,0,0,0.1);
    border-bottom: 1px solid #0e4968;
    background: #1a74a2 url(../img/data_table_thead.gif) repeat-x top left;
    color: #fff;
    text-shadow: 0 1px 1px rgba(0,0,0,0.4);
}

.data_table thead td a, .tablescroll_head td a ,.data_table thead th a, .tablescroll_head th a {
    color: #fff;	
}

.data_table tbody {
    border: 1px solid #eee;	
    border-color: rgba(0,0,0,0.1);
}

#dashboard_table tbody {
    border: none;
}

.data_table tfoot td {
    padding: 10px 15px;	
    border-right: 1px solid #d4d4d4;
    border-color: rgba(0,0,0,0.1);
    background:#ccc;
}

.data_table tbody td{
    padding: 10px 15px;	
    border-right: 1px solid #d4d4d4;
    border-color: rgba(0,0,0,0.1);
}

.data_table tbody .row_even {

}

.data_table tbody .row_odd, .odd {
    background: #eee;
}

.data_table tbody tr.active td {
    background: #dedede;
    cursor: pointer;	
}

/** Sorting **/

table thead td.sorting_asc .sort , table thead th.sorting_asc .sort{
    background: url(../img/sort_up_active.png) no-repeat center right;
    padding-right: 10px;
}
table thead td.sorting_desc .sort,table thead th.sorting_desc .sort{
    background: url(../img/sort_down_active.png) no-repeat center right;
    padding-right: 10px;
}

.data_table .sort, .tablescroll_head .sort {
    display: block;
    background: url(../img/sort.png) no-repeat center right;
    cursor: pointer;
    padding-right: 10px;
}

.data_table .sort_up.sort_active, .tablescroll_head .sort_up.sort_active {
    background-image: url(../img/sort_up_active.png);
}

.data_table .sort_down, .tablescroll_head .sort_down {

}

.data_table .sort_down.sort_active, .tablescroll_head .sort_down.sort_active {
    background-image: url(../img/sort_down_active.png);
}

/** Sub nav **/

.subnav li {
    float: left;
    padding-right: 2px;
    position: relative;
}

.subnav li:last-child {
    padding-right: 0;
}

.subnav li a {
    padding: 10px 15px;
    line-height: 16px;
    display: block;
    background: #1973a1 url(../img/subnav.gif) repeat-x top left;
    color: #fff;
    text-decoration: none;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-topleft: 5px;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    text-shadow: 0 1px 1px rgba(0,0,0,0.5);
    border-top: 1px solid #abd6ef;
}

.subnav li.active a {
    background: url(../img/subnav_active.gif) repeat-x bottom left;
    border-color: #509ab5;
}

.subnav li ul {
    display: none;
    position: absolute;
    top: 37px;
    left: 0;
    width: 200px;
    overflow: hidden;
    z-index: 100;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-bottomright: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    box-shadow: 0 5px 5px rgba(0,0,0,0.3);
}

.subnav li.active ul {
    display: block;
}

.subnav li ul li {
    display: block;
    float: none;
    padding: 0;
}

.subnav li.active ul li a {
    background: #1973a1;
    border-top: 1px solid #026290;
    padding: 10px 15px !important;
    -moz-border-radius: 0;
    border-radius: 0;
}

.subnav li ul li:first-child a {
    border: none;	
}

.subnav li ul li a:hover {
    background: #026290;
}

/** Block styles **/

.block {
    padding: 20px;
    padding-bottom: 0;
}

.block .block_title {
    padding-bottom: 20px;	
}

.block .block_title h2 {
    font-size: 22px;
    line-height: 20px;	
}

.block .border_top {
    padding: 19px 0 20px;
    border-top: 1px solid #eee;	
}

.details_table {
    width: 100%;	
}

.details_table td {
    padding: 0 0 5px;
    width: 46%;
    font-size: 11px;
}

.details_table .right_cell {
    font-weight: bold;
    text-align: right;	
    color: #045978;	
    width: 54%;
}

.block_actions {
    padding: 0 20px 10px 20px;	
}

.block_results {
    padding: 10px 0;
    text-align: center;
    font-size: 11px;
    color: #909090;	
    border-top: 1px solid #ddd;
}

.block_results a {
    color: #909090;
    text-decoration: underline;
}

.block_profile {
    background: #fff url(../img/receipt_bg.gif) repeat-x bottom left;
    padding-bottom: 20px;
}

.receipt_table {
    width: 100%;
    margin-top: 15px;
}

.receipt_table td {
    padding: 5px 0;	
}

.receipt_table .text_align_right {
    text-align: right;
    color: #60acd6;
}

.receipt_table thead td {
    border-bottom: 1px dotted #999;
    color: #60acd6;
    font-size: 18px;
    padding: 0 0 10px;
}

.receipt_table tbody .text_align_right {
    font-size: 16px;
    border-left: 1px dotted #999;
    width: 71%;
}

.receipt_table tfoot td {
    border-top: 1px dotted #999;
    font-size: 14px;
    padding-top: 10px;
}

.receipt_table tfoot .text_align_right {
    border-left: 1px dotted #999;
    font-size: 18px;
}

/** Button styles **/

.btn {
    display: inline-block;
    border: 1px solid #1f719c;
    border-bottom: 2px solid #1f719c;
    color: #fff;
    text-shadow: 0 -1px 0 #1f719c;
    background: #72b8fe url(../img/btn.gif) repeat-x top left;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 19px;
    padding: 5px 10px;
    margin-bottom: 0;
    font-weight: bold;
    cursor: pointer;
    vertical-align: middle;
    outline: none;
    -moz-border-radius: 2px;
    border-radius: 2px;
    text-decoration: none;
    float: none;
}

.btn.btn_green {
    border-color: #238b45 !important;
    text-shadow: 0 -1px 0 #238b45;
    background: #238b45 url(../img/btn_green.gif) repeat-x top left;
}

.btn.btn_red {
    border-color: #9d2020 !important;
    text-shadow: 0 -1px 0 #9d2020;
    background: #9d2020 url(../img/btn_red.gif) repeat-x top left;
}

.btn:focus {
    outline: none;
}

.btn:hover {
    text-decoration: none !important;
}

.btn:active {
    background-position: bottom left;
    border-top: 2px solid #1f719c;
    border-bottom: 1px solid #1f719c;
    padding: 4px 10px 6px 10px;
}

.btn_group {
    border-right: none;
    -moz-border-radius: 0;
    border-radius: 0;
}

.btn_group_start {
    -moz-border-topleft-radius: 2px;
    border-top-left-radius: 2px;
    -moz-border-bottomleft-radius: 2px;
    border-bottom-left-radius: 2px;	
}

.btn_group_end {
    border-right: 1px solid #1f719c;
    -moz-border-topright-radius: 2px;
    border-top-right-radius: 2px;
    -moz-border-bottomright-radius: 2px;
    border-bottom-right-radius: 2px;
}

/** Badges **/

.badge {
    -moz-border-radius: 2px;
    border-radius: 2px;
    display: inline-block;
    padding: 2px 4px;
    background: #15597d;
    color: #fff;
    font-size: 9px;
    line-height: 9px;
    text-transform: uppercase;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    text-decoration: none;
    text-shadow: 0 1px 0 rgba(0,0,0,0.3);
    box-shadow: 0 1px 0 rgba(0,0,0,0.6);
}

.badge_annule {
    background: #d64343;	
}

.badge_noninscrite {
    background: #70bce8;	
}

.badge_inscrite {
    background: #2eab57;
}

.badge_voir_plus {
    background: #999;	
}

/** Forms **/

.form fieldset {
    border: none;
    padding: 0;
    margin: 0;	
}

.form select {
    width: 100%;
}

.form .input_box {
    padding-bottom: 15px;
    width: 588px;	
    position: relative;
}

.form .input_box_checkbox {
}

.form .input_box_checkbox .checkbox {
    margin-right: 5px;
    vertical-align: bottom;
}

.form .input_box_checkbox .label {
    width: 100%;
    vertical-align: bottom;
}

.form .input_box label {
    display: block;
    margin-bottom: 0px;
}

.form .input_box_left {
    float: left;
}

.form .input_box_right {
    float: right;
}

.form .text_field {
    border: 1px solid #d9d9d8;
    border-top: 2px solid #d9d9d8;
    padding: 6px 5px;	
    font: 100%/125% 'Open Sans', Arial, Helvetica, sans-serif;
    background: #fff url(../img/text_field.gif) repeat-x top left;
    font-weight: 400;
    color: #999;
    width: 588px;
    resize: vertical;
}

.form textarea.text_field {
    height: 75px;
    min-height: 75px;
    max-height: 300px;	
}

.form .text_field:disabled {
    background: #f3f3f3;	
}

.form .text_field:focus {
    border-color: #999;
    color: #777;
}

.form .datepicker_field {
    float: left;	
}

.form .ui-datepicker-trigger {
    float: right;
    cursor: pointer;	
}

.form .input_box_error .text_field {
    border-color: #df4949 !important;
}
.form .input_box_error select {
    border-color: #df4949 !important;
    border: 1px;
}

.form .inline_error {
    color: #df4949;
    font-weight: bold;
    margin: 5px 0 0;
    width: 100%;
    font-size: 11px;
}

.form .error {
  display: none;
  color: #df4949;
  font-weight: bold;
  margin: 5px 0 0;
  width: 100%;
  font-size: 11px;
}

.form .error-state .error {
  display: block;
}

.form .inline_error span {
    float: right;
    cursor: pointer;
    font-size: 16px;
    line-height: 12px;
    margin-left: 10px;
}

.form .two_columns .text_field {
    width: 278px;
}

.form .two_columns .datepicker_field {
    width: 247px;
}

.form .two_columns .input_box_title .text_field {
    width: 208px;
    float: right;
}

.form .two_columns .input_box_title select {
    width: 60px;
    float: left;
    margin-right: 10px;
    margin-top: 5px;
}

.form .two_columns .input_box {
    width: 290px;
}

.form .two_columns_right .input_box_left .text_field {
    width: 378px;
}

.form .two_columns_right .input_box_left .datepicker_field {
    width: 347px;
}

.form .two_columns_right .input_box_left {
    width: 390px;
}

.form .two_columns_right .input_box_right .text_field {
    width: 178px;
}

.form .two_columns_right .input_box_right .datepicker_field {
    width: 147px;
}

.form .two_columns_right .input_box_right {
    width: 190px;
}

.form .input_box_tel .text_field {
    width: 90px;
    float: left;
}

.form .input_box_tel .text_field_tel_1 {
    width: 44px;
}

.form .input_box_tel span.separator {
    width: 15px;
    line-height: 30px;
    text-align: center;
    float: left;
    font-weight: bold;
    color: #999;	
}
.form .input_box_tel .text_field_tel_main {

    width: 150px;
}
.form .input_box_tel .text_field_tel_ext {

    width: 100px;
}

input[type="text"] {

    resize: none !important;

}

.log {
    list-style-type: none;	
}

.log li {
    margin: 0 0 30px;
    float: left;	
}

.log h3.user {
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 15px;
    color: #045b7c;
}

.log h3.user span.date {
    color: #525252;
    font-size: 14px;	
}

.col_left .form .text_field {
    width: 218px;
}

.col_left .form .inline_error {
    width: 230px;
}

/** Login **/

#login_logo {
    padding-bottom: 25px;	
}

#login {
    width: 450px;
    margin: 0 auto;
    text-align: left;	
}

#login .block_title a {
    font-weight: bold;
    text-decoration: none;
    line-height: 22px;
}

#login .block_content {
    width: 450px;
}

#login .input_box {
    margin-bottom: 5px;	
}

#login .text_field {
    -moz-box-shadow: 0 0 3px rgba(0,0,0,0.15);
    -webkit-box-shadow: 0 0 3px rgba(0,0,0,0.15);
    box-shadow: 0 0 3px rgba(0,0,0,0.15);
    font-weight: bold;
    font-size: 16px;
    padding: 0 12px;
    padding-left: 40px;
    height: 45px;
    width: 396px;
    background-repeat: no-repeat;
    background-position: 10px center;
}

#login .text_field.active_input {
    color: #666;
}

#login .btn {
    -moz-box-shadow: 0 0 3px rgba(0,0,0,0.15);
    -webkit-box-shadow: 0 0 3px rgba(0,0,0,0.15);
    box-shadow: 0 0 3px rgba(0,0,0,0.15);
    text-shadow: 0 -2px 0 #1f719c;
    font-size: 20px;
    width: 450px;
    height: 55px;
}

#login .input_box {
    padding-bottom: 5px;
}

#login #login_username_clear, #login #login_username {
    background-image: url(../img/login_username.gif);
}

#login #login_password_clear, #login #login_password {
    background-image: url(../img/login_password.gif);
}

#login #login_username_clear, #login #login_password_clear {
    display: none;
}

/** Notices **/

.msg {
    padding: 8px 8px 8px 35px;
    margin: 0 0 20px;
    font-weight: bold;
    color: #fff;
    position: relative;
    background: #5bc066 url(../img/success.png) no-repeat 10px center;
    border: 1px solid #339d49;
    border-bottom: 2px solid #339d49;
}

#login .msg {
    margin: 0 0 10px;	
}

.msg.msg_error {
    background: #ff5877 url(../img/error.png) no-repeat 10px center;
    border-color: #e22f50;
}

.msg .close {
    position: absolute;
    top: 7px;
    right: 10px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 15px;
    color: #fff;
    text-decoration: none;
}

/** Search bar **/

#search {
}

#search .text_field {
    width: 200px;
}

/** Footer **/

#footer .container {
    padding: 15px 25px 25px 25px;
    width: 910px;	
}

#footer .container a {
    color: #525252;	
}


.block_content.sidebar {

    width: 100%;


}

.sidebar .input_box {

    width:100%;

}
.sidebar .text_field {

    width:230px;
}

.note {
    padding-left:10px;
    width:600px;

}





.cms h1	{
    margin: .67em 0;
    font-weight: bold;
}

.cms h2 {
    font-size: 1.25em;
    margin: 1em 0 0.75em;
}
.cms h3 {
    font-size: 1.10em;
    margin: .83em 0;
}

.cms h1,
.cms h2,
.cms h3,
.cms h4 {
    font-family: "Open Sans", Arial, Helvetica, sans-serif;	
    font-weight: normal;
}

.cms h4 {
    color: #5f5f5f;	
}

.cms h4,
.cms p,
.cms blockquote,
.cms ul,
.cms fieldset,
.cms form,
.cms ol,
.cms dl,
.cms dir,

.cms menu {
    margin: 1.12em 0;
}


.cms ul  {

    display: inline;



}
.cms ul li {
    float:none;
    margin: 0 1.12em ;
}


.cms blockquote {
    margin-left: 40px;
    margin-right: 40px;
    font-style: italic;
    color: #999;
}

.cms a {
    /*color: #ef4123;*/	
}

.cms a:hover {
    text-decoration: underline;
}

#inscription_table_wrapper table {

    font-size:14px;

}
#inscription_table_wrapper table  td{

    font-size:12px;
    text-align: center;

}

.data_table.inscription_table th {
    padding: 10px 11px;
text-align: center;
    font-weight:bold;
    
}
.data_table.inscription_table td {
    padding: 10px 11px;

 text-align:center;
    
}
.launch {

    float:right;

}


.relance-detail {

    border-bottom: 1px solid #D4D4D4;


}

.refuse {

    color: white;

    background-color: #FF0000 !important;
}

.minus40 {

    width: 185px !important;

}



.small-input {

    padding-top: 0px !important;
    padding-bottom: 0px !important;


}

.small-input-box {

    padding-bottom:5px !important;

}

.inscription-school-details td {
    padding-top: 2px;
    padding-bottom: 2px;
    border-bottom:  1px solid #AAA; 

}

.form .input_box_name input.text_field {

    width: 44%;  

}


.form .input_box.input_box_full {

    float:left;
    width: 98%;

}
.form .input_box.input_box_full .text_field {
    width: 100%;

}


#parents {

    display: none;
}


.view-mode {

  
   


}

.col_right.view textarea {


    display: none;

}


.col_right.view .input_box {

    margin-bottom: 8px;

}

.soliciter {

    padding: 5px;
    font-weight: bold;
    float:left;
    color: RED;
    margin-bottom: 10px;

}


.view-sidebar .small-input-box {

    margin-bottom: 8px;


}

.hidden {
  display: none !important;
}


.hide-select-arrow {

    width: 20px;
    height: 20px;
    position: absolute;
    background-color: white;
    margin-left: 45px;
    left: 0;
    display:none;
}

.view {




}

.view .input_box input {

    color: #555;

}

.view .input_box label {


    color: #000;

}

#top_links {

    font-size:10px;
    margin-bottom: 10px;


}

.hide-tele {
display: inline !important;
padding-top: 3px;
background-color: white;
position: absolute;
height: 20px;
width: 56%;
left: 0;

}
.hide-textbox {
    display: inline !important;
padding: 10px 0px;
background-color: white;
position: absolute;
height: 20px;
width: 100%;
top: 15px;
left : 0;
    
}
input, select {
    color: #555 !important;
}

thead th.search-column {
    padding: 10px 20px 10px 15px;
	text-align: left;
    border-right: 1px solid #4495C1;
    border-color: rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid #0E4968;
    background: url("../img/subnav_active.gif") repeat-x scroll left bottom transparent;
    color: white;
    text-shadow: none;
    text-align:  center;
}

thead th.search-column input {
    width: 98%;
	border: 1px solid #004679;
	border-top: 2px solid #004679;
	padding: 3px 5px;
	color: #999;
	font-family: "Open Sans", Arial, Helvetica, sans-serif;
}

input[type='submit'] {
    
    color: #FFF !important;
    
    
}
.form .input_box.search {
    
    width: 198px;
    
}

.input_box.search select {
    
    width: 44%;
    margin-right:10px;
    
}

#syears {
    width: 150px;
margin-left: 33px;
text-align: center;
    
    
}

.form .input_box.search_form {
    
    width: 90%;
    
}
.input_box.search_form label{
    width: 150px;
       display: inline-block;
     float: left;
       padding-right:10px;
}
.input_box.search_form input {
    
    display: inline;
    
}

.input_box.search_form input[type="radio"] {
    
    margin-right:5px;
    
}

.sidebar-menu li{
    margin-bottom: 8px;
    list-style-type:  none;
    list-style-image:  none;

    
}

.sidebar-menu li a {
      padding:10px;
 background: #1973A1 url(../img/subnav.gif) repeat-x top left;
color: white;
font-size: 12px;
display: block;
text-decoration: none;
    
}



.change_block  {
    margin-bottom: 25px;
    width: 500px;
    float:left;
}
.change_block h2 {
    
    padding: 5px;
    
}
.change_block div {
    
    display: inline;
    float: left;
    
}

.change_block table {
    
    float: left;
    width: 500px;
    
    
}

.change_block table  td {
    width: 33%;
    padding: 5px;
    border: 1px solid black;
    
}

.enc-info {
    
   font-weight:bold;
    
}
#accordion {
    
    margin-bottom: 30px;
    
}

#accordion .block_content {
    
    overflow: hidden;
    
}
#accordion .two_columns .input_box {
    
    width: 268px;
 
    
}

#accordion .two_columns .input_box_full {
    
    width: 568px;
    
}
#accordion .two_columns .input_box input {
    
    width: 90%;
}
#accordion .ui-icon {
    display:none;
}

#accordion .two_columns .input_box .datepicker_field {
    
    
      width: 79%;
    
}

#accordion .ui-datepicker-trigger {
    float:left;
    
}

.acc-trigger {
    
    font-weight:bold;
    background-color:white;
    padding:2px;
    border: 1px solid black;
    margin-bottom: 5px;
}

.acc-container {
    float:right;
    width: 536px;
   
    
}
.remove-depot {
    
    cursor: pointer;
    color: red;
    
    float: right;
    margin-right: 10px;
}


#school-accordion .input_box {
    
    
    width: 230px;
    
    
}
#school-accordion .input_box .text_field {
    
    width:216px
    
}

#school-accordion .input_box .datepicker_field {
    
    
    width: 186px;
    
}


#school-info .text_field {
    
    padding: 2px 2px;;
    
}


#inscription_results table {
    margin-bottom:25px;
    width: 500px;
    border-collapse: collapse;
}
#inscription_results table thead tr td{
    text-align: center;
    background-color: #aaa;
    font-weight: bold;
    font-size: 16px;
}
#inscription_results table td {
    width: 25%;
    text-align: center;
    padding: 3px;
    color: black;
    height: 25px;
    border: thin #000 solid
}

.year-heading {
     text-align: center;
    background-color: #aaa;
    font-weight: bold;
    font-size: 16px;
}

/**
 * Accordions
 */
.block.accordion, .block_title.accordion {
  padding-bottom: 5px;   padding-top: 0px;
}

.accordion hr {
  background:  gray;
}

.block_title.accordion  {
  font-size: 16px;
}

.accordion-header {
  font-size: 12px !important;
  line-height: 15px !important;
  color: #000;
  cursor: pointer;
  display: block;
  width: 100%;
  padding: 5px;
  font-weight: 400;
  color: #525252;
}

.accordion-header span {
  float: right;
  width: 10px;
  height: 10px;
  margin-right:10px;
  margin-top: 5px;
  background-image: url("../img/trigger.gif");
}

.accordion-header span.active {
  background-position: bottom;
}

.accordion-body {
  display:none;
}
