/*   
Theme Name: DBA

Description: A basic style theme, packed with basic shortcodes.
Author: Naho Nakashima
Author URI: http://visualstring.com
Version: 3.3.2
*/


/*---------------------------------
	IMPORTS
-----------------------------------*/

@import url(/_/css/fonts/arial-narrow/font.css);
  @import url(http://allfont.net/css/?fonts=arial-narrow);
@import url(http://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,700);

/*---------------------------------
	OVERRIDES
-----------------------------------*/
h1,h2,h3,h4,h5,h6{
font-family:  arial, verdana, sans-serif;
}
.center {
    text-align: center;
}
a {
    text-decoration: none;
  
}
thead th,
tbody th{
font-family:  arial, verdana, sans-serif;
}
td {
    vertical-align: top;
}
button,
a.btn,
input[type="submit"],
input[type="reset"],
input[type="button"]{
font-family: arial, verdana, sans-serif;
}



/*---------------------------------
	BLOCKQUOTES
-----------------------------------*/
blockquote{
font-size:1.1em;
line-height:1em;
font-style: italic;
padding:0px 0px 0px 20px;
margin:0;
border-left:1px dotted #eee;
}
    
    blockquote small {font-style: normal;
                      color:#000;
                     margin:20px 0 0;
                     text-align:right;
                     display:block;
    }


/*---------------------------------
	LAYOUT
-----------------------------------*/
body{
margin:0;
padding:0;
color:#444;
font-family: arial, verdana, sans-serif;

}



.menu{

}


	#link-top{
	position: absolute;
	top:10px;
	right:10px;
	*right:25px;/*IE 7 ONLY*/
	left:auto;
	color:#666;
	text-decoration:none;
	display: inline-block;
	padding:5px 10px;
	background:#e5e5e5;
	line-height:100%;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	}


/* =naho modification header
-------------------------------------------------------------- */

header .DBAsocial {text-align:right;
   
}

header .DBAsocial a{
    font-size: 2em;
     color:#555;
  
}

header .DBAquicklinks i{
    font-size:1.3em;
    line-height:1.6em;
}
    header .DBAquicklinks a {color:#fff;
                               background:#333;  
                               display:block;
                             min-width:116px;
                               height:85px;
                            
                               margin:0 0px 10px 15px;
                                text-align: center;
                                padding:3px;
                                font-size:1.2em;
      line-height:1em;
       font-family: 'arial narrow';
       border-radius:3px;
       
      
   
  }
        header .DBAquicklinks a:hover { background: #CE1525; 
                                         
        }
header .DBAsearch {
   font-size:.9em;

  width:100%;
  
   text-align:right;
   padding-bottom:20px;

}

header .logo {
   
    width:80%;
    max-width:250px;
}
header input[type="search"] {
    width: 82%;
   
    font-size:1.5em;
  
    
}
header input[type="submit"] {
      
      border:0;
}

input[type=submit]{  border-radius:5px;
                      
                        padding:6px 10px;
                          border-radius:5px;
                        background: #CE1525;
                        color:#fff;
                        text-transform:uppercase;
                        border:0;
                        cursor:pointer;
                      
}
    input[type=submit]:hover { background: #000;
    }
.listing-item {
   
}
.test {
    border-left: solid 10px #FFC40A;
 height:12px;
   
    margin:10px auto;
    line-height:0.9em;
    font-size:0.8em;
  
    padding:0px 0 10px 10px;
}
.test2 {
    border-left: solid 10px #0160A0;
 height:12px;
   font-size:0.8em;
   
     padding:0px 0 10px 10px;
    margin:10px auto;
    line-height:0.9em;
}
.test3 {
    border-left: solid 10px #87318C;
 height:12px;
    font-size:0.8em;
   
      padding:0px 0 10px 10px;
    margin:10px auto;
    line-height:0.9em;
}
.test4 {
    border-left: solid 10px #B3D334;
 height:12px;
   font-size:0.8em;
   
     padding:0px 0 10px 10px;
   margin:10px auto;
    line-height:0.9em;
}
.su-spoiler {
    
}
/*footer*/

#footer {
    background: #ccc;
    color:#333;
    min-height:100px;
 display:block;
 padding:1em 0;
   font-size:0.8em;
   line-height:1.25em;
  
   
}
 #footer .col_3  {  
                       padding:10px;
    }
    #footer .footerlinks {text-align:center;
                          font-size:1.2em;
                          padding:2em 0 ;
                         font-weight:bold;
                          border-bottom:dotted 1px #555;
                          margin:0 .7%;
                         
    } 
    #footer h2 { color:#333;margin:1em 0;
       
    }
    #footer h3 {
        font-size: 1.2em;
       
        font-weight:100;
    }
    #footer h4 {
        font-size: 0.95em;
         
        font-weight:100;
    }
    #footer ul li {
        list-style: none;
      margin:0 2px;
        padding: 0;
       float:left;
        
         background-color:#fff;
        width:25px;
        border-radius: 8px;
         height:25px ;
    }
    .social-icons a {
     font-size:30px;
     position:relative;
     bottom:1px;
	 line-height:30px;
}
.social-icons a.twitter-square{color:#32CCFE ;} 
.social-icons a.facebook-square{color:#3C599F;}  
 .social-icons a.linkedin-square{color:#0085AE;} 
  .social-icons a.rss-square{color:#fb8f30;}
.FooterAd img {
    max-width: 200px;
}
/* =naho modification general
-------------------------------------------------------------- */
/*---------------------------------
	HEADINGS
-----------------------------------
h1,h2,h3,h4,h5,h6{
font-weight:bold;
line-height:140%;
}




h3{
font-size:1.8em;
margin:10px 0 10px 0;

}

h4{
font-size:1.6em;
margin:10px 0 10px 0;
}

h5{
font-size:1.5em;
margin:10px 0 10px 0;
}

h6{
font-size:1.2em;
margin:10px 0 5px 0;
}

*/

article {
   
  margin-right:5em;
 
}
.fullcol article {
   margin-right: 0;
}

article h1, h1.news{
   
    text-transform:uppercase;
    margin:.5em 0 1em; 
    padding:0;
font-size:2.5em;
line-height:1.2em;
border-bottom:solid 3px #ccc;
}

h5.bylaw{
margin:0;
 color: #555;
}


h1, h2, h3, h4, h5, h6 {
    color: #444;
    margin:0;
    font-weight:300;
    
}
p {
   
    padding:.1em 0 .8em 0;
    margin:0
}
.entry h2, .entry h3 {
    margin: 1em 0;
}
.entry {
    
}
.hide {
    display: none;
}

h3 {
    font-size: 1.25em;
}

 a.button{
      margin:1em;
      padding:10px;
                          border-radius:5px;
                        background: #CE1525;
                        color:#fff;
                        text-transform:uppercase;
                       
                        font-size:1.2em;
                        font-weight:bold;
    text-decoration: none;
}


#primary ul,#primary ol {
    padding-left: 40px;
}




/*events*/
.eventHeader {
   
    padding:.5em 1em;
   
}
.fifteenSummit {
    background: #fff url(images/conference.jpg) no-repeat top center;
}
.fifteenAnnual {
    background: #fff url(images/aria.jpg) no-repeat top center;
}
    .eventHeader h6 {
        color: #fff;
        margin: .2em 3em 13em 0;
        text-align:right;
        font-size:1.5em;
    }

 .eventMainPanel {
   background:#eee;
   padding:.5em 1em;
}
 .eventMainPanel h1 {
    font-size:2.5em;
    border-bottom:solid 3px #ccc;
    margin:1em 0;
    line-height:1.2em;
}
 .eventMainPanel h2 {
    font-size: 1.5em;
    margin:1em 0;
}
.eventMainPanel h6 {
    text-align: right;
    font-size:0.9em;
    background:#666;
    color:#fff;
    padding:2px 5px;
}
.dbaEvent h1 {
    color: #fff;
    background: #CE1525;
    padding:5px 5px 5px 10px;
    line-height:1em;
}
.menu-event li a:hover {
     background: #CE1525;
}
.menu-event li.current_page_item {
     background: #333;
}
.menu-event li a {
    color:#fff;
    display:block;
    padding:10px;
    text-decoration:none;
  
}
.menu-event ul, .menu-event li {
    margin: 0 ;
    padding: 0 ;
    list-style: none;
    background: #999; 
     border-bottom:solid 1px #fff;
}


.time {
    font-size: 0.8em;
    width:20%;
    border-right:dotted 1px #ccc;
}

/*general*/
.home a.btn {
    max-width: 300px;
}
a.btn:link, a.btn:visited{display:block;
background:#999;  
  color: #fff;
  line-height:1.2em;
  text-align:center;
   text-transform:uppercase;
    padding:.5em 1em;
      border-radius:5px;
      margin:1em auto;
     
      font-size:2em;
}
.btn small {
    line-height: 1em;
}
    a.btn:hover, a.btnGrey:hover { background: #CE1525;
    }
a.dbaRegistration:link,a.dbaRegistration:visited {
    background: #CE1525;
    color: #fff;
    font-size:1.8em;
    text-align:center;
    line-height:.9em;
 width:235px;
  
    text-transform:uppercase;
    float:left;
    padding:.5em 0;
    border-radius:5px;

}
a.btnGrey {display:block;
background:#999;  
  color: #fff;
  text-align:center;
   text-transform:uppercase;
    padding:.5em;
      border-radius:5px;
      margin:.5em;
    
       width:220px;
        float:left;
}
.spacer {
    margin-right: 10px;
}

 .contentWrap *[class*="col_"] {
   
    border: solid 3px #ccc;
    padding: 1em;
    font-size: 0.9em;
    border-radius: 5px;
    background: #eee;
}


    .contentWrap a.dbaRegistration {
        margin:1em 10%;
        width: 80%;

    }
     .benefits .col_4{min-height:500px;}
 .contentWrap h3{
    font-size: 1.8em;
    text-align:center;
    border-bottom:3px solid #555;
    padding:.5em;
    margin:0;
}
h2.seven {
    clear: both;
    padding:2em 0;
}
.dbaWrap *[class*="col_"] {  border: solid 1px #ddd;
                              text-align:center;
                 
}
.advocacy p {
    height: 150px;
    display:block;
    font-size:0.8em;
                 line-height:1.2em;
   
}
.dbaWrap h3{
    font-size: 1.2em;
  padding:.5em;
    background:#ccc;
    margin:0 0 1em;
}
.dbaWrap a.btn {
    
    font-size:1.2em;
 color:#555;
 background:#e5e5e5;
 border:solid 1px#ccc;
 max-width:150px;
    
}
    .dbaWrap a.btn:hover {
        color:#fff;
        background:#CE1525;
    }
.advocacy .col_3 {
}

/*class*/
.dbaClass {
    float: none;
    border: solid 3px #ccc;
    padding:1em;
    font-size:0.9em;
    border-radius:5px;
    background:#eee;
}
.dbaClass h3{
    
     border-bottom: solid 3px #444;
     font-size:1.75em;
     padding:.2em 0;
     line-height:1em;

}
    .dbaClass em {
        margin-bottom: 1em;
    }
/*members*/

.membership *[class*="col_"]{padding:.5em 1em;
                              background:#eee;
    
     border-radius:10px;
    
    text-align: center;
}
    .membership a.btn {
        font-size: 0.9em;
         text-align: center;
    }
   
    .membership .su-spoiler-content {
        font-size: 0.9em;
    }
table .su-spoiler-icon {
    color: #ccc;
}
  /*news*/

.dbanews h2 a{
    color: #444;
     font-size:1em;
}
    .dbanews h2 a:hover {color:#CE1525;
    }

.dbanews .meta {
    font-size: 0.9em;
      margin:.2em 0 .5em;
}
.prev-posts {
    float: right;
}
.next-posts {
    float: left;
}
.navigation {
    clear: both;
    height: 2em;
}
.dbanews article {
    font-size:0.85em;
   border-bottom:dotted 1px #999;
    margin:2em 5em 2em 0;
}
.dbastory h1 {
    color: #444;
    font-size: 1.9em;
}
/*insights*/

.insights article{font-size:0.85em;line-height:1.2em;
                width:70%;
                  margin:2em auto;
}
.insightsHeader {
   
    
}
.dbaad {
    border-bottom: solid 1px #ccc;
     border-top: solid 1px #ccc;
   margin:2em 0;
   text-align:center;
   padding:2em;
}
.dbaad img {
   max-width: 450px;
   
}
        .insights article{font-size:0.85em;line-height:1.2em;
                width:70%;
                  margin:2em auto;
}
.insights h4 {
    text-align: right;
    font-weight:bold;
    border-bottom:solid 5px #eee;
    margin-bottom:3em;
}
.insights h2, .insights h3 {
    margin: 1em 0;
}
   
    



    /*sidebar*/

#sidebar {
}


.widget h2 {
     border-top:solid 1px #eee;
    border-bottom:solid 1px #eee;
    padding:.2em .5em;
 font-size:1.05em;
 text-transform:uppercase;
 margin:2em 0;
}

#sidebar h5{text-align:right;color:#ccc;}

.widget ul, .widget li {
   margin:0 0 0 10px;
   padding:0;
}
.widget a.dbaRegistration, .widget a.btn {
     width:100%;
     float:none;
     margin:10px 0;
    font-size:2em;
    text-align:center;
    line-height:.9em;
 text-transform:uppercase;
    float:left;
    padding:.5em 0;
    border-radius:5px;
}
.widget .display-posts-listing .widget_custom_post_widget {
    margin-left: -30px;
}
.widget .date {
    margin:10px  0 ;
   font-weight:bold;
}
.widget .display-posts-listing ul  {
    margin: 0;
     padding:0;
}


/*front page */
#horizontalTab ul {
    margin: 20px;
}

.display-posts-listing li {
    list-style: none;
    border-bottom:1px dotted #999;
        font-size: .85em;
                 margin: 0;
                 line-height:1.5em;
                 color:#777;
                 padding:0;
}
.display-posts-listing h3 {margin:0 0 5px;
                           font-size:1em;
   
}
.front-news .date {
    background: #888;
    color:#fff; 
    padding:20px 15px;

    border-radius:5px;
    text-align:center;
    float:left;
    margin:0 10px 0 0;
    font-size:22px;
    
   
}
.front-news ul {margin: 0 !important;
      padding:0 !important;
}
    
.front-news li {
                 width:100%;
                 list-style:none;
                 clear:both;
                  padding: 10px 0 !important;
                 display:block;
                 min-height:100px;

}
.front-news a{
   color:#000;
}
.front-news a.read-more{
   color:#CE1525;
}
.front-news .excerpt {  
}
.home_ad {
    width: 100%;
    border: solid 1px  #CE1525;
 height: 80px;
 background: #555;
 color:#fff;
 padding:2% 5%;
}

#horizontalTab .su-tabs-nav  {
 background:#fff;
 text-align:center;
 margin-top:10px;
}

