/* $Id: inst.css,v 1.1 2008/03/05 17:19:22 msherwood Exp $
This file contains rules that extend or override the more basic formatting defined in tigris.css. Edit it to customize the look of applications using tigris.css (instances). You are responsible for maintaining your own set of (optional) deltas from tigris.css defaults; this file is intended as an example.

*/

/* colors, backgrounds, borders, link indication */
#toptabs td, #toptabs th {
	background-image: url(../_images/nw_min_62509B.gif);
}

.folder_arrow_up {
	background-image: url(../_images/icon_arrowfolderup_sml.gif);
	background-repeat: no-repeat;
	height: 21px;
	width: 38px;
}

.app h3, #subtitle, #banner, #banner td, #footer, #footer td, #toptabs {
	background-color: #62509B;
	color: #fff;
}

#theader {
	background-color: #ADADAD;
}

/* msherwood added for page titles*/
#pagetitle {
	background-color: #BBB;
	color: #62509B;
	font-weight: bold;
	padding: 3px;
	text-align: center;
	margin-bottom: 3px;
}
/* END: msherwood added  */

body #banner td a, #footer td a, .app h3 a, .app h4 a {
	color: #fff !important;
}

#banner {
	border-top: 1px solid #369;
}


#footer {
	border-top: 6px #ddd solid;
}


#mytools .label, #projecttools .label, #admintools .label, #communitytools .label {
	background-color: #ddd;
	border: none;
}

#mytools .body, #projecttools .body, #admintools .body, #communitytools .body {
	background-color: #fff;
	border-right: none;
	border-bottom: none;
	border-top: 1px solid #999;
}

#mytools, #projecttools, #admintools, #communitytools {
	background-color: #ddd;
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
}

#helptext {
	background-color: #ffc;
}

#helptext .label {
	border-bottom: 1px solid #996;
	border-right: 1px solid #996;
	background-color: #cc9;
}

#helptext .body {
	border-bottom: 1px solid #cc9;
	border-right: 1px solid #cc9;
}

#topmodule {
	background-color: #ddd;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #aaa;
}

#topmodule #issueid {
	border-right: 1px solid #aaa;
}

#login a:link, #login a:visited {
	color: white;
	text-decoration: underline;
}

#banner a:active, #banner a:hover {
	color: #f90 !important;
}

#footer a:active, #footer a:hover {
	color: #f90 !important;
}

#toptabs td {
	border-bottom: 1px solid #666;
	border-right: 1px solid #333;
	border-left: 1px solid #62509B;
}

#toptabs th {
	border-left: 1px solid #62509B;
}

/* font and text properties, exclusive of link indication, alignment, text-indent */
#bodycol h2 {
	font-family: Tahoma, Verdana, Helvetica, Arial, sans-serif;
	font-size: 1.5em;
	font-weight: normal;
}

/* box properties (exclusive of borders), positioning, alignments, list types, text-indent */
#toptabs {
	margin: 0;
	padding-top: .67em;
	padding-left: 8px;
}

#topmodule {
	margin: -4px -4px 0 -4px;
}

#topmodule td {
	vertical-align: middle;
	padding: 2px 8px;
}

#navcolumn {
	margin-right: -4px;
}

#mytools .body, #projecttools .body, #admintools .body, #communitytools .body {
	padding-top: .33em;
}

#mytools, #projecttools, #admintools, #communitytools {
	padding: 0 6px 6px 6px;
	margin: -4px 0 6px -4px;
}

#mytools .label, #projecttools .label, #admintools .label, #communitytools .label {
	padding-left: 2px;
}

#xxsmallfont {
	 font-size:xx-small;
}

#xxsmallfont tr, td{
	 font-size:xx-small;
	 cursor: default;
}

.selected td {
	background-color: #009900;
	color: #FFFFFF;
}

tr.listRowMoused {
   
	background-color: #0000CC;
	color: #FFFFFF;
}

tr.listRowSelected {
    
	background-color: #009900;
	color: #FFFFFF;
}

/* msherwood- added for odd and even records in a table */

td.atozSelected {
    
	background-color: #009900;
}

a.listRowSelected:link, a.listRowSelected:visited, a.listRowSelected:active, a.listRowMoused:link, a.listRowMoused:visited, a.listRowMoused:active {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}

/* END: msherwood additions */

.h3footer {
	/*border-bottom: 5px solid #62509B;*/
	background-color: #62509B;
	color: #FFFFFF;
	padding: 3px;
	font-weight: bold;
	background-image: url(../_images/sw_med_rond.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
}

#displayComments {
	overflow: scroll;
	height: 140px;
}