/**
 * @file
 * Views Styling
 */


/*
 * Views' admin tabs
 *
 * The views admin tabs use the same classes as the secondary tabs. We prevent
 * some of our tab styling from bleeding into (and breaking) the Views admin
 * pages. If your sub-theme isn't used for admin pages, you can remove this
 * entire section.
 */

.views-displays .secondary li {
  float: none;
  margin: 0 6px 0;
}

.views-displays .secondary a:link,
.views-displays .secondary a:visited {
  text-shadow: none;
  padding: 2px 7px 3px;
}

.views-displays .secondary .open > a {
  -webkit-border-radius: 7px 7px 0 0;
  -moz-border-radius: 7px 7px 0 0;
  -ms-border-radius: 7px 7px 0 0;
  -o-border-radius: 7px 7px 0 0;
  border-radius: 7px 7px 0 0;
}

.views-displays .secondary .open > a:hover {
  color: #333;
}

.views-displays .secondary .action-list li {
  margin: 0;
}

.views-displays .secondary .action-list li:first-child {
  -webkit-border-radius: 0 7px 0 0;
  -moz-border-radius: 0 7px 0 0;
  -ms-border-radius: 0 7px 0 0;
  -o-border-radius: 0 7px 0 0;
  border-radius: 0 7px 0 0;
}

.views-displays .secondary .action-list li:last-child {
  -webkit-border-radius: 0 0 7px 7px;
  -moz-border-radius: 0 0 7px 7px;
  -ms-border-radius: 0 0 7px 7px;
  -o-border-radius: 0 0 7px 7px;
  border-radius: 0 0 7px 7px;
}

.region-content-bottom .block-views .views-row h2.node-title,
.region-content-top .block-views .views-row h2.node-title {
  font-size: 1.02em;
  line-height: 1.5em;
}

.region-content-bottom .block-views .views-row,
.region-content-top .block-views .views-row {
  background: none repeat scroll 0 0 transparent;
  border-bottom: 1px solid #CCCCCC;
  display: table;
  padding: 5px;
  width: 98%;
}

.region-content-bottom .block-views .views-row-last,
.region-content-top .block-views .views-row-last {
  border-bottom:none;
}


.view-content .views-row p{
  margin:0;
  line-height:1.3em;
}

.view-publications .views-field-view-node,
.view-whats-new- a.more-button,
.block .more-link a{
  float: right;
  font-family: Lucida Console;
  background:url(../images/read_more.png) center right no-repeat;
  padding-right:13px;
  line-height:1.1em;
  margin-top:5px;
}

.block .more-link a{
  float: inherit;
}

.view-contacts td{
  font-size:.9em;
}

#content .views-field-title{
  color:#437a76;
  line-height:1.3em;
  font-weight:bold;
  padding-bottom:.5em;
  font-size:1em;
  letter-spacing:1px;
}

#content th.views-field-title{
  color:#FFF;
  font-weight:bold;
}

.view-contacts .view-header{
  text-align:center;
  font-weight:bold;
}

.view-contacts .view-header p{
  margin-bottom:0;
}

.view-contacts table{
  width:100%;
}

.view-contacts thead tr{
  background-color:#437a76;
  color:#FFF;
}

.view-contacts thead th{
  padding:10px;
  border:1px solid #CCC;
}

.view-contacts thead th.views-field-title {
  color: #FFF;
}

.view-contacts .views-table td{
  padding: 5px;
  border:1px solid #CCC;
}

.view-contacts .views-table td.views-field-title{
  width:300px;
}

.view-contacts .views-table td.views-field-field-fax,
.view-contacts .views-table td.views-field-field-phone{
  width:110px;
}

.view-trade-detail .views-row{
  border-bottom: 1px dashed #CCC;
  padding: 5px;
  padding-left: 10px;
}

.view-trade-detail .views-row-last{
  border:none;
}

.view-trade-detail .views-row .views-field {
  padding-left:10px;
}

.view-trade-detail .views-row .views-field-field-release-month {
  padding-left:0;
}

.view-qim .views-row,
.view-spi .views-row,
.view-cpi .views-row,
.view-publications .views-row{
  border-bottom: 1px dashed #CCC;
  padding: 5px;
  padding-left: 10px;
}

.view-qim .views-row-last,
.view-spi .views-row-last,
.view-cpi .views-row-last,
.view-publications .views-row-last{
  border:none;
}

.view-publications .views-table{
  width:100%;
}

.view-publications .views-table .views-field{
  padding:10px;
}

.view-qim .views-field-field-webnote,
.view-qim .views-field-field-qim-detail,
.view-spi .views-field-field-report,
.view-spi .views-field-field-annexure,
.view-cpi .views-field-field-cpi-review,
.view-cpi .views-field-field-cpi-annexure{
  padding-left:15px;
  margin-left:5px;
  background:url("../images/menu-leaf.gif") no-repeat scroll 1px 9px transparent;
}

.view h1,
.view h2{
  margin:0;
}

.view h3{
  margin-top:.5em;
  margin-bottom:.5em;
}

.special-value{
  color:red;
}


#block-views-top-tables-block .item-list ul li {
  line-height:1.5em;
}

.view-faq .views-field-body{
  padding:5px 10px;
}

.view-faq ul{
  padding-left:15px;
  margin:0;
}

.view-faq .view-content .views-row p{
  margin-bottom:1.5em;
}

#content .view-tables .item-list ul li.views-row  {
  background: none;
  padding:5px;
  border: 1px solid #CCC;
  border-bottom: none;
}


#content .view-tables .item-list ul li .views-field-title{
  padding:0;
}

#content .view-tables .item-list ul li.views-row-last {
  border-bottom:1px solid #CCC;
}

.new{
	background: url(../images/new.gif) top right no-repeat;
	padding-right:35px;
}