#horizontalTab .su-tabs-panes {
    background: #eee;
    padding: 1% 5%;
    border: solid 1px #ccc;
   
}
#horizontalTab .su-tabs-panes  h3 {
    
    border-bottom:solid 10px  #ddd;
    margin: 3% 1%;
    text-transform:uppercase;
    color:#CE1525;
   line-height:1.5em;
    font-size:3em;
}
#horizontalTab .su-tabs-nav span {
	background: #696969;
	font-size:1.2em;
	padding:2% 1%;
	display: inline-block;
	
	color: #fff;
	border-radius:5px 5px 0 0;
    min-width:150px;
     cursor:pointer;
      width:32.8%;
}

#horizontalTab .su-tabs-nav .su-tabs-current {
	background: #c41230;
    font-size:1.2em;
    	padding:2% 1%;
	color: #fff;
	
    min-width:150px;
      width:32.8%;
  
}
#horizontalTab {
   
}

.su-tabs {
    background: #fff;
}

/*frontpage tab*/


.su-tabs-nav .certification {
    border-top: solid 3px #75004A;
}
.su-tabs-nav .debt {
    border-top: solid 3px #E78676;
}
.su-tabs-nav .legal {
    border-top: solid 3px #990000;
}
.su-tabs-nav .operations{
    border-top: solid 3px #000066;
}
.su-tabs-nav .market{
    border-top: solid 3px #CC9900;
}
.su-tabs-nav .consumer{
    border-top: solid 3px #003300;
}


