HTML
,BODY {
	font-family: sans-serif;
	margin: 0;
	padding: 0;
}

HTML
,BODY
,#wrapper {
	width: 100%;
	height: auto;
	min-height: 100%;
	color: black;
	background-color: white;
}


div#wrapper {
  position: absolute;
  top: 0;
  left: 0;
  color: black;
}

/* Header block below */
div#header {
    text-align: left;
    position: relative;
    height: 19px;
    top: 0px;
    left: 0;
    color: white;
    font-weight: bold;
    font-size: 16px;
    background-image: url( "/tabs/background.gif" );
    padding: 3px;
}

.ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
}

div#header
,div#footer {
    background-color: #333366;
}

div#userInfo {
    position: relative;
    left: 0;
    height: 12px;
    color: #448;
    font-size: xx-small;
    text-align: right;
}

.button
{
  white-space: nowrap;
}

div#userInfo
,div#mainNav
,div#ankler
,.button
,input[type="submit"]
,input[type="reset"]
,input[type="button"]
,div#sidebar
,div.sidebarNav {
    background-color: #c2cedc;
}

div#userInfo>span {
    border-right: black 1px solid;
    padding-left: 3px;
    padding-right: 6px;
}

div#userInfo>span:last-child {
    border-right: none;
}

div#userInfo a {
    font-weight: bold;
}

span#bottomLink, span#topLink {
    font-weight: normal;
    padding-right: 6px;
}

span#bottomLink a, span#topLink a {
    font-weight: normal;
}

div#mainNav
,span#bugReport a:hover
,.button
,input[type="submit"]
,input[type="reset"]
,input[type="button"]
,div.blurb {
	border-color: #c2cedc;
}

div#mainNav {
    left: 0;
    height: 26px;

    border-top-style: solid;
    border-top-width: 1px;
    border-left: none;
    border-right: none;
    border-bottom: solid black 1px;
    text-align: left;
}

div#systemWarning {
    position: fixed;
    right: 0;
    top: 0;

    text-align: left;
    font-size: xx-small;
    font-weight: normal;
    opacity: 0.5;
}

div#systemWarning:hover {
	opacity: 1;
	font-size: small;
	font-weight: bold;
}

div#mainNav ul {
    margin: 0px;
    padding: 0px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: small;
    color: white;
    line-height: 30px;
    white-space: nowrap;
}

div#mainNav li {
    list-style-type: none;
    display: inline;
}

div#mainNav li a {
    text-decoration: none;
    padding: 3px;
    margin-left: -2px;
    margin-right: -2px;
    color: black;
    background-color: #b1bdcb;
    border: 3px #b1bdcb outset;
    border-top-left-radius: 13px;
    border-bottom: none;
}

div#mainNav li#selectedTab a {
    background-color: #f0d661;
    border: 3px #f0d661 outset;
    border-bottom: none;
}

div#mainNav li a:hover
,div.sidebarNav li a:hover {
    background-color: #d5dde6;
}

div#mainNav li#selectedTab a:hover {
    background-color: #f0e3a8;
}
/* Header block above */

/* Footer below */
div.clear {
    margin: 0;
    clear: both;
}

div#ankler {
    text-align: left;
    font-size: 10px;
    font-style: normal;
    position: relative;
    clear: both;
    color: white;
    bottom: 15px;
    left: 0;
    width: 100%;
}

span#bugReport a{
    display: inline-block;
}

span#bugReport a:hover
,.button
,input[type="submit"]
,input[type="reset"]
,input[type="button"]
{
    border-width: 2px;
    border-style: outset;
    border-radius: 4px;
}

span#bugReport a:hover{
    background-color: inherit;
    border-width: 2px;
    border-style: outset;
    border-left: none;
    border-bottom: none;
    margin-top: -2px;
    padding-right: 2px;
    text-decoration: none;
}

span#bugReport a:active
,.button:active
,input[type="submit"]:active
,input[type="reset"]:active
,input[type="button"]:active
{
    background-color: #a7c0dc;
}

span#bugReport a:active{
    border-style: inset;
    border-left: none;
    border-bottom: none;
    text-decoration: none;
}

div#footer {
    text-align: center;
    font-size: 9px;
    font-style: normal;
    background-image: url( "/tabs/background.gif" );
    position: relative;
    clear: both;
    color: white;
    bottom: 0;
    left: 0;
    width: 100%;
    padding-top: 3px;
}
/* Footer above */

