﻿/*PMP Reporting Master Page Styles*/  
body
{
    font-family: Verdana, Helvetica, sans-serif;
        margin:0; 
    background-repeat:repeat-x; 
    background-position:top;
    background-color: #A6BACA;
    background-image: url('images/backImage.jpg');
 }
 
html, body
{
    width: 100%;
    height: 100%;
    margin:0;
    padding:0;
}

form
{
    width: 100%;
    height: 96%;
    margin:0;
    padding:0;    
}

body
{
    overflow: hidden;
} 
 
 .menuContainer
 {
    border-width: 0px;   
 }
 
 .topMenuContainer
 {
    border-width: 0px;   
 }
         
/* PMP Main Styles*/                

/* text style for the site links (at top-right of header) */
.SiteLink {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal
}   

A.SiteLink:link {
    text-decoration:    none;
    color:#eeeeee;
}

A.SiteLink:visited  {
    text-decoration:    none;
    color:#dddddd;
}

A.SiteLink:active   {
    text-decoration:    none;
    color:red;
}

A.SiteLink:hover    {
    text-decoration:    none;
    color:#dddddd;
}

/* text style for the support link and div */
#supportContainer 
{
 float: right;  
 padding-right: 1em; 
}

.feedback {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    text-decoration:none;
}
A.feedback:link    {
    text-decoration:    none;
    color:Gray;
}

A.feedback:visited {
    text-decoration:    none;
    color:Gray;
}

A.feedback:active  {
    text-decoration:    none;
    color: #880000;
}

A.feedback:hover   {
    text-decoration:    none;
    color: #880000;
}


/* backgrounds for the headers at the top of the page and the timer */
.HeadBg {
    background: slategrey;
    background-image: url(images/water3.jpg);
    background-repeat:repeat-x; 
    background-position: center center;
}

.topHeadBg {
    background: slategrey;
    background-image: url(images/bars.gif);
    background-repeat:repeat-x; 
    background-position: center center;
}

.TimerSpan
{
	color: #ffffff;
	font-size: 9pt;
	margin-right: 10px;
}

/* global styles for error/permission messages */

.MessageTable {
	border: 1px solid #C0C0C0;
	background: #F5F5DC;	
    margin-left: 210px;
	margin-top: 25px;
}

.MessageTitle   {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  18px;
    font-weight:    bold;
    color: #880000;
    text-align: left;
}

.MessageHeader   {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  14px;
    font-weight:    bold;
    color: #6B238E;
    text-align: center;
}