.su-tabs span{
      background: #ccc;
}
#frontpageAd h3 {
    font-size: 0.8em;
    color:#999;
  text-align:right;
   
}
.countDown {
    background: #eee;
    padding: 1em 2em;
    text-align:center;
    border-radius:5px;
}
.countDown span {
    font-weight: bold;
    font-size:1.3em;
}
/*menu override*/

.mega-block-title { background:#999;
    padding:.2em .5em !important;
   font-family:Arial !important;
  
   
}
a.red {
   
    text-decoration:underline !important;
}

h4.dbamenu {
    color: #fff;
    font-size:1em;
    margin:.8em 0;
    border-bottom: solid 3px #999;
    font-weight:normal;
    
}
h4.dbamenuad {
    color: #fff;
    font-size:1em;
    width:250px;
     margin:.8em 0;
   
   border-bottom: solid 3px #999;
    font-weight:normal;
    text-align:right !important;
    
}

.mega-links li{
    padding:.2em 0 !important;
    border-bottom: dotted 1px #eee !important;
}
.mega-links a {
    
      display:block !important;
       padding-left:5px !important;
}
.mega-links a:hover {
    color: #c41230 !important;
      display:block !important;
      background:#999 !important;
    
  
}



/*
 * Table styles
 */
table.dataTable {
  width: 100%;
  margin: 0 auto;
  clear: both;
  border-collapse: separate;
  border-spacing: 0;
  /*
   * Header and footer styles
   */
  /*
   * Body styles
   */
}
table.dataTable thead th,
table.dataTable tfoot th {
  font-weight: bold;
}
table.dataTable thead th,
table.dataTable thead td {
  padding: 10px 18px;
  border-bottom: 1px solid #111111;
}
table.dataTable thead th:active,
table.dataTable thead td:active {
  outline: none;
}
table.dataTable tfoot th,
table.dataTable tfoot td {
  padding: 10px 18px 6px 18px;
  border-top: 1px solid #111111;
}
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting {
  cursor: pointer;
  *cursor: hand;
}
table.dataTable thead .sorting {
  background: url("../images/sort_both.png") no-repeat center right;
}
table.dataTable thead .sorting_asc {
  background: url("../images/sort_asc.png") no-repeat center right;
}
table.dataTable thead .sorting_desc {
  background: url("../images/sort_desc.png") no-repeat center right;
}
table.dataTable thead .sorting_asc_disabled {
  background: url("../images/sort_asc_disabled.png") no-repeat center right;
}
table.dataTable thead .sorting_desc_disabled {
  background: url("../images/sort_desc_disabled.png") no-repeat center right;
}
table.dataTable tbody tr {
  background-color: white;
}
table.dataTable tbody tr.selected {
  background-color: #b0bed9;
}
table.dataTable tbody th,
table.dataTable tbody td {
  padding: 8px 10px;
}
table.dataTable.row-border tbody th, table.dataTable.row-border tbody td, table.dataTable.display tbody th, table.dataTable.display tbody td {
  border-top: 1px solid #dddddd;
}
table.dataTable.row-border tbody tr:first-child th,
table.dataTable.row-border tbody tr:first-child td, table.dataTable.display tbody tr:first-child th,
table.dataTable.display tbody tr:first-child td {
  border-top: none;
}
table.dataTable.cell-border tbody th, table.dataTable.cell-border tbody td {
  border-top: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
}
table.dataTable.cell-border tbody tr th:first-child,
table.dataTable.cell-border tbody tr td:first-child {
  border-left: 1px solid #dddddd;
}
table.dataTable.cell-border tbody tr:first-child th,
table.dataTable.cell-border tbody tr:first-child td {
  border-top: none;
}
table.dataTable.stripe tbody tr.odd, table.dataTable.display tbody tr.odd {
  background-color: #f9f9f9;
}
table.dataTable.stripe tbody tr.odd.selected, table.dataTable.display tbody tr.odd.selected {
  background-color: #abb9d3;
}
table.dataTable.hover tbody tr:hover,
table.dataTable.hover tbody tr.odd:hover,
table.dataTable.hover tbody tr.even:hover, table.dataTable.display tbody tr:hover,
table.dataTable.display tbody tr.odd:hover,
table.dataTable.display tbody tr.even:hover {
  background-color: whitesmoke;
}
table.dataTable.hover tbody tr:hover.selected,
table.dataTable.hover tbody tr.odd:hover.selected,
table.dataTable.hover tbody tr.even:hover.selected, table.dataTable.display tbody tr:hover.selected,
table.dataTable.display tbody tr.odd:hover.selected,
table.dataTable.display tbody tr.even:hover.selected {
  background-color: #a9b7d1;
}
table.dataTable.order-column tbody tr > .sorting_1,
table.dataTable.order-column tbody tr > .sorting_2,
table.dataTable.order-column tbody tr > .sorting_3, table.dataTable.display tbody tr > .sorting_1,
table.dataTable.display tbody tr > .sorting_2,
table.dataTable.display tbody tr > .sorting_3 {
  background-color: #f9f9f9;
}
table.dataTable.order-column tbody tr.selected > .sorting_1,
table.dataTable.order-column tbody tr.selected > .sorting_2,
table.dataTable.order-column tbody tr.selected > .sorting_3, table.dataTable.display tbody tr.selected > .sorting_1,
table.dataTable.display tbody tr.selected > .sorting_2,
table.dataTable.display tbody tr.selected > .sorting_3 {
  background-color: #acbad4;
}
table.dataTable.display tbody tr.odd > .sorting_1, table.dataTable.order-column.stripe tbody tr.odd > .sorting_1 {
  background-color: #f1f1f1;
}
table.dataTable.display tbody tr.odd > .sorting_2, table.dataTable.order-column.stripe tbody tr.odd > .sorting_2 {
  background-color: #f3f3f3;
}
table.dataTable.display tbody tr.odd > .sorting_3, table.dataTable.order-column.stripe tbody tr.odd > .sorting_3 {
  background-color: whitesmoke;
}
table.dataTable.display tbody tr.odd.selected > .sorting_1, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_1 {
  background-color: #a6b3cd;
}
table.dataTable.display tbody tr.odd.selected > .sorting_2, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_2 {
  background-color: #a7b5ce;
}
table.dataTable.display tbody tr.odd.selected > .sorting_3, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_3 {
  background-color: #a9b6d0;
}
table.dataTable.display tbody tr.even > .sorting_1, table.dataTable.order-column.stripe tbody tr.even > .sorting_1 {
  background-color: #f9f9f9;
}
table.dataTable.display tbody tr.even > .sorting_2, table.dataTable.order-column.stripe tbody tr.even > .sorting_2 {
  background-color: #fbfbfb;
}
table.dataTable.display tbody tr.even > .sorting_3, table.dataTable.order-column.stripe tbody tr.even > .sorting_3 {
  background-color: #fdfdfd;
}
table.dataTable.display tbody tr.even.selected > .sorting_1, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_1 {
  background-color: #acbad4;
}
table.dataTable.display tbody tr.even.selected > .sorting_2, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_2 {
  background-color: #adbbd6;
}
table.dataTable.display tbody tr.even.selected > .sorting_3, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_3 {
  background-color: #afbdd8;
}
table.dataTable.display tbody tr:hover > .sorting_1,
table.dataTable.display tbody tr.odd:hover > .sorting_1,
table.dataTable.display tbody tr.even:hover > .sorting_1, table.dataTable.order-column.hover tbody tr:hover > .sorting_1,
table.dataTable.order-column.hover tbody tr.odd:hover > .sorting_1,
table.dataTable.order-column.hover tbody tr.even:hover > .sorting_1 {
  background-color: #eaeaea;
}
table.dataTable.display tbody tr:hover > .sorting_2,
table.dataTable.display tbody tr.odd:hover > .sorting_2,
table.dataTable.display tbody tr.even:hover > .sorting_2, table.dataTable.order-column.hover tbody tr:hover > .sorting_2,
table.dataTable.order-column.hover tbody tr.odd:hover > .sorting_2,
table.dataTable.order-column.hover tbody tr.even:hover > .sorting_2 {
  background-color: #ebebeb;
}
table.dataTable.display tbody tr:hover > .sorting_3,
table.dataTable.display tbody tr.odd:hover > .sorting_3,
table.dataTable.display tbody tr.even:hover > .sorting_3, table.dataTable.order-column.hover tbody tr:hover > .sorting_3,
table.dataTable.order-column.hover tbody tr.odd:hover > .sorting_3,
table.dataTable.order-column.hover tbody tr.even:hover > .sorting_3 {
  background-color: #eeeeee;
}
table.dataTable.display tbody tr:hover.selected > .sorting_1,
table.dataTable.display tbody tr.odd:hover.selected > .sorting_1,
table.dataTable.display tbody tr.even:hover.selected > .sorting_1, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_1,
table.dataTable.order-column.hover tbody tr.odd:hover.selected > .sorting_1,
table.dataTable.order-column.hover tbody tr.even:hover.selected > .sorting_1 {
  background-color: #a1aec7;
}
table.dataTable.display tbody tr:hover.selected > .sorting_2,
table.dataTable.display tbody tr.odd:hover.selected > .sorting_2,
table.dataTable.display tbody tr.even:hover.selected > .sorting_2, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_2,
table.dataTable.order-column.hover tbody tr.odd:hover.selected > .sorting_2,
table.dataTable.order-column.hover tbody tr.even:hover.selected > .sorting_2 {
  background-color: #a2afc8;
}
table.dataTable.display tbody tr:hover.selected > .sorting_3,
table.dataTable.display tbody tr.odd:hover.selected > .sorting_3,
table.dataTable.display tbody tr.even:hover.selected > .sorting_3, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_3,
table.dataTable.order-column.hover tbody tr.odd:hover.selected > .sorting_3,
table.dataTable.order-column.hover tbody tr.even:hover.selected > .sorting_3 {
  background-color: #a4b2cb;
}
table.dataTable.no-footer {
  border-bottom: 1px solid #111111;
}
table.dataTable.nowrap th, table.dataTable.nowrap td {
  white-space: nowrap;
}
table.dataTable.compact thead th,
table.dataTable.compact thead td {
  padding: 5px 9px;
}
table.dataTable.compact tfoot th,
table.dataTable.compact tfoot td {
  padding: 5px 9px 3px 9px;
}
table.dataTable.compact tbody th,
table.dataTable.compact tbody td {
  padding: 4px 5px;
}
table.dataTable th.dt-left,
table.dataTable td.dt-left {
  text-align: left;
}
table.dataTable th.dt-center,
table.dataTable td.dt-center,
table.dataTable td.dataTables_empty {
  text-align: center;
}
table.dataTable th.dt-right,
table.dataTable td.dt-right {
  text-align: right;
}
table.dataTable th.dt-justify,
table.dataTable td.dt-justify {
  text-align: justify;
}
table.dataTable th.dt-nowrap,
table.dataTable td.dt-nowrap {
  white-space: nowrap;
}
table.dataTable thead th.dt-head-left,
table.dataTable thead td.dt-head-left,
table.dataTable tfoot th.dt-head-left,
table.dataTable tfoot td.dt-head-left {
  text-align: left;
}
table.dataTable thead th.dt-head-center,
table.dataTable thead td.dt-head-center,
table.dataTable tfoot th.dt-head-center,
table.dataTable tfoot td.dt-head-center {
  text-align: center;
}
table.dataTable thead th.dt-head-right,
table.dataTable thead td.dt-head-right,
table.dataTable tfoot th.dt-head-right,
table.dataTable tfoot td.dt-head-right {
  text-align: right;
}
table.dataTable thead th.dt-head-justify,
table.dataTable thead td.dt-head-justify,
table.dataTable tfoot th.dt-head-justify,
table.dataTable tfoot td.dt-head-justify {
  text-align: justify;
}
table.dataTable thead th.dt-head-nowrap,
table.dataTable thead td.dt-head-nowrap,
table.dataTable tfoot th.dt-head-nowrap,
table.dataTable tfoot td.dt-head-nowrap {
  white-space: nowrap;
}
table.dataTable tbody th.dt-body-left,
table.dataTable tbody td.dt-body-left {
  text-align: left;
}
table.dataTable tbody th.dt-body-center,
table.dataTable tbody td.dt-body-center {
  text-align: center;
}
table.dataTable tbody th.dt-body-right,
table.dataTable tbody td.dt-body-right {
  text-align: right;
}
table.dataTable tbody th.dt-body-justify,
table.dataTable tbody td.dt-body-justify {
  text-align: justify;
}
table.dataTable tbody th.dt-body-nowrap,
table.dataTable tbody td.dt-body-nowrap {
  white-space: nowrap;
}