/* Forms below */
FORM {
    margin-bottom: 0px;
    margin-top: 0px;
}

A {
    color: black;
}

INPUT
,textarea {
    border: 1px solid black;
    background-color: papayawhip;
}

INPUT:hover
,textarea:hover {
    border-style: dotted;
}

INPUT:focus
,textarea:focus {
    border-style: inset;
    background-color: #fee3ad;
}

INPUT[type="image"]
,INPUT[type="image"]:hover
,INPUT[type="image"]:focus
{
  border: none;
  background-color: transparent;
}

INPUT[type="image"]
{
  opacity: 0.75;
}

INPUT[type="image"]:hover
{
  opacity: 1.0;
}

INPUT[type="image"]:focus
{
  opacity: 0;
  -webkit-transition: opacity 1s linear;
}

.button
,input[type="submit"]
,input[type="reset"]
,input[type="button"]
{
    font-weight: bold;
    font-size: small;
    text-decoration: none;
    padding-left: 2px;
    padding-right: 2px;
}

.button:hover
,input[type="submit"]:hover
,input[type="reset"]:hover
,input[type="button"]:hover
{
    background-color: #cfd5dc;
    border-style: outset;
}

.button:active
,input[type="submit"]:active
,input[type="reset"]:active
,input[type="button"]:active
{
    border-style: inset;
}

label {
    font-size: small;
}

fieldset {
    border: 1px solid black;
    background-color: #ffe;
    padding: 3px;
}

legend {
    border: 1px solid black;
    background-color: #ffe66d;
    font-size: small;
    margin-left: 0.5em;
    margin-right: 0.5em;
}

#legend2 {
    font-size: x-small;
    background-color: white;
    position: fixed;
    left: 1em;
    padding-left: .5em;
    padding-right: .5em;
    bottom: 35px;
    border: 1px solid;
}

input.checkbox{
    border: none;
    margin: 0;
}
/* Forms above */




/* crazy scroll-fixing stuff below */
/* Next 2 rules are to specifically set defaults that will be
overridden via hacks, catering to specific browsers. */
#footer, #ankler {
  position: static;
}
#main {
  margin: 0;
  padding: 0; /* to be adjusted to #footer height, at minimum */
    /*padding-left: 14em;*/
    /*border: brown dotted thin;*/
}

/* Change #footer positioning to absolute only in IE, using the
"star html" hack, hiding from MacIE5 using the "escaped comment" hack.
After this, only WinIE is position:absolute. */
/* */
* html #footer, #ankler {
  position: absolute;
}
* html #main {
  padding-bottom: 100px;
} /* a new comment stops hiding from MacIE5 */

/* Change #footer positioning to absolute in all non-WinIE browsers
except Opera 5 and 6, using the "Owen" hack, still hiding from Mac IE5.
After this, MacIE5 and Op5-6 are static, other browsers are absolute
(though some may still behave as static, like Safari). */
/* */
head:first-child+body div#footer,head:first-child+body div#ankler {
  position: absolute;
}
head:first-child+body div#main {
  padding-bottom: 100px;
} /* */
/* crazy scroll-fixing stuff above */


div#sidebar {
    /*float: left;*/
    width: 10em;
    /*min-height: 100%;*/
    position: absolute;
    top: 65px;
    overflow: auto;

    /*top: 0;*/
    bottom: 35px;
    left: 0;
    padding-bottom: 2em;
    border-right: #61676e 1px solid;
}

div#projectSearch{
    margin-top: 3px;
    margin-bottom: 3px;
    margin-left: 2px;
    margin-right: 2px;
    padding: 0;
}

div#projectSearch form{
    margin: 0;
}

div#projectSearch form fieldset{
    margin: 0;
}

input#projectSearchString{
    width: 7.5em;
    margin-left: 0;
    margin-right: 0;
    padding: 0;
}

input#projectSearchSubmit{
    font-size: xx-small;
    padding: 0;
    margin-top: 2px;
    width: 3em;
    margin-left: 0;
    margin-right: 0;
}

.nowrap{
    white-space: nowrap;
}

label#projectSearchIncludePublicProjectsLabel{
    font-size: xx-small;
}

/* sidebar nav below */
div.sidebarNav {
    margin-top: 2px;
    margin-bottom: 3px;
    margin-left: 2px;
    margin-right: 2px;
    text-align: left;
    border: 1px solid black;
}

div.sidebarNav ul {
    margin: 0px;
    padding: 0px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: x-small;
    color: white;
}

