/* -----------------------------------------------------------------------


 Blueprint CSS Framework 1.0.1
 http://blueprintcss.org

   * Copyright (c) 2007-Present. See LICENSE for more info.
   * See README for instructions on how to use Blueprint.
   * For credits and origins, see AUTHORS.
   * This is a compressed file. See the sources in the 'src' directory.

----------------------------------------------------------------------- */
.grid-view table.items th a.asc {
	background:url(../images/up.gif) right center no-repeat;
}
.grid-view table.items th a.desc {
	background:url(../images/down.gif) right center no-repeat;
}
.ui-datepicker .ui-datepicker-header  {
	background: rgb(73, 134, 231);
}

.ui-widget-header {
	background: rgb(30, 15, 190);
#	background-color: rgba(243,243,243,.85);
}

/* Fix for dashboard.. */
div.portlet-content table.items {
	color:black;
}

/* Fix for dashboard.. */
div.portlet-content table.items td a {
	color:rgb(30, 15, 190); text-decoration:none;
}

div.portlet-content table.items td a:hover{
	color:rgb(30, 15, 190); text-decoration:underline;
}

/* For Dashboard wrench icon popup widow */
div#window_dialog.hidden.ui-dialog-content.ui-widget-content fieldset label {
	color:black;
}

.ui-widget-content, .ui-widget-content a:not(.ui-tabs-panel.table.items) a {
	color:rgb(243,243,243);
}

.ui-widget-content.ui-tabs-panel td a {
	color:rgb(30,30,150);
}

/* For the headers in the tab panel */
.ui-widget-content th a {
	color:rgb(243,243,243);
}

/* Override Widget Content for Drop Downs. Must come after ui-widget-content */
.ui-corner-all, .ui-corner-all a:not(.ui-tabs-panel.table.items) a {
	color: #222222;
/*	Creates a light grey color in the table columns color: #888888; */
}

/* Override Widget background in Dashboard  */
.ui-widget-header.ui-corner-all {
	color: rgb(243,243,243) !Important;
}

/* Added by Judah for overriding menu drop down which all of a sudden became ugly when upgrading to yii 1.1.26
	Must come after other widget css */
.ui-menu .ui-menu-item {
	color:gray;
}


/*
table.detail-view tr.odd:hover  .grid-view table.items tr.odd:hover
table.detail-view tr.even:hover  .grid-view table.items tr.even:hover
*/
.grid-view table.items tr.odd:hover,
.grid-view table.items tr.even:hover {
	background-color: rgba(248,248,248,.85);
}

.grid-view table.items tr.odd , table.detail-view tr.odd {
	background-color: rgba(243,243,243,.85);
}
.grid-view table.items tr.even , table.detail-view tr.even {
	background-color: rgba(238,238,238,.85);
}

.grid-view table.items th
{
	background: rgb(30, 15, 190);
}

/* Added by Judah for overriding screwed up select+hover in grid. */
.grid-view table.items tr.selected , .grid-view table.items tr.odd.selected:hover, .grid-view table.items tr.even.selected:hover
{
	background: #ffc;
/*#	background: #ADFF2F; */
}

/* reduce the padding */
.grid-view
{
	padding: .1em;
	padding-top: 0;
}
.grid-view table.items th,
.grid-view table.items td
{
	padding: .1em;
}

/* Use nowrap to make the grid view data not wrap, normal for text wrapping. */
td{
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width:25em;
} 

/* .grid-view table.items td { overflow:hidden; line-height: 1.1em; max-height: 2.2em; } */

.gridcolumn  { 
	overflow:hidden; 
	line-height: 1em; 
	max-height: 2em; 

}

.yellowcolumn {
	background-color:yellow;
}

.redcolumn {
	background-color:Red;
}

.greencolumn {
	background-color:LightGreen;
}

.graycolumn {
	background-color:LightGray;
}

.dkgraycolumn {
	background-color:DarkGray;
}


.scanbutton { visibility:hidden;}

/* Override tab font size from jquery-ui*/
.ui-widget {
    font-family: inherit;
    font-size: 1em;
#	width:100%
}

.portlet-header{
	color:rgb(243,243,243);
}

#dash-header {
	color:rgb(243,243,243);
	width:100%
}

.ui-helper-reset {
	line-height: 1;
}

.ui-tabs .ui-tabs-nav li a {
	padding-top: .3em;
	padding-bottom: .3em;
	padding-left: .5em;
	padding-right: .5em;
}

/* Fix for menus in chrome appearing in the background. */
#nav-bar
{
	z-index:200;
	width: 95.2%;
}

#nav .signature
{
	float:right;
}

div.form .cell input {
	width:45%;
}
div.form .cell label {
	width:35%;
}

/* Override header background when in tabs */
.items.ui-tabs-panel.ui-widget-content a  {
{
	color: #CCCCCC !Important;
}

/* Override widget-content when it's also a tab.. */
.ui-tabs-panel.ui-widget-content {
	color:rgb(30,30,30) !important;
}
