/* CSS content from /css/menu.css */
/* ---------------------------------------------------------------------
====================== M E N U   C L A S S E S ======================
--------------------------------------------------------------------- */
div.menuBar {
font-family: helvetica, arial, sans-serif;
font-size: 9pt;
font-weight: 500;
padding: 2px;
margin-top: -6px;
}
ul#MainMenu {
padding: 3px 0px;
top: 0;
margin-top: 0;
margin-bottom: 0;
margin-left: 0;
}
ul#MainMenu ul {
padding: 3px 0px;
top: 100%;
margin-top: 0;
margin-bottom: 0;
margin-left: -5px;
display: none;
position: absolute;
z-index:2;
}
ul#MainMenu ul ul {
left: 100%;
top: -5px;
margin-left: 0px;
}
ul#MainMenu li:hover > ul {
display: block;
}
ul#MainMenu > li {
padding-right: 5px;
padding-left: 5px;
}
ul#MainMenu li {
list-style: none;
position: relative;
display: inline-block;
padding-top: 1px;
padding-bottom: 1px;
}
ul#MainMenu li li{
display: block;
}
ul#MainMenu a {
text-decoration: none;
white-space: nowrap;
}
ul#MainMenu ul a {
padding: 0px 12px;
display: block;
}
ul#MainMenu .menuItemSep {
height: 2px;
}
ul#MainMenu .menuItemArrow {
float: right;
}
#LoginPresence {
font-size: 9pt;
font-weight: 500;
margin:2px;
height:35px;
float: right;
}
@media print {
#LoginPresence {
display: none;
}
}
#LoginPresence a {
text-decoration: none;
font-family: helvetica, arial, sans-serif;
padding: 2px 5px;
}
#LoginPresence input {
font-size: 8pt;
margin:1px;
width: 120px;
}
#LoginPresence input[type="submit"]{
width: 0;
border:0;
padding:0;
margin:0;
}
#PressEnterToLoginHint {
display: none;
}

/* CSS content from /css/print.css */
@media print {
/* printing stylesheet for all planning suite sites
* which hides various element we don't wat to see in a print out
*/
button,
input[type="button"],
input[type="checkbox"],
td.listheader,
.loginrequest {
display: none;
}
tr.SortControls IMG {
display: none;
}
.screenonly,
.handheldonly {
display: none;
}
.printonly {
}
}

/* CSS content from /lib/xdb/V3.0/page.css */
/* Intentionally blank
*
* no more! This file contains generic formatting information for all planning suite sites
*/
@media screen {
.printonly {
display: none;
}
.handheldonly {
display:none;
}
}
.hidden {
display: none;
}
body {
}
.header {
}
.container {
}
.location {
}
.footer {
}
.verticaltext {
writing-mode: tb-rl;
filter: fliph flipv;
white-space: nowrap;
}
#ActionsPanel {
margin-top: 10px;
}

