﻿#wrap {
	padding: 20px; /* 20px; */
	min-width: 650px;
	width: 850px;
	margin: 0 auto;
    text-align : left;
}

table 
{
    border-collapse:collapse;
    width: 100%;
}

.masterLogoTitle
{
    margin-bottom:10px;
}

.masterBackground
{
    background: url("images/master_bkg_top_avaya.gif") repeat-x center top;
}

.masterBackgroundBottom
{
    background: url("images/master_bkg_bottom.jpg") repeat-x center top;
    height:25px;
    text-align:center;
    
}

.masterBottomToolbar
{
    text-align:center;
    font-size: smaller;
    color: #606060;
    padding-top:5px;
    margin-bottom:10px;
}

/* css for element containing title logo */
.masterLeftSide
{
    vertical-align: top; 
    text-align: left;
    padding: 15px 5px 0px 5px;
    float: left;
}

/* css for element containing login status */
.masterLogin
{
    margin-right:11px;
    font-size:0.9em;
    letter-spacing: -0.01em;
    text-align: right;
    padding: 5px 5px 0 0;
}

.masterRightSide
{
    vertical-align: top;
}

.masterlogo
{
    padding-top:15px;
    vertical-align: top; 
    padding-right:30px;   
}

.mainContainer
{
    text-align: left;
    padding-right: 3px;
}

.mainMenuContainer
{
    float:right;
    padding-right: 3px;
    width: 550px;  /* without this, IE6/7 menubar wraps around */
}

.title
{
    text-align:center;     
    font-weight:bold;
    font-size:22px;
}

.user
{	
	text-align:right;
	font-size:10px;
	font-weight:bold;
}

.content
{ 
    padding-top: 10px;
    padding-bottom: 20px;
    min-height: 500px;
}


.copyright
{
    font-size: smaller;
    color: #C0C0C0;
}

.redLink, .redLink:visited /* for those command links not styled inside asp.net stuff */
{
    font-weight:bold;
    color: #cb0100;
}

.disabledLink /* Used for text that replaces a link */
{
    color:#aaaaaa;
}

.redLinkSmall /* for those command links not styled inside asp.net stuff */
{
    font-weight:bold;
    color: #cb0100;
    font-size:11px;
}

.redLinkSmallServicesPage /* small refinement to the 'learn more' links on the services page */
{
    position: absolute; 
    top:0.4em; 
    right: 10px;
}


.invisoLink, .invisoLink:visited /* a non-underlined link */
{
    text-decoration:none;
    color: #698196;
}

.invisoLink:hover 
{
   text-decoration:none;
   color: Orange;
} 

 