/*
Theme Name: OMVC Signal Map
Version: 1.0
Author: Simplexity, LLC
Author URI: http://www.get-simple.com/
*/

/* simple css reset */
html, body, p, ul, li, h1, h2, h3, h4, form {
    margin: 0;
    padding: 0;
}


/***********************************************************************
global
***********************************************************************/
html,
body {
    height: 100%;
}
body {
    /*background: #0086C6;*/
    background: #ededed;
    min-width: 780px;
    font: normal 12px/18px Arial, Verdana, Sans-Serif;
    color: #444;
    text-align: left;
}
img {
    border-style: none;
}

/* primary link classes */
a,
a:link,
a:visited {
    color: #0086C6;
    text-decoration: none;
    font-size: 14px;
} 
a:hover {
    color: #555;
    text-decoration: none;
}



/***********************************************************************
page header
***********************************************************************/
#page-head{
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 99px;
    border-bottom: 1px solid #444;
}
#page-head .contained{
    width: 720px;
    margin: 0 auto;
    overflow: hidden;
}
#page-head .contained .logo{
    float: left;
    background: transparent url(/common/img/logo-nab.png) center center no-repeat;
    margin: 5px 0 0 8px;
    width: 230px;
    height: 88px;
    text-indent:-3000px;
}
#page-head .contained .tagline{
    float: left;
    display: block;
    border-left: 1px solid #d7d7d7;
    margin: 20px;
    padding-left: 20px;
    font-size: 26px;
    line-height: 59px;
    font-weight: bold;
    color: #555;
}



/***********************************************************************
page introduction
***********************************************************************/
#page-intro{
    /*background: #103140 url(/common/img/bg_page_intro.jpg) center top no-repeat;*/
    background: #103140 url(/common/img/background_main_silver.jpg) center top no-repeat;
    /*border-bottom: 1px solid #103140;*/
    margin-top: 100px;
    width: 100%;
    height: 429px;
    overflow: hidden;
}

#page-intro .wrap {
  display: block;
  margin: 20px auto 10px auto;
  width: 698px;
  background: #fff;
  border: 1px solid #ccc;
  padding: 20px;
}

#page-intro p{
  color: #222;
  font-size:14px;
  line-height:19px;
  margin-bottom: 10px;
}

#page-intro p:first-child {
	/*padding-top: 20px;*/
}



/***********************************************************************
page body
***********************************************************************/
#page-body{
    /*background: transparent url(/common/img/bg_page_body.jpg) center top repeat-x;*/
    /*border-top: 1px solid #1c5570;*/
    margin-top: -256px;
    padding: 30px 0 60px 0;
}
#page-body #links{
    background: #fff;
    /*border: 20px solid #000;*/
    border: 1px solid #ccc;
    width: 698px;
    margin: 0 auto;
    padding: 20px;
    overflow: hidden;
}
#page-body #links .column-twos{
    float: left;
    /*background: transparent url(/common/img/bg_list_columns.jpg) 0 0 repeat-y;*/
    padding: 20px 0;
    width: 50%;
    height: 100%;
}
#page-body #links .column-twos ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
#page-body #links .column-twos ul li{
    background: transparent url(/common/img/bullet_list.gif) left 8px no-repeat;
    margin-left: 10px;
    margin-bottom: 5px;
    padding-left: 15px;
    font-size: 13px;
    line-height: 26px;
    color: #bbb;
    text-decoration: underline;
}
#page-body #links .column-twos ul li.empty{
    background: none;
    text-indent: -6000px;
}



/***********************************************************************
listing content
***********************************************************************/
#list-holder{
    background: #e7e7e7;
    border: 1px solid #fff;
    margin: 10px;
    height: 378px;
}
.print-holder{
    background: #ebebeb;
    border-bottom: 1px solid #dadada;
    text-decoration: underline;
    color: #bbb;
}
.print-holder a{
    display: block;
    background: transparent url(/common/img/icn_print.png) 0 12px no-repeat;
    margin-left: 10px;
    padding-left: 20px;
    line-height: 40px;
}
.content-holder{
    background: #e7e7e7;
    padding: 10px;
    
    height: 317px;
    overflow-y: auto;
}
.content-holder h2{
    margin: 10px 0 20px 0;
    font-size: 18px;
    line-height: 18px;
    color: #203f65;
}
.content-holder table{
    background: transparent;
    border-collapse: collapse;
    border: 1px solid #fff;
    width: 100%;
}
.content-holder table tr th{
    background: #041622;
    border: 1px solid #fff;
    margin: 0;
    padding: 6px 5px;
    font-size: 13px;
    font-weight: bold;
    color: #fff;
}
.content-holder table tr td{
    background: #fff url(/common/img/bg_list_columns.jpg) 0 0 repeat-y;
    border: 1px solid #fff;
    padding: 3px 5px;
    font-size: 13px;
    color: #041622;
}



/***********************************************************************
modal window
***********************************************************************/
.layerBG{
    background: transparent url(/common/img/bg_overlay_gray.png) 0 0 repeat;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 90;
}
.dw{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 460px;
    height: 400px;
    display: none;
    z-index: 100;
}
.dw.selected{
    z-index: 110;
}

#closeText {
	position:absolute; 
	right:33px; 
	top: 8px; 
	color:#fff;	
}

.dw .dw_title,
.dw .dw_titleContent{
    //display: none;
}

div.dw_title {
/*	height: 20px;
	display: block;
	overflow: visible;
	line-height: auto;*/
}
.dw img.closeBtn {
    display: block;
    background: transparent url(/common/img/btn_close_modal.png) 0 0 no-repeat;
    border: none;
    width: 50px;
    height: 50px;
    position: absolute;
    top: 0;
    right: 0;
    margin: -10px -20px 0 0;
    cursor: pointer;
}
.dw img.closeBtn:hover{
    background: transparent url(/common/img/btn_close_modal.png) 0 -50px no-repeat;
}
.dw .dw_content{
    background: transparent url(/common/img/bg_translucent_white.png) 0 0 repeat;
    margin: 0;
    padding: 10px;
    overflow: hidden;
}
.dw .body {
    margin: 0;
    padding: 0px;
}

.dataTables_filter {
	display: none;
}

.dataTables_info {
	margin: 10px;
}
#channelTable_info{
    display: none;
}