/* CSS content from /skins/www/css/general.css */
/* ---------------------------------------------------------------------
==================== G E N E R A L   L A Y O U T ====================
--------------------------------------------------------------------- */
body {
font-family: Geneva,Arial,Helvetica,sans-serif;
margin: 10px auto 0;
background-color: #EEEEEE;
width: 1024px;
padding: 0;
}
@media (max-width: 1024px) {
body {
width: auto;
margin: 0;
}
}
#logoBar {
height: 94px;
background: url('/image/planningsuite/home_top.jpg') #B5C9D3 no-repeat;
padding-top: 0px;
padding-bottom: 0px;
margin: 0px;
}
#logoBar img{
border: none;
padding:1px 10px
}
#sideBar {
height: 418px;
float: right;
width: 202px;
background-image: url(/image/planningsuite/home_v1_08.png);
background-repeat: no-repeat;
padding-top: 80px;
z-index: 2;
}
#sideBar h2 {
color: #FFFFFF;
font-size: 16px;
margin: 0;
text-align: left;
padding: 15px 10px 0;
}
#DescriptionPanel {
margin: 40px 230px 10px 40px;
padding: 5px;
background-color: white;
opacity: 0.7;
font-size: 0.9em;
font-weight: bold;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
-o-border-radius: 10px;
border-radius: 10px;
}
.location {
color: white;
margin-left: 5px;
margin-right: 5px;
padding: 10px 10px 6px 0px;
white-space: nowrap;
background: #FFFFFF;
}
.locationmenu:link, .locationmenu:visited, .locationmenu:active , .locationmenu:hover{
background: #FFFFFF;
color: white;
text-decoration: underline;
}
.container {
background: #FFFFFF;
padding: 5px;
}
.footer {
background: #FFFFFF;
}
.footertext  {
font-size: 9px;
font-weight: normal;
color: #0b63a2;
}
.footerseparation {
color: #0b63a2;
margin: 0 0 10px;
}
.footer a:link, .footer a:visited{
color: #cc3300;
text-decoration: underline;
}
.footer a:active, .footer a:hover{
color: #cc9933;
text-decoration: underline;
}
/* ---------------------------------------------------------------------
================ G E N E R I C   F O R M A T T I N G ================
--------------------------------------------------------------------- */
h1 {
color: #1b1b1b;
}
h2 {
color: #1b1b1b;
}
h3 {
color: #111170;
}
p{
line-height: 1.4;
color: #330033;
font-size: 0.8em;
padding: 0 10px;
margin: 0;
}
a:link, a:visited , a:active{
text-decoration:none;
}
a:hover {
text-decoration:underline;
}
strong, b, .strong {
color: #111170;
}
/* ---------------------------------------------------------------------
============================ M E N U ================================
--------------------------------------------------------------------- */
div.menuBar {
background: none;
height: inherit;
margin-top: 5px;
text-shadow: 2px 2px 4px #AAAAAA;
float: right;
font-weight: bold;
font-size: 14px;
}
div#menuBar {
height: 41px;
background: url('/image/planningsuite/menu_nav_v2_01.png') repeat-x;
}
div.menu{
background-color: #6E14B8;
border: none;
}
ul#MainMenu, ul#MainMenu ul {
margin: 0px;
list-style: none;
font-family: Geneva,Arial,Helvetica,sans-serif;
}
ul#MainMenu {
padding-left: 30px;
padding-top: 7px;
padding-bottom: 4px;
}
ul#MainMenu ul {
background: #2E2E09;
margin-left: -22px;
margin-top: -20px;
}
ul#MainMenu > li {
height: 41px;
}
ul#MainMenu li {
display: inline;
display: inline-block;
text-transform: uppercase;
font-size: 16px;
color: white;
font-weight: bold;
color: white;
padding: 3px 10px;
}
ul#MainMenu  li li:hover {
background: #3C3C0C;
color: #999999;
}
ul#MainMenu  li li:hover a{
color: #999999;
}
ul#MainMenu li a.active {
color: #999999;
}
ul#MainMenu  li:hover a {
}
ul#MainMenu > li:hover {
}
ul#MainMenu > li:hover > a {
color: #999999;
}
ul#MainMenu li {
}
ul#MainMenu a {
color: white;
text-decoration: none;
color: white;
}
ul#MainMenu a:hover{
}
ul#MainMenu li > ul {
}
ul#MainMenu .menuItemSep {
background: #3C3C0C;
margin:0;
}
/* ---------------------------------------------------------------------
============ A P P L I C A T I O N   F O R M A T S ==================
--------------------------------------------------------------------- */
.inputlabel {
color: #111170;
}
.loginrequest {
background: url(/image/planningsuite/menu_nav_v2_01.png) black repeat-x;
border: 1px solid black;
padding: 5px;
text-align: center;
color: white;
font-weight: bold;
}
/* ---------------------------------------------------------------------
================ M O B I L E    F O R M A T S =======================
--------------------------------------------------------------------- */
@media (max-width: 650px) {
#logoBar {
height: auto;
background: #B5C9D3;
padding-top: 0px;
padding-bottom: 0px;
margin: 0px;
text-align: center;
}
#logoBar img{
border: none;
padding:1px 10px 1px 0;
}
div#menuBar {
height: auto;
background: black;
text-align: center;
}
#sideBar {
height: auto;
float: none;
width: auto;
background: none;
padding-top: 0;
z-index: 2;
background-color: white;
opacity: 0.7;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
-o-border-radius: 10px;
border-radius: 10px;
margin-bottom: 5px;
display: none;
}
#sideBar h2 {
color: black;
font-size: 16px;
margin: 0;
text-align: left;
padding: 15px 10px 0;
}
#DescriptionPanel {
margin: 0;
padding: 5px;
}
ul#MainMenu {
padding: 0;
}
ul#MainMenu > li {
height: auto;
}
ul#MainMenu li {
display: inline;
display: inline-block;
text-transform: uppercase;
font-size: 16px;
color: white;
font-weight: bold;
color: white;
padding: 10px;
}
ul#MainMenu li:hover > ul {
display: none;
}
}
@media (max-width: 310px) {
#logoBar img{
width: 90%;
padding: 0;
}
}

