/* $Id: inst.css,v 1.1 2003/04/10 22:58:32 tfahrner 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 */
#cn {
    float: right;
    display: block;
    background: url(../../../branding/style/images/logo-jumbonline.png) no-repeat;
    height: 47px;
    width: 200px;
    margin-top: 45px;
    /*margin-right: 2%;*/
}

#poweredby {
	background-image: url(../../../branding/style/images/poweredby_036.gif);
	display: block;
	height: 38px;
	width: 102px;
}

#sc {
}

.app h3, #banner, #banner td {
    color: #fff;
}


body #banner td a, .app h3 a, .app h4 a {
    /*color: #fff !important;*/
}

#banner {
    min-height: 170px;
}

#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 {
    background-color:#000;
    padding:5px 5px 5px 20px;
}

#login a {
    color: white;
    text-decoration: none;
}

#login_error{
    color: #F30;
    float: right;
    position: absolute;
    left: 325px;
    top: 10px;
}

#login a:hover {
    color: white;
    text-decoration: underline;
}

#banner a:active, #banner a:hover {
    /*color: #f90 !important;*/
    text-decoration: underline;
}

#xmlbutton {
    position: absolute;
    top: 2px;
    right: 2.2%;
}

#topcontent {
    height:128px;
}

#toptabs div {
    float:left;
    padding-left: 7px;
    padding-right: 7px;
    border-right: 1px solid #fff;
}

#toptabs div a {
    color: white;
    text-decoration: none;
}

#toptabs div.selected a {
    color: white;
    font-weight: bold;
    font-size: 11px;
    text-decoration: underline;
}

#toptabs a:hover {
    text-decoration: underline;
}

#languages {
    float:right;
    margin-top: 15px;
    margin-right: 2%;
}
/* 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 {
    height: 11px;
    color: white;
    background-color: #000;
    padding: 5px 0 5px 20px;
}

#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;
}
