height: 100%;
font-size: 1.0em;
font-family: Arial, Helvetica, Verdana, sans-serif;
- background: linear-gradient(#00593d, #007a54);
- background: -moz-linear-gradient(#00593d, #007a54);
- background: -o-linear-gradient(#00593d, #007a54);
- background: -webkit-linear-gradient(#00593d, #007a54);
- background-color: #007a54;
+ background: linear-gradient(#79AD37, #006838);
+ background: -moz-linear-gradient(#79AD37, #006838);
+ background: -o-linear-gradient(#79AD37, #006838);
+ background: -webkit-linear-gradient(#79AD37, #006838);
+ background-color: #006838;
}
#page {
padding: 0 10px 0 10px;
}
#header {
- height: 100px;
- background: url(../images/pinetree-banner.png) repeat top left;
+ height: 150px;
+ margin-top:10px;
+ background: url(../images/pinetree-banner2.png) repeat top left;
border: none;
}
#logo {
padding-top: 4px;
}
#logoImage {
- background: url(../images/PINESLogo.gif) no-repeat;
+ content: url(/report-creator/images/pines-logo-small.png);
border: none;
- height: 60px;
- width: 300px;
- margin: 0px 0px 40px 0px;
- position: absolute;
+ height: 80px;
+ width: auto;
+ margin: 10px;
}
#logoText {
position: absolute;
- margin: 30px 0 0 310px;
- color: #339966;
- font-style: italic;
- font-family: Georgia, serif;
- font-size: 16pt;
+ margin: 30px 0 0 0px;
+ color: #006838;
+ font-family: Arial, sans-serif;
+ font-size: 18pt;
+ font-weight: bold;
}
#welcome {
position: absolute;
top: 30px;
right: 30px;
- color: #fff;
+ color: #000;
font-family: Arial;
font-size: 10pt;
font-weight: bold;
}
#logoutLink {
- color: #339966;
+ color: #006838;
position: absolute;
right: 0px;
font-weight: bold;
}
#headerRight {
position: absolute;
- right: 15px
+ right: 15px;
}
#headerRight img {
margin: 0 1px 0 0;
font-family: arial;
font-size: 9pt;
color: #fff;
- padding-left: 10px
+ padding-left: 10px;
}
#menu {
font-size: 11pt;
- color: #339966;
+ color: #006838;
height: 30px;
}
.menuItem {
- color: #339966;
+ color: #006838;
font-weight: bold;
}
.menuItemSelected {
color: #fff;
font-weight: bold;
- background-color: #339966;
+ background-color: #006838;
}
.rightMenuItem {
position: absolute;
- right: 23px
+ right: 23px;
}
.menuItemLink:link,
.menuItemLink:visited,
.menuItemLink:hover,
.menuItemLink:active {
- text-decoration: none
+ text-decoration: none;
}
.adminMenuItem:link,
.adminMenuItem:visited,
.adminMenuItem:hover,
.adminMenuItem:active {
font-weight: bold;
- color: #0066ff;
- text-decoration: none
+ color: #236E9D;
+ text-decoration: none;
}
#content {
padding: 3px 0 0 10px;
min-height: 500px;
- background-color: #fff
+ background-color: #fff;
}
#content table {
border-spacing: 3px;
padding: 4px;
font-size: 0.9em;
font-family: Verdana, Arial, Helvetica, sans-serif;
- vertical-align: top
+ vertical-align: top;
}
#content input {
font-size: 1.0em;
}
.submitButton {
color: #fff;
- background-color: #15513d;
+ background-color: #006838;
height: 30px;
border: none;
font-family: arial;
}
.descriptionTextArea {
height: 180px !important;
- width: 900px !important
+ width: 900px !important;
}
.accessibility {
color: #fff;
.defaultLink:hover,
.defaultLink:active {
color: #0066ff;
- text-decoration: none
+ text-decoration: none;
}
.groupLink:link,
.groupLink:visited,
font-size: 11pt;
font-weight: bold;
color: #0066ff;
- text-decoration: none
+ text-decoration: none;
}
.homePageLink:link,
.homePageLink:visited,
.homePageLink:active {
color: #15513d;
font-weight: bold;
- text-decoration: none
+ text-decoration: none;
}
#homePageTitle {
- color: #15513d;
+ color: #006838;
font-weight: bold;
font-size: 18pt;
}
width: 200px;
height: 100px;
overflow-y: auto;
- overflow-x: no
+ overflow-x: no;
}
.selectAllLink:link,
.selectAllLink:visited,
.selectAllLink:hover,
.selectAllLink:active {
- color: #00f;
- text-decoration: none
+ color: #236E9D;
+ text-decoration: none;
}
.hideRow {
display: none;
}
.reportRunning {
background-color: #339966;
- color: #fff
+ color: #fff;
}
.reportStatusBar {
padding: 0px !important;
}
.maxWidth500 {
max-width: 500px;
-}
\ No newline at end of file
+}