table.dataTable,
table.dataTable th,
table.dataTable td {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

/*
 * Control feature layout
 */
.dataTables_wrapper {
  position: relative;
  clear: both;
  *zoom: 1;
  zoom: 1;
}
.dataTables_wrapper .dataTables_length {
  float: left;
}
.dataTables_wrapper .dataTables_filter {
  float: right;
  text-align: right;
}
.dataTables_wrapper .dataTables_filter input {
  margin-left: 0.5em;
}
.dataTables_wrapper .dataTables_info {
  clear: both;
  float: left;
  padding-top: 0.755em;
}
.dataTables_wrapper .dataTables_paginate {
  float: right;
  text-align: right;
  padding-top: 0.25em;
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
  box-sizing: border-box;
  display: inline-block;
  min-width: 1.5em;
  padding: 0.5em 1em;
  margin-left: 2px;
  text-align: center;
  text-decoration: none !important;
  cursor: pointer;
  *cursor: hand;
  color: #333333 !important;
  border: 1px solid transparent;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  color: #333333 !important;
  border: 1px solid #cacaca;
  background-color: white;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, gainsboro));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, white 0%, gainsboro 100%);
  /* Chrome10+,Safari5.1+ */
  background: -moz-linear-gradient(top, white 0%, gainsboro 100%);
  /* FF3.6+ */
  background: -ms-linear-gradient(top, white 0%, gainsboro 100%);
  /* IE10+ */
  background: -o-linear-gradient(top, white 0%, gainsboro 100%);
  /* Opera 11.10+ */
  background: linear-gradient(to bottom, white 0%, gainsboro 100%);
  /* W3C */
}
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
  cursor: default;
  color: #666 !important;
  border: 1px solid transparent;
  background: transparent;
  box-shadow: none;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  color: white !important;
  border: 1px solid #111111;
  background-color: #585858;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #585858), color-stop(100%, #111111));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #585858 0%, #111111 100%);
  /* Chrome10+,Safari5.1+ */
  background: -moz-linear-gradient(top, #585858 0%, #111111 100%);
  /* FF3.6+ */
  background: -ms-linear-gradient(top, #585858 0%, #111111 100%);
  /* IE10+ */
  background: -o-linear-gradient(top, #585858 0%, #111111 100%);
  /* Opera 11.10+ */
  background: linear-gradient(to bottom, #585858 0%, #111111 100%);
  /* W3C */
}
.dataTables_wrapper .dataTables_paginate .paginate_button:active {
  outline: none;
  background-color: #2b2b2b;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2b2b2b), color-stop(100%, #0c0c0c));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
  /* Chrome10+,Safari5.1+ */
  background: -moz-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
  /* FF3.6+ */
  background: -ms-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
  /* IE10+ */
  background: -o-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
  /* Opera 11.10+ */
  background: linear-gradient(to bottom, #2b2b2b 0%, #0c0c0c 100%);
  /* W3C */
  box-shadow: inset 0 0 3px #111;
}
.dataTables_wrapper .dataTables_processing {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 40px;
  margin-left: -50%;
  margin-top: -25px;
  padding-top: 20px;
  text-align: center;
  font-size: 1.2em;
  background-color: white;
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(25%, rgba(255, 255, 255, 0.9)), color-stop(75%, rgba(255, 255, 255, 0.9)), color-stop(100%, rgba(255, 255, 255, 0)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
  /* FF3.6+ */
  background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
  /* IE10+ */
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
  /* Opera 11.10+ */
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
  /* W3C */
}
.dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_filter,
.dataTables_wrapper .dataTables_info,
.dataTables_wrapper .dataTables_processing,
.dataTables_wrapper .dataTables_paginate {
  color: #333333;
}
.dataTables_wrapper .dataTables_scroll {
  clear: both;
}
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody {
  *margin-top: -1px;
  -webkit-overflow-scrolling: touch;
}
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody th > div.dataTables_sizing,
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody td > div.dataTables_sizing {
  height: 0;
  overflow: hidden;
  margin: 0 !important;
  padding: 0 !important;
}
.dataTables_wrapper.no-footer .dataTables_scrollBody {
  border-bottom: 1px solid #111111;
}
.dataTables_wrapper.no-footer div.dataTables_scrollHead table,
.dataTables_wrapper.no-footer div.dataTables_scrollBody table {
  border-bottom: none;
}
.dataTables_wrapper:after {
  visibility: hidden;
  display: block;
  content: "";
  clear: both;
  height: 0;
}

@media screen and (max-width: 767px) {
  .dataTables_wrapper .dataTables_info,
  .dataTables_wrapper .dataTables_paginate {
    float: none;
    text-align: center;
  }
  .dataTables_wrapper .dataTables_paginate {
    margin-top: 0.5em;
  }
}
@media screen and (max-width: 640px) {
  .dataTables_wrapper .dataTables_length,
  .dataTables_wrapper .dataTables_filter {
    float: none;
    text-align: center;
  }
  .dataTables_wrapper .dataTables_filter {
    margin-top: 0.5em;
  }
}

   
    

@media all and (min-width: 901px) {
    #footer .border {
        border-right: dotted 1px #555;
        min-height:250px;
    }
    header .description {
    padding:10px 0;
   min-width: 528px;
    float:left;

}
    header .DBAquicklinks a{
    float:right;


}
   
    

}

@media all and (max-width: 900px) {
    header .description {
        float: none;
        width: 100%;
       
    }

    header .DBAquicklinks a {
        float: left;
        width:22%;
    }
}