div.sidebarNav img {
	border: none;
	vertical-align: bottom;
}

div.sidebarNav li {
    list-style-type: none;
    color: black;
}

div.sidebarNav li.header {
    background-color: white;
    font-weight: bold;
    font-family: sans-serif;
    font-style: oblique;
    font-size: small;
    text-align: center;
    border-bottom: 1px black solid;
    padding-bottom: 2px;
}

div.sidebarNav li.header span {
	display-style: block;
	border-bottom: 1px red solid;
}

div.sidebarNav li a {
    text-decoration: none;
    display: block;
    border: 1px #b1bdcb outset;
    padding-left: 2px;
    padding-right: 2px;
    padding-bottom: 2px;
    line-height: 14px;
}

div.sidebarNav li a.parent
,div.sidebarNav li.selected a {
    background-color: whitesmoke;
    border-color:     whitesmoke;
}

div.sidebarNav li a.parent:hover {
    background-color: white;
}

div.sidebarNav li a.current {
    background-color: lightgrey;
    border-color:     lightgrey;
    border-style: inset;
}

div.sidebarNav li a.current:hover {
    background-color: lightgrey;
}

div.sidebarNav li a.public {
    background-color: #c1dbd8;
    border-color:     #c1dbd8;
}

div.sidebarNav li a.public:hover {
    background-color: #dfedec;
}

div.sidebarNav li a.other {
    background-color: #c7c1db;
    border-color:     #c7c1db;
}

div.sidebarNav li a.other:hover {
    background-color: #e2dfed;
}

div.sidebarNav li.selected a {
    border-style: outset;
    border-right: none;
}

div.sidebarNav li.selected a:hover {
    background-color: white;
}
/* sidebar nav above */


/* content below */
div#content {
    margin-left: 10.1em;
    padding-right: 0.5em;
}

div#content.sansSidebar {
    margin-left: 0;
    padding-right: 0;
}

div.blurb {
	margin: 3px;
	border-width: 1px;
	border-style: dashed;
	padding: 3px;
	background: whitesnow;
}

div.downloadLink {
	text-align: center;
}
/* content above */


/* page nav below */
div#pageNav {
	float: right;
	position: fixed;
	top: 65px;
	right: 10px;
	width: 10em;
}
/* page nav above */


.FocusMessage {
	border: 3px double #404080;
	padding: 3px;
}

/* PGcolors pulled from PG.pm below */
.PGbgcolor {
	background-color: #ffffff;
}

.PGbgcolor2
,.PGltbanner
,.notificationOptions
{
	background-color: #c2cedc;
}

.PGbgcolor3
,.PGltwarn
,.FocusMessage
{
	background-color: #ffe66d;
}

.PGtxtcolor
,.PGvlink
,.PGtxtwarn {
	color: #000000;
}

.PGbannertxt {
	color: #ffffff;
}

.PGdkbanner {
	background-color: #404080;
}

.PGtableHeader {
	background-color: #CCCCCC;
}

.PGclink {
	color: #404080;
}

.PGalink {
	color: #ffb030;
}

.PGbannertxt2 {
	color: #0080c0;
}

.PGbgredline {
	background-color: #c00000;
}

.PGtabshade {
	background-color: #a0a0a0;
}

.PGdkwarn {
	background-color: #f0f0e0;
}

.PGerror {
	background-color: #ff8080;
	border-color: red;
	font-weight: bold;
}
/* PGcolors pulled from PG.pm above */

.ajaxWait
 ,.ajaxGood
 ,.ajaxBad
{
	color: black;
	border-width: 1px;
	border-style: solid;
	font-size: x-small;
	padding-left: 3px;
	padding-right: 3px;
}

.ajaxWait {
	background-color: #ffc;
	border-color: yellow;
}

.ajaxGood {
	background-color: #cfc;
	border-color: green;
}

.ajaxBad {
	background-color: #fcc;
	color: black;
	border: 1px solid red;
	font-size: x-small;
}

td.filename {
	text-align: left;
}

td.leftAlign {
	text-align: left;
}

td.centerAlign {
	text-align: center;
}

td.rightAlign {
        text-align: right
}

td.topAlign {
	vertical-align: top;
}

.notificationOptions
{
	border: 1px solid black;
}

.small {
 font-size: smaller;
}

.cursorPointer {
  cursor: pointer;
}

.noResults {
  font-style: italic;
  text-align: center;
}

@media handheld, screen and (max-device-width: 500px) {
  .noHandheld {
    display: none;
  }
}
    
